我通过matlab的帮助,发现函数"估计Geometrictransformation"不支持" Briskpoints"。怎么可以减去它。我必须实现一个代码来检测匹配点。 (就像我在这个例子中看到的那样http://it.mathworks.com/help/vision/examples/object-detection-in-a-cluttered-scene-using-point-feature-matching.html)
谢谢。
答案 0 :(得分:0)
如果points
是briskPoints
个对象,您应该可以使用points.Location
获取x-y坐标,并将其传递给estimateGeometricTransformation
。