help with computer vision
Hello, I'm new with MAX and need help for a school project. I want to use cv.jit for feature detection and get data of the angles and scale a specific feature as in space in order to create a kind of augmented reality effect. Where should i start my research and which tool would it be better to use?
Thanks
Max Patch
Copy patch and select New From Clipboard in Max.
i think i dont understand you in 100% but mostly the first to do with jit.cv is background substraction - than you get only the moving objects of scene. next step could be the usage of cv.jit.blobs.centroids - that outputs the coordinates of each detected object. now you get the x and y data and you can do with it whatever you want :)