<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>vtkIterativeClosestPointTransform</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=2>I am having trouble getting certain outputs from vtkIterativeClosestPointTransform.&nbsp; It appears to work fine, as far as registration goes, but I cannot get certain features of it working.&nbsp; Specifically, I cannot get the matrix of the transform using<BR>
mat-&gt;DeepCopy(icp-&gt;getMatrix());<BR>
I also cannot get the locator using icp-&gt;GetLocator().<BR>
<BR>
My goal is to get a sense of how close the source points are to the target surface, so the locator is something I think I need to do that.<BR>
<BR>
Jason Taclas</FONT>
</P>

</BODY>
</HTML>