Where can I find documentation for image registration?
I want to learn about image registration and the openCV tools for image registration. I have found this resource, but it is not explained in detail. --> http://docs.opencv.org/trunk/modules/...
I am looking documentation and code examples with explanations for the cv::reg::map and cv::reg:: mapper classes. Does anyone know where I can find this? If not can someone please explain it to me?
Much appreciated.
I looked into this about 6 months ago and didn't have much luck. Hopefully someone can provide more guidance on this issue. Good luck!
I too am looking for more detailed explanations on these classes. I would appreciate if someone could provide a line-by-line explanations of the "// Register" sections for the two functions named 'testShift()' and 'testEuclidean()' in the example code referenced by Potato above (https://github.com/alfonsosanchezbeat...).