1 | initial version |
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.