First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered Sep 19 '17

Ziri gravatar image
  • 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