Ask Your Question
0

New to OpenCv, Installed perfectly but not getting any output

asked 2014-04-02 12:48:21 -0600

vijju gravatar image

hello i am new to open cv, i have just installed the opencv and also included libraries in visual studio 2012 professional. I know that the libraries are successfully included bcoz when i start typing #include <-----...it starts showing the library functions, but the program wont execute..and says

Blockquote

1>------ Build started: Project: ConsoleApplication1, Configuration: Release x64 ------ 1> Main.cpp 1>Main.cpp(1): fatal error C1083: Cannot open include file: 'cv.hpp': No such file or directory ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

C:\fakepath\Untitled.png

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2014-04-04 09:37:51 -0600

juanmanpr gravatar image

Hello, Maybe you should try incluing opencv2/core/core.hpp instead of cv.hpp Also, you should use C++ interface (cv::Mat) instead of legacy C IplImage.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-04-02 12:48:21 -0600

Seen: 330 times

Last updated: Apr 04 '14