我使用Emgu.CV .net Wrapper为OpenCV完成此操作。我从FindMatch
方法获得了以下数据。
FindMatch(modelImage, observedImage, out matchTime, out modelKeyPoints, out observedKeyPoints, matches,
out mask, out homography);
如何计算mask
,matches
或homography
的相似度?
我想识别所拍摄的同一物体的图像。 (照片将以相同的角度和方向拍摄)