[vtkusers] can we match a cropped version of a model againt the original using the vtkIterativeClosestPointTransform?

Wes Turner wes.turner at kitware.com
Thu May 3 11:09:22 EDT 2007


The source and target landmarks need to have the same number of points for
the point-to-point metric to work.  However, the number of points in the two
models you are registering need not (and generally won't) be the same.  The
trick is to subsample from the source and to pick the closest points on the
target as the matches.  For matching patches to their appropriate location,
you may have to find a starting position sufficiently close to the correct
position of the patch to ensure that you do not get trapped in a local
minima.

- Wes

On 5/3/07, M.Salman at surrey.ac.uk <M.Salman at surrey.ac.uk> wrote:
>
>
> Hi all,
> The cropped version of a model doesnt necessarily consists of equal number
> of points as of the original.While vtkIterativeClosestPointTransform makes
> use of  vtkLandmarkTransform internally to compute the best fit which
> further calls for equal number of points in both landmarks.
> "Call SetSourceLandmarks and SetTargetLandmarks to specify the two sets of
> landmarks, ensure they have the same number of points"
>
> Can we still use the vtkIterativeClosestPointTransform to match the
> cropped version to the original model...
> Any thoughts?
>
> Regards,
>
> M.Salman
> University of Surrey,U.K.
>
>
>
>
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
>


-- 
Wesley D. Turner, Ph.D.
Kitware, Inc.
R&D Engineer
28 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-371-3971 x120
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20070503/2a0b1d1c/attachment.htm>


More information about the vtkusers mailing list