Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
在特征点检测中如何把图片中提取的特征点保存成为文件的形式 或者说如何把jpg文件转换成orb格式的文件
#kpts1保存目标物体的特征,可以从文件导入特征。
#kpts1 = image.load_descriptor("/desc.orb")
https://book.openmv.cc/example/09-Feature-Detection/keypoints-save.html