Skip to content

Commit d686988

Browse files
authored
Fixing typo in the 3D viewer documentation (#1831)
* Fixing typo in 3D viewer doc * Fixing typo in 3D viewer doc (changelog)
1 parent d3440bf commit d686988

File tree

11 files changed

+23
-18
lines changed

11 files changed

+23
-18
lines changed

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
- *Documentation*
66
- Many typos fixed in documentation using Github Copilot. (David Coeurjolly, [#1829](https://github.com/DGtal-team/DGtal/pull/1829))
77

8+
## BugFixes
9+
10+
- *IO*
11+
- Fixing typo in the 3d viewer documentation (David Coeurjolly, [#1831](https://github.com/DGtal-team/DGtal/pull/1831))
12+
813
# DGtal 2.1.0
914

1015
## New features

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ A Docker file is included in the repository in order to allow the users to build
4444
To build the Docker image, Docker should have been installed in the system (to [install Docker](https://docs.docker.com/engine/install/)) download the *Dockerfile* inside the [DGtal repository](https://github.com/DGtal-team/DGtal), in the same directory where the Dockerfile is located execute
4545

4646
```shell
47-
docker build -t dgtal:lastest .
47+
docker build -t dgtal:latest .
4848
```
4949
To run an interactive terminal inside the docker container and see the examples
5050
```shell
51-
docker run -it --user=digital dgtal:lastest bash
51+
docker run -it --user=digital dgtal:latest bash
5252
cd /home/digital/git/DGtal/build/examples
5353
```
5454

src/DGtal/geometry/curves/GreedySegmentation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ namespace DGtal
124124
* in the wider range [curve.begin(), curve.end()).
125125
*
126126
* Moreover, a part of a digital curve may be processed either
127-
* as an independant (open) digital curve or as a part whose
127+
* as an independent (open) digital curve or as a part whose
128128
* segmentation at the ends depends of the underlying digital
129129
* curve. That's why 3 processing modes are available:
130130
* - "Truncate" (default), the extension of the last segment

src/DGtal/geometry/doc/moduleGridCurveAnalysis.dox

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ must be constructed from the same input parameters
224224
so that they can detect segments of the same class.
225225

226226
These methods are useful in segmentation algorithms when
227-
new segment computers must be created. An independant factory
227+
new segment computers must be created. An independent factory
228228
is not required since a segment computer is a factory
229229
for instances of its own type.
230230

@@ -477,7 +477,7 @@ Obviously, [beginIt, endIt) has to be a valid range included
477477
in the wider range [curve.begin(), curve.end()).
478478

479479
Moreover, a part of a digital curve may be processed either
480-
as an independant (open) digital curve or as a part whose
480+
as an independent (open) digital curve or as a part whose
481481
segmentation at the ends depends of the underlying digital
482482
curve. That's why 3 processing modes are available:
483483
- "Truncate" (default), the extension of the last segment

src/DGtal/geometry/tools/AffineGeometry.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ namespace DGtal
662662
// If basis has already d independent vectors, then there is no
663663
// other independent vector.
664664
if ( basis.size() >= dimension ) return Point::zero;
665-
// At least one trivial canonic vector should be independant.
665+
// At least one trivial canonic vector should be independent.
666666
Dimension k = 0;
667667
for ( ; k < dimension; k++ )
668668
{
@@ -698,7 +698,7 @@ namespace DGtal
698698
// If basis has already d independent vectors, then there is no
699699
// other independent vector.
700700
if ( basis.size() >= dimension ) return TOtherPoint::zero;
701-
// At least one trivial canonic vector should be independant.
701+
// At least one trivial canonic vector should be independent.
702702
Dimension k = 0;
703703
for ( ; k < dimension; k++ )
704704
{

src/DGtal/graph/DistanceBreadthFirstVisitor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ while ( ! visitor.finished() )
439439
/**
440440
Push backs some node in the queue. The node should have been
441441
ignored previously at some point. Useful when the distance is
442-
not truely a distance function.
442+
not truly a distance function.
443443
@param node a pair Vertex, distance.
444444
*/
445445
void pushAgain( const Node & node );

src/DGtal/images/ArrayImageAdapter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ namespace DGtal
189189
*
190190
* The full domain will be the same as the copied ArrayImageAdapter. Only the viewable domain will be modified.
191191
*
192-
* @warning Since this class in only a view on a independant storage, it does a shallow copy.
192+
* @warning Since this class in only a view on a independent storage, it does a shallow copy.
193193
*
194194
* @param other An another ArrayImageAdapter instance.
195195
* @param aViewDomain A new viewable domain for this image.

src/DGtal/io/doc/moduleDisplay3D.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The library handles 3D scenes movement and allows to attributes of displayed obj
4545
First to use the PolyscopeViewer stream, you need to include the following headers:
4646
*
4747
@code
48-
#include "DGtal/io/3dViewers/PolyscopeViewer.h"
48+
#include "DGtal/io/viewers/PolyscopeViewer.h"
4949
@endcode
5050
*
5151
The following code snippet defines three points and a rectangular

src/DGtal/io/doc/moduleIO.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Hence, for image writers, some functors may return a DGtal::Color or a scalar
104104
| | Raw | raw binary file format for any type | the functor should return the same type as specified in the template parameter of RawWriter::exportRaw | RawWriter | |
105105

106106

107-
@note Since DGtal doesn't integrate ITK by default, ITK image should by writen directly using the ITKWriter class.
107+
@note Since DGtal doesn't integrate ITK by default, ITK image should be written directly using the ITKWriter class.
108108
@code
109109
Image image;
110110
DGtal::ITKReader<Image>::exportITK("example.mha", image);

src/DGtal/kernel/domains/Linearizer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/**
2020
* @file Linearizer.h
2121
* @author Roland Denis (\c roland.denis@univ-smb.fr )
22-
* LAboratory of MAthematics - LAMA (CNRS, UMR 5127), University of Savoie, France
22+
* Laboratory of Mathematics - LAMA (CNRS, UMR 5127), University of Savoie, France
2323
*
2424
* @date 2015/06/18
2525
*
@@ -82,7 +82,7 @@ namespace DGtal
8282
*
8383
* This is a static class that provides point linearization (point to index) and de-linearization (index to point) for storages working on HyperRectDomain.
8484
*
85-
* The storage order can be specified by template (default is colum-major ordered).
85+
* The storage order can be specified by template (default is column-major ordered).
8686
*
8787
* Example:
8888
* @code

0 commit comments

Comments
 (0)