Namespace: Rx::LFR – Header: Rx.LFR/EAreaDetectionMatchingMethod.h

EAreaDetectionMatchingMethod Enumeration

C++
#include "Rx.LFR/EAreaDetectionMatchingMethod.h"
enum class EAreaDetectionMatchingMethod

Specifies template matching methods used in Rx::LFR::CAreaDetection.

Values

CV_TM_SQDIFF

OpenCV SQDIFF template matching. Small values represent better matches.

CV_TM_SQDIFF_NORMED

OpenCV SQDIFF template matching, normed between 0 and 1. Small values represent better matches.

CV_TM_CCORR

OpenCV CCORR template matching. High values represent better matches.

CV_TM_CCORR_NORMED

OpenCV CCORR template matching, normed between 0 and 1. High values represent better matches.

CV_TM_CCOEFF

OpenCV CCOEFF template matching. High values represent better matches.

CV_TM_CCOEFF_NORMED

OpenCV CCOEFF template matching. High values represent better matches.