I'd like to provide two lists of 15-20 points (x,y coordinates) and have a RANSAC homography find and fit the projective transformation matching the most pairs of points from source to target list. I may be wrong about this, but it appears to me ImageJ/FIJI, OpenCV, and even Matlab first identify likely matching pairs of points, then conduct RANSAC/homography to identify 'correct' pairs among the putative matches. I'd like a simple application that will examine all possible pairs, if necessary, not only pairings of somewhat 'matched' lists. My landmarks are widely spaced dots on a uniform background, thus feature finding and initial feature matching will not work for me.
Please guide me to examples of code that will do this. Thank you.