Dear Jimmy, Many thanks for this submission. I am trying to transform a volume using a Rigid matrix as following
m=[ 0.9956 0.0491 0.0800 -10.8112
-0.0472 0.9986 -0.0256 6.8496
-0.0812 0.0217 0.9965 6.9082
0 0 0 1.0000];
he output seems screwed as expected, however, the size of the input matrix has changed drastically. That does not seems quite right. Could you kindly suggest.
Hi Jakob
I am getting the following error when I run demo file. Any suggestions. many thanks.
------------------------------
??? Error: File: icp.m Line: 226 Column: 11
Expression or statement is incorrect--possibly unbalanced (, {, or [.
Error in ==> demo at 57
[Ricp Ticp ER t] = icp(M, D, 15);
-------------------------------------
Dear Dirk, I want to know if this algo can register a 2d image to a 3d Volume? According to my limited understanding, such registrations are done using projection based methods.. Any suggestion on this. Many thanks.