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

Port to C++: Blob Detection #51

Closed
amanchhaparia opened this issue Sep 5, 2022 · 1 comment
Closed

Port to C++: Blob Detection #51

amanchhaparia opened this issue Sep 5, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@amanchhaparia
Copy link
Collaborator

amanchhaparia commented Sep 5, 2022

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.
@toshan-luktuke
Copy link

I'll work on this part

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Development

No branches or pull requests

2 participants