[Insight-developers] Pls Help: Pointset2PointsetRegistration
Luis Ibanez
luis.ibanez at kitware.com
Tue Jan 6 23:17:28 EST 2009
Hi Bryan,
You can use ICP (Iterative Closest Point).
This method doesn't require the two PointSets to have the same number
of points, and it doesn't require you to provide correspondences.
You will find examples in:
Insight/Examples/Patented/
IterativeClosestPoint1.cxx
IterativeClosestPoint2.cxx
IterativeClosestPoint3.cxx
Regards,
Luis
-----------------------
Guorong Wu wrote:
> Hi all,
>
> I want to develop a correspondence-based registration method in
> ITK. In this case, the number of two point-set _does not equal_ and the
> correspondence is _un-determined_, which means the correspondence will
> be calculated in the each iteration of the registration. Does anyone
> know which ITK filter I can use or can be used as the base class? If you
> are experienced in such registration method, please give some
> suggestion. Thanks.
>
>
>
> Best wishes,
>
> Bryan
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Insight-developers mailing list
> Insight-developers at itk.org
> http://www.itk.org/mailman/listinfo/insight-developers
More information about the Insight-developers
mailing list