Opencv examples missing parts

dunpeal's picture

Hello, I just installed opencv plugin and when i open sample comp. I get errors. Anybody know what these are ? Thanks

(null) : Patch with name "QCImageToOpenCVImage" is missing

Macro Patch Cannot create node of class "QCImageToOpenCVImage" and identifier "(null)"

(null) : Patch with name "OpenCVBGR2Gray" is missing

Macro Patch Cannot create node of class "OpenCVBGR2Gray" and identifier "(null)"

(null) : Patch with name "OpenCVCalcOpticalFlowPyrLK" is missing

Macro Patch Cannot create node of class "OpenCVCalcOpticalFlowPyrLK" and identifier "(null)"

(null) : Patch with name "OpenCVGoodFeaturesToTrack" is missing

Macro Patch Cannot create node of class "OpenCVGoodFeaturesToTrack" and identifier "(null)"

Macro Patch Cannot create connection from ["outputImage" @ "VideoInput_1"] to ["inputImage" @ "ImageToOpenCVImage_1"]

Macro Patch Cannot create connection from ["outputButton1" @ "Mouse_1"] to ["inputUseInputPointsSignal" @ "OpenCVCalcOpticalFlowPyrLK_1"]

Macro Patch Cannot create connection from ["outputImage" @ "OpenCVBGR2Gray_1"] to ["inputImage" @ "OpenCVCalcOpticalFlowPyrLK_1"]

Macro Patch Cannot create connection from ["outputPoints" @ "OpenCVCalcOpticalFlowPyrLK_1"] to ["inputPoints" @ "KinemeGLPointStructurePatch_1"]

Macro Patch Cannot create connection from ["outputImage" @ "OpenCVBGR2Gray_1"] to ["inputImage" @ "OpenCVGoodFeaturesToTrack_1"]

Macro Patch Cannot create connection from ["outputImage" @ "ImageToOpenCVImage_1"] to ["inputImage" @ "OpenCVBGR2Gray_1"]

Macro Patch Cannot create connection from ["outputPoints" @ "OpenCVGoodFeaturesToTrack_1"] to ["inputPoints" @ "OpenCVCalcOpticalFlowPyrLK_1"]

Macro Patch Cannot create connection from ["outputButton1" @ "Mouse_1"] to ["inputFindSignal" @ "OpenCVGoodFeaturesToTrack_1"]

(null) State restoration failed on

dust's picture
Re: Opencv examples missing parts

the plugin needs to go into the ~/library/graphics/patches folder. if it is all ready in this folder that check your root graphics folder as you may have a duplicate that is causing problems. more than likely its in the wrong folder as this is a kineme plug which uses the unofficial api and belongs in the patches folder not plugins folder

cybero's picture
Re: Opencv examples missing parts

I find that the KinemeCore plugin helper is a real time saver - just right mouse click [Control + click] the plugin to be installed - send it to the KinemeCore plugin handler and voila - it's installed - sweet :-)

smokris's picture
Re: Opencv examples missing parts

Also our OpenCV plugin is 32bit-only currently, so if you're using Snow Leopard, you'll need to open Quartz Composer in 32bit mode.

dunpeal's picture
Re: Opencv examples missing parts

Thanks guys, that did the trick, pretty neat stuff. So in essence could i use opencv to track someones hand with pretty particles ?