I am very new to OF (amazing) and I am trying to use the ofxOpenCv addon (everything is very cool but I don’t seem to go further from where I am).
I want to make several circles (actually any form, but to start I am using circles) to move around the contour of a person (or object) that stands in front of the camera. I seem to understand the code quite ok, but I don’t know how to make the circles interact with the blob of the persons silhouette.
Do I need to call a variable out of “ofxCvBlob.h”, directly from “testApp.cpp” or “testApp.h” ??? If so, how do I do that and which variable should I call ???