Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::HoughTransformCircles2DImageFilter Class Reference
[Image Feature Extraction Filters]

Performs the Hough Transform to find circles in a 2D image. More...

#include <itkHoughTransform2DCirclesImageFilter.h>


Detailed Description

Performs the Hough Transform to find circles in a 2D image.

This filter derives from the base class ImageToImageFilter The input is an image, and all pixels above some threshold are those we want to consider during the process.

This filter produces two output: 1) The accumulator array, which represents probability of centers. 2) The array or radii, which has the radius value at each coordinate point.

When the filter found a "correct" point, it computes the gradient at this point and draw a regular narrow-banded circle using the minimum and maximum radius given by the user, and fill in the array of radii. The SweepAngle value can be adjusted to improve the segmentation.


The documentation for this class was generated from the following file:
Generated at Sat Mar 31 03:03:50 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000