How to compare contour 2 Objects are matching or not in images
I have two array of MatOfPoint and want to compare position of objects and how I can implement this , which method i have to to use to check object at position are same or not.
ArrayList<MatOfPoint> contours1 = new ArrayList<MatOfPoint>();
ArrayList<MatOfPoint> contours2 = new ArrayList<MatOfPoint>();