From 8f548dfc05d4e81ca2757b997bb364ecdcd16cb8 Mon Sep 17 00:00:00 2001 From: Victor Poughon <victor.poughon@cnes.fr> Date: Fri, 26 Apr 2019 16:55:14 +0200 Subject: [PATCH] DOC: typo in examples --- Examples/BasicFilters/IndexedToRGBExample.rst | 2 +- Examples/BasicFilters/PrintableImageFilterExample.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/BasicFilters/IndexedToRGBExample.rst b/Examples/BasicFilters/IndexedToRGBExample.rst index a99740c8b7..b9c02e70cc 100644 --- a/Examples/BasicFilters/IndexedToRGBExample.rst +++ b/Examples/BasicFilters/IndexedToRGBExample.rst @@ -7,7 +7,7 @@ If such regions are easy to manipulate -- it is easier and faster to compare two than a RGB value -- it is different when it comes to displaying the results. Here we present a convient way to convert such indexed image to a color image. In -such conversion, it is important to ensure that neighborhood region, which are +such conversion, it is important to ensure that neighboring regions, which are likely to have consecutive number have easily dicernable colors. This is done randomly using a hash function by ``ScalarToRGBPixelFunctor``. diff --git a/Examples/BasicFilters/PrintableImageFilterExample.rst b/Examples/BasicFilters/PrintableImageFilterExample.rst index 532a2f51f1..9c503fa73b 100644 --- a/Examples/BasicFilters/PrintableImageFilterExample.rst +++ b/Examples/BasicFilters/PrintableImageFilterExample.rst @@ -14,7 +14,7 @@ matching the red band with the red color, etc. Some satellites (SPOT 5 is an example) do not acquire all the visible spectral bands: the blue can be missing and replaced by some other wavelength of interest for a specific application. In these situations, another mapping has -to be created. That's why, the vegetation often appears in red in satellite +to be created. That's why the vegetation often appears in red in satellite images. The band order in the image products can be also quite tricky. It could be in -- GitLab