Hello.
I'm struggling and trying to do use XROMM package.
I'm training by using the sample codes (Pig Data Set) from
http://xromm.org.
It is difficult for me to try the sample codes (Pig Data Set).
I'm at the step of "Calculate rigid body motion" of XrayProject .
I selected the "PigDs0001-00xyzpts.csv" as [prefix]xyzpts.csv,
and I selected the "CT_markerlocations.csv" as CT marker coordinate
file.
The two *.csv files are from the sample codes.
And I input the 2 as "Bone number" ( Was I wrong ? ) ,
And I select all markers for input the Markers select.
MatLab (XrayProject 2.1.4 and Matlab 2009b x64) output the error
message.
Error message are below:
--------------
??? Improper null index in null matrix.
Error in ==> svdrigid at 103
R(1,:,:) = [];
Error in ==> rigidBody at 109
[R t res(:,i)]=svdrigid(x);
Error in ==> XrayProject>svdRigidButton_Callback at 1098
rigidBody(handles);
Error in ==> gui_mainfcn at 96
feval(varargin{:});
Error in ==> XrayProject at 42
gui_mainfcn(gui_State, varargin{:});
Error in ==>
@(hObject,eventdata)XrayProject('svdRigidButton_Callback',hObject,eventdata,guidata(hObject))
??? Error while evaluating uicontrol Callback
--------------
What's the problem or mistake ?
Please help me.
Sincerely,
Young Han Lee.