You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Current Blob Detection algorithm is implemented using Python, need to port to C++, as discussed in this thread
Describe the solution you'd like
Implement the blob detection using the necessary OpenCV C++ API.
Blob detection should have a option to run on webcam or on video depending on the argument provided while executing objectfile.
Add a Makefile to compile and build a executable.
Add a Readme.md explaining the algorithm in detail and should also contain the instruction for running the executable.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Current Blob Detection algorithm is implemented using Python, need to port to C++, as discussed in this thread
Describe the solution you'd like
Readme.md
explaining the algorithm in detail and should also contain the instruction for running the executable.The text was updated successfully, but these errors were encountered: