wexw / Joint-Registration-of-Multiple-Point-Clouds-for-Fast-Particle-Fusion-in-Localization-Microscopy

4 stars 0 forks source link

function correct_uncer missing #1

Closed jkfindeisen closed 2 years ago

jkfindeisen commented 2 years ago

Wanted to run the 3D example:

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.

wexw commented 2 years ago

Hi, the correcy_uncer.m file is uploaded.

jkfindeisen commented 2 years ago

No change in the repo. Did you forget to push a commit?

wexw commented 2 years ago

Sorry. Can you see the update now?

jkfindeisen commented 2 years ago

Yes. Issue is solved.