using cv.jit.blobs.bounds etc
Hi there,
please excuse my ignorance on this,i have tried trawling through other posts but have not understood how to get the values of the x & y coordinates of each point being tracked in cv.jit.blobs.bounds as 2 separate floats to control sounds in msp.
EVEntually I want to use each point that appears (by using the colour red) as a separate control for tones/notes or a filter ink msp. I know others have posted about various ways to use cv.jit.blobs.bounds but i can't see how to extract the x & y values from the points (boxes) tracking
any help greatly appreciated
drew
Max Patch
Copy patch and select New From Clipboard in Max.
you can use jit.iter:
great thank you!