You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,...
"
The text was updated successfully, but these errors were encountered:
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,...
"
The text was updated successfully, but these errors were encountered: