Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 C++ 开发 OpenCv。我想通过 OpenCV Mat 数据结构声明浮点矩阵。有人可以解释我应该使用哪个头文件以及如何用一些值声明浮点垫。
简单地:
#include <opencv2/opencv.hpp> Mat_<float> mat (height, width);
请参阅文档。(死链接)有定义矩阵和使用它们的例子。
如果你包括cv.h你应该很好。
cv.h