<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi,<div><br></div><div>How did you implement the landmark registration and the ICP (what components used)?</div><div><br></div><div>Can you provide us with a code
 sample?</div><div><br></div><div>Regards,</div><div><br></div><div>Dawood</div><div><br></div><div><br></div><div>&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;</div><div><br></div><div>&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;</div><div><br></div><div><br></div><div><span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: medium; "><pre>Hi all

I am trying to do registration by combination of  landmark and ICP.

I have four point set.

lmCTPointset: ct points for landmark
lmWorldPointset: world points for landmark

IcpCTPointset: ct points for ICP
IcpWorldPointset: world points for ICP

1. Do landmark registration for lmCTPointset and lmWorldPointset. The result
matrix of landmark is called landmarkMatrix.
2. IcpCTPointset is transformed to IcpInitialWorldPointset by landmarkMatrix
matrix. 
3. Do ICP registration for IcpInitialWorldPointset and IcpWorldPointset.

The problem I met is, usually, even the landmark result is almost a perfect
result, after do ICP, the ICP resultant matrix is even worse than landmark
matrix.

I think the ICP result should, at least, not worse than landmark result.

Thanks

superZZ</pre></span></div></td></tr></table>