opencv - Point3f 而不是 Point2f 用于 OpenCV 中的 KeyPoint

标签 opencv c++11

有什么方法可以使用 Point3f 而不是 Point2f 作为 KeyPoint 参数?
在这里 OpenCV Documentation他们只提到 Point2f,但我仍然想知道是否有任何方法可以做到。还有其他方法吗?

最佳答案

不,您无法将 Point3fKeyPoint 一起使用。
KeyPoint 仅适用于 2D 数据,不适用于 3D。您可以阅读完整手册 here

关于opencv - Point3f 而不是 Point2f 用于 OpenCV 中的 KeyPoint,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43323467/

相关文章:

android - FaceDetection 的 OpenCV 示例不运行

python - cv2.findContours() 行为异常?

c++ - 用于人脸检测的 opencv 3.1 detectmultiscale()

c++ - AX 解析器生成器和 mingw gcc 4.6 运算符 &

c++ - 静态成员函数指针作为模板参数

python - 使用 OpenCV 获取帧时如何测试相机的实际分辨率?

c++ - 根据标记点对齐 2 张人脸图像

c++ - 使用 lambda 初始化包含 std::function 的类

c++ - 通过连接 QObject 使用 std::future

c++ - sizeof 运算符生成的数据类型