Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue #382 (3dLocalEstimators) #383

Merged
merged 9 commits into from
Jul 18, 2020
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
- volAddBorder: Add an option that sets zero value to domain boundary voxels without
changing the domain extent (Bertrand Kertautret
[#371](https://github.com/DGtal-team/DGtalTools/pull/371))

- Fix a wrong error message that appears when using the tool (wrong IO error)
(Bertrand Kerautret
[#368](https://github.com/DGtal-team/DGtalTools/pull/368))
Expand All @@ -39,7 +38,11 @@
- *estimators*
- volSurfaceRegularization now in the "make install" command. (David
Coeurjolly, [#376](https://github.com/DGtal-team/DGtalTools/pull/376))

- 3dLocalEstimators now included in the main build and fix compilation issues
and documentation added.
[#382](https://github.com/DGtal-team/DGtalTools/issues/382).
(Bertrand Kerautret [#383](https://github.com/DGtal-team/DGtalTools/pull/383))

- *converters*
- volBoundary2obj improved using new Shortcuts helpers.
(Bertrand Kerautret
Expand Down
2 changes: 1 addition & 1 deletion doc/estimators.dox
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

@section estimators_Doc Estimators


- @ref Doc2dLocalEstimators : compares local estimators on implicit shapes using DGtal Library.
- @ref Doc3dCurveTangentEstimator : estimates the tangent vector to a set of 3D integer points.
- @ref Doc3dLocalEstimators : compares local estimators on implicit shapes using DGtal library.
- @ref curvatureBC : estimates curvature using a binomial convolver.
- @ref curvatureMCMS : estimates curvature using length of most centered segment computers.
- @ref curvatureScaleSpaceBCC : generates the Curvature Scale Space image using a binomial convolver based estimator.
Expand Down
Loading