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

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -