[Insight-users] ITK Model to ImageRegistration

Matt McCormick matt.mccormick at kitware.com
Mon Jun 17 11:41:40 EDT 2013


Hi Jagjeet,

Model to image registration can be performed with comparison of an
itk::SpatialObject[1] to an Image.  There are a diverse variety of
SpatialObject's -- see the inheritance diagram for SpatialObject[1]
and PointBasedSpatialObject[2].  You may find some like
LineSpatialObject or SurfaceSpatialObject that may be what you are
looking for.

[1] http://www.itk.org/Doxygen/html/classitk_1_1SpatialObject.html
[2] http://www.itk.org/Doxygen/html/classitk_1_1PointBasedSpatialObject.html

Hope this helps,
Matt

On Fri, Jun 7, 2013 at 7:20 AM, Jagjeet Nain <jagjeet.nain at gmail.com> wrote:
> Hi,
> Probably my question was too naive or doesn't make sense or probably reached
> spam folder?
> with regards
> Jagjeet
>
>
>
> On Wed, Jun 5, 2013 at 1:24 PM, Jagjeet Nain <jagjeet.nain at gmail.com> wrote:
>>
>>
>>>
>>> Hi All,
>>> How good/robust is ITK Model to image registration? I mean can it be used
>>> to match arbitrary shapes to images. With arbitrary shapes I mean some
>>> polygon/polylines.
>>>
>>> I saw two examples for Model to image registration in ITK/Examples
>>> directory but they are mostly for "closed shapes" such as ellipse, Can same
>>> be extended for polylines?
>>> with regards
>>> Jagjeet
>>>
>>
>


More information about the Insight-users mailing list