Menu

HornetsEye Ruby Computer Vision Library / News: Recent posts

HornetsEye-0.33 released

HornetsEye is a Ruby real-time computer vision extension. It offers interfaces to do image- and video-I/O with ImageMagick/Magick++, Xine, firewire digital camera (DC1394), and video for linux (V4L).

For more information about HornetsEye have a look at the project homepage: http://hornetseye.sourceforge.net/

This release features n-dimensional connected component analysis, n-dimensional histograms and weighted histograms, maps and warps with n-dimensional elements, summed area tables (integrals), opt-out range checks for histograms/maps/warps/unmask, and uniform random number generators (floating-point as well as integer). While HornetsEye is still compatible with Ruby-1.8.6 it can now be compiled for Ruby 1.9.1p243!... read more

Posted by Jan Wedekind 2009-11-02

HornetsEye-0.32 released

HornetsEye is a Ruby real-time computer vision extension. It offers interfaces to do image- and video-I/O with ImageMagick/Magick++, Xine, firewire digital camera (DC1394), and video for linux (V4L).

For more information about HornetsEye have a look at the project homepage: http://hornetseye.sourceforge.net/

The core of the HornetsEye library was rewritten. The new core features a much more versatile type system, extended element selectors, array views, and tensor operations. Maps, warps, and masks now work on single elements as well as sub-arrays. A conversion to OpenCV::CvMat and back was implemented. Furthermore a GNUplot example was added.... read more

Posted by Jan Wedekind 2009-08-07

HornetsEye-0.31 released

HornetsEye is a Ruby real-time computer vision extension. It offers interfaces to do image- and video-I/O with ImageMagick/Magick++, Xine, firewire digital camera (DC1394), and video for linux (V4L).

For more information about HornetsEye have a look at the project homepage: http://hornetseye.sourceforge.net/

The framerate of the V4L2 was improved. Fast generation of index-arrays was added. Allocated memory is not cleared by default any more for increased performance. Compiled methods are cached so they don't need to be compiled again. Furthermore weighted histograms, Fast Fourier Transforms, and an implementation of the Mean Shift algorithm where added.... read more

Posted by Jan Wedekind 2009-01-12

HornetsEye-0.30 released

HornetsEye is a Ruby real-time computer vision extension. It offers interfaces to do image- and video-I/O with ImageMagick/Magick++, Xine, firewire digital camera (DC1394), and video for linux (V4L).

For more information about HornetsEye have a look at the project homepage: http://hornetseye.sourceforge.net/

This releases features an almost complete rewrite of the core classes MultiArray and Sequence. The new library now makes extensive use of libjit which is a just-in-time compiler library. The resulting library is smaller and much easier to extend.... read more

Posted by Jan Wedekind 2008-11-07

HornetsEye-0.29 released

HornetsEye is a Ruby real-time computer vision extension. It offers interfaces to do image- and video-I/O with ImageMagick/Magick++, Xine, firewire digital camera (DC1394), and video for linux (V4L).

For more information about HornetsEye have a look at the project homepage: http://hornetseye.sourceforge.net/

The Ruby-extension in this release links the required libraries in a different order and the crash on distributions with SELinux does not occur any more. Furthermore the Windows installer does not use rubygems any more.... read more

Posted by Jan Wedekind 2008-08-29

HornetsEye-0.27 released

HornetsEye is a Ruby real-time computer vision extension. It offers interfaces to do image- and video-I/O with ImageMagick/Magick++, Xine, firewire digital camera (DC1394), and video for linux (V4L).

For more information about HornetsEye have a look at the project homepage: http://hornetseye.sourceforge.net/

The new version of HornetsEye offers element-wise operations for sequences. The routine for filling of sequences and multi-dimensional arrays was optimised. Furthermore element-wise comparison and marshaling were added.... read more

Posted by Jan Wedekind 2008-05-21

HornetsEye-0.26 released

HornetsEye is a Ruby real-time computer vision extension. It offers interfaces to do image- and video-I/O with ImageMagick/Magick++, Xine, firewire digital camera (DC1394), and video for linux (V4L).

For more information about HornetsEye have a look at the project homepage: http://hornetseye.sourceforge.net/

The new release of HornetsEye allows you to display images under Microsoft Windows (GDIOutput). Furthermore a third method for displaying images under X11 was added (XImageOutput).... read more

Posted by Jan Wedekind 2008-04-22

HornetsEye-0.25 released

HornetsEye is a Ruby real-time computer vision extension. It offers interfaces to do image- and video-I/O with ImageMagick/Magick++, Xine, firewire digital camera (DC1394), and video for linux (V4L).

For more information about HornetsEye have a look at the project homepage: http://hornetseye.sourceforge.net/

The new version of HornetsEye offers integration of X-Video into Qt4-QtRuby. This allows to write a media-player for GNU/Linux completely in Ruby. HornetsEye now also has an API to capture video frames using MPlayer which runs under both GNU/Linux and Windows.... read more

Posted by Jan Wedekind 2008-04-01

HornetsEye-0.24 released

HornetsEye is a Ruby real-time computer vision extension. It offers interfaces to do image- and video-I/O with ImageMagick/Magick++, Xine, firewire digital camera (DC1394), and video for linux (V4L).

For more information about HornetsEye have a look at the project homepage: http://hornetseye.sourceforge.net/

The new version now provides an API for using V4L2 cameras from within Ruby. Now it is possible to make use of recent high-definition USB cameras (webcams). MJPEG streaming is not supported yet though.... read more

Posted by Jan Wedekind 2008-02-26

Hornetseye-0.23 released

HornetsEye is a Ruby real-time computer vision extension. It offers interfaces to do image- and video-I/O with ImageMagick/Magick++, Xine, firewire digital camera (DC1394), and video for linux (V4L).

For more information about HornetsEye have a look at the project homepage: http://hornetseye.sourceforge.net/

The new version has image warping which can be used to implement a Lucas-Kanade tracker (see examples). There is also pixel-wise mapping which can be used for fast morphological operations.... read more

Posted by Jan Wedekind 2008-01-18

hornetseye-0.22 released

Hornetseye is a video processing and computer vision library for Ruby running under both GNU/Linux and MS Windows.

The new release has support for 16-bit greyscale images. The Windows port now includes an API for capturing camera images using DirectShow. The firewire digital camera API under GNU/Linux now includes camera features.

Posted by Jan Wedekind 2007-10-30

Hornetseye-0.18 released

HornetsEye is a Ruby real-time computer vision extension. It offers interfaces to do image- and video-I/O with ImageMagick/Magick++, Xine, firewire digital camera (DC1394), and video for linux (V4L).

For more information about HornetsEye have a look at the project homepage: http://hornetseye.sourceforge.net/

Now Hornetseye also runs on MS Windows. Currently Hornetseye for Windows is pretty basic since it does not have Video-I/O and cannot yet display images without the help of Qt4. If you are still interested you can already download a big package with installers for Ruby, HornetsEye, Qt4, and a lot more. See http://www.wedesoft.demon.co.uk/hornetseye-api/files/Installation-txt.html for more information.... read more

Posted by Jan Wedekind 2007-09-17

HornetsEye version 0.16 released

HornetsEye is a Ruby real-time computer vision extension running under GNU/Linux. It offers interfaces to do image- and video-I/O with ImageMagick/Magick++, Xine, firewire digital camera (DC1394), and video for linux (V4L).

For more information about HornetsEye have a look at the project homepage: http://hornetseye.sourceforge.net/

This is the first release of HornetsEye appearing on SourceForge. HornetsEye tries to bring existing functionality of GPL software related to computer vision together in Ruby. HornetsEye aims at giving you a strong basis for developing real-time computer vision algorithms. This project shows that it is possible to make use of the flexibility of a dynamically typed language like Ruby without sacrificing runtime efficiency.... read more

Posted by Jan Wedekind 2007-07-26