TheWebMonks / meshmonk

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

error around the 'compute_correspondences' function #22

Open qyhortho opened 2 years ago

qyhortho commented 2 years ago

Hello sir, We have successfully complied meshmonk in windows with visual studio and put the compiled meshmonk.lib into the root folder of matlab ,but when we run the “UnderstandingNonRigidMappingWithMeshMonk.m” we came across the problem that the function of compute_correspondences could not be recognized.From my prospect,whether because of the misdiaplacement of the lib file(meshmonk.lib)induced such problem or any other posibilities which I don‘t know. Could you help me find out the reason or give me more suggestions on solving such problem,thanks a lot!

qianyuW commented 2 years ago

have you solved the error? I met with the same error

heidab commented 1 year ago

Hi, did anyone figure this out? Having the same problem

T-AbdelAlim commented 1 year ago

Anyone? Same problem here..

heidab commented 1 year ago

U need to run the mex_all or mex_windows_all in MatLab (it's in the MatLab folder) then it should work, works for me now