Hey,guys!
@fbrmz ,@pelintra ,@benMcChesney and all.
Hello from Brazil!
Since January of this year I've been working hard in an interactive floor project installation.
I'm bit confuse in my train of thought.
My big question is how to relate and write properly in the code the contours detected by the ContourFinder order to interact with some simple circle or even a complex particle ?
For example if I want to use the detected contour to repel a simple drawn circle?
I wish understand how to interact the ContourFinder captured from camera with some kind of object.
When I mean kind of object It's just like a simple circle drawn or a rectangle.Or maybe something more complex like a system particles (repel,repulsion or whatever).
I wish have all control about it.
What Should I have in my mind,where do I start?
The another question is ....Where in my code I can play wiht it?
For example ..Should I change something on code like...
for (int i = 0; i < contourFinder.nBlobs; i++){
contourFinder.blobs[i].draw(360,540);
I have read book as Programming Interactivity and Mastering openFrameworks Creative Coding and ofbook but there is something very difficult that i don't get it in my mind.I'ts been realy hard to try understand and put it in my brain maybe cause of trying translate English Language to portuguese from Brasil.
...I think when I have all this command control in my hand I'm able to proceed in my aim that is build an interactive floor aplication using contourfinder from kinect to repel some particles.
I don't know if i'm especific clear and if someone just feel or felt like me.LOST!!
just nice be a part of this community OF.
Thanks for the help.