fanzhenfeng

Results 12 comments of fanzhenfeng

> Could you please share the code of heat_geodesic which is used in line [6],I found one heat_geodesic function in GPToolBox-master ,but It seems doesn't match,thanks.(https://github.com/NaughtyZZ/3D_face_dense_registration/blob/main/matlab/demo_dense_registration.m) I add a demo...

The function ‘heat_geodesic.m ’ may depend on a [geometry processing library](https://github.com/alecjacobson/gptoolbox/).

The corresponding landmarks of the template is required to annotate **only once** for all targets.

I think it is also OK. In the E-M registration process, the offset for closest-vertex-correspondence should be eliminated if you do not have the target surface. You can try it.

It is an array sized NX30, where N is the number of vertices and 30 is the number of landmarks. Each element is inversely proportional to the squared distance between...

I remember that it is right. You can test and verify it.

There are also some tricks to avoid to denominator to be zero.

1. Although the results are not the same, they are proportional to each other. I think that both of these codes are OK. The final value of geodistance is commonly...

> I'm wondering if the mkl_pardiso.h is from the Intel MKL library or is it from Panua Technologies? BTW, if it is from Panua Tech, does it mean that the...

You are welcomed. I will update the dependencies in the readme file afterwards.