Center of Blob using Python and C++
To run the code to find center of a single blob, run the following commands:-
For python:-
python3 single_blob.py --ipimage image_name
For C++:-
g++ single_blob.cpp `pkg-config opencv --cflags --libs` -o output
./output image_name
To run the code to find center of multiple blobs, run the following commands:-
For python:-
python3 center_of_multiple_blob.py --ipimage image_name
For C++:-
g++ center_of_multiple_blob.cpp `pkg-config opencv --cflags --libs` -o output
./output image_name
AI Courses by OpenCV
Want to become an expert in AI? AI Courses by OpenCV is a great place to start.