I am using Emgu (an OpenCV C# wrapper), and every time I try to get a HomographyMatrix from the GetHomographyMatrixFromMatchedFeatures method, it comes back null. The GetHomographyMatrixFromMatchedFeatures method comments state "Recover the homography matrix using RANDSAC. If the matrix cannot be recovered, return null."
I have valid matched features.
I don't understand why it wouldn't be able to recover the matrix. Any clues?
Thanks.