We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello,
I was wonder if someone know about similar project in processing, or someone who could help understanding the of code...
I am spending long days trying to figure out something like this in processing using OpenCV library with the calibration demo example. But I am too far for getting something useful.
My goal is simple use some AR pattern, or openCV the same way, as a projection mapping project.
Thanks
B
Answers
I am trying to figure it out, but so far I could produce only a frankenstein code merging two examples from opencv for processing library.
Any one could point if its possible to extract a transform matrix from the detected surface?
Also, I wanted to use dots, as in the calibrationDemo example, and get some relation between then. I didn't know how to deal with PVectors and MatOfPoint...