Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

In C++, inliers returned by findHomography will be a vector where each index in the vector corresponds to the correspond srcPoints and dstPoints.

So, if inliers[0] == 0, it means that dstPoints[0] is an outlier.

It should be the same for findHomography in Java.