You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now, CARS can use an initial input Digital Elevation Model (:term:`DEM`) which is integrated in the stereo-rectification to minimize the disparity intervals to explore.
115
-
Any geotiff file can be used.
129
+
The user can provide as input a low resolution Digital Elevation Model (:term:`DEM`). It helps to minimize the disparity intervals to explore. Any geotiff file can be used.
130
+
If the DEM is not specified by the user, an internal DEM is generated with sparse matches.
116
131
117
-
The parameter is ``initial_elevation`` as seen in :ref:`configuration`.
132
+
To download the low resolution DEM corresponding to your area, see section :ref:`download_srtm_tiles`.
133
+
134
+
The parameter is ``dem`` in ``initial_elevation`` as seen in :ref:`configuration`.
118
135
119
136
120
137
Altimetric exploration and geometric inaccuracies
@@ -123,3 +140,43 @@ Altimetric exploration and geometric inaccuracies
123
140
To reduce the search interval (i.e. altimetric exploration) in the matching step and thus save computing time, a faster sparse matching step is typically used. This matching step also enables geometric errors to be corrected, thus ensuring that the epipolar geometry (based on these models) is correct.
124
141
125
142
Matching can be performed with keypoints like `SIFT <https://www.cs.ubc.ca/~lowe/papers/ijcv04.pdf>`_.
Copy file name to clipboardExpand all lines: docs/source/exploring_the_field/masks_and_classifications_usage.rst
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
1
Mask and Classification Usage
2
2
=============================
3
3
4
-
|Photogrammetry is a technique that cannot reproduce altitude on water. This technique also has difficulties for moving elements or in shaded areas.
4
+
|Photogrammetry is a technique that cannot reproduce altitude on water. This technique also has difficulties for shaded areas, cloudy areas or moving elements such as cars.
5
5
|For this reason, it is possible to mask out areas or apply ad hoc processing to aid the matching stage.
6
6
7
-
Masks
7
+
8
+
Mask
8
9
-----
9
10
10
11
|CARS can use a mask for each image in order to ignore some image regions (for instance water mask). This mask is taken into account during the whole 3D restitution process.
Copy file name to clipboardExpand all lines: docs/source/howto.rst
+70-8Lines changed: 70 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,10 @@ Get full stereo products
10
10
========================
11
11
12
12
13
-
Dinamis
14
-
-------
13
+
Pléiades / SPOT 6-7 products (DINAMIS)
14
+
--------------------------------------
15
15
16
-
|DINAMIS is a platform that acquires and distributes satellite Earth imagery for french and foreign institutional users under `specific subscription conditions <https://dinamis.data-terra.org/en/eligible-users/>`_.
17
-
|Please visit the dinamis website for more information: https://dinamis.data-terra.org/.
16
+
|`DINAMIS <https://dinamis.data-terra.org/catalogue/>`_ is a platform that acquires and distributes satellite Earth imagery (Pléaides and Spot 6-7) for french and foreign institutional users under `specific subscription conditions <https://dinamis.data-terra.org/en/eligible-users/>`_.
18
17
19
18
20
19
AIRBUS Pleiades NEO example files
@@ -68,17 +67,35 @@ Make input ROI images
68
67
-bbx x1 y1 x2 y2 Bounding box from two points (x1, y1) and (x2, y2)
69
68
70
69
70
+
71
+
How to find the coordinates of the bounding box ?
72
+
.................................................
71
73
72
-
For example, if you have downloaded the maxar example data :ref:`maxar_example_files`, you can choose a region of interest with `geojson.io <https://geojson.io/#map=16.43/-34.490433/-58.586864>`_.
74
+
For example, if you have downloaded the maxar example data :ref:`maxar_example_files`, you are working in an area near to San Fernando in Argentina. Go to the website `geojson.io <https://geojson.io/>`_ in order to select your ROI:
73
75
74
-
And then extract region, create config file and launch cars:
N.B.: Instead of using ``cars-extractroi``, you can directly give the GeoJson dictionnary in the configuration file (Please, see :ref:`configuration` for details). In this case, the sparse steps (geometric corrections) are processed on the entire image and not only on the ROI.
82
99
83
100
Monitor tiles progression
84
101
-------------------------
@@ -149,6 +166,8 @@ The low NDWI values can be considered as water area.
To add a band name / description in TIF files, for classification or color files in order to be used:
190
+
To add a band name / description ("water", "cloud", etc.) in TIF files, for classification or color files in order to be used:
172
191
173
192
174
193
.. code-block:: python
@@ -178,6 +197,49 @@ To add a band name / description in TIF files, for classification or color files
178
197
band_in.SetDescription(band_description)
179
198
data_in =None
180
199
200
+
.. _download_srtm_tiles:
201
+
202
+
Get low resolution DEM
203
+
========================
204
+
205
+
SRTM 90m DEM
206
+
---------------
207
+
208
+
It is possible to download a low resolution DEM (90-m SRTM) corresponding to your area. To get a SRTM tile, you need to run the following python script knowing the latitude and the longitude of your area:
0 commit comments