Thursday, 15 March 2012

c++ - C ++, OpenCV : Cannot include imgproc library for Cvtcolor function -



c++ - C ++, OpenCV : Cannot include imgproc library for Cvtcolor function -

i new opencv , want utilize cvtcolor function when write

<#include opencv2/imgproc/imgproc2410.hpp>

it says error 1 error c1083: cannot open include file: 'opencv2/imgproc/imgproc2410.hpp': no such file or directory

do have suggestions? thanks.

there no such file called:

<#include opencv2/imgproc/imgproc2410.hpp>

replace

#include <opencv2/imgproc/imgproc.hpp>

c++ opencv

No comments:

Post a Comment