Namespace: Rx.LFR.Net – Assembly: Rx.LFR.Net

EAreaDetectionMatchingMethod Enumeration

C#
public enum EAreaDetectionMatchingMethod

Specifies template matching methods used in Rx.LFR.Net.AreaDetection.

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.