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
Currently, in order to build Morphology codes, the command is
make build <subfolder name>
Whereas all the other folders use syntax of
make SRC=<subfolder>/main.cpp
Take reference from 4_cv_basics/7_opencv_overview/Makefile and update the 4_cv_basics/6_morphology/Makefile
The text was updated successfully, but these errors were encountered:
@AryanNanda17 please assign this issue to me.
Sorry, something went wrong.
Fixed issue SRA-VJTI#136 - Updated Makefile of 6_morphology
09d3ab0
hssagare
No branches or pull requests
Currently, in order to build Morphology codes, the command is
Whereas all the other folders use syntax of
Take reference from 4_cv_basics/7_opencv_overview/Makefile and update the 4_cv_basics/6_morphology/Makefile
The text was updated successfully, but these errors were encountered: