Which algorithm are implemented in cv::reg::Mapper classes?

asked 2020-07-15 02:46:58 -0600

Skaldr gravatar image

Hello, I'm working with cv::reg::Mapper classes and it works quite well but I really need to know wich algorithms are implemented in it. In particular in cv::reg::MapperGradSimilar. Thank you

edit retag flag offensive close merge delete

Comments

The implementation follows essentially the corresponding part of the paper "Image Alignment and Stitching: A Tutorial", from Richard Szeliski.

berak gravatar imageberak ( 2020-07-15 07:01:56 -0600 )edit