Pixels_Seminar icon indicating copy to clipboard operation
Pixels_Seminar copied to clipboard

Port to C++: Blob Detection

Open amanchhaparia opened this issue 2 years ago • 1 comments

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.

amanchhaparia avatar Sep 05 '22 19:09 amanchhaparia

I'll work on this part

toshan-luktuke avatar Sep 07 '22 18:09 toshan-luktuke