TheWebMonks / meshmonk

Open mesh-to-mesh registration framework
Apache License 2.0
70 stars 25 forks source link

Undefined function 'compute_correspondences' for input arguments of type 'single'. #25

Open T-AbdelAlim opened 1 year ago

T-AbdelAlim commented 1 year ago

I keep getting the following error when running the tutorial "UnderstandingNonRigidMappingWithMeshMonk.m" on windows. Compiled everything as instructed.

The first few operations using the Shape3D and Viewer class work. However, the error occurs when running the cell "Step 1 - compute correspondences".

" Undefined function 'compute_correspondences' for input arguments of type 'single'.

Error in UnderstandingNonRigidMappingWithMeshMonk (line 139) compute_correspondences(floatingFeatures, targetFeatures,... "

A similar error occurs later on: " Undefined function 'compute_nonrigid_transformation' for input arguments of type 'uint32'.

Error in UnderstandingNonRigidMappingWithMeshMonk (line 219) compute_nonrigid_transformation(floatingFeatures, correspondingFeatures,... "