Skip to content

Commit

Permalink
Merge pull request #383 from kerautret/fixIssue3dLocalEstim#382
Browse files Browse the repository at this point in the history
Fix issue #382 (3dLocalEstimators)
  • Loading branch information
dcoeurjo committed Jul 18, 2020
2 parents f0a8b29 + 00193df commit 1f5968e
Show file tree
Hide file tree
Showing 4 changed files with 1,197 additions and 1,146 deletions.
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 @@ -41,7 +40,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

0 comments on commit 1f5968e

Please sign in to comment.