AOI-OCV algorithm and Match algorithm
OCV refers to an image processing algorithm that analyzes and acquires the similarity degree between the contour lines of the image to be tested and those of the standard sample. This algorithm mainly analyzes the contour and gives the degree of contour fit to detect and determine the points to be measured. This algorithm is mainly applied to the detection of defects such as wrong parts and missing parts. Its algorithm flag in the detection algorithm is "OCV".
The Match algorithm refers to an image processing algorithm that analyzes the similarity degree between the ROI image points of the image to be tested and those of the standard sample. This algorithm is mainly applied to the detection of defects such as positioning, wrong parts and missing parts. Its algorithm flag in the detection algorithm is "Match".