Unrecognized function or variable 'correct_uncer'.
Error in Cost_3DReal (line 22)
cost(i,j) = mex_expdist(S.points, M.points, correct_uncer(S.sigma), M.sigma, procr.T); %for now: rot-matrix set to identity matrix (IS WRONG)
Error in Run_DissimilarityMatrixCalculation3D (line 10)
[~, MatrixAfterAll2all_norm]=Cost_3DReal(V2,TV_p,R_p,t_p,Particles1,Cscale);
Error in Demo_JCC_3D (line 65)
Run_DissimilarityMatrixCalculation3D
Side-note: Copying mex_expdist (one version for 2D another for 3D) from different projects could maybe be included here already. Would be more comfortable then.
Wanted to run the 3D example:
Side-note: Copying mex_expdist (one version for 2D another for 3D) from different projects could maybe be included here already. Would be more comfortable then.