如何计算关键点的参数?

问题描述

如果我有想要用作 cv2.Keypoint 的点的坐标,有没有办法计算它们的参数,例如大小、响应等? 例如

image = get_image() # some way to get image
coordinates = get_coordinates() # some way to get coordinates,2d numpy array
akaze = cv.AKAZE_create() # some feature descriptor
keypoints = akaze.convert_coordinates_to_keypoints(image,coordinates)

问题是没有convert_coordinates_to_keypoints这样的方法。还有其他方法吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)