Skip to content

Commit

Permalink
Merge pull request #1561 from ngophuc/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoeurjo authored Apr 29, 2021
2 parents 60c0074 + 300778f commit aaef06c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
(Pablo Hernandez-Cerdan [#1543](https://github.com/DGtal-team/DGtal/pull/1528))

- *Documentation*
- Fix typos in blurred segment equation (Phuc Ngo,
[#1561](https://github.com/DGtal-team/DGtal/pull/1561))
- Fix some small errors : includes, variable names, code example
(adrien Krähenbühl, [#1525](https://github.com/DGtal-team/DGtal/pull/1525))
- Fix doxygen errors in DigitalConvexity, SurfaceMesh
Expand Down
4 changes: 2 additions & 2 deletions src/DGtal/geometry/doc/moduleAlphaThickSegmentReco.dox
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ A set \f$ \mathcal{S}_f \f$ of consecutive points (\f$ \mathcal{S}_f
\geq 2 \f$) of an 8-connected curve is a blurred segment with order
\f$ d \f$ if there exists a discrete line \f$ \mathcal{D}(a,b, \mu,
\omega) \f$ such that all points of \f$ \mathcal{S}_f \f$ belong to
\f$ \mathcal{D} \f$ and \f$ \frac{\omega}{max(|a|,|b|) \leq d
} \f$. The line \f$ D \f$ is said bounding for \f$ \mathcal{S}_f \f$.
\f$ \mathcal{D} \f$ and \f$ \frac{\omega}{max(|a|,|b|)} \leq d
\f$. The line \f$ D \f$ is said bounding for \f$ \mathcal{S}_f \f$.


Following this definition, the authors also propose an incremental
Expand Down

0 comments on commit aaef06c

Please sign in to comment.