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
{{ message }}
This repository was archived by the owner on Mar 30, 2026. It is now read-only.
In line 1542 of the file [UVAtlas\isochart\imtcomputation.cpp] the code is : for (size_t ii = 0; ii < IMT_DIM; ii++) { (*pfIMTArray)[ii] /= f3dArea; }
But the first formula in page 4, section 3.3 in the document "Signal Specialized Parameterization", IMT should be multiplied by the area of the triangle.
My questions:
How to understand the difference between paper and code practice.
When I call UVAtlasComputeIMTFromTexture, how do I get the IMT array converted to Eh(S) which is finally used to measure the stretch of the signal.
In line 1542 of the file [UVAtlas\isochart\imtcomputation.cpp] the code is :
for (size_t ii = 0; ii < IMT_DIM; ii++) { (*pfIMTArray)[ii] /= f3dArea; }But the first formula in page 4, section 3.3 in the document "Signal Specialized Parameterization", IMT should be multiplied by the area of the triangle.

My questions:
Thanks for every answer.