First time here? Check out the FAQ!
answered Sep 19 '17
Create data of positive and negative images (negative images should be noisy background , other blobs.... )
extract features (HOG for example) for both neative and positive images .
Make a classifier using (SVM for example).
Test : detect all blobs and classify.
Support Vector Machines