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.
我正在尝试使用 OpenCV 初始化 OpenNI 传感器,以便从我的 kinect 的深度传感器获取深度图。
我用来获取一张深度图像的代码:
和我得到的输出:
LNK2019: unresolved external symbol "int __cdelc cv::waitKey(int)" (?waitKey@cv@@YAHH@Z) reference in function _main
在.pro我的文件中:
.pro
QT += widgets WITH_OPENNI = ON