c++ - C ++, OpenCV : Cannot include imgproc library for Cvtcolor function -
I'm new to opencv and when I write I want to use the CvtColor function
& lt; #include opencv2 / imgproc / imgproc2410.hpp & gt; It says error 1 error C1083: File can not open include: 'opencv2 / imgproc / imgproc2410.hpp': any such file or directory Do you have Have any suggestions? Thank you.
There is no such file which:
& lt; #include opencv2 / imgproc / imgproc2410.hpp & gt; Change it with
#include & lt; Opencv2 / imgproc / imgproc.hpp & gt;
Comments
Post a Comment