Skip to content

Commit 497c82b

Browse files
committed
Merge branch '1002-doc-ajout-image-masques-et-classification' into 'master'
Add illustrations for masks and classifications usages Closes #1002 See merge request 3d/cars-park/cars!814
2 parents a5e3098 + 207e109 commit 497c82b

9 files changed

+35
-2
lines changed

docs/source/how_CARS_works/masks_and_classifications_usage.rst

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,23 @@ Mask
1414
1515
| The masks are resampled in epipolar geometry with the resampling application.
1616
| The masked values are not taken into account in the matching process (sparse or dense matching method) to avoid mismatch and useless processing.
17-
| Furthermore, the sparse matching estimation of the disparity range can be enhanced with mask using for the water area typicaly.
17+
| Furthermore, the sparse matching estimation of the disparity range can be enhanced with mask using for the water area typically.
18+
19+
Below, an example of an area close to Nice with its associated water mask (calculated with SLURP) and the DSM calculated by masking the water zones.
20+
21+
.. list-table:: Example mask usage
22+
:widths: auto
23+
:align: center
24+
25+
* - **Satellite Image**
26+
- **Water Mask**
27+
- **Masked DSM**
28+
* - .. image:: ../images/mask_satellite_nice.png
29+
:width: 100%
30+
- .. image:: ../images/mask_watermask_nice.png
31+
:width: 100%
32+
- .. image:: ../images/mask_dsm_nice.png
33+
:width: 100%
1834

1935
Classification
2036
--------------
@@ -23,4 +39,21 @@ Classification
2339
| Please, see the section :ref:`convert_image_to_binary_image` to make a multiband binary image with 1 bit per band.
2440
2541
| All non-zeros values of the classification image will be considered as invalid data.
26-
| The classification can be used in each application by band name list selection parameter. See application ``classification`` parameter :ref:`advanced configuration`.
42+
| The classification can be used in each application by band name list selection parameter. See application ``classification`` parameter :ref:`advanced configuration`.
43+
44+
Below, an example of an area close to Nice with its associated classification image (calculated with SLURP). The first band corresponds to the water class and the second band to the vegetation class.
45+
46+
.. list-table:: Example classification usage
47+
:widths: auto
48+
:align: center
49+
50+
* - **Satellite Image**
51+
- **Classification (Band 1: "Water")**
52+
- **Classification (Band 2: "Vegetation")**
53+
* - .. image:: ../images/classif_satellite_nice.png
54+
:width: 100%
55+
- .. image:: ../images/classif_watermask_nice.png
56+
:width: 100%
57+
- .. image:: ../images/classif_vegetationmask_nice.png
58+
:width: 100%
59+
692 KB
Loading
Loading
15.8 KB
Loading

docs/source/images/mask_dsm_nice.png

269 KB
Loading
661 KB
Loading
16.6 KB
Loading
97.6 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)