Search code examples
algorithmimage-recognitionpattern-recognition

Pattern recognition algorithm to for detecting blood cells


I have a following type of image (blood cells):

enter image description here

Is there any pattern recognition algorithm, which can detect blood cells?


Solution

  • An OpenCV library includes a Hough algorithm, which allows to find circles in image.