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
Ty @JulienLefevreMars for pointing that out ! From what i see in the github tree you started the optimization process, thank you very much for that :). What would be the function to optimize first according to your needs?
Yep, it's solved for gradient (the gain is huge, as expected).
In curvature.py there are two functions:
compute_curvature
curvature_fit
Quite similar pattern in the two cases with a for loop on the vertices and in each step a linear algebra operation. In curvature_fit it is a bit more complicated because the size of the matrix depends on the size of the neighborhood. It should be possible to use a compact expression with sparse matrices describing the vertex/vertices or vertex/faces relationships. We need to formalize that as soon as we have 1H and a blackboard :-)
From what I can see, there are several candidate functions in at least the following modules:
The text was updated successfully, but these errors were encountered: