I am having a difficulty in understanding the parameters orientationNormalized
and scaleNormalized
in the FREAK descriptor. Any idea on what they mean or do?
OpenCV FREAK doc : http://docs.opencv.org/modules/features2d/doc/feature_detection_and_description.html#freak-freak
"orientationNormalized" means that it estimates keypoint orientation, which is good when orientation invariance is needed.
Scale normalization, as far as I understood from the source code, influences only check if the whole keypoint is lies inside image.