[Insight-users] itkHoughTransform2DCirclesImageFilter.h

torsten butz butz at gammart . com
10 Dec 2003 10:00:49 +0100


Hello,

it looks like there is a small error in the
itkHoughTransform2DCirclesImageFilter.h file. On line 32 it says:

* \class HoughTransformCircles2DImageFilter

it should rather say:

* \class HoughTransform2DCircleImageFilter

This error made Oxygen generate two class descriptors from the same
file, one for a non-existing HoughTransformCircles2DImageFilter class
(containing the detailed description of the
HoughTransform2DCircleImageFilter class) and an incomplete description
of the real HoughTransformCircles2DImageFilter class.

Torsten