Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version
  • Suggestion :

If you can detect circles position (or only one circle position ) you can create a predefined mask where Blobs are perfect (separate) white circle then detect holes using findContours and CV_RETR_CCOMP parameters .

  • Suggestion :

If you can detect circles position (or only one circle position ) you can create a predefined mask where Blobs are perfect (separate) white circle then detect holes using findContours and CV_RETR_CCOMP parameters parameter .