# In my algorithm, I want to extract some circles in the image. I didn't # know whether ITK has a relative class that can help me do that. I think you are looking for this class: HoughTransform2DCirclesImageFilter, there is also an example on how to use this class in Examples/Segmentation directory. Tomas