We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I in the FeatureExtractor I am not able to pass through make command. I get the following error:
make
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
The text was updated successfully, but these errors were encountered:
https://www.mathworks.com/help/vision/ug/create-a-custom-feature-extractor.html
Sorry, something went wrong.
No branches or pull requests
I in the FeatureExtractor I am not able to pass through
make
command. I get the following error:The text was updated successfully, but these errors were encountered: