Objectives |
cv.jit is a collection of max/msp/jitter tools for computer vision applications. The goals of this project are to provide externals and abstractions to assist users in tasks such as image segmentation, shape and gesture recognition, motion tracking, etc. as well as to provide educational tools that outline the basics of computer vision techniques. |
Tools |
Take a look here , for a list of objects currently available.Last update: version 1.7.0 on 2010-06-07 |
Download |
The latest version of cv.jit is 1.7 and can only be used with Max 5 or later.
Download cv.jit version 1.7.0. for OSX (Universal Binary). Updated on 2010.04.21
Download cv.jit version 1.7.0 for Windows. Updated on 2010.04.21 Older versions that support Max 4.6 and earlier: Download cv.jit version 1.6.2 for OSX (Universal Binary).
Download cv.jit version 1.6.2 for Windows. Legacy: cv.jit is distributed according to the LGPL license. Requires jitter, available from Cycling ‘74. |
Contact |
Please e-mail me your comments, suggestions, bug reports, etc. at jmp [at] jmpelletier.com |
cv.jit news
Using cv.jit.touches: recycling index values
cv.jit.touches, a new object added in the 1.7.0 release, tracks the movement of bright spots in a greyscale image and reports “touch”, “drag” and “release” information – when regions appear, move or disappear. Each region is assigned a unique ID number, so that even if they move, you can always know where an object is [...]
Read this entry.cv.jit 1.7 is finally out!
The latest version of cv.jit, 1.7.0 is finally out. I say finally because, it’s been on the brim of release for several months now, but life being what it is, I only now managed to put the finishing touches on it.
The most obvious change is that the help files have been completely re-written in Max [...]
A Ruby script for generating Jitter attributes
Manually adding attributes to a Jitter external requires a fair amount of tedious boilerplate. This Ruby script will do most of the boring work for you.
Read this entry.cv.jit – New update available
A new update to cv.jit, a collection of Max/Jitter externals for computer vision is now available for download. There is only one new object, cv.jit.snake, which is an implementation of active contour algorithms.
Starting with this release, cv.jit is now open source. You can now download the source code and project files from the download pages.
Read this entry.
