Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fatal error: cv.h no such file or directory #6

Open
liubaoryol opened this issue Jun 23, 2019 · 1 comment
Open

fatal error: cv.h no such file or directory #6

liubaoryol opened this issue Jun 23, 2019 · 1 comment

Comments

@liubaoryol
Copy link

I in the FeatureExtractor I am not able to pass through make command. I get the following error:

g++ main.cpp HOG.cpp HOGFeaturesOfBlock.cpp -I/usr/include/opencv -lml -lcvaux -lhighgui -lcv -lcxcore -o featureExtractor

main.cpp:1:10: fatal error: cv.h: No such file or directory

 #include **"cv.h"**

          ^~~~~~

compilation terminated.

Makefile:6: recipe for target 'all' failed

make: *** [all] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants