[Insight-users] HoughTransform3DLinesImageFilter
Luis Ibanez
luis.ibanez at kitware.com
Thu Sep 14 10:03:02 EDT 2006
Hi Jörg
Unfortunately there is no such filter available in ITK.
However, if you take the filter:
Insight/Code/BasicFilters
itkHoughTransform2DLinesImageFilter.txx
It should take one afternoon and three (or four) cups
of coffee to convert it to 3D.
After which... of course... it will be great if you
submit it to the Insight Journal:
http://www.insight-journal.org/
So that it can be added to ITK in a future release.
Please note that the Hough parametric space of the
output lines should use an image of dimension 4.
That can be easily defined as
itk::Image<OutputPixelType, 4>
Regards,
Luis
---------------------------
Jörg P.Pfannmöller wrote:
> Hello,
>
> is there something like a HoughTransform3DLinesImageFilter in the library of ITK?
>
> Thank you pfannmoe
More information about the Insight-users
mailing list