noob question... jit.freenect.grab to cv.jit objects
So I am aware of having to convert the jit.freenect using : https://cycling74.com/forums/connecting-depth-image-from-jit-freenect-grab-to-cv-jit-objects ....but i'm having trouble linking them together.....could you in specific tell me where they should be linked? If it could reroute back to the jit.freenect viewer that would be easiest
thanks!
2 points:
1) Viewer? I you don't know the name of an object, right click or opt click the object to get the name from the help patch. Do you mean connect back to the jit.pwindow?
2) just about every cv.jit object is different, has different functions and helps perform different tasks, so which one are you using, what are you trying to accomplish, what have you done so far (post a patch)?
You'll likely get more helpful responses.
Try to convert the output matrix from jit.freenect to a jit.matrix 4 char type matrix
It works for me¡
Your cv.jit objects are not installed correctly. The yellow interior indicates a "bogus" or missing object. Check your max window and you should see it flooded with error messages (command m).
Not sure if you realized they are a third party library. If you haven't downloaded and installed:
http://jmpelletier.com/cvjit/
i have them installed, i'm also curious if erode is a good one to start off with....are there any examples of patches using cv.jit? heres what i have right now-