OpenCV templates in 2D point data set
问题 I was wandering what the best approach would be for detecting 'figures' in an array of 2D points. In this example I have two 'templates'. Figure 1 is a template and figure 2 is a template. Each of these templates exists only as a vector of points with an x,y coordinate. Let's say we have a third vector with points with x,y coordinate What would be the best way to find out and isolate points matching one of the first two arrays in the third one. (including scaling, rotation)? I have been