DGtal-team / DGtalTools-contrib

Various tools from the community built using DGtal
GNU Lesser General Public License v3.0
11 stars 9 forks source link

export normal vectors from VCM estimators from vol #66

Closed kerautret closed 1 year ago

kerautret commented 2 years ago

PR Description

New tool to estimate normal vectors (using VCM) from digital surface defined in 3D volume. It exports the mesh and the normals vectors

Checklist

dcoeurjo commented 2 years ago

There is no VCM based normal vector +export in DGtal?

kerautret commented 2 years ago

There is no VCM based normal vector +export in DGtal?

yes there is https://github.com/DGtal-team/DGtalTools/blob/master/estimators/vol2normalField.cpp That can be used but not use VCM for now, it was a step before migrate it in DGtalTools..

dcoeurjo commented 2 years ago

I see, there is also the shortcut https://dgtal-team.github.io/doc-nightly/classDGtal_1_1ShortcutsGeometry.html#afc9c5cfff9a32d072e2486ab491b269f

kerautret commented 2 years ago

I see, there is also the shortcut https://dgtal-team.github.io/doc-nightly/classDGtal_1_1ShortcutsGeometry.html#afc9c5cfff9a32d072e2486ab491b269f Yes I forget, the Jaco code was before the shortcut ;)

kerautret commented 2 years ago

thanks

kerautret commented 1 year ago

Merging, I make an issue to use shortcut as discussed.