找不到opencv相关的头文件stitcher.hpp
Posted
技术标签:
【中文标题】找不到opencv相关的头文件stitcher.hpp【英文标题】:Could not find opencv-related header file stitcher.hpp 【发布时间】:2015-09-22 07:10:56 【问题描述】:我想在 C++ 中使用 OpenCV 库中的 stitching mechanism,但在安装 OpenCV 3.0 后,我在“opencv2”文件夹中看不到任何 stitcher.hpp
文件。它在哪里?
【问题讨论】:
opencv/modules/stitching/include/opencv2/stitching.hpp
?
@sergej 非常感谢!
【参考方案1】:
Stitcher
类在 \modules\stitching\include\opencv2\stitching.hpp
中声明。
【讨论】:
以上是关于找不到opencv相关的头文件stitcher.hpp的主要内容,如果未能解决你的问题,请参考以下文章