From 496f132734c35e1827c2c182cad9707f74fbd615 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 12 Jul 2023 15:29:48 +0000 Subject: [PATCH] Update documentation --- _sources/arguments.rst.txt | 9 ++++++--- arguments/index.html | 6 ++++-- cs/.doctrees/arguments.doctree | Bin 144379 -> 145875 bytes cs/.doctrees/environment.pickle | Bin 183585 -> 183585 bytes cs/_sources/arguments.rst.txt | 9 ++++++--- cs/arguments/index.html | 6 ++++-- cs/searchindex.js | 2 +- es/.doctrees/arguments.doctree | Bin 144744 -> 146272 bytes es/.doctrees/environment.pickle | Bin 184048 -> 184048 bytes es/_sources/arguments.rst.txt | 9 ++++++--- es/arguments/index.html | 6 ++++-- es/searchindex.js | 2 +- fil/.doctrees/arguments.doctree | Bin 136008 -> 137571 bytes fil/.doctrees/environment.pickle | Bin 183389 -> 183389 bytes fil/_sources/arguments.rst.txt | 9 ++++++--- fil/arguments/index.html | 6 ++++-- fil/searchindex.js | 2 +- fr/.doctrees/arguments.doctree | Bin 144632 -> 146080 bytes fr/.doctrees/environment.pickle | Bin 183443 -> 183443 bytes fr/_sources/arguments.rst.txt | 9 ++++++--- fr/arguments/index.html | 6 ++++-- fr/searchindex.js | 2 +- id/.doctrees/arguments.doctree | Bin 135998 -> 137561 bytes id/.doctrees/environment.pickle | Bin 182963 -> 182963 bytes id/_sources/arguments.rst.txt | 9 ++++++--- id/arguments/index.html | 6 ++++-- id/searchindex.js | 2 +- searchindex.js | 2 +- sw/.doctrees/arguments.doctree | Bin 136004 -> 137567 bytes sw/.doctrees/environment.pickle | Bin 182827 -> 182827 bytes sw/_sources/arguments.rst.txt | 9 ++++++--- sw/arguments/index.html | 6 ++++-- sw/searchindex.js | 2 +- te/.doctrees/arguments.doctree | Bin 136136 -> 137699 bytes te/.doctrees/environment.pickle | Bin 185812 -> 185812 bytes te/_sources/arguments.rst.txt | 9 ++++++--- te/arguments/index.html | 6 ++++-- te/searchindex.js | 2 +- 38 files changed, 88 insertions(+), 48 deletions(-) diff --git a/_sources/arguments.rst.txt b/_sources/arguments.rst.txt index 9641cf8f7..0b82ed94e 100644 --- a/_sources/arguments.rst.txt +++ b/_sources/arguments.rst.txt @@ -98,6 +98,9 @@ Options and Flags :ref:`matcher-neighbors` Perform image matching with the nearest images based on GPS exif data. Set to 0 to match by triangulation. Default: ``0`` +:ref:`matcher-order` + Perform image matching with the nearest N images based on image filename order. Can speed up processing of sequential images, such as those extracted from video. It is applied only on non-georeferenced datasets. Set to 0 to disable. Default: ``0`` + :ref:`matcher-type` bow | bruteforce | flann Matcher algorithm, Fast Library for Approximate Nearest Neighbors or Bag of Words. FLANN is slower, but more stable. BOW is faster, but can sometimes miss valid matches. BRUTEFORCE is very slow but robust.. Default: ``flann`` @@ -173,9 +176,6 @@ Options and Flags :ref:`pc-skip-geometric` Geometric estimates improve the accuracy of the point cloud by computing geometrically consistent depthmaps but may not be usable in larger datasets. This flag disables geometric estimates. Default: ``False`` -:ref:`pc-tile` - Reduce the memory usage needed for depthmap fusion by splitting large scenes into tiles. Turn this on if your machine doesn't have much RAM and/or you've set --pc-quality to high or ultra. Experimental. Default: ``False`` - :ref:`primary-band` When processing multispectral datasets, you can specify the name of the primary band that will be used for reconstruction. It's recommended to choose a band which has sharp details and is in focus. Default: ``auto`` @@ -203,6 +203,9 @@ Options and Flags :ref:`sfm-algorithm` incremental | triangulation | planar Choose the structure from motion algorithm. For aerial datasets, if camera GPS positions and angles are available, triangulation can generate better results. For planar scenes captured at fixed altitude with nadir-only images, planar can be much faster. . Default: ``incremental`` +:ref:`sfm-no-partial` + Do not attempt to merge partial reconstructions. This can happen when images do not have sufficient overlap or are isolated. Default: ``False`` + :ref:`skip-3dmodel` Skip generation of a full 3D model. This can save time if you only need 2D results such as orthophotos and DEMs. Default: ``False`` diff --git a/arguments/index.html b/arguments/index.html index 4079d7a08..663544a32 100644 --- a/arguments/index.html +++ b/arguments/index.html @@ -482,6 +482,8 @@
matcher-neighbors <positive integer>

Perform image matching with the nearest images based on GPS exif data. Set to 0 to match by triangulation. Default: 0

+
matcher-order <positive integer>

Perform image matching with the nearest N images based on image filename order. Can speed up processing of sequential images, such as those extracted from video. It is applied only on non-georeferenced datasets. Set to 0 to disable. Default: 0

+
matcher-type bow | bruteforce | flann

Matcher algorithm, Fast Library for Approximate Nearest Neighbors or Bag of Words. FLANN is slower, but more stable. BOW is faster, but can sometimes miss valid matches. BRUTEFORCE is very slow but robust.. Default: flann

max-concurrency <positive integer>

The maximum number of processes to use in various processes. Peak memory requirement is ~1GB per thread and 2 megapixel image resolution. Default: 4

@@ -532,8 +534,6 @@
pc-skip-geometric

Geometric estimates improve the accuracy of the point cloud by computing geometrically consistent depthmaps but may not be usable in larger datasets. This flag disables geometric estimates. Default: False

-
pc-tile

Reduce the memory usage needed for depthmap fusion by splitting large scenes into tiles. Turn this on if your machine doesn’t have much RAM and/or you’ve set –pc-quality to high or ultra. Experimental. Default: False

-
primary-band <string>

When processing multispectral datasets, you can specify the name of the primary band that will be used for reconstruction. It’s recommended to choose a band which has sharp details and is in focus. Default: auto

project-path <path>

Path to the project folder. Your project folder should contain subfolders for each dataset. Each dataset should have an “images” folder.

@@ -552,6 +552,8 @@
sfm-algorithm incremental | triangulation | planar

Choose the structure from motion algorithm. For aerial datasets, if camera GPS positions and angles are available, triangulation can generate better results. For planar scenes captured at fixed altitude with nadir-only images, planar can be much faster. . Default: incremental

+
sfm-no-partial

Do not attempt to merge partial reconstructions. This can happen when images do not have sufficient overlap or are isolated. Default: False

+
skip-3dmodel

Skip generation of a full 3D model. This can save time if you only need 2D results such as orthophotos and DEMs. Default: False

skip-band-alignment

When processing multispectral datasets, ODM will automatically align the images for each band. If the images have been postprocessed and are already aligned, use this option. Default: False

diff --git a/cs/.doctrees/arguments.doctree b/cs/.doctrees/arguments.doctree index d32aa1bc92ca139952715ba3408db270d1f1122f..456a6ab531c80029a1c82d2d7b1607e34445f4e0 100644 GIT binary patch delta 9333 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 SHskOO4(o9EULHNo68{fjQrE@+ delta 20335 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 Mxmm1Fz9qc>3!b6o6951J diff --git a/cs/_sources/arguments.rst.txt b/cs/_sources/arguments.rst.txt index 9641cf8f7..0b82ed94e 100644 --- a/cs/_sources/arguments.rst.txt +++ b/cs/_sources/arguments.rst.txt @@ -98,6 +98,9 @@ Options and Flags :ref:`matcher-neighbors` Perform image matching with the nearest images based on GPS exif data. Set to 0 to match by triangulation. Default: ``0`` +:ref:`matcher-order` + Perform image matching with the nearest N images based on image filename order. Can speed up processing of sequential images, such as those extracted from video. It is applied only on non-georeferenced datasets. Set to 0 to disable. Default: ``0`` + :ref:`matcher-type` bow | bruteforce | flann Matcher algorithm, Fast Library for Approximate Nearest Neighbors or Bag of Words. FLANN is slower, but more stable. BOW is faster, but can sometimes miss valid matches. BRUTEFORCE is very slow but robust.. Default: ``flann`` @@ -173,9 +176,6 @@ Options and Flags :ref:`pc-skip-geometric` Geometric estimates improve the accuracy of the point cloud by computing geometrically consistent depthmaps but may not be usable in larger datasets. This flag disables geometric estimates. Default: ``False`` -:ref:`pc-tile` - Reduce the memory usage needed for depthmap fusion by splitting large scenes into tiles. Turn this on if your machine doesn't have much RAM and/or you've set --pc-quality to high or ultra. Experimental. Default: ``False`` - :ref:`primary-band` When processing multispectral datasets, you can specify the name of the primary band that will be used for reconstruction. It's recommended to choose a band which has sharp details and is in focus. Default: ``auto`` @@ -203,6 +203,9 @@ Options and Flags :ref:`sfm-algorithm` incremental | triangulation | planar Choose the structure from motion algorithm. For aerial datasets, if camera GPS positions and angles are available, triangulation can generate better results. For planar scenes captured at fixed altitude with nadir-only images, planar can be much faster. . Default: ``incremental`` +:ref:`sfm-no-partial` + Do not attempt to merge partial reconstructions. This can happen when images do not have sufficient overlap or are isolated. Default: ``False`` + :ref:`skip-3dmodel` Skip generation of a full 3D model. This can save time if you only need 2D results such as orthophotos and DEMs. Default: ``False`` diff --git a/cs/arguments/index.html b/cs/arguments/index.html index 3abe88008..94fc6d30a 100644 --- a/cs/arguments/index.html +++ b/cs/arguments/index.html @@ -483,6 +483,8 @@
matcher-neighbors <positive integer>

Perform image matching with the nearest images based on GPS exif data. Set to 0 to match by triangulation. Default: 0

+
matcher-order <positive integer>

Perform image matching with the nearest N images based on image filename order. Can speed up processing of sequential images, such as those extracted from video. It is applied only on non-georeferenced datasets. Set to 0 to disable. Default: 0

+
matcher-type bow | bruteforce | flann

Algoritmus Matcher, Rychlá knihovna pro přibližné nejbližší sousedy nebo Bag of Words. FLANN je pomalejší, ale stabilnější. BOW je rychlejší, ale někdy může přehlédnout platné shody. BRUTEFORCE je velmi pomalý, ale robustní.. Výchozí: flann

max-concurrency <positive integer>

Maximální počet procesů, které se mají použít v různých procesech. Maximální paměťová náročnost je ~1 GB na vlákno a rozlišení obrazu 2 megapixely. Výchozí hodnota: 4

@@ -533,8 +535,6 @@
pc-skip-geometric

Geometric estimates improve the accuracy of the point cloud by computing geometrically consistent depthmaps but may not be usable in larger datasets. This flag disables geometric estimates. Default: False

-
pc-tile

Snížení spotřeby paměti potřebné pro fúzi hloubkových map rozdělením velkých scén na dlaždice. Tuto funkci zapněte, pokud váš počítač nemá mnoho paměti RAM a/nebo jste nastavili –pc-quality na high nebo ultra. Experimentální. Výchozí: False

-
primary-band <string>

Při zpracování multispektrálních datových sad můžete zadat název primárního pásma, které bude použito pro rekonstrukci. Doporučujeme vybrat pásmo, které má ostré detaily a je zaostřené. Výchozí nastavení: auto

project-path <path>

Cesta ke složce projektu. Složka projektu by měla obsahovat podsložky pro jednotlivé datové sady. Každá datová sada by měla mít složku „images“.

@@ -553,6 +553,8 @@
sfm-algorithm incremental | triangulation | planar

Choose the structure from motion algorithm. For aerial datasets, if camera GPS positions and angles are available, triangulation can generate better results. For planar scenes captured at fixed altitude with nadir-only images, planar can be much faster. . Default: incremental

+
sfm-no-partial

Do not attempt to merge partial reconstructions. This can happen when images do not have sufficient overlap or are isolated. Default: False

+
skip-3dmodel

Přeskočení generování úplného 3D modelu. To může ušetřit čas, pokud potřebujete pouze 2D výsledky, jako jsou ortofotomapy a DEM. Výchozí hodnota: False

skip-band-alignment

Při zpracování multispektrálních datových sad ODM automaticky zarovná snímky pro každé pásmo. Pokud byly snímky dodatečně zpracovány a jsou již vyrovnány, použijte tuto možnost. Výchozí hodnota: False

diff --git a/cs/searchindex.js b/cs/searchindex.js index 7bcfca9b0..37bb8a780 100644 --- a/cs/searchindex.js +++ b/cs/searchindex.js @@ -1 +1 @@ -Search.setIndex({"docnames": ["align", "arguments", "arguments/3d-tiles", "arguments/align", "arguments/auto-boundary", "arguments/auto-boundary-distance", "arguments/bg-removal", "arguments/boundary", "arguments/build-overviews", "arguments/camera-lens", "arguments/cameras", "arguments/cog", "arguments/copy-to", "arguments/crop", "arguments/debug", "arguments/dem-decimation", "arguments/dem-euclidean-map", "arguments/dem-gapfill-steps", "arguments/dem-resolution", "arguments/depthmap-resolution", "arguments/dsm", "arguments/dtm", "arguments/end-with", "arguments/fast-orthophoto", "arguments/feature-quality", "arguments/feature-type", "arguments/force-gps", "arguments/gcp", "arguments/geo", "arguments/gltf", "arguments/gps-accuracy", "arguments/help", "arguments/ignore-gsd", "arguments/matcher-neighbors", "arguments/matcher-type", "arguments/max-concurrency", "arguments/merge", "arguments/mesh-octree-depth", "arguments/mesh-size", "arguments/min-num-features", "arguments/name", "arguments/no-gpu", "arguments/optimize-disk-space", "arguments/orthophoto-compression", "arguments/orthophoto-cutline", "arguments/orthophoto-kmz", "arguments/orthophoto-no-tiled", "arguments/orthophoto-png", "arguments/orthophoto-resolution", "arguments/pc-classify", "arguments/pc-copc", "arguments/pc-csv", "arguments/pc-ept", "arguments/pc-filter", "arguments/pc-geometric", "arguments/pc-las", "arguments/pc-quality", "arguments/pc-rectify", "arguments/pc-sample", "arguments/pc-skip-geometric", "arguments/pc-tile", "arguments/primary-band", "arguments/project-path", "arguments/radiometric-calibration", "arguments/rerun", "arguments/rerun-all", "arguments/rerun-from", "arguments/resize-to", "arguments/rolling-shutter", "arguments/rolling-shutter-readout", "arguments/sfm-algorithm", "arguments/skip-3dmodel", "arguments/skip-band-alignment", "arguments/skip-orthophoto", "arguments/skip-report", "arguments/sky-removal", "arguments/sm-cluster", "arguments/sm-no-align", "arguments/smrf-scalar", "arguments/smrf-slope", "arguments/smrf-threshold", "arguments/smrf-window", "arguments/split", "arguments/split-image-groups", "arguments/split-overlap", "arguments/texturing-data-term", "arguments/texturing-keep-unseen-faces", "arguments/texturing-outlier-removal-type", "arguments/texturing-single-material", "arguments/texturing-skip-global-seam-leveling", "arguments/texturing-skip-local-seam-leveling", "arguments/texturing-tone-mapping", "arguments/tiles", "arguments/time", "arguments/use-3dmesh", "arguments/use-exif", "arguments/use-fixed-camera-params", "arguments/use-hybrid-bundle-adjustment", "arguments/verbose", "arguments/version", "arguments/video-limit", "arguments/video-resolution", "contributing", "faq", "flying", "gcp", "geo", "index", "installation", "large", "map-accuracy", "masks", "multispectral", "outputs", "requesting-features", "resources", "thermal", "tutorials"], "filenames": ["align.rst", "arguments.rst", "arguments/3d-tiles.rst", "arguments/align.rst", "arguments/auto-boundary.rst", "arguments/auto-boundary-distance.rst", "arguments/bg-removal.rst", "arguments/boundary.rst", "arguments/build-overviews.rst", "arguments/camera-lens.rst", "arguments/cameras.rst", "arguments/cog.rst", "arguments/copy-to.rst", "arguments/crop.rst", "arguments/debug.rst", "arguments/dem-decimation.rst", "arguments/dem-euclidean-map.rst", "arguments/dem-gapfill-steps.rst", "arguments/dem-resolution.rst", "arguments/depthmap-resolution.rst", "arguments/dsm.rst", "arguments/dtm.rst", "arguments/end-with.rst", "arguments/fast-orthophoto.rst", "arguments/feature-quality.rst", "arguments/feature-type.rst", "arguments/force-gps.rst", "arguments/gcp.rst", "arguments/geo.rst", "arguments/gltf.rst", "arguments/gps-accuracy.rst", "arguments/help.rst", "arguments/ignore-gsd.rst", "arguments/matcher-neighbors.rst", "arguments/matcher-type.rst", "arguments/max-concurrency.rst", "arguments/merge.rst", "arguments/mesh-octree-depth.rst", "arguments/mesh-size.rst", "arguments/min-num-features.rst", "arguments/name.rst", "arguments/no-gpu.rst", "arguments/optimize-disk-space.rst", "arguments/orthophoto-compression.rst", "arguments/orthophoto-cutline.rst", "arguments/orthophoto-kmz.rst", "arguments/orthophoto-no-tiled.rst", "arguments/orthophoto-png.rst", "arguments/orthophoto-resolution.rst", "arguments/pc-classify.rst", "arguments/pc-copc.rst", "arguments/pc-csv.rst", "arguments/pc-ept.rst", "arguments/pc-filter.rst", "arguments/pc-geometric.rst", "arguments/pc-las.rst", "arguments/pc-quality.rst", "arguments/pc-rectify.rst", "arguments/pc-sample.rst", "arguments/pc-skip-geometric.rst", "arguments/pc-tile.rst", "arguments/primary-band.rst", "arguments/project-path.rst", "arguments/radiometric-calibration.rst", "arguments/rerun.rst", "arguments/rerun-all.rst", "arguments/rerun-from.rst", "arguments/resize-to.rst", "arguments/rolling-shutter.rst", "arguments/rolling-shutter-readout.rst", "arguments/sfm-algorithm.rst", "arguments/skip-3dmodel.rst", "arguments/skip-band-alignment.rst", "arguments/skip-orthophoto.rst", "arguments/skip-report.rst", "arguments/sky-removal.rst", "arguments/sm-cluster.rst", "arguments/sm-no-align.rst", "arguments/smrf-scalar.rst", "arguments/smrf-slope.rst", "arguments/smrf-threshold.rst", "arguments/smrf-window.rst", "arguments/split.rst", "arguments/split-image-groups.rst", "arguments/split-overlap.rst", "arguments/texturing-data-term.rst", "arguments/texturing-keep-unseen-faces.rst", "arguments/texturing-outlier-removal-type.rst", "arguments/texturing-single-material.rst", "arguments/texturing-skip-global-seam-leveling.rst", "arguments/texturing-skip-local-seam-leveling.rst", "arguments/texturing-tone-mapping.rst", "arguments/tiles.rst", "arguments/time.rst", "arguments/use-3dmesh.rst", "arguments/use-exif.rst", "arguments/use-fixed-camera-params.rst", "arguments/use-hybrid-bundle-adjustment.rst", "arguments/verbose.rst", "arguments/version.rst", "arguments/video-limit.rst", "arguments/video-resolution.rst", "contributing.rst", "faq.rst", "flying.rst", "gcp.rst", "geo.rst", "index.rst", "installation.rst", "large.rst", "map-accuracy.rst", "masks.rst", "multispectral.rst", "outputs.rst", "requesting-features.rst", "resources.rst", "thermal.rst", "tutorials.rst"], "titles": ["Alignment Files", "Mo\u017enosti a zna\u010dky", "3d-tiles", "align", "automatick\u00e9 ohrani\u010den\u00ed", "auto-boundary-distance", "bg-removal", "hranice", "build-overviews", "camera-lens", "cameras", "cog", "copy-to", "crop", "debug", "dem-decimation", "dem-euclidean-map", "dem-gapfill-steps", "dem-resolution", "depthmap-resolution", "dsm", "dtm", "end-with", "fast-orthophoto", "feature-quality", "feature-type", "force-gps", "gcp", "geo", "gltf", "gps-accuracy", "help", "ignore-gsd", "matcher-neighbors", "matcher-type", "max-concurrency", "merge", "mesh-octree-depth", "mesh-size", "min-num-features", "name", "no-gpu", "optimize-disk-space", "orthophoto-compression", "orthophoto-cutline", "orthophoto-kmz", "orthophoto-no-tiled", "orthophoto-png", "orthophoto-resolution", "pc-classify", "pc-copc", "pc-csv", "pc-ept", "pc-filter", "pc-geometric", "pc-las", "pc-quality", "pc-rectify", "pc-sample", "pc-skip-geometric", "pc-tile", "primary-band", "project-path", "radiometric-calibration", "rerun", "rerun-all", "rerun-from", "resize-to", "rolling-shutter", "rolling-shutter-readout", "sfm-algorithm", "skip-3dmodel", "skip-band-alignment", "skip-orthophoto", "skip-report", "sky-removal", "sm-cluster", "sm-no-align", "smrf-scalar", "smrf-slope", "smrf-threshold", "smrf-window", "split", "split-image-groups", "split-overlap", "texturing-data-term", "texturing-keep-unseen-faces", "texturing-outlier-removal-type", "texturing-single-material", "texturing-skip-global-seam-leveling", "texturing-skip-local-seam-leveling", "texturing-tone-mapping", "tiles", "time", "use-3dmesh", "use-exif", "use-fixed-camera-params", "use-hybrid-bundle-adjustment", "verbose", "version", "video-limit", "video-resolution", "How To Contribute", "\u010casto kladen\u00e9 ot\u00e1zky", "Flying Tips", "Ground Control Points", "Image Geolocation Files", "Welcome to OpenDroneMap\u2019s documentation", "Instalace a spu\u0161t\u011bn\u00ed", "Splitting Large Datasets", "Map accuracy", "Using Image Masks", "Multispektr\u00e1ln\u00ed podpora", "OpenDroneMap Outputs", "Jak po\u017e\u00e1dat o funkce", "Additional References", "Thermal Support", "V\u00fdukov\u00e9 materi\u00e1ly"], "terms": {"georeferenc": [0, 1, 27, 28, 50, 51, 52, 55, 95, 105, 109, 113], "default": [0, 1, 2, 3, 5, 6, 8, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 105, 106, 108], "i": [0, 1, 7, 8, 9, 11, 15, 18, 26, 32, 34, 35, 40, 48, 61, 63, 77, 84, 94, 102, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "done": [0, 84, 117], "us": [0, 1, 6, 10, 13, 15, 16, 17, 20, 21, 26, 27, 28, 30, 35, 37, 39, 41, 43, 44, 57, 58, 61, 67, 69, 72, 75, 77, 83, 89, 102, 104, 105, 106, 107, 108, 109, 110, 112, 113, 115, 116], "gp": [0, 1, 33, 70, 77, 105, 106, 107, 110], "gcp": [0, 1, 26, 95, 107, 109, 110], "provid": [0, 94, 102, 104, 109], "start": [0, 17, 102, 106, 107, 108, 111, 115], "from": [0, 1, 10, 11, 16, 23, 42, 53, 70, 100, 105, 106, 107, 108, 111, 112, 113, 115, 116, 117], "odm": [0, 1, 72, 102, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116], "3": [0, 1, 13, 17, 102, 105, 107, 109, 110, 117], "0": [0, 1, 5, 13, 17, 28, 33, 48, 53, 58, 69, 79, 80, 81, 100, 103, 105, 106, 108, 109, 111, 112, 117], "2": [0, 1, 35, 53, 94, 102, 105, 106, 107, 109, 110, 111, 115, 117], "peopl": [0, 106, 111], "can": [0, 1, 10, 11, 16, 28, 30, 32, 34, 39, 44, 49, 54, 58, 61, 68, 70, 71, 73, 74, 91, 96, 102, 105, 106, 107, 109, 110, 111, 113, 114, 115, 116, 117], "suppli": [0, 105, 106, 111], "refer": [0, 8, 102, 107, 109, 117], "georefer": 0, "program": [0, 8, 9, 11, 103, 108, 111], "output": [0, 1, 2, 3, 12, 13, 17, 32, 36, 38, 49, 58, 101, 107, 109, 117], "The": [0, 1, 8, 11, 16, 27, 28, 35, 38, 83, 101, 104, 105, 106, 107, 108, 109, 110, 112, 113, 115], "reconstruct": [0, 1, 3, 23, 26, 30, 37, 39, 61, 97, 110, 111, 113], "initi": [0, 117], "perform": [0, 1, 8, 33, 57, 63, 102, 109], "subsequ": [0, 105, 106], "model": [0, 1, 20, 21, 23, 29, 71, 107, 108, 109, 110], "via": [0, 11, 63, 107, 109], "linear": 0, "scale": [0, 109, 110], "rotat": 0, "shift": [0, 108, 110], "oper": [0, 102, 117], "If": [0, 1, 23, 26, 28, 30, 68, 72, 102, 105, 106, 107, 109, 110, 114], "you": [0, 1, 7, 23, 26, 28, 30, 45, 46, 47, 49, 60, 61, 63, 68, 71, 73, 74, 95, 102, 105, 106, 107, 108, 109, 110, 111, 113, 114, 116], "call": [0, 105, 106, 109], "laz": [0, 1, 3, 113], "la": [0, 1, 3, 107, 117], "tif": [0, 111, 112, 113, 117], "singl": [0, 1, 29, 58, 105, 107, 111, 117], "band": [0, 1, 107, 112, 117], "geotiff": [0, 1, 3, 8, 46, 107, 113], "dem": [0, 1, 3, 20, 21, 36, 49, 71, 73, 92, 107, 109, 117], "automat": [0, 1, 3, 5, 6, 13, 30, 72, 75, 105, 106, 109, 117], "detect": [0, 105, 106, 108], "attempt": 0, "thi": [0, 1, 2, 3, 5, 6, 8, 10, 11, 12, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 109, 110, 111, 112, 113, 114, 115, 116], "ha": [0, 1, 8, 11, 61, 68, 104, 105, 106, 109, 110, 116, 117], "anoth": [0, 10, 105, 106, 117], "name": [0, 1, 61, 102, 105, 106, 107, 109, 111, 112, 117], "specifi": [0, 1, 5, 10, 61, 105, 106, 108], "path": [0, 1, 3, 10, 12, 27, 28, 83, 102, 105, 106, 107, 108, 109, 117], "must": [0, 11, 105, 106, 109, 110], "creat": [0, 1, 8, 11, 13, 102, 105, 106, 109, 111, 112, 113, 117], "base": [0, 1, 33, 105, 106, 109, 117], "your": [0, 1, 7, 30, 60, 62, 69, 102, 105, 106, 107, 108, 109, 111, 113, 114], "project": [0, 1, 9, 40, 102, 104, 105, 106, 107, 108, 109, 110, 113, 117], "folder": [0, 12, 40, 62, 105, 106, 108, 109, 112, 117], "learn": [0, 2, 3, 5, 6, 8, 10, 11, 12, 14, 15, 16, 17, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 104, 105, 106, 109, 110, 111, 113, 115, 116], "edit": [0, 2, 3, 5, 6, 8, 10, 11, 12, 14, 15, 16, 17, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 104, 105, 106, 109, 110, 111, 113, 115, 116], "help": [0, 1, 2, 3, 5, 6, 8, 10, 11, 12, 14, 15, 16, 17, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 104, 105, 106, 107, 108, 109, 110, 111, 113, 114, 115, 116], "improv": [0, 1, 2, 3, 5, 6, 8, 10, 11, 12, 14, 15, 16, 17, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 104, 105, 106, 107, 109, 110, 111, 113, 115, 116, 117], "page": [0, 2, 3, 5, 6, 8, 10, 11, 12, 14, 15, 16, 17, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 104, 105, 106, 109, 110, 111, 113, 114, 115, 116], "3d": [1, 4, 23, 71, 73, 85, 94, 104, 107, 109], "tile": [1, 8, 11, 52, 105, 107, 117], "gener": [1, 2, 8, 11, 15, 17, 23, 24, 29, 44, 45, 47, 56, 57, 70, 71, 73, 74, 88, 92, 93, 104, 110, 116], "ogc": [1, 2], "fals": [1, 2, 6, 14, 16, 20, 21, 23, 26, 29, 32, 41, 42, 44, 45, 46, 47, 49, 50, 51, 52, 54, 55, 57, 59, 60, 68, 71, 72, 73, 74, 75, 77, 86, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 107, 117], "align": [1, 107], "string": [1, 3, 7, 9, 10, 27, 28, 61, 76, 83, 105, 106], "point": [1, 3, 15, 19, 27, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 102, 107, 109, 110, 115], "cloud": [1, 3, 19, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 107, 109, 110, 117], "should": [1, 3, 11, 62, 63, 82, 83, 105, 106, 109, 112, 114], "experiment": [1, 3, 6, 60, 63, 75], "none": [1, 3, 8, 9, 11, 27, 28, 43, 63, 76, 83, 87, 91], "auto": [1, 7, 61, 107, 109, 112, 117], "boundari": [1, 13, 107, 112], "automatick\u00e9": [1, 107], "nastaven\u00ed": [1, 4, 9, 107, 108, 117], "hranic": [1, 107, 117], "pomoc\u00ed": [1, 4, 7, 9, 108, 112, 117], "m\u00edst": [1, 4], "z\u00e1b\u011br\u016f": [1, 4, 112], "kameri": [1, 4, 9, 107, 112, 114], "pro": [1, 4, 7, 9, 107, 108, 112, 114], "omezen\u00ed": [1, 4, 7, 117], "oblasti": [1, 4, 7, 117], "rekonstrukc": [1, 4, 7], "To": [1, 4, 7, 18, 48, 105, 107, 108, 109, 111, 117], "m\u016f\u017ee": [1, 4, 7, 9, 108, 117], "pomoci": [1, 4, 9, 112, 117], "odstranit": [1, 4, 117], "vzd\u00e1len\u00e9": [1, 4], "artefakti": [1, 4, 9, 117], "pozad\u00ed": [1, 4, 107, 108], "obloha": [1, 4], "krajina": [1, 4], "v": [1, 4, 9, 107, 109, 112, 114, 117], "atd": [1, 4, 9, 108, 117], "viz": [1, 4, 108], "tak\u00e9": [1, 4, 108, 117], "p\u0159\u00edkaz": [1, 4, 108, 117], "v\u00fdchoz\u00ed": [1, 4, 7, 9, 108, 117], "hodnota": [1, 4, 7, 9, 117], "distanc": [1, 16, 17, 18, 32, 48, 105, 107, 110], "posit": [1, 5, 13, 15, 17, 19, 30, 33, 35, 38, 53, 58, 69, 70, 78, 79, 80, 81, 82, 84, 100, 101, 105, 110, 113], "float": [1, 5, 13, 18, 19, 30, 48, 53, 58, 78, 79, 80, 81], "between": [1, 5, 39, 84, 109, 110], "camera": [1, 5, 28, 63, 68, 69, 70, 86, 104, 105, 106, 107, 110, 113, 116, 117], "shot": [1, 5, 111], "locat": [1, 5, 105, 108, 110, 113], "outer": [1, 5], "edg": [1, 5, 44], "when": [1, 5, 32, 61, 63, 72, 82, 85, 89, 96, 102, 103, 107, 109, 110], "comput": [1, 5, 6, 10, 16, 19, 25, 54, 59, 63, 75, 94, 107, 108], "set": [1, 5, 17, 19, 24, 28, 30, 33, 43, 45, 46, 47, 53, 56, 58, 60, 63, 67, 69, 100, 103, 106, 107, 113, 117], "choos": [1, 5, 8, 25, 36, 61, 70, 85, 104, 113], "valu": [1, 5, 16, 18, 19, 28, 30, 37, 48, 63, 69, 82, 105, 106, 110, 113], "bg": [1, 107], "remov": [1, 18, 48, 53, 58, 107, 109], "imag": [1, 6, 13, 19, 26, 28, 30, 32, 33, 35, 39, 62, 63, 67, 68, 70, 72, 75, 82, 84, 85, 89, 96, 97, 103, 105, 107, 110, 112, 113, 116], "mask": [1, 6, 75, 107, 113, 117], "ai": [1, 6, 75], "background": [1, 4, 6, 115], "json": [1, 7, 10, 109, 113, 117], "geojson": [1, 107, 117], "polygon": [1, 7, 44, 117], "omezuj\u00edc\u00ed": [1, 7], "oblast": [1, 4, 7, 117], "lze": [1, 7, 9, 108, 114, 117], "zadat": [1, 7, 9, 108, 114, 117], "bu\u010f": [1, 7], "jako": [1, 4, 9, 107, 108, 114, 117], "cestu": [1, 7, 117], "k": [1, 4, 7, 9, 103, 107], "souboru": [1, 7, 108, 117], "nebo": [1, 4, 7, 9, 107, 108, 114, 117], "\u0159et\u011bzec": [1, 7], "reprezentuj\u00edc\u00ed": [1, 7], "obsah": [1, 7], "build": [1, 20, 21, 105, 107, 108, 117], "overview": [1, 11, 107, 115, 117], "vytv\u00e1\u0159ejt": 1, "p\u0159ehledi": [1, 117], "ortofotosn\u00edmk\u016f": 1, "rychlej\u0161\u00ed": [1, 108], "zobrazen\u00ed": [1, 4, 7, 117], "programech": 1, "je": [1, 107, 108, 114], "qgi": [1, 8, 11, 107, 112, 113, 117], "len": [1, 104, 107], "perspect": [1, 107], "brown": [1, 107], "fishey": [1, 107], "fisheye_opencv": [1, 9], "spheric": [1, 107], "equirectangular": [1, 9], "dual": [1, 9], "typu": [1, 9, 108, 117], "projekc": [1, 9], "ru\u010dn\u00ed": [1, 107], "hodnoti": [1, 9, 117], "zlep\u0161it": [1, 4, 7, 9, 13, 18, 19, 33, 39, 103, 108, 112, 114, 117], "geometrick\u00e9": [1, 9], "nezkreslen\u00ed": [1, 9], "ve": [1, 7, 9, 60, 108, 114, 117], "v\u00fdchoz\u00edm": [1, 9, 117], "se": [1, 4, 9, 13, 18, 19, 33, 39, 103, 107, 108, 112, 114, 117], "aplikac": [1, 7, 9, 103, 107, 108], "pokus\u00ed": [1, 9], "ur\u010dit": [1, 7, 9, 117], "typ": [1, 4, 9, 107], "objektivu": [1, 107], "z": [1, 4, 7, 9, 105, 106, 107, 108, 112, 114], "metadat": [1, 9], "sn\u00edmk\u016f": [1, 9, 107, 108, 114, 117], "m\u00edsto": [1, 108, 117], "v\u00fdpo\u010dtu": [1, 117], "parametr\u016f": [1, 117], "fotoapar\u00e1tu": [1, 103, 107, 117], "pou\u017eijt": [1, 117], "parametri": [1, 107, 108], "vypo\u010dten\u00e9": 1, "jin\u00e9": [1, 107, 112, 117], "sadi": [1, 4, 7, 112, 117], "dat": [1, 9, 107], "cog": [1, 107], "vytv\u00e1\u0159en\u00ed": [1, 107], "geotiff\u016f": 1, "optimalizovan\u00fdch": 1, "b\u011b\u017en\u00fdch": 1, "copi": [1, 8, 102, 107], "po": [1, 7, 107, 108], "zpracov\u00e1n\u00ed": [1, 4, 7, 107, 108], "zkop\u00edrujt": 1, "v\u00fdstupn\u00ed": [1, 117], "v\u00fdsledki": [1, 117], "do": [1, 4, 23, 41, 102, 105, 106, 107, 108, 110, 111, 112, 114, 117], "t\u00e9to": [1, 9, 108, 117], "slo\u017eki": [1, 108, 117], "crop": [1, 44, 107, 113, 117], "smooth": [1, 13], "buffer": [1, 8, 13], "around": [1, 13, 44, 58, 105], "dataset": [1, 10, 13, 15, 22, 36, 40, 42, 59, 61, 62, 64, 66, 70, 72, 77, 82, 97, 102, 107, 110, 112, 116, 117], "shrunk": [1, 13], "n": [1, 13, 17, 53, 58, 105, 106, 110, 112], "meter": [1, 13, 28, 30, 58, 80, 81, 105, 106, 109, 110], "disabl": [1, 13, 17, 53, 58, 59, 67, 113, 117], "decim": [1, 107], "integ": [1, 15, 17, 33, 35, 37, 38, 39, 67, 69, 82, 84, 100, 101], "p\u0159ed": [1, 108, 117], "vygenerov\u00e1n\u00edm": 1, "prove\u010ft": [1, 117], "decimaci": 1, "bod\u016f": [1, 7, 9, 117], "1": [1, 7, 15, 37, 67, 78, 102, 107, 109, 110, 113, 117], "znamen\u00e1": [1, 7, 108, 117], "bez": [1, 7, 108, 114, 117], "decimac": 1, "pln\u00e1": [1, 117], "kvalita": [1, 117], "100": [1, 15, 97, 108, 109], "decimuj": 1, "99": [1, 15, 108], "u\u017eite\u010dn\u00e9": [1, 108, 117], "urychlen\u00ed": 1, "generov\u00e1n\u00ed": [1, 7, 117], "v\u00fdsledk\u016f": [1, 117], "velmi": [1, 9, 114, 117], "rozs\u00e1hl\u00fdch": [1, 9], "souborech": [1, 9], "euclidean": [1, 107], "map": [1, 7, 8, 11, 104, 105, 107, 117], "vypo\u010d\u00edt\u00e1": 1, "euklidovsk": 1, "rastrov": 1, "mapu": [1, 7, 117], "ka\u017ed\u00fd": [1, 114, 117], "mapa": 1, "uv\u00e1d\u00ed": 1, "vzd\u00e1lenost": [1, 117], "od": [1, 108, 112, 114, 117], "ka\u017ed\u00e9": 1, "bu\u0148ki": 1, "nejbli\u017e\u0161\u00ed": [1, 9], "hodnot\u011b": 1, "nodata": [1, 16], "vypln\u011bn\u00edm": 1, "otvor\u016f": 1, "b\u00fdt": [1, 7, 9, 108, 117], "izolaci": 1, "oblast\u00ed": 1, "kter\u00e9": [1, 4, 7, 9, 108, 114, 117], "byli": [1, 7, 103, 117], "vypln\u011bni": 1, "gapfil": [1, 107, 117], "step": [1, 36, 56, 102, 107, 109, 117], "po\u010det": [1, 7, 117], "krok\u016f": [1, 108], "pou\u017eit\u00fdch": 1, "vypln\u011bn\u00ed": 1, "": [1, 4, 7, 9, 41, 61, 102, 103, 104, 105, 106, 108, 110, 112, 114], "mezerami": 1, "nastaven\u00edm": [1, 117], "na": [1, 4, 7, 103, 107, 114], "vypl\u0148ov\u00e1n\u00ed": 1, "mezer": 1, "zak\u00e1\u017e": 1, "po\u010d\u00ednaj": 1, "polom\u011brem": 1, "rovn\u00fdm": 1, "v\u00fdstupn\u00edmu": 1, "rozli\u0161en\u00ed": [1, 117], "algoritmu": 1, "idw": [1, 17], "invers": [1, 17], "weight": [1, 17], "vytvo\u0159\u00ed": [1, 117], "r\u016fzn\u00fdch": [1, 7, 9, 108], "postupn\u011b": 1, "zv\u011bt\u0161uj\u00edc\u00edm": 1, "slou\u010d\u00ed": 1, "dohromadi": [1, 107, 114], "zb\u00fdvaj\u00edc\u00ed": 1, "mezeri": 1, "pak": [1, 7, 108, 114, 117], "interpolac": [1, 117], "nejbli\u017e\u0161\u00edho": 1, "souseda": 1, "resolut": [1, 8, 17, 32, 35, 58, 67, 107, 117], "dsm": [1, 18, 107, 117], "dtm": [1, 18, 57, 107, 117], "cm": [1, 18, 48, 117], "pixel": [1, 18, 48, 101, 105, 117], "note": [1, 11, 18, 48, 69], "cap": [1, 18, 32, 48], "2x": [1, 18], "ground": [1, 18, 20, 21, 27, 32, 48, 57, 107, 110, 113, 115, 117], "sampl": [1, 18, 32, 48, 105, 107], "gsd": [1, 4, 18, 48, 107, 110, 117], "estim": [1, 18, 32, 48, 59], "check": [1, 18, 20, 21, 48], "ignor": [1, 18, 48, 107, 117], "also": [1, 18, 39, 48, 68, 102, 103, 104, 105, 107, 109, 110, 114, 115, 116, 117], "5": [1, 18, 48, 53, 80, 105, 109, 110, 117], "tato": [1, 108, 117], "zna\u010dka": 1, "slou\u017e\u00ed": [1, 7], "vytvo\u0159en\u00ed": [1, 107, 108, 117], "digit\u00e1ln\u00edho": [1, 7], "modelu": [1, 7, 9, 108, 117], "povrchu": [1, 117], "zem\u011b": [1, 117], "objekti": [1, 117], "progresivn\u00edho": 1, "morfologick\u00e9ho": 1, "filtru": 1, "jemn\u011bj\u0161\u00ed": 1, "zkontrolujt": [1, 107], "vytvo\u0159it": [1, 7, 107, 108, 117], "digit\u00e1ln\u00ed": [1, 107, 117], "ter\u00e9nu": [1, 117], "pouz": [1, 7, 9, 108, 117], "pozemn\u00ed": [1, 117], "jednoduch\u00e9ho": 1, "smrf": [1, 21, 107, 117], "end": [1, 102, 107, 117], "split": [1, 22, 36, 60, 64, 66, 76, 77, 107, 117], "merg": [1, 17, 22, 64, 66, 76, 77, 107, 113, 117], "opensfm": [1, 9, 22, 64, 66, 109, 113, 117], "openmv": [1, 22, 64, 66], "odm_filterpoint": [1, 22, 64, 66], "odm_mesh": [1, 22, 64, 66, 113], "mvs_textur": [1, 22, 64, 66], "odm_georeferenc": [1, 22, 64, 66, 112, 113, 117], "odm_dem": [1, 22, 64, 66, 113], "odm_orthophoto": [1, 22, 64, 66, 112, 113, 117], "odm_report": [1, 22, 64, 66, 112], "odm_postprocess": [1, 22, 64, 66], "f\u00e1zi": 1, "ukon\u010det": 1, "fast": [1, 34, 103, 107], "orthophoto": [1, 8, 36, 67, 71, 92, 94, 107, 109, 116, 117], "p\u0159esko\u010d\u00ed": 1, "hustou": 1, "rekonstrukci": [1, 7, 9], "generuj": 1, "ortofoto": [1, 7, 117], "p\u0159\u00edmo": [1, 117], "\u0159\u00eddk\u00e9": 1, "pokud": [1, 4, 7, 108, 112, 114, 117], "pot\u0159ebujet": [1, 108], "nepot\u0159ebujet": 1, "kompletn\u00ed": [1, 7], "zapn\u011bt": 1, "tuto": [1, 4, 7, 9, 13, 18, 19, 33, 39, 103, 108, 112, 114, 117], "mo\u017enost": [1, 7, 108, 117], "featur": [1, 7, 11, 44, 67, 85, 102, 107, 110, 113, 114, 117], "qualiti": [1, 15, 19, 32, 60, 67, 103, 107, 110, 117], "ultra": [1, 24, 56, 60, 117], "high": [1, 24, 26, 30, 56, 60, 105, 110, 117], "medium": [1, 7, 8, 11, 24, 56], "low": [1, 9, 24, 56, 105, 110], "lowest": [1, 24, 56], "nastavt": [1, 108, 117], "kvalitu": [1, 117], "extrakc": 1, "prvk\u016f": [1, 7, 117], "vy\u0161\u0161\u00ed": [1, 117], "lep\u0161\u00ed": [1, 117], "rysi": 1, "al": [1, 108, 117], "vy\u017eaduj": [1, 108, 117], "v\u00edce": [1, 7, 107, 112, 117], "pam\u011bti": [1, 7, 107, 117], "trv\u00e1": 1, "d\u00e9le": [1, 117], "type": [1, 7, 8, 9, 11, 105, 107, 108, 110, 117], "akaz": [1, 25], "hahog": [1, 25], "orb": [1, 25], "sift": [1, 25], "zvolt": [1, 7], "extrakci": 1, "kl\u00ed\u010dov\u00fdch": 1, "v\u00fdpo\u010det": [1, 117], "deskriptor\u016f": 1, "forc": [1, 105, 107], "data": [1, 8, 11, 26, 33, 89, 104, 105, 106, 107, 108, 109, 110, 113, 114, 116, 117], "exif": [1, 26, 33, 63, 105, 107, 109], "kdy\u017e": [1, 4, 108, 112, 117], "jsou": [1, 107, 108, 112, 114, 117], "p\u0159\u00edtomni": 1, "tento": [1, 9, 108, 112, 117], "p\u0159\u00edznak": [1, 108, 117], "u\u017eite\u010dn\u00fd": 1, "m\u00e1te": [1, 7, 108, 117], "vysoc": [1, 107], "p\u0159esn\u00e1": 1, "m\u011b\u0159en\u00ed": [1, 107], "nejsou": [1, 7, 9, 108, 117], "dispozici": [1, 108, 117], "\u017e\u00e1dn\u00e9": [1, 117], "nic": [1, 7], "neud\u011bl\u00e1": 1, "cesta": [1, 117], "obsahuj\u00edc\u00edmu": 1, "bodi": [1, 117], "kontroli": [1, 117], "pou\u017e\u00edvan\u00e9": 1, "georeferencov\u00e1n\u00ed": 1, "soubor": [1, 7, 108, 117], "mus\u00ed": 1, "pou\u017e\u00edvat": [1, 107, 108, 117], "n\u00e1sleduj\u00edc\u00ed": [1, 9, 108, 117], "form\u00e1t": [1, 7], "epsg": [1, 7, 27, 28, 105, 106], "code": [1, 27, 28, 40, 102, 105, 106, 109, 112, 113, 117], "proj": [1, 27, 28, 105, 106], "definit": [1, 27, 28], "geo_x": [1, 27, 28, 105, 106], "geo_i": [1, 27, 28, 105, 106], "geo_z": [1, 27, 28, 105, 106], "im_x": [1, 27, 105], "im_i": [1, 27, 105], "image_nam": [1, 27, 28, 83, 105, 106], "gcp_name": [1, 27, 105], "extra1": [1, 27, 105], "extra2": [1, 27, 105], "geo": [1, 105, 106, 107], "geoloc": [1, 28, 107], "file": [1, 8, 10, 11, 27, 28, 29, 42, 83, 88, 93, 95, 100, 102, 103, 107, 108, 109, 111, 112, 113, 117], "contain": [1, 27, 28, 62, 105, 106, 110, 117], "center": [1, 28, 105], "coordin": [1, 7, 28, 105, 106, 113], "don": [1, 28, 42, 74, 102], "t": [1, 28, 42, 60, 74, 102, 105, 109, 110, 115], "have": [1, 4, 16, 26, 28, 42, 60, 62, 72, 82, 88, 95, 104, 105, 109, 110, 111], "yaw": [1, 28, 106], "pitch": [1, 28, 106], "roll": [1, 28, 96, 106, 107, 110], "them": [1, 10, 28], "need": [1, 23, 27, 28, 60, 71, 73, 74, 83, 102, 103, 105, 109, 110], "follow": [1, 27, 28, 83, 102, 105, 108, 109, 112, 113, 115, 116, 117], "format": [1, 11, 27, 28, 50, 51, 52, 55, 83, 106, 107, 111, 113, 115], "degre": [1, 28, 106, 110], "horz": [1, 28, 106], "accuraci": [1, 28, 54, 59, 68, 106, 107], "vert": [1, 28, 106], "gltf": [1, 107], "binari": [1, 29], "glb": [1, 29], "textur": [1, 29, 107, 109, 115, 117], "hodnotu": [1, 117], "metrech": [1, 117], "informaci": 1, "dilut": [1, 30], "precis": [1, 26, 30, 105, 110], "dop": [1, 30], "v\u0161echni": [1, 7, 9, 108, 112, 117], "sn\u00edmky": [1, 9, 103, 112, 117], "ozna\u010deni": 1, "informacemi": 1, "vysok": [1, 117], "p\u0159esnost\u00ed": [1, 117], "rtk": [1, 30, 105, 106, 110], "bude": [1, 7, 112, 117], "nastavena": [1, 117], "automaticki": [1, 9, 108, 117], "ji": [1, 7, 108, 117], "m\u016f\u017eete": [1, 7, 103, 108, 112, 114, 117], "nastavit": [1, 7, 117], "ru\u010dn\u011b": 1, "p\u0159\u00edpad\u011b": [1, 7, 9, 108, 117], "\u017ee": [1, 4, 7, 103, 107, 108, 112, 114], "sel\u017e": 1, "sn\u00ed\u017een\u00ed": 1, "n\u011bkdy": [1, 108, 114, 117], "kontrolovat": 1, "bowl": [1, 30, 96, 109], "efekti": 1, "velk\u00fdch": [1, 117], "ploch\u00e1ch": [1, 117], "10": [1, 7, 30, 103, 105, 106, 108, 110, 112, 117], "zobraz\u00ed": [1, 7, 108, 117], "n\u00e1pov\u011bdu": 1, "ukon\u010d\u00ed": [1, 117], "ignorovat": 1, "odb\u011bru": 1, "vzork\u016f": 1, "omezuj": 1, "maxim\u00e1ln\u00ed": 1, "obrazov\u00fdch": 1, "v\u00fdstup\u016f": 1, "pot\u0159ebi": [1, 108, 117], "m\u011bn\u00ed": [1, 117], "velikost": [1, 117], "obr\u00e1zk\u016f": [1, 117], "co\u017e": [1, 7, 117], "vede": 1, "rychlej\u0161\u00edmu": 1, "ni\u017e\u0161\u00ed": [1, 117], "spot\u0159eb\u011b": 1, "vzhledem": [1, 7, 117], "tomu": [1, 7, 103, 117], "odhad": 1, "jej\u00ed": [1, 7, 108, 117], "ignorov\u00e1n\u00ed": 1, "v\u00e9st": 1, "m\u00edrn\u011b": [1, 117], "kvalit\u011b": 1, "matcher": [1, 107, 117], "neighbor": [1, 17, 34, 84, 107], "match": [1, 8, 33, 34, 39, 110, 113], "nearest": [1, 16, 17, 33, 34], "triangul": [1, 33, 70], "bow": [1, 34], "bruteforc": [1, 34], "flann": [1, 34, 117], "rychl\u00e1": [1, 7], "knihovna": 1, "p\u0159ibli\u017en\u00e9": 1, "sousedi": 1, "bag": [1, 34], "word": [1, 34, 109], "pomalej\u0161\u00ed": 1, "stabiln\u011bj\u0161\u00ed": 1, "p\u0159ehl\u00e9dnout": 1, "platn\u00e9": 1, "shodi": 1, "pomal\u00fd": 1, "robustn\u00ed": [1, 9], "max": [1, 9, 107, 117], "concurr": [1, 107, 117], "proces\u016f": [1, 117], "maj\u00ed": [1, 108, 114, 117], "pou\u017e\u00edt": [1, 4, 103, 107, 108, 117], "procesech": 1, "pam\u011b\u0165ov\u00e1": 1, "n\u00e1ro\u010dnost": 1, "gb": [1, 108, 117], "vl\u00e1kno": 1, "obrazu": [1, 108, 117], "megapix": 1, "4": [1, 35, 105, 107, 110, 112, 117], "all": [1, 11, 30, 36, 63, 69, 89, 102, 104, 105, 107, 108, 109, 112], "pointcloud": [1, 36], "v\u00fdb\u011br": [1, 107], "toho": [1, 108, 114], "co": [1, 107, 112, 114], "m\u00e1": [1, 7, 108, 112, 117], "slou\u010dit": 1, "kroku": [1, 117], "slou\u010den\u00ed": 1, "rozd\u011blen\u00e9": 1, "datov\u00e9": [1, 4, 7, 112], "sad\u011b": 1, "dostupn\u00e9": [1, 108, 117], "v\u00fdstupi": [1, 117], "mesh": [1, 85, 86, 94, 107, 109, 113, 115, 117], "octre": [1, 107, 117], "depth": [1, 107, 117], "x": [1, 37, 105, 106, 108, 117], "14": [1, 37], "hloubka": 1, "osmist\u011bnu": 1, "pou\u017eit\u00e1": 1, "p\u0159i": [1, 4, 7, 9, 108, 117], "s\u00edt\u011b": 1, "zvy\u0161t": [1, 117], "abyst": [1, 7, 108, 112, 117], "z\u00edskali": [1, 7, 117], "vrchol\u016f": [1, 7], "doporu\u010den\u00e9": [1, 108, 117], "8": [1, 11, 37, 105, 108, 110, 117], "12": [1, 37, 108, 110, 117], "11": [1, 37, 105, 110, 117], "size": [1, 8, 11, 107, 110, 117], "200000": [1, 38], "min": [1, 107, 117], "num": [1, 107, 117], "minimum": [1, 39, 105], "number": [1, 17, 35, 39, 63, 82, 99, 100, 108, 109, 110], "extract": [1, 24, 25, 39, 67, 100, 101, 117], "per": [1, 35, 39, 82, 109], "more": [1, 11, 24, 34, 37, 39, 53, 56, 102, 105, 106, 107, 109, 110, 113, 114, 115, 117], "find": [1, 39, 102, 105, 109, 115], "potenti": [1, 8, 39], "allow": [1, 7, 8, 11, 39, 42, 109, 117], "area": [1, 7, 16, 17, 30, 39, 44, 85, 94, 105, 110, 111, 117], "littl": [1, 39], "overlap": [1, 39, 44, 105, 107, 109, 117], "insuffici": [1, 39], "slow": [1, 34, 39], "down": [1, 39], "process": [1, 12, 22, 32, 35, 39, 42, 54, 56, 61, 63, 65, 66, 72, 89, 100, 107, 108, 109, 110, 112, 116, 117], "10000": [1, 39, 117], "n\u00e1zev": [1, 7, 108, 117], "tj": [1, 117], "podslo\u017eki": 1, "slo\u017ec": [1, 117], "projektu": [1, 107, 114], "gpu": [1, 4, 7, 8, 9, 11, 107, 108, 117], "acceler": [1, 41], "even": [1, 26, 41, 102, 109], "avail": [1, 36, 41, 42, 70, 103, 105, 106, 107, 108, 109], "optim": [1, 8, 50, 96, 107, 110], "disk": [1, 7, 11, 103, 107, 117], "space": [1, 103, 105, 107], "odstran\u011bn\u00edm": 1, "objemn\u00fdch": 1, "mezisoubor\u016f": 1, "optimalizujet": 1, "vyu\u017eit\u00ed": [1, 117], "m\u00edsta": [1, 107, 108], "disku": [1, 7, 108, 117], "ovliv\u0148uj": 1, "op\u011btovn\u00e9ho": 1, "spu\u0161t\u011bn\u00ed": [1, 107, 117], "pipelin": [1, 42, 65, 109, 115], "mezistupn\u011b": 1, "umo\u017e\u0148uj": [1, 108, 112, 117], "zpracov\u00e1vat": [1, 108], "soubori": [1, 108, 117], "po\u010d\u00edta\u010d\u00edch": 1, "nemaj\u00ed": 1, "dostatek": 1, "compress": [1, 11, 107, 117], "jpeg": [1, 43, 117], "lzw": [1, 43], "packbit": [1, 43], "deflat": [1, 43, 117], "lzma": [1, 43], "kompres": 1, "kter\u00e1": [1, 107, 108, 112, 117], "ortofotomapi": [1, 103, 112], "cutlin": [1, 107, 117], "kolem": 1, "o\u0159ezu": 1, "kter\u00fd": [1, 4, 7, 9, 108, 117], "o\u0159\u00edzn": 1, "okraj\u016f": 1, "se\u0161\u00edv\u00e1n\u00ed": 1, "beze\u0161v\u00fdch": 1, "mozaik": 1, "p\u0159ekr\u00fdvaj\u00edc\u00edmi": 1, "ortofotomapami": 1, "kmz": [1, 107, 117], "parametr": [1, 4, 7, 9, 112, 117], "chcete": [1, 7, 108, 114, 117], "vygenerovat": 1, "vykreslen\u00ed": 1, "aplikaci": [1, 107, 108], "googl": [1, 45], "earth": [1, 45, 114], "m\u00edt": [1, 7, 108, 112, 117], "pruhi": 1, "png": [1, 107, 111, 113, 117], "ortofota": [1, 7, 117], "form\u00e1tu": [1, 7], "v\u0161imn\u011bt": [1, 108, 117], "si": [1, 107, 117], "omezena": 1, "odhadem": 1, "vzd\u00e1lenosti": [1, 117], "vzorkov\u00e1n\u00ed": 1, "li": [1, 7, 108, 114, 117], "limit": [1, 58, 107, 110, 111], "za\u0161krtn\u011bt": 1, "pc": [1, 19, 107, 117], "classifi": [1, 57, 107], "control": [1, 19, 27, 30, 49, 83, 107, 109, 110, 115, 117], "behavior": [1, 49, 102], "option": [1, 3, 5, 7, 9, 10, 12, 13, 15, 17, 18, 22, 23, 24, 25, 27, 28, 30, 33, 34, 35, 36, 37, 38, 39, 40, 43, 48, 49, 53, 56, 58, 61, 62, 63, 64, 66, 67, 68, 69, 70, 72, 76, 78, 79, 80, 81, 82, 83, 84, 85, 87, 91, 94, 100, 101, 105, 106, 108, 109, 113], "tweak": [1, 49, 103], "paramet": [1, 8, 9, 10, 11, 20, 21, 45, 46, 47, 49, 78, 79, 80, 81, 96, 116], "copc": [1, 107], "save": [1, 8, 50, 71, 73, 74], "csv": [1, 105, 107, 113, 117], "export": [1, 51, 52, 55, 107, 117], "georeferencovan\u00e9ho": 1, "mra\u010dna": [1, 7, 9, 117], "ept": [1, 107], "entwin": [1, 52], "filter": [1, 20, 21, 58, 78, 79, 80, 81, 107, 117], "filtruj": 1, "mra\u010dno": [1, 9, 117], "odchyluj\u00ed": 1, "m\u00edstn\u00edho": 1, "pr\u016fm\u011bru": 1, "o": [1, 4, 7, 102, 103, 107, 108, 117], "ne\u017e": [1, 7, 107, 117], "standardn\u00edch": 1, "odchylek": 1, "filtrov\u00e1n\u00ed": 1, "vypnet": 1, "mraku": 1, "nastaven\u00fdch": [1, 117], "hust\u0161\u00ed": 1, "zv\u00fd\u0161en\u00ed": [1, 117], "kvaliti": 1, "zvy\u0161uj": 1, "dobu": [1, 7, 117], "zhruba": 1, "4x": [1, 56], "rectifi": [1, 107], "rektifikaci": 1, "mra\u010dnu": [1, 117], "chybn\u011b": [1, 117], "klasifikovan\u00e9": 1, "budou": [1, 108, 112], "p\u0159eklasifikov\u00e1ni": 1, "tak": [1, 7, 107, 108], "ponech\u00e1": 1, "jeden": 1, "bod": [1, 117], "okol\u00ed": 1, "polom\u011bru": [1, 117], "v\u00fdstupn\u00edho": 1, "odstran\u011bn\u00ed": 1, "duplicitn\u00edch": 1, "zak\u00e1\u017eet": 1, "skip": [1, 23, 77, 107, 111], "geometr": [1, 107], "consist": [1, 54, 59], "depthmap": [1, 54, 59, 60, 107, 113, 117], "mai": [1, 59, 102, 113], "usabl": [1, 59], "larger": [1, 8, 59, 105, 110], "flag": [1, 26, 59], "spot\u0159ebi": 1, "pot\u0159ebn\u00e9": [1, 103], "f\u00fazi": 1, "hloubkov\u00fdch": 1, "rozd\u011blen\u00edm": 1, "sc\u00e9n": [1, 117], "dla\u017edic": 1, "funkci": [1, 7, 108, 114], "v\u00e1\u0161": [1, 7, 9, 108, 114, 117], "po\u010d\u00edta\u010d": [1, 108, 117], "nem\u00e1": [1, 108], "mnoho": [1, 7, 117], "ram": [1, 4, 7, 8, 9, 11, 60, 103, 117], "jste": [1, 7, 108, 117], "nastavili": [1, 117], "experiment\u00e1ln\u00ed": [1, 117], "primari": [1, 107], "multispektr\u00e1ln\u00edch": [1, 112], "datov\u00fdch": [1, 117], "sad": [1, 117], "prim\u00e1rn\u00edho": 1, "p\u00e1sma": [1, 107, 112], "pou\u017eito": 1, "doporu\u010dujem": [1, 9, 108], "vybrat": [1, 9, 108, 117], "p\u00e1smo": 1, "ostr\u00e9": 1, "detaili": 1, "zaost\u0159en\u00e9": 1, "ke": [1, 4, 7, 9, 108, 117], "slo\u017eka": [1, 117], "m\u011bla": [1, 108, 117], "obsahovat": 1, "jednotliv\u00e9": [1, 117], "ka\u017ed\u00e1": 1, "datov\u00e1": 1, "sada": [1, 117], "slo\u017eku": [1, 117], "radiometr": [1, 89, 106, 107, 112, 116], "calibr": [1, 104, 106, 107, 112, 116], "sun": [1, 63, 110], "radiometrick\u00e9": [1, 112], "kalibrac": [1, 107], "prov\u00e9st": [1, 7, 108], "sn\u00edmc\u00edch": [1, 117], "term\u00e1ln\u00edch": 1, "byst": [1, 7, 9, 108, 117], "m\u011bli": [1, 7, 9, 108, 117], "odrazivosti": 1, "teploti": [1, 117], "jinak": [1, 7, 117], "dostanet": [1, 108], "digit\u00e1ln\u00edch": [1, 107], "\u010d\u00edsel": 1, "fotoapar\u00e1t": [1, 117], "aplikuj": [1, 7], "\u00farove\u0148": [1, 117], "\u010dern\u00e9": 1, "vin\u011btaci": 1, "kompenzaci": 1, "\u0159\u00e1dkov\u00e9ho": 1, "gradientu": 1, "zisku": 1, "expozic": 1, "nalezeni": 1, "p\u0159\u00edslu\u0161n\u00e9": 1, "absolutn\u00ed": 1, "slunc": [1, 117], "korekc": [1, 9], "nav\u00edc": 1, "kompenzuj": 1, "spektr\u00e1ln\u00ed": 1, "z\u00e1\u0159ivost": 1, "zaznamenan": 1, "prost\u0159ednictv\u00edm": [1, 117], "sn\u00edma\u010de": 1, "dopadaj\u00edc\u00edho": 1, "sv\u011btla": 1, "dl": [1, 63], "ohledem": 1, "\u00fahel": [1, 117], "dopadu": 1, "rerun": [1, 107], "znovu": [1, 117], "spus\u0165t": [1, 107, 117], "zastavt": 1, "trvale": 1, "odstran\u00ed": [1, 117], "p\u0159edchoz\u00ed": [1, 108], "spust\u00ed": 1, "zpracovatelsk\u00fd": 1, "f\u00e1ze": 1, "shutter": [1, 96, 107, 110], "turn": [1, 23, 60, 68, 91, 96, 117], "correct": [1, 63, 68, 105, 112], "were": [1, 68, 102], "taken": [1, 68, 96, 110], "motion": [1, 68, 70, 115], "result": [1, 12, 15, 32, 54, 65, 68, 70, 71, 73, 94, 96, 105, 108, 109, 110, 112, 117], "see": [1, 68, 102, 103, 104, 105, 108, 109, 113], "readout": [1, 68, 107], "overrid": [1, 19, 69, 106], "time": [1, 8, 11, 54, 56, 69, 71, 73, 74, 107, 110, 114, 117], "sensor": [1, 63, 69, 104, 110, 112], "millisecond": [1, 69], "instead": [1, 10, 11, 67, 69, 88, 94, 95, 102, 105, 108, 109, 110, 114], "databas": [1, 69], "ar": [1, 17, 26, 30, 36, 37, 63, 69, 70, 72, 82, 84, 86, 92, 96, 102, 103, 104, 105, 106, 107, 108, 109, 110, 113, 115, 117], "present": [1, 26, 69, 112], "sfm": [1, 107], "algorithm": [1, 17, 25, 34, 107, 109], "increment": [1, 70, 110], "planar": [1, 70, 94, 105], "structur": [1, 11, 70, 105, 115], "For": [1, 70, 103, 105, 107, 109, 110, 111, 117], "aerial": [1, 70, 110], "angl": [1, 63, 70, 106, 117], "better": [1, 24, 32, 56, 70, 110, 116], "scene": [1, 54, 60, 70], "captur": [1, 70, 116, 117], "fix": [1, 70, 107], "altitud": [1, 70, 110], "nadir": [1, 4, 70], "onli": [1, 21, 58, 64, 67, 70, 71, 73, 102, 105, 106, 109, 113, 117], "much": [1, 11, 60, 70], "faster": [1, 8, 32, 34, 70, 94], "3dmodel": [1, 107], "p\u0159esko\u010den\u00ed": 1, "\u00fapln\u00e9ho": 1, "u\u0161et\u0159it": [1, 117], "\u010da": [1, 4, 7, 9, 108, 114, 117], "2d": [1, 8, 11, 71, 117], "zarovn\u00e1": 1, "dodate\u010dn\u011b": 1, "zpracov\u00e1ni": 1, "ji\u017e": [1, 7, 103, 108, 114, 117], "vyrovn\u00e1ni": 1, "p\u0159esko\u010dit": 1, "report": [1, 16, 107], "zpr\u00e1vy": 1, "pdf": [1, 74, 110, 117], "zpr\u00e1vu": 1, "sky": [1, 4, 107, 111], "sm": [1, 107, 109], "cluster": [1, 82, 84, 107, 117], "url": [1, 76, 102], "instanc": [1, 8, 76, 107, 109, 110], "clusterodm": [1, 76, 107], "distribuci": [1, 108], "pracovn\u00edho": 1, "postupu": 1, "uzl\u016f": [1, 117], "paraleln\u011b": [1, 108], "submodel": [1, 77, 82, 84, 109], "good": [1, 77, 102, 105, 110, 112, 115, 117], "enough": [1, 77], "veri": [1, 15, 34, 77, 97, 109, 110, 114], "larg": [1, 15, 30, 60, 77, 82, 97, 107, 117], "scalar": [1, 107, 117], "jednoduch\u00fd": [1, 117], "morfologick\u00fd": [1, 117], "filtr": [1, 117], "skal\u00e1rn\u00ed": 1, "v\u00fd\u0161ky": [1, 117], "25": [1, 78, 110], "slope": [1, 107, 117], "sklonu": [1, 117], "n\u00e1r\u016fst": 1, "nad": [1, 9, 117], "pr\u016fb\u011bhem": 1, "15": [1, 79, 103, 105, 117], "threshold": [1, 107, 117], "prahov\u00e9": 1, "window": [1, 102, 103, 107, 117], "okna": [1, 117], "18": [1, 81, 108, 117], "pr\u016fm\u011brn\u00fd": 1, "d\u00edl\u010d\u00ed": 1, "rozd\u011blov\u00e1n\u00ed": 1, "velk\u00e9ho": 1, "men\u0161\u00ed": [1, 4, 117], "mode": [1, 107, 117], "seskupuj\u00ed": 1, "shluk\u016f": 1, "upravuj": [1, 7], "m\u011bl": [1, 107, 108, 117], "shluk": 1, "999999": [1, 82], "group": [1, 82, 84, 107, 109], "skupin": [1, 117], "ur\u010duj": [1, 117], "jak": [1, 9, 107, 108, 117], "obr\u00e1zki": [1, 107, 117], "rozd\u011bleni": 1, "group_namedefault": [1, 83], "polom\u011br": [1, 117], "p\u0159ekryt\u00ed": [1, 117], "d\u00edl\u010d\u00edch": 1, "model\u016f": [1, 9, 107], "seskupen\u00ed": 1, "shluku": 1, "p\u0159idaj\u00ed": 1, "bl\u00ed\u017ee": 1, "prov\u00e1d\u00ed": [1, 117], "proto": [1, 117], "abi": [1, 7, 108, 114, 117], "sousedn\u00ed": [1, 7], "submod": 1, "p\u0159ekr\u00fdvali": 1, "150": [1, 84], "keep": [1, 11, 58, 105, 107, 115], "unseen": [1, 107], "face": [1, 107, 117], "zachovat": 1, "s\u00edti": 1, "plochi": [1, 117], "vid\u011bt": [1, 4, 7, 108], "kame\u0159": 1, "materi": [1, 105, 107, 117], "obj": [1, 88, 113], "multipl": [1, 44, 76, 88, 109], "ones": [1, 88], "global": [1, 97, 107, 110], "seam": [1, 107], "level": [1, 11, 63, 107, 110], "normalizac": [1, 112], "barev": 1, "v\u0161ech": [1, 7, 108, 112, 117], "radiometrick\u00fdch": 1, "local": [1, 11, 53, 97, 107, 110, 117], "vynechejt": [1, 117], "prol\u00edn\u00e1n\u00ed": 1, "bl\u00edzkosti": 1, "\u0161v\u016f": 1, "statick\u00fdch": 1, "vhodn\u00e9": [1, 4, 107], "prohl\u00ed\u017ee\u010d": [1, 7, 108, 117], "leaflet": [1, 92], "openlay": [1, 92], "3dmesh": [1, 107], "5d": [1, 94, 117], "\u00faplnou": 1, "s\u00ed\u0165": 1, "n\u011bco": [1, 108, 117], "poskytuj": [1, 117], "podobn\u00e9": [1, 117], "rovinn\u00fdch": 1, "oblastech": [1, 117], "zna\u010dku": 1, "n\u011bj": [1, 117], "informac": [1, 103, 117], "param": [1, 107], "vypn\u011bt": [1, 117], "optimalizaci": 1, "b\u011bhem": [1, 108, 117], "svazku": [1, 117], "zlep\u0161en\u00ed": 1, "vykazuj\u00ed": 1, "dominaci": 1, "po\u0159\u00edzeni": 1, "fotoapar\u00e1tem": 1, "rolovac\u00ed": 1, "z\u00e1v\u011brkou": 1, "hybrid": [1, 107, 117], "bundl": [1, 96, 107, 117], "adjust": [1, 96, 107, 117], "m\u00edstn\u00ed": 1, "\u00fapravu": 1, "sn\u00edmek": 1, "p\u0159idan\u00fd": 1, "glob\u00e1ln\u00ed": 1, "ka\u017ed\u00fdch": 1, "zrychluj": 1, "u": [1, 7, 107, 108, 116, 117], "soubor\u016f": [1, 7, 107, 117], "version": [1, 102, 107, 108, 109], "\u010d\u00edslo": [1, 117], "verz": [1, 108, 112], "video": [1, 107], "maximum": [1, 32, 35, 38, 100, 101], "frame": [1, 100, 101], "500": [1, 100, 108, 117], "4000": [1, 101], "p\u0159\u00edkazu": [1, 108, 117], "p\u0159idat": [1, 7, 108, 117], "dal\u0161\u00ed": [1, 7, 107, 117], "podrobnosti": 1, "nau\u010dt": [1, 4, 7, 9, 13, 18, 19, 33, 39, 103, 108, 112, 114, 117], "upravovat": [1, 4, 7, 9, 13, 18, 19, 33, 39, 103, 108, 112, 114, 117], "pomozt": [1, 4, 7, 9, 13, 18, 19, 33, 39, 103, 108, 112, 114, 117], "vylep\u0161it": 1, "odpov\u00eddaj\u00edc\u00ed": 1, "arguments_edit": 1, "ohrani\u010den\u00ed": [1, 107], "debug": [1, 107, 117], "resiz": [1, 32, 103, 107], "term": [1, 107, 110, 117], "outlier": [1, 107], "tone": [1, 107], "verbos": [1, 107], "parametru": [4, 7, 9], "boolean": [4, 8, 11], "dom\u00e9na": [4, 7, 9], "zdroje": [4, 7, 114, 117], "dopad": [4, 7], "cpu": [4, 7, 8, 9, 11, 107, 108], "n\u00edzk\u00fd": [4, 7], "\u017e\u00e1dn\u00fd": [4, 7, 108], "hdd": [4, 7, 8, 9, 11], "proce": [4, 108, 117], "sna\u017e\u00ed": 4, "omezit": 4, "z\u00e1klad\u011b": 4, "mean": [4, 53, 57], "filtrovan\u00e9ho": 4, "konvexn\u00edho": 4, "trupu": 4, "bufferem": 4, "20x": 4, "st\u0159edn\u00ed": [4, 117], "jakoukoli": [4, 108, 114], "datov": 4, "sadu": [4, 114, 117], "kde": [4, 7, 108, 117], "bylo": [4, 108, 117], "mo\u017en\u00e9": [4, 7, 117], "uva\u017eovat": 4, "d\u016fvodu": 4, "p\u0159\u00edtomnosti": 4, "oblohi": 4, "vzd\u00e1len\u00e9ho": [4, 117], "norm\u00e1ln\u011b": [4, 117], "nebylo": 4, "pova\u017eov\u00e1no": 4, "za": [4, 7, 107], "sou\u010d\u00e1st": 4, "po\u017eadovan\u00e9": [4, 117], "doe": [4, 8, 11, 26, 67, 110, 117], "meaning": 4, "impact": [4, 8, 9, 11, 107], "imageri": 4, "without": [4, 117], "make": [4, 104, 105, 109, 110], "superflu": 4, "safe": 4, "includ": [4, 102, 105, 109, 111], "jin\u00fdmi": [4, 112], "slovi": 4, "uva\u017eujet": 4, "maskov\u00e1n\u00ed": 4, "obr\u00e1zku": 4, "pravd\u011bpodobn\u011b": [4, 7, 117], "dobrou": 4, "volbou": 4, "funkc": [4, 107, 108, 117], "automatick\u00e9ho": [4, 9], "neju\u017eite\u010dn\u011bj\u0161\u00ed": 4, "prevenc": 4, "zbyte\u010dn\u00e9ho": 4, "zv\u011bt\u0161ov\u00e1n\u00ed": 4, "zahrnou": 4, "v\u011bci": [4, 117], "mraki": 4, "prvky": [4, 7, 117], "nap\u0159\u00edklad": [4, 103, 108, 117], "stromo\u0159ad\u00ed": 4, "t\u00edm": [4, 7, 112, 117], "zabr\u00e1n\u00ed": [4, 117], "zbyte\u010dn\u00e9mu": 4, "sn\u00ed\u017e\u00ed": 4, "pravd\u011bpodobnost": 4, "chyb": 4, "out": [4, 102, 107, 109, 113, 117], "Of": [4, 7], "memori": [4, 24, 32, 35, 56, 60, 107, 109], "dojd": 4, "zkr\u00e1cen\u00ed": 4, "dobi": 4, "d\u00edky": [4, 7], "rekonstruovan\u00e9": 4, "webodm": [4, 7, 8, 11, 105, 107, 109, 110, 114, 115], "zobrazuj": [4, 7], "cel\u00fd": [4, 7, 117], "rozsah": [4, 7, 117], "ohrani\u010den\u00fd": [4, 7], "porovn\u00e1n\u00ed": [4, 7], "v\u00fd\u0161e": [4, 7, 108, 117], "uveden": [4, 7], "rekonstrukc\u00ed": [4, 7], "cel\u00e1": [4, 7, 117], "mnohem": [4, 7, 117], "v\u011bt\u0161\u00ed": [4, 7, 117], "tedi": [4, 9, 117], "vizu\u00e1ln\u011b": [4, 117], "\u0159id\u0161\u00ed": 4, "str\u00e1nku": [4, 7, 9, 13, 18, 19, 33, 39, 103, 108, 112, 114, 117], "argument": 7, "o\u0159\u00edznut\u00ed": [7, 117], "kone\u010dn\u00fdch": 7, "v\u00fdstupn\u00edch": 7, "produkt\u016f": [7, 117], "ohrani\u010duj\u00edc\u00ed": 7, "r\u00e1me\u010dek": [7, 117], "vytvo\u0159en\u00fd": [7, 117], "\u0159et\u011bzcem": 7, "p\u0159ed\u00e1n": 7, "argumentu": 7, "p\u0159ed\u00e1n\u00ed": 7, "hrani\u010dn\u00edho": 7, "ka\u017ed\u00e9m": 7, "chceme": [7, 117], "z\u00edskat": [7, 108, 117], "podmno\u017einu": 7, "cel\u00e9": [7, 117], "z\u00e1jem": 7, "vhodn\u011bj\u0161\u00ed": [7, 9], "volba": [7, 117], "d\u00e1le": [7, 117], "a\u017e": [7, 108, 117], "vygenerov\u00e1n\u00ed": 7, "prodlu\u017euj": 7, "nemus\u00ed": [7, 9, 117], "vhodn\u00e1": 7, "hlavn\u00edm": [7, 108], "z\u00e1jmem": 7, "nejrychlej\u0161\u00ed": 7, "kompletn\u00edho": 7, "produktu": 7, "p\u0159edem": 7, "definovan": 7, "z\u00e1jmu": 7, "interest": 7, "aoi": [7, 117], "p\u0159\u00edklad": [7, 117], "uv\u00e9st": 7, "\u00fakol": 7, "pr\u016fzkum": 7, "dan\u00e9ho": 7, "pozemku": 7, "rozhodnet": 7, "pr\u016fzkumu": 7, "zahrnet": 7, "20": [7, 107, 108, 117], "m": [7, 105, 106], "p\u0159ev\u00fd\u0161en\u00ed": 7, "byla": [7, 108, 112, 117], "\u010dist\u00e1": 7, "dostate\u010dn\u00fdm": 7, "p\u0159esahem": 7, "hranic\u00edm": 7, "tomuto": 7, "p\u0159eletu": 7, "v\u00fd\u0161ce": [7, 117], "letu": [7, 107], "v\u0161ak": [7, 117], "zachyt\u00edt": 7, "zrekonstruujet": 7, "nemovitosti": 7, "domi": 7, "sou\u010d\u00e1st\u00ed": [7, 112], "va\u0161eho": [7, 117], "pr\u016fzkumn\u00e9ho": 7, "bodu": [7, 117], "reprezentac": 7, "o\u0159\u00edzli": 7, "kone\u010dn\u00e9": 7, "produkti": 7, "jen": [7, 103, 108, 117], "uvnit\u0159": [7, 117], "\u010d\u00edm\u017e": 7, "\u010distou": 7, "soust\u0159ed\u011bn": 7, "bezpe\u010dn": 7, "reprezentaci": 7, "n\u00ed": [7, 114], "http": [7, 11, 105, 108, 109, 110, 112, 115, 117], "jednoduch\u00e1": 7, "webov\u00e1": 7, "otev\u0159en\u00ed": [7, 108], "uveden\u00e9ho": [7, 117], "odkazu": 7, "t\u0159eba": [7, 108, 117], "posunout": 7, "p\u0159ibl\u00ed\u017eit": 7, "n\u00e1hled": 7, "mapi": [7, 117], "na\u0161li": 7, "sv\u00e9ho": [7, 117], "select": [7, 105], "draw": 7, "menu": 7, "left": 7, "click": 7, "kliknut\u00edm": [7, 117], "lev\u00fdm": [7, 117], "tla\u010d\u00edtkem": [7, 108, 117], "my\u0161i": [7, 108, 117], "map\u011b": 7, "vybert": [7, 108, 117], "um\u00edst\u011bn\u00ed": [7, 108, 117], "um\u00edst\u011bt": [7, 117], "vrchol": 7, "um\u00edstit": 7, "libovoln\u00fd": 7, "uzav\u0159\u00edt": 7, "klikn\u011bt": [7, 108, 117], "prvn\u00ed": 7, "budet": [7, 108, 112, 117], "moci": [7, 108, 117], "jakmil": [7, 117], "um\u00edst\u00edt": 7, "alespo\u0148": [7, 108, 114, 117], "t\u0159i": [7, 117], "vrcholi": 7, "dokon\u010den\u00fd": 7, "jinou": 7, "procesu": [7, 117], "tvorbi": 7, "tmav\u0161\u00ed": 7, "okraj": 7, "v\u00fdpl\u0148": 7, "nyn\u00ed": [7, 108, 117], "jedn\u00e1": [7, 108, 117], "pevn\u00fd": [7, 117], "vypad\u00e1": [7, 108], "takto": [7, 117], "p\u0159ipraveni": 7, "jej": [7, 108, 117], "ulo\u017eit": [7, 108], "v\u00fdb\u011brem": [7, 117], "mo\u017enosti": [7, 19, 107, 117], "pot\u00e9": [7, 108, 117], "hotov": 7, "hranici": 7, "v\u00e1": [7, 108], "vyzv": 7, "upozorn\u00ed": 7, "p\u0159ipraven": 7, "sta\u017een\u00ed": [7, 107, 117], "p\u0159\u00edpadn\u011b": [7, 108, 114], "zkop\u00edrovat": 7, "vlo\u017eit": 7, "textov": 7, "prav\u00e9ho": 7, "panelu": [7, 108, 117], "z\u00e1hlav\u00edm": 7, "textov\u00e9": 7, "featurecollect": 7, "properti": [7, 8, 11], "77": 7, "04460859298706": 7, "38": 7, "88532071975074": 7, "04014539718628": 7, "8801593862463": 7, "03295707702637": 7, "88331636291941": 7, "03965187072754": 7, "887959703337145": 7, "v\u00fdb\u011bru": [7, 9], "jeho": [7, 107, 108], "odkud": 7, "n\u011bmu": [7, 117], "pozd\u011bji": [7, 108], "p\u0159\u00edstup": [7, 107, 108], "mohli": [7, 108, 114, 117], "na\u010d\u00edst": [7, 9], "\u00faprav\u00e1ch": 7, "mo\u017enost\u00ed": [7, 114, 117], "ikonu": [7, 108, 117], "vytvo\u0159en": [7, 108], "textov\u00e9ho": [7, 117], "pole": [7, 9, 107, 108], "na\u010dtena": 7, "vlo\u017eena": 7, "ze": [7, 112, 117], "syst\u00e9mov\u00e9": [7, 108], "schr\u00e1nky": 7, "p\u0159\u00edtomnost": 7, "potvrdit": 7, "zobrazen\u00edm": 7, "textu": 7, "textov\u00e9m": 7, "poli": 7, "povolit": [7, 108, 117], "zpracov\u00e1van": 7, "\u00falohu": 7, "org": [7, 108, 110, 112, 115], "en": 7, "site": [7, 110], "forus": 7, "download": [7, 107, 108], "html": 7, "svobodn\u00fd": [7, 103], "otev\u0159en\u00fd": 7, "geografick\u00fd": 7, "informa\u010dn\u00ed": 7, "syst\u00e9m": [7, 108], "nejprv": [7, 9, 108], "pot\u0159ebovat": [7, 108, 117], "vytvo\u0159\u00edt": 7, "svou": 7, "tak\u017e": [7, 108, 112, 117], "zp\u016fsob": [7, 117], "ani\u017e": 7, "muse": 7, "existuj": [7, 108, 117], "typ\u016f": 7, "dan\u00e1": 7, "vrstva": 7, "reprezentovat": 7, "opendronemap": [7, 8, 102, 108, 109, 110, 112, 114, 115, 117], "navr\u017eena": 7, "pr\u00e1ci": [7, 117], "jednoduch\u00fdm": 7, "polygonem": [7, 117], "nab\u00eddki": [7, 108], "vyberet": 7, "podobn\u011b": [7, 9, 114], "velk\u00e9": [7, 114, 117], "mno\u017estv\u00ed": [7, 108, 117], "upravit": [7, 117], "do\u010dasn": 7, "pou\u017eit\u00ed": [7, 9, 107, 108], "ponechat": 7, "vyobrazen\u00fdch": 7, "v\u00fdchoz\u00edch": 7, "hodnot\u00e1ch": 7, "spustili": 7, "vygenerovan\u00e9": 7, "podkladov": 7, "m\u011blo": [7, 108, 117], "zajistit": 7, "hrani\u010dn\u00ed": 7, "p\u0159esn\u011b": [7, 117], "odpov\u00eddat": [7, 117], "dat\u016fm": 7, "\u00faloze": 7, "proto\u017e": [7, 9, 103, 117], "r\u016fzn\u00e9": [7, 108], "podkladov\u00e9": 7, "mohou": [7, 9, 112, 114, 117], "chybi": [7, 108], "nevytvo\u0159ili": 7, "n\u011bkterou": 7, "metod": 7, "m\u011bjte": 7, "rozd\u00edli": [7, 9, 117], "poloz": 7, "\u00fahlu": [7, 117], "zkosen\u00ed": 7, "m\u011b\u0159\u00edtku": 7, "registra\u010dn\u00ed": 7, "zm\u011bny": [7, 117], "nastat": 7, "mezi": [7, 117], "va\u0161imi": 7, "dati": 7, "poskytovatel": 7, "n\u00e1stroje": [7, 107, 108], "polygonov\u00fd": 7, "prvek": [7, 117], "za\u010d\u00edt": [7, 108, 117], "umis\u0165ovat": 7, "dokon\u010dit": [7, 117], "pl\u00e1tno": 7, "prav\u00fdm": [7, 108, 117], "hotov\u00fd": 7, "obri": 7, "zna\u010d\u00ed": 7, "pr\u00e1ce": [7, 117], "ohrani\u010duj\u00edc\u00edm": 7, "n\u00e1stroj": [7, 108, 117], "p\u0159epnout": [7, 108], "\u00fapravi": 7, "p\u0159ijmout": 7, "sv\u00e9": 7, "zapsat": 7, "platn\u00e1": 7, "tla\u010d\u00edtko": [7, 108, 117], "tomto": [7, 108, 117], "dialogov\u00e9m": [7, 117], "okn\u011b": [7, 108, 117], "zap\u00ed\u0161et": 7, "povol\u00edt": 7, "exportu": 7, "vyvol\u00e1t": 7, "nab\u00eddku": 7, "podnab\u00eddku": 7, "v\u00fdzva": 7, "n\u00e1zvu": [7, 117], "zvolit": 7, "platn\u00fd": 7, "n\u00ed\u017e": 7, "vyps\u00e1n": 7, "cr": 7, "nejbezpe\u010dn\u011bj\u0161\u00ed": 7, "4326": [7, 105, 106], "nen\u00ed": [7, 117], "vybr\u00e1na": 7, "ostatn\u00ed": [7, 107, 108], "volbi": [7, 117], "m\u011bly": [7, 114], "z\u016fstat": 7, "neplat\u00ed": 7, "upraven\u00fd": 7, "geojsonu": 7, "zadan\u00e9ho": 7, "p\u0159ipojen\u00e9ho": 7, "volb\u011b": 7, "rekonstruovan\u00e9ho": 7, "p\u0159idan\u00e9ho": 7, "view": [7, 11, 109, 115], "zahrnuj": [7, 107], "mimo": [7, 117], "pou\u017eit": 7, "displai": [8, 11, 99, 105, 107], "domain": [8, 11], "resourc": [8, 9, 11, 102, 107, 114, 115], "sometim": [8, 30, 32, 34, 96, 106, 117], "pyramid": [8, 11], "an": [8, 16, 23, 32, 42, 62, 102, 103, 105, 106, 109, 110, 112, 117], "reduc": [8, 60, 105, 109, 110], "take": [8, 11, 16, 19, 24, 56, 63, 109, 110], "render": [8, 45, 47], "tradeoff": 8, "increas": [8, 37, 54, 56, 105], "lower": [8, 30, 32], "raster": [8, 11, 16, 113], "power": 8, "two": [8, 103, 105, 109, 110], "factor": [8, 56, 110], "128x128": 8, "256x256": 8, "etc": [8, 11, 102, 109, 115], "store": [8, 11, 103, 108, 109, 113], "either": [8, 10, 105, 106], "intern": [8, 11], "extern": 8, "sidecar": 8, "In": [8, 11, 103, 105, 110, 115], "case": [8, 11, 30, 111, 117], "alwai": [8, 103, 109], "One": 8, "like": [8, 92, 105, 113], "want": [8, 45, 46, 47, 95, 102, 105, 109, 111], "nearli": 8, "everi": [8, 11, 97], "some": [8, 102, 105, 107, 112, 113, 114, 117], "few": 8, "rel": [8, 110], "rare": 8, "except": 8, "small": 8, "paramount": 8, "read": [8, 11, 114, 115], "softwar": [8, 11, 102, 107, 108, 110, 111, 114, 115], "support": [8, 107, 108, 109, 112], "speed": [8, 15, 97, 110], "preview": [8, 11], "closest": 8, "extent": 8, "being": [8, 109], "signific": 8, "amount": 8, "retriev": 8, "full": [8, 15, 23, 71, 94, 103], "downscal": 8, "dynam": 8, "rapid": [8, 11], "navig": 8, "web": [8, 109], "layer": [8, 11, 113], "panel": [8, 11], "demonstr": [8, 102], "lack": [8, 11], "automatick\u00fd": 9, "nejlep\u0161\u00edho": 9, "p\u0159ednostn\u011b": 9, "pou\u017e\u00edv\u00e1": [9, 117], "\u0161iroko\u00fahl\u00fd": 9, "nerektiline\u00e1rn\u00ed": 9, "projek\u010dn\u00ed": 9, "star\u0161\u00ed": 9, "360": [9, 117], "kamer": [9, 112, 117], "zkreslen\u00ed": [9, 117], "korekci": 9, "optiki": 9, "kamerov\u00fdch": 9, "platforem": 9, "zaznamen\u00e1vaj\u00ed": 9, "na\u0161e": 9, "tyto": [9, 114, 117], "nezbytn\u00e9": 9, "spr\u00e1vn\u00e9": [9, 108, 117], "modelov\u00e1n\u00ed": 9, "sc\u00e9ny": [9, 112, 117], "spr\u00e1vnou": [9, 108, 117], "sou\u010dasn\u00e9": [9, 108], "dob\u011b": [9, 108], "doporu\u010duj": [9, 108, 117], "sf\u00e9rick\u00fdch": 9, "gopro": 9, "fusion": [9, 60], "insta360": 9, "kodak": 9, "pixpro": 9, "detekov\u00e1ni": 9, "syst\u00e9mem": [9, 108], "vz\u00e1cn\u00fdch": 9, "p\u0159\u00edpadech": [9, 108], "schopen": [9, 117], "zjistit": 9, "datab\u00e1z": 9, "spr\u00e1vn\u00fd": 9, "konkr\u00e9tn\u00ed": [9, 117], "sn\u00edma\u010d": 9, "takov\u00e9m": 9, "pochybnost\u00ed": 9, "zkust": [9, 108, 114], "p\u0159\u00edkladi": [9, 107], "\u00fadaje": 9, "po\u0159\u00edzen\u00e9": [9, 112], "standardn\u00edm": 9, "objektivem": 9, "demonstrov\u00e1n": 9, "c\u00edlem": [9, 117], "uk\u00e1zat": 9, "n\u011bkter\u00e9": [9, 114, 117], "tom": [9, 117], "ovlivn\u00ed": [9, 117], "toto": [9, 108, 117], "ukazuj": [9, 117], "stejn\u011b": 9, "p\u0159edchoz\u00edm": 9, "p\u0159\u00edkladu": [9, 117], "rekonstruov\u00e1no": 9, "do\u0161lo": 9, "v\u00fdrazn\u00e9mu": 9, "vyklenut\u00ed": 9, "dal\u0161\u00edm": 9, "artefakt\u016fm": 9, "d\u016fsledku": 9, "nespr\u00e1vn\u00e9ho": 9, "vykresluj": 9, "dob\u0159": [9, 114, 117], "ploch\u00fdm": 9, "homogenn\u00edm": 9, "ter\u00e9nem": 9, "zem\u011bd\u011blsk\u00e1": 9, "pozorovat": 9, "perspektivn\u00edm": 9, "takov\u00fdch": 9, "vynucen\u00ed": 9, "hn\u011bd\u00e9": 9, "barvi": 9, "nepoda\u0159ilo": 9, "spr\u00e1vn\u011b": 9, "rekonstruovat": 9, "kv\u016fli": 9, "ru\u010dn\u00edmu": 9, "podobn\u00e1": 9, "selh\u00e1n\u00ed": 9, "\u010dasto": [9, 107, 108], "znamenat": 9, "nespr\u00e1vn\u00fd": 9, "okrajov\u00fdch": 9, "v\u00e1m": [9, 108, 114, 117], "vyzkou\u0161et": 9, "jin\u00fd": [9, 103, 108, 114], "calcul": [10, 19], "repres": 10, "content": 10, "normal": [11, 89, 107], "hereaft": 11, "special": [11, 110, 117], "formul": 11, "advantag": 11, "overivew": 11, "well": [11, 109], "variou": [11, 35], "form": 11, "becaus": [11, 109], "attribut": 11, "enabl": [11, 109, 116], "most": [11, 105, 117], "go": [11, 102, 109, 110, 114], "host": [11, 102], "onlin": [11, 109], "access": [11, 102, 107, 110, 113], "which": [11, 61, 102, 104, 109, 110, 115, 116], "getrang": 11, "request": [11, 107, 109], "capabl": 11, "gi": [11, 110], "hold": 11, "whether": 11, "serv": 11, "With": 11, "place": [11, 16, 102, 105, 107, 109, 110, 112, 115], "quickli": [11, 109], "given": 11, "applic": 11, "than": [11, 53, 84, 102, 105, 109, 117], "legaci": [11, 67], "stripe": [11, 46], "inform": [11, 30, 95, 102, 103, 105, 106, 109, 110, 111, 115, 117], "tool": [11, 102, 108], "print": [11, 14, 98], "gdalinfo": 11, "confirm": 11, "conform": 11, "spec": [11, 102], "show": [11, 31, 102, 109, 110], "fact": 11, "mind": 11, "78": 11, "mb": 11, "due": [11, 109], "presenc": 11, "compar": [11, 110], "6": [11, 109, 110], "30": [11, 105, 110, 117], "non": [11, 103], "below": [11, 102, 107, 113], "layout": 11, "indic": [11, 105], "meet": 11, "abov": 11, "after": [12, 84, 102, 105, 112, 117], "messag": [14, 31, 98, 109], "befor": [15, 16, 102, 105], "up": [15, 56, 97, 109, 117], "each": [16, 56, 62, 72, 82, 85, 105, 109, 110, 117], "cell": 16, "ani": [16, 86, 113], "hole": 16, "fill": [16, 17, 57], "isol": 16, "been": [16, 72, 116], "gap": [17, 57], "radiu": [17, 58, 81, 84], "equal": 17, "differ": [17, 103, 113, 117], "progress": [17, 20, 110], "bigger": [17, 110], "togeth": 17, "remain": [17, 109], "interpol": 17, "densiti": 19, "higher": [19, 24, 56, 109, 110], "longer": [19, 24, 56], "produc": [19, 109, 110, 113], "denser": [19, 56], "640": 19, "tag": [20, 21, 30, 63, 95, 102, 105], "digit": [20, 21, 63, 109, 113, 117], "surfac": [20, 113], "object": [20, 105], "morpholog": [20, 21, 78, 79, 80, 81, 117], "finer": [20, 21], "tune": [20, 21], "terrain": [21, 110, 113, 117], "simpl": [21, 78, 79, 80, 81, 105, 106, 117], "stage": [22, 42, 64, 66], "dens": [23, 113], "It": [23, 61, 102, 103, 105, 117], "directli": 23, "spars": 23, "just": [23, 102, 109, 117], "requir": [24, 35, 56, 102, 104, 105, 109, 110, 117], "keypoint": 25, "descriptor": 25, "measur": [26, 105, 107, 110], "noth": 26, "accordingli": 30, "manual": [30, 109], "fail": 30, "effect": [30, 109, 110, 114], "over": [30, 79, 109, 111, 113], "exit": [31, 99, 117], "necessari": 32, "usag": [32, 42, 60, 107], "sinc": [32, 110], "slightli": 32, "librari": 34, "approxim": 34, "slower": [34, 103], "stabl": [34, 102, 108], "miss": [34, 105, 108, 115], "valid": [34, 109], "robust": 34, "peak": 35, "1gb": 35, "thread": 35, "megapixel": 35, "what": [36, 102, 107, 109], "By": [36, 106], "get": [37, 63, 102, 107, 108, 110, 114], "vertic": [37, 106, 107, 110], "recommend": [37, 61, 107, 109, 110, 115], "vertex": 38, "count": 38, "e": [40, 102, 105, 106, 109, 117], "subfold": [40, 62], "within": [40, 105, 110], "delet": [42, 65], "heavi": 42, "intermedi": 42, "affect": [42, 67, 110], "abil": 42, "restart": [42, 108], "machin": [42, 60, 102, 108, 109], "suffici": [42, 105], "cut": 44, "stitch": 44, "seamless": 44, "mosaic": 44, "deviat": 53, "standard": [53, 110], "urban": 54, "roughli": 56, "rectif": 57, "wrongli": 57, "re": [57, 102, 114], "duplic": 58, "doesn": [60, 102], "multispectr": [61, 63, 72, 112, 116], "sharp": [61, 85, 105], "detail": [61, 102, 110], "focu": 61, "thermal": [63, 107], "obtain": 63, "reflect": 63, "temperatur": [63, 116], "otherwis": [63, 105, 109], "appli": 63, "black": [63, 111], "vignet": 63, "row": [63, 103], "gradient": [63, 117], "gain": 63, "exposur": 63, "compens": 63, "appropri": [63, 107], "found": [63, 105, 108, 109], "absolut": [63, 110], "plu": [63, 102], "spectral": 63, "radianc": 63, "regist": 63, "downwel": 63, "light": [63, 117], "consider": 63, "stop": [64, 108, 109, 114], "perman": 65, "previou": 65, "largest": [67, 85], "side": [67, 117], "purpos": [67, 106, 109], "final": [67, 103, 104], "origin": [67, 113, 117], "2048": 67, "postprocess": 72, "alreadi": [72, 102, 103, 105, 109], "distribut": [76, 103, 105, 107], "workflow": [76, 109, 112], "node": [76, 108, 109], "parallel": [76, 109], "elev": [78, 80, 105, 113], "rise": 79, "run": [79, 97, 102, 107, 108, 109, 112], "averag": [82, 109, 110, 117], "smaller": [82, 110], "regul": 82, "how": [83, 107, 109, 110], "closer": 84, "ad": [84, 97, 109], "ensur": [84, 105], "gmi": 85, "triangl": 85, "priorit": 85, "those": [85, 102, 107, 108, 110], "cover": [85, 105], "seen": [86, 105], "gauss_clamp": 87, "gauss_damp": 87, "photometr": [87, 117], "method": [87, 103], "color": [89, 90, 105, 111, 113], "across": 89, "blend": 90, "gamma": 91, "one": [91, 102, 105, 107, 109, 110], "static": [92, 109], "suitabl": 92, "viewer": [92, 107], "benchmark": 93, "runtim": 93, "info": [93, 109, 117], "bit": 94, "similar": [94, 109, 113], "off": 96, "dure": [96, 103, 110], "exhibit": 96, "dome": [96, 117], "addit": [98, 102, 107, 117], "consol": [98, 109], "reli": [102, 109], "mani": [102, 109, 116], "wai": [102, 108, 109, 114, 117], "programm": 102, "look": [102, 105, 108, 109, 110], "involv": 102, "stuck": [102, 108], "problem": [102, 107], "reach": 102, "great": [102, 104], "question": 102, "answer": 102, "els": [102, 117], "other": [102, 105, 107, 110, 114, 116], "tip": [102, 107], "open": [102, 105, 108, 112, 113], "explor": 102, "touch": 102, "develop": [102, 107, 114, 116], "write": [102, 109], "new": [102, 109, 111, 114], "track": [102, 113], "github": [102, 105, 107, 108, 109, 114, 115, 117], "issu": [102, 107], "pleas": [102, 103, 117], "repositori": 102, "explain": [102, 114], "maintain": 102, "reproduc": 102, "clear": 102, "descript": 102, "titl": [102, 110], "identifi": 102, "describ": 102, "exact": [102, 112], "possibl": [102, 103, 109, 116], "exampl": [102, 105, 106, 107, 109, 110, 111, 117], "docker": [102, 103, 107, 108, 109, 112], "vagrant": 102, "g": [102, 105, 106], "command": [102, 108, 109, 112, 117], "exactli": 102, "termin": [102, 108], "list": [102, 105, 107, 109, 111, 116], "sai": 102, "did": 102, "specif": [102, 110, 115], "link": 102, "pasteabl": 102, "snippet": 102, "markdown": 102, "block": 102, "observ": 102, "expect": [102, 105, 107], "why": [102, 107, 109, 114], "screenshot": 102, "anim": 102, "gif": 102, "clearli": [102, 110], "record": 102, "maco": [102, 107], "linux": [102, 103, 107, 113, 117], "relat": [102, 110, 115], "post": [102, 105], "guest": 102, "wasn": [102, 109], "trigger": 102, "action": 102, "happen": [102, 109], "share": [102, 107, 116], "guidelin": [102, 104], "about": [102, 105, 110, 115], "configur": [102, 103, 109, 117], "environ": [102, 113], "A": [102, 105, 109, 110, 113, 114, 117], "releas": [102, 108], "clone": [102, 108, 109], "master": [102, 115], "virtual": [102, 108], "so": [102, 103, 105, 110, 114, 116], "vm": [102, 108], "system": [102, 105, 110], "short": 102, "here": [102, 108, 113, 117], "reproduct": 102, "first": [102, 103, 105, 106, 109, 114], "second": [102, 109, 110], "enter": [102, 117], "recent": 102, "didn": 102, "older": 102, "ye": [102, 103, 117], "No": [102, 103, 112], "reliabl": 102, "randomli": 102, "whenev": 102, "pep8": 102, "python": [102, 108, 117], "style": 102, "guid": [102, 104, 105, 107, 108, 110, 115], "newlin": 102, "avoid": 102, "platform": [102, 109, 117], "depend": [102, 105, 110], "f": [102, 117], "gethomedirectori": 102, "home": [102, 108, 117], "directori": [102, 112, 117], "join": 102, "concaten": 102, "filenam": [102, 105, 106, 111, 117], "tmpdir": 102, "rather": 102, "tmp": 102, "temporari": 102, "plain": 102, "return": 102, "explicitli": 102, "function": [102, 109], "Not": 102, "null": [102, 107], "undefin": 102, "ne": [103, 108, 117], "fotogrammetrick\u00fd": 103, "postup": [103, 108, 117], "neobsahuj\u00ed": 103, "ortorektifikov\u00e1ni": 103, "hugin": 103, "tri": 103, "util": 103, "sever": [103, 107], "moment": 103, "lot": [103, 105], "otev\u0159en\u00fdm": [103, 114], "zdrojov\u00fdm": [103, 114], "k\u00f3dem": [103, 114], "vydan\u00fd": 103, "pod": 103, "licenc\u00ed": 103, "n\u00edm": [103, 108], "svobodn\u011b": 103, "vytv\u00e1\u0159et": 103, "prod\u00e1vat": 103, "ujist\u011bt": [103, 108, 117], "spl\u0148ujet": 103, "po\u017eadavki": [103, 107, 114], "zejm\u00e9na": [103, 117], "po\u017eadavek": [103, 114], "zve\u0159ejn\u011bn\u00ed": 103, "zdrojov\u00e9ho": 103, "k\u00f3du": 103, "litujem": 103, "bui": 103, "ultim": 103, "solut": [103, 117], "altern": 103, "upload": 103, "swapfil": 103, "both": [103, 114], "prefer": 103, "ssd": 103, "nvme": 103, "drive": 103, "still": [103, 107], "wsl2": 103, "add": [103, 109, 111], "wslconfig": 103, "microsoft": [103, 108], "document": [103, 115], "advanc": 103, "wsl": 103, "swap": [103, 108], "128gb": 103, "cours": 103, "c": [103, 109, 112], "temp": 103, "vhdx": 103, "where": [103, 105, 111, 115, 117], "partit": 103, "dedic": [103, 115], "consult": 103, "search": 103, "engin": 103, "choic": 103, "humanitarian": 104, "openstreetmap": 104, "team": [104, 114], "uav": [104, 110, 117], "right": [104, 114], "mission": 104, "prepar": [104, 114], "intend": 104, "drone": [104, 105, 110], "island": 104, "mapper": 104, "dronedeploi": [104, 110], "success": [104, 112], "plan": [104, 109], "distort": [104, 105, 109, 110], "challeng": 104, "accur": [104, 106, 109, 110, 112], "our": [104, 107, 109, 115], "section": [104, 115, 117], "doc": [104, 115], "referenc": 105, "know": [105, 109], "made": 105, "typic": 105, "toffanin": [105, 108], "2019": [105, 110, 117], "exist": 105, "pavement": 105, "corner": 105, "line": [105, 106, 109], "park": 105, "contrast": 105, "floor": 105, "target": [105, 111], "purchas": [105, 108], "ampl": 105, "varieti": 105, "rang": [105, 110], "bucket": [105, 109], "lid": 105, "visibl": 105, "consid": [105, 110, 117], "illumin": [105, 110], "veget": 105, "obstacl": 105, "procur": 105, "evenli": 105, "horizont": [105, 106, 109, 110], "work": [105, 109, 114, 116], "job": [105, 110, 117], "footprint": [105, 110], "order": [105, 110], "least": [105, 107, 109], "separ": 105, "perimet": 105, "utm": [105, 106], "zone": [105, 106], "ellp": [105, 106], "wgs84": [105, 106], "datum": [105, 106], "unit": [105, 106, 110], "no_def": [105, 106], "eg": [105, 106, 113], "16n": [105, 106], "y": [105, 106, 108], "associ": [105, 109, 113], "extra": [105, 106, 112], "field": [105, 106, 117], "tab": 105, "nan": 105, "7th": 105, "column": [105, 106], "label": [105, 106], "544256": 105, "7": [105, 108, 110, 117], "5320919": 105, "9": [105, 110, 112], "3044": 105, "2622": 105, "img_0525": 105, "jpg": [105, 106, 109, 111, 112, 113], "544157": 105, "5320899": 105, "4193": 105, "1552": 105, "img_0585": 105, "544033": 105, "5320876": 105, "1606": 105, "2763": 105, "img_0690": 105, "gcp_list": [105, 113, 117], "txt": [105, 106, 109, 113, 117], "along": 105, "flight": [105, 110, 117], "own": [105, 114], "facto": 105, "import": [105, 110, 113], "photo": [105, 110, 111], "pick": 105, "survei": [105, 110], "header": 105, "load": 105, "demo": 105, "known": 105, "xyz": [105, 113, 117], "would": [105, 107, 117], "proj4": 105, "sure": [105, 109], "thei": [105, 106, 116], "someth": [105, 109], "37": [105, 117], "south": 105, "gcp01": 105, "529356": 105, "250827686": 105, "9251137": 105, "5643209": 105, "465": 105, "gcp02": 105, "530203": 105, "125367657": 105, "9250140": 105, "80991621": 105, "781": 105, "gcp03": 105, "530292": 105, "136003818": 105, "9250745": 105, "02372435": 105, "977": 105, "gcp04": 105, "gcp05": 105, "Then": [105, 109], "app": [105, 117], "instal": [105, 108, 109, 117], "plugin": 105, "com": [105, 108, 109, 110, 115, 117], "uav4geo": [105, 108], "gcpeditorpro": 105, "north": 105, "east": 105, "main": [105, 109], "screen": [105, 117], "box": [105, 109, 117], "respect": [105, 109], "piero": [105, 108], "masseranolab": 105, "llc": 105, "embed": 106, "user": [106, 107, 108, 109], "wish": 106, "current": [106, 109], "10th": 106, "dji_0028": 106, "91": 106, "9942096111111": 106, "46": 106, "84252125": 106, "198": 106, "609": 106, "dji_0032": 106, "9938293055556": 106, "8424584444444": 106, "There": 107, "contribut": [107, 109], "anyon": 107, "knowledg": 107, "languag": 107, "translat": 107, "incomplet": 107, "english": 107, "percent": 107, "transifex": 107, "czech": 107, "filipino": 107, "french": 107, "spanish": 107, "indonesian": 107, "swahili": 107, "telugu": 107, "instalac": 107, "quickstart": 107, "doporu\u010den\u00ed": 107, "hardwaru": 107, "krok": 107, "podporu": [107, 112, 114], "virtualizac": 107, "instalaci": [107, 117], "p\u0159id\u011blen\u00ed": 107, "procesoru": 107, "st\u00e1hn\u011bte": [107, 117], "po\u017eadavk\u016f": 107, "ubuntu": [107, 117], "debian": 107, "cento": 107, "rhel": 107, "syst\u00e9mu": 107, "fedora": 107, "arch": 107, "z\u00e1kladn\u00ed": [107, 112, 117], "p\u0159\u00edkazi": 107, "\u0159e\u0161en\u00ed": 107, "pot\u00ed\u017e\u00ed": 107, "dobr\u00fd": [107, 117], "den": 107, "jednom": [107, 117], "po\u010d\u00edta\u010di": [107, 117], "v\u00fdukov\u00e9": 107, "materi\u00e1li": 107, "kvalitn\u00edch": 107, "ortofotomap": 107, "v\u00fd\u0161kov\u00fdch": 107, "stockpil": 107, "volum": 107, "pl\u00e1nov\u00e1n\u00ed": 107, "ter\u00e9nn\u00edch": 107, "prac\u00ed": 107, "letov\u00fd": 107, "v\u00fd\u0161ka": 107, "o\u010dek\u00e1van\u00e1": 107, "p\u0159esnost": 107, "v\u00fdpi": 107, "stroj\u016f": 107, "protokol\u016fm": 107, "instanc\u00edm": 107, "p\u0159\u00edkazov\u00e9ho": [107, 108], "\u0159\u00e1dku": [107, 108], "\u00faklid": 107, "dockeru": [107, 108], "singular": 107, "sif": 107, "n\u00edzkou": 107, "\u0161\u00ed\u0159kou": 107, "koho": 107, "ur\u010deno": 107, "kroki": 107, "p\u0159\u00edprava": 107, "struktura": 107, "adres\u00e1\u0159": [107, 108], "droplet": 107, "pull": 107, "pin": 107, "awai": 107, "skon\u010den\u00ed": 107, "p\u0159edpokladu": 107, "p\u0159e\u017eijet": 107, "dlouho": 107, "modulu": 107, "potre": 107, "texturovan\u00fd": 107, "vzhled": 107, "budget": 107, "zorn\u00e9": 107, "osv\u011btlen\u00ed": 107, "o\u010dn\u00edho": 107, "obzoru": 107, "o\u0159ez": 107, "navigac": 107, "sc\u00e9na": 107, "zna\u010dki": 107, "automatick\u00e1": [107, 117], "kdy": [107, 108, 117], "u\u017eite\u010dn\u00e1": 107, "pro\u010d": 107, "n\u011bkdo": [107, 114], "true": [107, 110, 117], "vytv\u00e1\u0159\u00ed": [107, 117], "io": [107, 117], "nov\u00fd": [107, 108], "polygonu": 107, "dokon\u010den\u00ed": [107, 117], "ulo\u017een\u00ed": 107, "stahov\u00e1n\u00ed": [107, 108, 117], "mo\u017enostech": 107, "\u00falohi": 107, "na\u010dteno": 107, "nov\u00e9": [107, 114, 117], "do\u010dasn\u00e9": 107, "scratchovac\u00ed": 107, "vrstvy": 107, "geometri": 107, "scratch": 107, "p\u0159id\u00e1n\u00ed": [107, 114], "ortofotografick\u00e9ho": 107, "prvku": [107, 117], "p\u0159ep\u00edn\u00e1n\u00ed": 107, "\u00faprav": [107, 117], "vypnuto": 107, "zm\u011bn": 107, "funkc\u00ed": 107, "ulo\u017et": 107, "vektorov": 107, "vrstvu": 107, "uk\u00e1zkov\u00e9": 107, "reli\u00e9fu": [107, 117], "objektiv\u016f": 107, "fotoapar\u00e1t\u016f": [107, 117], "vhodn\u00fd": 107, "ur\u010dit\u00fd": 107, "rectilinear": 107, "rektiline\u00e1rn\u00ed": 107, "log": [107, 117], "practic": 107, "interfac": 107, "posm": 107, "gcpi": 107, "editor": 107, "aspect": 107, "understand": 107, "autosc": 107, "acknowledg": 107, "fly": [107, 117], "multispektr\u00e1ln\u00ed": 107, "podpora": 107, "hardwar": [107, 108], "sentera": 107, "agx710": 107, "po\u017e\u00e1dat": [107, 108], "commun": [107, 108, 110, 112, 115], "forum": [107, 115], "bug": 107, "templat": 107, "submit": 107, "kladen\u00e9": 107, "ot\u00e1zki": [107, 108], "mohu": [107, 114], "zpracovat": [107, 108, 117], "dva": [107, 108, 117], "ortofotografick\u00fdch": 107, "spojit": 107, "my": [107, 109, 114, 117], "core": 107, "nativ": 107, "alloc": 107, "licencov\u00e1n\u00ed": 107, "chci": 107, "komer\u010dn\u00ed": 107, "pot\u0159ebuji": 107, "licenc": 107, "existuj\u00ed": [107, 114, 117], "krom\u011b": [107, 108], "agplv3": 107, "\u010d\u00e1st": 108, "p\u0159evzata": 108, "upravena": 108, "svolen\u00edm": 108, "autor": 108, "easiest": 108, "come": [108, 114, 117], "That": 108, "said": 108, "free": 108, "sourc": [108, 117], "ecoystem": 108, "themselv": 108, "direct": [108, 110], "minim\u00e1ln\u00ed": [108, 117], "softwaru": [108, 117], "64bitov\u00fd": 108, "procesor": 108, "vyroben\u00fd": 108, "roce": 108, "2010": 108, "uveden\u00fdmi": 108, "specifikacemi": 108, "maxim\u00e1ln\u011b": 108, "200": [108, 110], "vy\u010derp\u00e1": 108, "pam\u011b\u0165": 108, "nejnov\u011bj\u0161\u00ed": 108, "generac": 108, "16": [108, 117], "uveden\u00fd": 108, "umo\u017en\u00ed": [108, 117], "n\u011bkolik": [108, 117], "stovek": 108, "v\u011bt\u0161\u00edch": 108, "probl\u00e9m\u016f": 108, "j\u00e1dry": 108, "zat\u00edmco": [108, 117], "grafick\u00e1": 108, "karta": 108, "v\u00fdkon": 108, "vliv": [108, 117], "v\u011bt\u0161\u00edho": 108, "po\u010dtu": 108, "p\u0159idejt": [108, 117], "line\u00e1rn\u011b": 108, "podl": [108, 117], "40": [108, 117], "250": 108, "32": [108, 117], "1500": 108, "64": [108, 117], "2500": 108, "128": [108, 117], "3500": 108, "192": [108, 117], "5000": 108, "256": [108, 117], "a\u0165": 108, "u\u017e": [108, 117], "pou\u017e\u00edv\u00e1t": [108, 117], "podporov\u00e1ni": 108, "zvanou": 108, "mu": 108, "spou\u0161t\u011bt": 108, "virtu\u00e1ln\u00ed": 108, "povolen": 108, "vypnut\u00e1": 108, "zkontrolovat": 108, "vy\u0161\u0161\u00edm": [108, 117], "otev\u0159\u00edt": [108, 117], "spr\u00e1vce": 108, "\u00faloh": 108, "stiskn\u011bt": 108, "kl\u00e1vesi": [108, 117], "ctrl": 108, "esc": 108, "kartu": 108, "povolena": [108, 117], "zji\u0161t\u011bn\u00ed": 108, "zda": [108, 114], "virtualizaci": 108, "assist": 108, "zak\u00e1z\u00e1na": 108, "bohu\u017eel": 108, "ka\u017ed\u00e9ho": 108, "trochu": [108, 117], "li\u0161\u00ed": 108, "nejl\u00e9p": 108, "ud\u011bl\u00e1t": 108, "vyhled\u00e1va\u010di": 108, "vyhled\u00e1t": 108, "vtx": 108, "restartov\u00e1n\u00ed": 108, "okam\u017eit\u00e9": 108, "stisknut\u00ed": 108, "f2": 108, "f12": 108, "spou\u0161t\u011bn\u00ed": 108, "proch\u00e1zen\u00ed": 108, "spou\u0161t\u011bc\u00ed": 108, "zm\u011bnu": 108, "povolen\u00ed": 108, "naz\u00fdvan\u00e9": 108, "vt": 108, "obvykl\u00e9": 108, "stisknout": 108, "nab\u00eddc": 108, "v\u00fdrobc\u016f": 108, "po\u010d\u00edta\u010d\u016f": 108, "nainstalovat": 108, "git": [108, 109, 117], "scm": 108, "www": [108, 110], "pythonu": 108, "za\u0161krtli": 108, "pol\u00ed\u010dko": 108, "nezapome\u0148t": [108, 117], "spustiteln\u00fd": [108, 117], "cesti": [108, 117], "verzi": [108, 117], "nainstalujt": [108, 117], "toolbox": 108, "v18": 108, "09": [108, 110], "dockertoolbox": 108, "ex": 108, "profession": 108, "nov\u011bj\u0161\u00ed": 108, "win": 108, "20for": 108, "20window": 108, "20instal": 108, "pros\u00edm": [108, 114], "instalujt": 108, "oba": 108, "programi": 108, "odli\u0161n\u00e9": 108, "nainstalov\u00e1ni": 108, "vznikn": 108, "nepo\u0159\u00e1dek": 108, "ikoni": 108, "plo\u0161e": 108, "vytvo\u0159ena": 108, "d\u016fle\u017eit\u00e9": [108, 114, 117], "nevynech\u00e1vejt": 108, "objev\u00ed": 108, "postupujt": 108, "pokyn\u016f": 108, "obrazovc": 108, "opravt": 108, "funguj": 108, "b\u011b\u017e\u00ed": 108, "p\u0159edstavt": 108, "emul\u00e1tor": 108, "p\u0159id\u011bleno": 108, "ur\u010dit\u00e9": 108, "vyu\u017e\u00edvat": 108, "tolik": 108, "kolik": 108, "nainstalovali": 108, "n\u00ed\u017ee": [108, 117], "otev\u0159et": [108, 117], "virtualbox": 108, "manag": [108, 109], "defaultn\u00ed": 108, "close": [108, 110], "acpi": 108, "shutdown": 108, "zastaven\u00ed": 108, "p\u0159esu\u0148t": [108, 117], "posuvn\u00edk": 108, "p\u0159id\u011blt": 108, "60": [108, 117], "70": [108, 117], "ve\u0161ker\u00e9": 108, "50": [108, 117], "dostupn\u00fdch": [108, 117], "procesor\u016f": [108, 117], "karti": 108, "virtu\u00e1ln\u00edho": 108, "ok": [108, 109, 114], "spustit": 108, "pod\u00edvejt": 108, "li\u0161ti": 108, "b\u00edl\u00e9": 108, "velrybi": 108, "pokro\u010dil\u00e9": 108, "posuvn\u00edk\u016f": 108, "vyu\u017eijt": 108, "polovinu": 108, "ikona": 108, "gui": 108, "nainstalov\u00e1n": 108, "odtud": 108, "klonovat": 108, "existuj\u00edc\u00ed": 108, "\u00falo\u017ei\u0161t\u011b": [108, 117], "zdrojov\u00e9": 108, "zadejt": 108, "c\u00edlov\u00fd": 108, "proch\u00e1zet": [108, 117], "p\u0159ejd\u011bt": 108, "vybran\u00e9": 108, "vytvo\u0159t": [108, 117], "poda\u0159ilo": 108, "zobrazit": [108, 117], "okno": 108, "\u00fasp\u011b\u0161n\u00e9m": 108, "klonov\u00e1n\u00ed": 108, "budoucnu": [108, 117], "snadno": 108, "vracet": 108, "prost\u0159ed\u00ed": [108, 117], "polo\u017eku": 108, "bash": [108, 117], "termin\u00e1lu": 108, "sh": [108, 117], "okam\u017eiku": 108, "st\u00e1hne": 108, "kompon": 108, "v\u010detn\u011b": [108, 117], "nodeodm": [108, 109, 115, 117], "p\u0159iv\u00edtat": 108, "obrazovka": 108, "v\u00fdstup": [108, 117], "konzoli": 108, "prvn\u00edm": [108, 114], "webov\u00fd": 108, "adres": 108, "localhost": [108, 109], "8000": 108, "vyhledejt": 108, "ip": [108, 109], "adresu": [108, 117], "p\u0159ipojit": 108, "zad\u00e1n\u00edm": 108, "v\u00fdsledek": [108, 117], "168": 108, "p\u0159ipojt": [108, 117], "webu": 108, "nahra\u010ft": 108, "v\u011bt\u0161in\u011b": [108, 117], "modern\u00edch": 108, "mac": 108, "sierra": 108, "podporov\u00e1na": 108, "hardwarov\u00e1": 108, "napi\u0161t": 108, "sysctl": 108, "kern": 108, "hv_support": 108, "podobn": 108, "odpov\u011b\u010f": 108, "v\u00fdsledkem": 108, "podporov\u00e1n": 108, "pokra\u010dujt": 108, "krokem": 108, "p\u0159\u00edli\u0161": 108, "star\u00fd": 108, "dmg": 108, "sourceforg": 108, "net": 108, "osx": 108, "naj\u00edt": 108, "velryba": 108, "spu\u0161t\u011bn\u00e1": 108, "ov\u011b\u0159it": 108, "termin\u00e1l": 108, "zad\u00e1t": 108, "hello": 108, "world": [108, 109, 110], "vr\u00e1tit": 108, "jednodu\u0161": [108, 117], "podobn\u00e9ho": 108, "appl": 108, "117": 108, "hl\u00e1\u0161en\u00ed": [108, 117], "restartovat": 108, "p\u0159ekontrolujt": 108, "nedo\u0161lo": 108, "chyb\u011b": 108, "ho": 108, "p\u0159edvolbi": 108, "vyu\u017e\u00edval": 108, "vyu\u017e\u00edvala": 108, "cd": [108, 109, 117], "libovoln\u00e9": 108, "linuxu": 108, "podporuj": 108, "webov\u00fdch": 108, "str\u00e1nek": 108, "dokumentac\u00ed": 108, "ofici\u00e1ln\u011b": 108, "podporovan\u00fdmi": 108, "distribucemi": 108, "statick\u00e9": 108, "bin\u00e1rn\u00ed": 108, "mus\u00edt": [108, 117], "v\u00fdhradn\u011b": 108, "\u010dty\u0159i": 108, "pip": 108, "nem\u016f\u017eem": 108, "popsat": 108, "instala\u010dn\u00ed": [108, 117], "distribuc": 108, "omez\u00edm": 108, "ty": 108, "dockerem": [108, 117], "jde": 108, "termin\u00e1lov\u00e9ho": 108, "zad\u00e1n\u00ed": 108, "n\u011bkolika": [108, 117], "p\u0159\u00edkaz\u016f": [108, 117], "sudo": [108, 117], "apt": [108, 117], "updat": [108, 109, 117], "curl": 108, "fssl": 108, "yum": 108, "dnf": 108, "pacman": 108, "sy": 108, "t\u0159\u00ed": [108, 114], "uveden\u00fdch": 108, "program\u016f": [108, 117], "zapot\u0159eb\u00ed": [108, 117], "skript": 108, "dockercompos": 108, "spolu": 108, "compos": 108, "22": 108, "f46880f": 108, "skv\u011bl\u00e9": 108, "pou\u017e\u00edv\u00e1n\u00ed": [108, 117], "skriptu": 108, "jednou": 108, "nich": [108, 117], "setkali": 108, "postar\u00e1": 108, "v\u00fdchoz\u00edho": 108, "uzlu": [108, 117], "slu\u017ebu": 108, "zastavit": 108, "tu\u0161it": 108, "jak\u00fd": 108, "dal\u0161\u00edch": 108, "r\u016fzn\u00fdmi": [108, 112, 117], "p\u0159\u00edznaki": 108, "p\u0159ed\u00e1van\u00e9": 108, "obvykl": [108, 117], "p\u0159edponu": 108, "port": [108, 109, 117], "d\u00e1v\u00e1": [108, 117], "pokyn": [108, 117], "jin\u00e9ho": 108, "s\u00ed\u0165ov\u00e9ho": 108, "portu": 108, "80": [108, 117], "uvedeni": 108, "thing": 108, "reset": 108, "admin": 108, "password": 108, "forget": 108, "resetadminpassword": 108, "newpass": 108, "everyth": [108, 113], "latest": [108, 117], "insid": [108, 117], "media": 108, "dir": 108, "webodm_result": 108, "komunitn\u00ed": 108, "f\u00f3rum": 108, "skv\u011bl\u00fdm": 108, "m\u00edstem": [108, 117], "pomoc": 108, "zaseknet": 108, "n\u011bkter\u00e9m": 108, "obecn\u00e9": [108, 117], "t\u00fdkaj\u00edc\u00ed": 108, "prohl\u00ed\u017ee\u010di": [108, 117], "uv\u00edtac\u00ed": 108, "zpr\u00e1va": [108, 117], "vyzv\u00e1ni": 108, "prvn\u00edho": 108, "u\u017eivatel": [108, 117], "v\u011bnujt": 108, "n\u011bjak\u00fd": 108, "sezn\u00e1men\u00ed": 108, "webov\u00fdm": 108, "rozhran\u00edm": 108, "prozkoumejt": 108, "dashboard": [108, 117], "nakonfigurov\u00e1n": 108, "uzel": 108, "byl": [108, 117], "stejn\u00e9m": 108, "dostali": 108, "sem": 108, "gratulujem": 108, "zopakovat": 108, "rm": [108, 109, 112, 117], "p": [108, 109, 110, 117], "3000": [108, 109, 117], "q": [108, 117], "token": [108, 109], "secret": 108, "po\u017e\u00e1d\u00e1": 108, "nov\u00e9ho": 108, "kontejneru": 108, "hub": 108, "maxim\u00e1ln\u00edho": 108, "soub\u011b\u017en\u00fdch": 108, "ochranu": 108, "neopr\u00e1vn\u011bn\u00fdm": 108, "p\u0159\u00edstupem": 108, "hesla": 108, "\u010d\u00e1sti": [108, 114, 117], "zpracovatelsk\u00e9": 108, "uzli": 108, "hostitel": 108, "druh\u00e9ho": 108, "nepovinn\u00fd": 108, "druh\u00fd": [108, 117], "v\u0161e": [108, 114, 117], "prob\u011bhlo": 108, "po\u0159\u00e1dku": 108, "dvou": 108, "stroj\u00edch": 108, "chunk": 109, "might": [109, 114, 116], "less": [109, 110], "connect": 109, "same": [109, 111, 112], "network": [109, 110, 117], "thu": 109, "thousand": 109, "long": [109, 116], "task": [109, 110, 113], "error": [109, 110, 113, 117], "propag": 109, "could": [109, 112, 113, 117], "caus": [109, 117], "instruct": 109, "13": [109, 110, 117], "000": [109, 117], "collect": 109, "bank": 109, "tanzania": 109, "flood": 109, "prone": 109, "msimbasi": [109, 117], "basin": 109, "dar": [109, 117], "salaam": 109, "sequenti": 109, "easi": 109, "decid": 109, "ti": [109, 117], "400": 109, "image_group": [109, 117], "belong": 109, "01": [109, 117], "02": 109, "03": [109, 117], "b": [109, 117], "04": [109, 117], "05": [109, 110], "pass": 109, "orchestr": 109, "3001": 109, "8080": 109, "launch": 109, "telnet": 109, "address": 109, "escap": [109, 113], "charact": 109, "api": [109, 115], "At": [109, 110], "simpli": [109, 111], "800": 109, "120": 109, "interrog": 109, "we": [109, 110, 115, 116, 117], "hostnam": 109, "del": 109, "lock": 109, "forward": 109, "unlock": 109, "resum": 109, "best": 109, "rout": 109, "taskid": 109, "cancel": 109, "asr": 109, "viewcmd": 109, "repeat": 109, "last": 109, "activ": 109, "offlin": 109, "l": [109, 110], "while": [109, 110, 112, 116], "autoscal": 109, "date": 109, "amazon": [109, 117], "ocean": [109, 117], "cost": [109, 110, 117], "abl": [109, 116, 117], "demand": [109, 114], "setup": 109, "nodej": [109, 117], "npm": 109, "s3": 109, "compat": 109, "digitalocean": 109, "servic": 109, "index": [109, 115], "j": [109, 110, 117], "digitaloceanasrprovid": 109, "execut": 109, "attach": 109, "zero": 109, "act": 109, "handl": 109, "certain": [109, 110, 111], "ui": 109, "prior": 109, "spin": 109, "dummi": 109, "part": [109, 116], "fulli": 109, "howev": 109, "fewer": 109, "combin": 109, "huge": 109, "prop": 109, "pau": 109, "folk": 109, "mapillari": 109, "amaz": 109, "through": 109, "kei": 109, "compon": 109, "further": [109, 117], "push": 109, "big": 109, "defin": 110, "real": 110, "therefor": 110, "talk": 110, "pascual": 110, "2011": 110, "de": 110, "correspond": 110, "actual": 110, "independ": 110, "shape": 110, "its": [110, 113], "figur": 110, "misplac": 110, "accord": 110, "planet": 110, "pix4d": 110, "correctli": 110, "met": 110, "assess": 110, "construct": 110, "fire": 110, "decis": 110, "hand": 110, "critic": 110, "complianc": 110, "evalu": 110, "land": 110, "And": 110, "mount": 110, "usual": 110, "madawalagama": 110, "2016": 110, "1cm": 110, "gnss": [110, 117], "nsdi": 110, "fgdc": 110, "sub": 110, "condit": 110, "barri": 110, "2013": 110, "weather": 110, "photogrammetri": 110, "coverag": 110, "wind": 110, "humid": 110, "influenc": 110, "stabil": 110, "nois": 110, "focus": 110, "move": 110, "mechan": 110, "advis": 110, "decreas": 110, "recogniz": 110, "height": 110, "highest": 110, "equip": 110, "tend": 110, "hover": 110, "multipli": 110, "mather": 110, "2020": [110, 117], "coaklei": 110, "r": [110, 117], "baselin": 110, "ie": [110, 112], "accuracy_uav_compare_rtk_gp": 110, "deploi": 110, "2017": 110, "blog": 110, "munasingh": 110, "dampegama": 110, "d": [110, 117], "samarakoon": 110, "consum": 110, "grade": 110, "37th": 110, "asian": 110, "confer": 110, "remot": 110, "sens": 110, "colombo": 110, "sri": 110, "lanka": 110, "stephen": 110, "marzo": 110, "3937": 110, "manuel": 110, "loung": 110, "gisloung": 110, "07": 110, "wa": 111, "accident": 111, "input": [111, 117], "obliqu": 111, "subject": 111, "white": 111, "dimens": 111, "gimp": 111, "exclud": 111, "_mask": 111, "dji_0018": 111, "dji_0018_mask": 111, "bmp": 111, "generovat": 112, "reflektan\u010dn\u00ed": 112, "sn\u00edmaj\u00ed": 112, "senzor\u016f": 112, "p\u00e1smy": 112, "sna\u017e\u00edm": 112, "podporovat": 112, "nejv\u00edc": 112, "vyvinuta": 112, "pou\u017eit\u00edm": [112, 117], "n\u00e1sleduj\u00edc\u00edch": [112, 117], "fungovat": 112, "l\u00e9pe": 112, "micasens": [112, 116], "rededg": 112, "mx": 112, "altum": [112, 116], "6x": 112, "dji": [112, 116], "phantom": 112, "fotoapar\u00e1ti": 112, "n\u00e1m": [112, 114, 117], "roz\u0161\u00ed\u0159it": 112, "seznam": [112, 117], "sd\u00edlet": 112, "_": [112, 117], "kamerami": 112, "zpracujt": 112, "p\u00e1sem": 112, "najedn": 112, "nerozd\u011blujt": 112, "slo\u017eek": 112, "p\u0159edejt": 112, "umo\u017enili": 112, "radiometrick": 112, "normalizaci": 112, "sestavi": 112, "v\u00fdsledn\u00e1": [112, 117], "ortofotomapa": 112, "jedno": 112, "ka\u017edou": 112, "kameru": [112, 117], "alfa": 112, "offici": 112, "give": 112, "ndre": 112, "renam": 112, "pattern": [112, 117], "0000x_nir": 112, "10_51_14_img_00008": 112, "00008_nir": 112, "nrgb": 112, "0000x_rgb": 112, "10_51_14_img_00023": 112, "00023_rgb": 112, "xxxx_nir": 112, "xxxx_rgb": 112, "input_image_dir": 112, "output_dir": [112, 117], "contrib": 112, "ndvi": 112, "rename_sentera_agx710_multispectral_tif": 112, "py": [112, 117], "script": [112, 117], "python3": 112, "odm_georeferenced_model": [113, 117], "ply": 113, "state": [113, 115], "univers": [113, 117], "zanzibar": 113, "courtesi": 113, "khadija": 113, "abdullah": 113, "ali": 113, "odm_textur": [113, 117], "odm_textured_model": 113, "odm_textured_model_geo": 113, "meshlab": 113, "odm_orthphoto": 113, "un": 113, "tutori": 113, "stdout": 113, "On": 113, "ansi": 113, "39m": 113, "no_ansiesc": 113, "variabl": 113, "env": 113, "img": 113, "1234": 113, "tie": 113, "config": [113, 117], "yaml": [113, 117], "metadata": 113, "undistort": 113, "undistorted_track": 113, "undistorted_reconstruct": 113, "odm_meshing_log": 113, "texture_n": 113, "odm_georeferencing_log": 113, "odm_georeferencing_utm_log": 113, "extract_utm": 113, "portion": 113, "odm_orthophoto_log": 113, "gdal_translate_log": 113, "top": 113, "geotoff": 113, "pot\u0159ebuj": 114, "zp\u011btnou": 114, "vazbu": 114, "u\u017eivatel\u016f": [114, 117], "mohl": 114, "vyv\u00edjet": 114, "udr\u017eovat": 114, "souladu": 114, "pot\u0159ebami": 114, "sv\u00fdch": 114, "foss": 114, "projekti": [114, 117], "svobodn\u00fdm": 114, "zaj\u00edmav\u00e9": 114, "zevnit\u0159": 114, "zven\u010d\u00ed": 114, "\u00fasp\u011b\u0161n\u00e9": 114, "pocit": 114, "um\u011bt": 114, "cokoli": 114, "t\u011b\u017ek\u00e9": 114, "poznat": 114, "rozumn\u00fd": 114, "c\u00edtit": 114, "omezen\u00e9": 114, "zdroj\u00edch": 114, "\u010dasem": [114, 117], "pen\u011bzi": 114, "p\u0159et\u00ed\u017een\u00edm": 114, "p\u0159\u00edle\u017eitostmi": 114, "implement": 114, "probabl": 114, "convinc": 114, "imagin": 114, "somebodi": 114, "knock": 114, "door": 114, "ask": 114, "now": 114, "hous": 114, "cook": 114, "me": 114, "dinner": 114, "respons": 114, "reason": 114, "who": 114, "person": 114, "spend": 114, "energi": 114, "fulfil": 114, "hi": 114, "agenda": 114, "suggest": 114, "cordial": 114, "especi": 114, "offer": 114, "fund": 114, "benefit": [114, 117], "exclus": 114, "harder": 114, "probl\u00e9m": 114, "p\u0159\u00edslu\u0161n\u00e9m": 114, "\u00falo\u017ei\u0161ti": 114, "nap\u0159": 114, "jednodu\u0161eji": 114, "diskusn\u00ed": 114, "t\u00e9ma": 114, "komunitn\u00edm": 114, "f\u00f3ru": 114, "za\u010d\u00e1tek": 114, "prohledat": 114, "neupozornil": 114, "pracuj": 114, "diskutovalo": 114, "podpori": 114, "droni": 114, "sd\u00edlejt": 114, "testovac\u00edch": 114, "kan\u00e1lu": 114, "v\u00fdvoj\u00e1\u0159i": 114, "moc": 114, "nezm\u016f\u017eou": 114, "trik": 114, "spo\u010d\u00edv\u00e1": 114, "naslouch\u00e1n\u00ed": 114, "r\u00e1mci": [114, 117], "\u0159ekn": 114, "tohl": 114, "velk\u00fd": [114, 117], "v\u00fdtah": 114, "pot\u0159ebujem": [114, 117], "pen\u00edz": 114, "n\u011bkoho": [114, 117], "kdo": [114, 117], "pomohl": 114, "nak\u00f3dovat": 114, "kombinaci": 114, "t\u011bchto": [114, 117], "dv\u011b": 114, "odpov\u011bdi": 114, "funguj\u00ed": 114, "opravdu": 114, "nev\u011bd\u011bl": 114, "jsem": 114, "douf\u00e1m": 114, "p\u0159ijd": 114, "pot\u0159ebn\u00fdmi": 114, "prost\u0159edki": 114, "\u010dlen": 114, "komun": 114, "r\u00e1d": 114, "stanu": 114, "u\u017eivatelem": [114, 117], "testerem": 114, "p\u0159ijdem": 114, "jestli": 114, "m\u016f\u017eeme": [114, 117], "d\u00e1t": 114, "abychom": [114, 117], "ud\u011blat": 114, "tadi": 114, "\u010d\u00edm": 114, "p\u0159isp\u011bt": 114, "jsme": [114, 117], "r\u00e1di": 114, "t\u011b\u0161\u00edte": 114, "p\u0159idan\u00e9": 114, "pot\u0159ebuj\u00ed": 114, "jednodu\u0161\u0161\u00ed": 114, "implementovat": [114, 117], "ud\u011bl\u00e1m": 114, "pomohli": 114, "pochopit": 114, "kam": [114, 117], "spad\u00e1": 114, "ocen\u00edm": 114, "kterou": [114, 117], "poskytnout": 114, "readm": [115, 117], "blob": 115, "adoc": 115, "concept": 115, "665": 115, "research": 115, "paper": 115, "valuabl": 115, "art": 115, "multi": 115, "stereo": 115, "wave": 116, "infrar": 116, "lwir": 116, "alon": 116, "aim": 116, "zenmus": 116, "xt": 116, "h20": 116, "seri": 116, "expand": 116, "najdet": 117, "pokyni": 117, "b\u011b\u017en\u00e9": 117, "p\u0159\u00edpadi": 117, "jak\u00fdchkoli": 117, "vol\u00ed": 117, "kompromi": 117, "kvalit": 117, "rychlost\u00ed": 117, "spot\u0159eb": 117, "kvalitn\u011bj\u0161\u00ed": 117, "sni\u017et": 117, "rozli\u0161en\u00edm": 117, "vynech\u00e1n\u00ed": 117, "ur\u010dit\u00fdch": 117, "optimalizac\u00ed": 117, "rychlosti": 117, "ovliv\u0148uj\u00ed": 117, "tohoto": 117, "p\u0159\u00edznaku": 117, "zv\u00fd\u0161\u00ed": 117, "b\u011bhu": 117, "spot\u0159ebu": 117, "p\u0159in\u00e9st": 117, "ost\u0159ej\u0161\u00ed": 117, "lesn\u00edch": 117, "nastaven": 117, "zv\u00fd\u0161ena": 117, "300000": 117, "600000": 117, "m\u011bstsk\u00fdch": 117, "budovi": 117, "st\u0159echi": 117, "komoditn\u00edch": 117, "zvl\u00e1\u0161tn\u00ed": 117, "v\u00fdzvou": 117, "vibrac": 117, "zaost\u0159en\u00ed": 117, "faktori": 117, "ovlivnit": 117, "odvozen\u00e9": 117, "z\u00e1sadn\u00ed": 117, "vlastn\u00ed": 117, "let\u016f": 117, "dron\u016f": 117, "mo\u017en\u00e1": 117, "\u017e\u00e1douc\u00ed": 117, "z\u00e1vislosti": 117, "pr\u016fb\u011bhu": 117, "v\u00fdsledn\u00fdch": 117, "v\u0161echna": 117, "jame": 117, "robson": 117, "2014": 117, "sv\u00e9m": 117, "\u010dl\u00e1nku": 117, "mitig": 117, "systemat": 117, "topograph": 117, "deriv": 117, "zab\u00fdvaj\u00ed": 117, "minimalizovat": 117, "zp\u016fsoben\u00e9": 117, "autokalibrac\u00ed": 117, "efekt": 117, "bowlingu": 117, "sadou": 117, "shrom\u00e1\u017ed\u011bn\u00fdch": 117, "sv\u011btovou": 117, "bankou": 117, "tanzanii": 117, "povod\u00edm": 117, "salaamu": 117, "n\u00e1chyln\u00e9": 117, "povodn\u00edm": 117, "zm\u00edrn\u011bn\u00ed": 117, "efektu": 117, "nejjednodu\u0161\u0161\u00ed": 117, "let\u011bt": 117, "dv\u011bma": 117, "obrazci": 117, "odd\u011blen\u00fdmi": 117, "sebe": 117, "nam\u00edsto": 117, "nadiru": 117, "p\u0159\u00edm\u00e9ho": 117, "sm\u011bru": 117, "dol\u016f": 117, "nakl\u00e1n\u00ed": 117, "dop\u0159edu": 117, "l\u00e9t\u00e1n\u00ed": 117, "trvat": 117, "typick\u00e9": 117, "leti": 117, "pilot": 117, "t\u00fdm": 117, "prolet\u011bt": 117, "malou": 117, "p\u0159\u00edstupu": 117, "vygeneruj": 117, "kalibra\u010dn\u00ed": 117, "n\u00e1zvem": 117, "importovat": 117, "kalibraci": 117, "dal\u0161\u00edho": 117, "efektivn\u011bj\u0161\u00ed": 117, "alternativn\u011b": 117, "metodu": 117, "men\u0161\u00edm": 117, "p\u0159ekryt\u00edm": 117, "crossgrid": 117, "naz\u00fdvan\u00fdmi": 117, "crosshatch": 117, "sm\u011b\u0159uj\u00edc\u00ed": 117, "procento": 117, "nap\u0159\u00ed\u010d": 117, "s\u00edt\u00ed": 117, "paraleln\u00edch": 117, "dosa\u017een\u00ed": 117, "dobr\u00fdch": 117, "68": 117, "sidelap": 117, "ekvivalentn\u00ed": 117, "83": 117, "dobr\u00e9": 117, "42": 117, "bo\u010dn\u00ed": 117, "vertik\u00e1ln\u011b": 117, "odd\u011blen\u00e9": 117, "letov\u00e9": 117, "lini": 117, "zlep\u0161uj\u00ed": 117, "m\u00e9n\u011b": 117, "kamera": 117, "nato\u010dena": 117, "cc": 117, "BY": 117, "nevytv\u00e1\u0159\u00ed": 117, "p\u0159edat": 117, "klasifikuj": 117, "nepozemn\u00ed": 117, "pou\u017e\u00edvaj\u00ed": 117, "ovl\u00e1dat": 117, "\u0161k\u00e1lovac\u00ed": 117, "ter\u00e9n\u016f": 117, "velk\u00fdmi": 117, "v\u00fd\u0161kov\u00fdmi": 117, "m\u00edrou": 117, "toler": 117, "v\u00fd\u0161kov\u00fd": 117, "pr\u00e1h": 117, "v\u00fd\u0161ku": 117, "o\u010dek\u00e1v\u00e1t": 117, "objekt\u016f": 117, "zemi": 117, "odpov\u00edd\u00e1": 117, "velikosti": 117, "nejv\u011bt\u0161\u00edho": 117, "strom\u016f": 117, "odstran\u011bn": 117, "zm\u011bna": 117, "v\u00fdrazn\u011b": 117, "nejlep\u0161\u00edm": 117, "zdrojem": 117, "pochopen\u00ed": 117, "vlivu": 117, "p\u0159e\u010d\u00edst": 117, "p\u016fvodn\u00ed": 117, "\u010dl\u00e1nek": 117, "classif": 117, "airborn": 117, "lidar": 117, "voln\u011b": 117, "celkov\u011b": 117, "nejv\u011bt\u0161\u00ed": 117, "vyh\u00fdb\u00e1": 117, "chyb\u00e1m": 117, "mal\u00fd": 117, "zemn\u00edch": 117, "klasifikovan\u00fdch": 117, "nezemn\u00ed": 117, "p\u0159ijateln\u011b": 117, "ii": 117, "nezemn\u00edch": 117, "zemn\u00ed": 117, "vz\u00edt": 117, "\u00favahu": 117, "pou\u017eiti": 117, "myln\u011b": 117, "pova\u017eovan\u00e9": 117, "zem": 117, "vypadaj\u00ed": 117, "v\u00fdsledn\u00e9m": 117, "nastavuj": 117, "rastru": 117, "postupn\u00fdch": 117, "vrstev": 117, "dos\u00e1hnout": 117, "lep\u0161\u00edch": 117, "ponech\u00e1v\u00e1": 117, "pr\u00e1zdn\u00e9": 117, "my_odm_imag": 117, "24": 117, "pov\u011btrnostn\u00ed": 117, "podm\u00ednki": 117, "fotografov\u00e1n\u00ed": 117, "nejlep\u0161\u00edch": 117, "dos\u00e1hnet": 117, "rovnom\u011brn\u011b": 117, "zata\u017een\u00e9": 117, "jasn\u00e9": 117, "obloz": 117, "dbejt": 117, "rychlost": 117, "v\u011btru": 117, "z\u016fstal": 117, "sb\u011bru": 117, "stabiln\u00ed": 117, "vyhnuli": 117, "st\u00edn\u016fm": 117, "jedn\u00e9": 117, "stran\u011b": 117, "z\u00e1sobi": 117, "br\u00e1nit": 117, "detekci": 117, "sni\u017eovat": 117, "preferujt": 117, "v\u017edy": 117, "poledn": 117, "nadhlavn\u00edku": 117, "d\u016fsledn\u011b": 117, "osv\u011btleno": 117, "horizont\u00e1ln\u00ed": 117, "viditelnosti": 117, "pouh\u00fdm": 117, "okem": 117, "odpov\u00eddala": 117, "pl\u00e1novan\u00fdm": 117, "letov\u00fdm": 117, "vzd\u00e1lenostem": 117, "projekt": 117, "negativn\u011b": 117, "neovliv\u0148ov": 117, "prach": 117, "mlha": 117, "kou\u0159": 117, "sope\u010dn\u00fd": 117, "popel": 117, "zne\u010di\u0161t\u011bn\u00ed": 117, "gimbal": 117, "rest": 117, "entir": 117, "eros": 117, "machineri": 117, "steep": 117, "recogn": 117, "labor": 117, "neglig": 117, "p\u0159\u00edpad\u016f": 117, "seka\u010dki": 117, "tr\u00e1vu": 117, "p\u0159esn\u00e9": 117, "shrom\u00e1\u017e\u011bn\u00fdch": 117, "pohybovat": 117, "75": 117, "bo\u010dn\u00edm": 117, "rozmez\u00ed": 117, "65": 117, "rostouc\u00ed": 117, "v\u00fd\u0161kou": 117, "rovn\u011b\u017e": 117, "zvy\u0161ovat": 117, "odstup": 117, "ovlivn\u011bna": 117, "obecn\u011b": 117, "zaji\u0161t\u011bn\u00ed": 117, "rovnov\u00e1hi": 117, "proveden": 117, "4n\u00e1sobku": 117, "nejvy\u0161\u0161\u00ed": 117, "shrom\u00e1\u017ed\u011bn\u00e9": 117, "metr\u016f": 117, "po\u0159izovat": 117, "let": 117, "pl\u00e1novan": 117, "umo\u017e\u0148uj\u00edc\u00ed": 117, "rozpozn\u00e1n\u00ed": 117, "p\u0159esnosti": 117, "p\u0159esn\u00fdch": 117, "sta\u010d\u00ed": 117, "distribuovan\u00fdch": 117, "umis\u0165ov\u00e1n\u00ed": 117, "za\u0159\u00edzen\u00ed": 117, "tot\u00e1ln\u00ed": 117, "stanic": 117, "geodetick\u00e9": 117, "t\u0159\u00eddy": 117, "ur\u010deni": 117, "milimetrov\u00e9": 117, "p\u0159esn\u00e9ho": 117, "p\u0159eddefinovan\u00fdch": 117, "vysok\u00fdm": 117, "referen\u010dn\u00ed": 117, "konfiguraci": 117, "t\u00e9m\u011b\u0159": 117, "materi\u00e1lu": 117, "nach\u00e1z\u00ed": 117, "prvn\u00edch": 117, "v\u011bnovat": 117, "pozornost": 117, "vhodn\u00e9mu": 117, "vymezen\u00ed": 117, "rovini": 117, "ovl\u00e1dac\u00edm": 117, "zm\u011b\u0159it": 117, "objem": 117, "plochu": 117, "d\u00e9lku": 117, "za\u010dn\u011bt": 117, "um\u00eds\u0165ovat": 117, "definovali": 117, "rovinu": 117, "dokon\u010d\u00edt": 117, "sekund": 117, "nam\u011b\u0159en\u00e1": 117, "objemu": 117, "p\u0159\u00edkazov\u00fd": 117, "\u0159\u00e1dek": 117, "objem\u016f": 117, "z\u00e1sob": 117, "jin\u00fdch": 117, "uva\u017et": 117, "limiti": 117, "nastaveni": 117, "zjist\u00edt": 117, "zp\u016fsobi": 117, "izolovan\u00e9": 117, "jejich\u017e": 117, "v\u011bt\u0161inou": 117, "viditeln\u00e9": 117, "line\u00e1rn\u00ed": 117, "svaz\u00edch": 117, "z\u00e1sobn\u00edc\u00edch": 117, "nejni\u017e\u0161\u00edho": 117, "mno\u017estcv\u00ed": 117, "troj\u00faheln\u00edkov": 117, "ur\u010den\u00ed": 117, "plat\u00ed": 117, "vytvo\u0159en\u00e9": 117, "nepravideln\u00fdch": 117, "pe\u010dliv\u011b": 117, "napl\u00e1novan\u00fdch": 117, "proveden\u00fdch": 117, "projekt\u016f": 117, "srovnateln\u00e1": 117, "komer\u010dn\u011b": 117, "dostupn\u00fdm": 117, "fotogrammetrick\u00fdm": 117, "softwarem": 117, "z\u00edskanou": 117, "nasazen\u00ed": 117, "porozum\u011bt": 117, "n\u011bkter\u00fdm": 117, "z\u00e1kladn\u00edm": 117, "p\u0159\u00edkaz\u016fm": 117, "prozkoumat": 117, "pokaz\u00ed": 117, "n\u00e1": 117, "zaj\u00edm\u00e1": 117, "d\u011bje": 117, "kontejnerov\u00e9": 117, "jeho\u017e": 117, "\u00fa\u010delem": 117, "usnadnit": 117, "nez\u00e1visl": 117, "m\u00edstn\u00edm": 117, "podob\u00e1": 117, "virtu\u00e1ln\u00edm": 117, "stroj\u016fm": 117, "jednoduch\u00fdch": 117, "v\u00fdpisem": 117, "aktu\u00e1ln\u00edm": 117, "pou\u017e\u00edv\u00e1m": 117, "n\u00e1sleduj\u00edc\u00edm": 117, "zp\u016fsobem": 117, "id": 117, "statu": 117, "2518817537ce": 117, "36": 117, "hour": 117, "ago": 117, "zen_wright": 117, "1cdc7fadf688": 117, "usr": 117, "bin": 117, "va": 117, "tcp": 117, "flamboyant_dhawan": 117, "stroje": 117, "sice": 117, "neb\u011b\u017e\u00ed": 117, "st\u00e1le": 117, "cd7b9585b8f6": 117, "dai": 117, "nostalgic_lederberg": 117, "e31010c00b9a": 117, "suspicious_kepl": 117, "c44e0d0b8448": 117, "wonderful_burnel": 117, "p\u0159istupovat": 117, "v\u0161em": 117, "pravd\u011bpodobn\u00e9": 117, "nep\u0159ehledn\u011b": 117, "znak": 117, "pipe": 117, "protokol\u016f": 117, "pomalu": 117, "protokoli": 117, "mon": 117, "sep": 117, "23": 117, "33": 117, "build_overview": 117, "camera_len": 117, "dem_decim": 117, "dem_euclidean_map": 117, "stisknut\u00edm": 117, "mezern\u00edk": 117, "kl\u00e1ve": 117, "\u0161ipkami": 117, "str\u00e1nka": 117, "nahoru": 117, "\u010di": 117, "protokolech": 117, "mal\u00e9": 117, "p\u00edsmeno": 117, "uniknout": 117, "zp\u011bt": 117, "tail": 117, "gdalwarp": 117, "bound": 117, "gpkg": 117, "crop_to_cutlin": 117, "num_thread": 117, "bigtiff": 117, "if_saf": 117, "blockys": 117, "512": 117, "blockxsiz": 117, "predictor": 117, "gdal_cachemax": 117, "48": 117, "95": 117, "alpha": 117, "111567p": 117, "137473l": 117, "\u0159\u00edk\u00e1": 117, "poskytl": 117, "posledn\u00edch": 117, "\u0159\u00e1dk\u016f": 117, "mus\u00edm": 117, "j\u00edt": 117, "zkoum\u00e1n\u00ed": 117, "hloub\u011bji": 117, "t\u00edmto": 117, "p\u0159\u00edm\u00fd": 117, "exec": 117, "root": 117, "p\u0159ihl\u00e1\u0161eni": 117, "na\u0161\u00ed": 117, "\u017ealostn": 117, "neukl\u00edz\u00ed": 117, "p\u0159ebyte\u010dn\u00e1": 117, "v\u00fdhodn\u00e9": 117, "mezit\u00edm": 117, "ukon\u010den": 117, "nese": 117, "sebou": 117, "b\u0159emeno": 117, "\u010dasu": 117, "vyu\u017e\u00edv\u00e1": 117, "maciej": 117, "\u0142ebkowski": 117, "v\u00fdborn\u00fd": 117, "p\u0159ehl": 117, "spravovat": 117, "nadbyte\u010dn\u00e9": 117, "n\u00e1stroji": 117, "sylab": 117, "laptop": 117, "hpc": 117, "compani": 117, "server": 117, "anyth": 117, "cach": 117, "As": 117, "images_dir": 117, "path_to_image_dir": 117, "basenam": 117, "path_to_output_directori": 117, "mkdir": 117, "bind": 117, "writabl": 117, "tmpf": 117, "odm_latest": 117, "ivan": 117, "gayton": 117, "repo": 117, "nelz": 117, "efektivn\u011b": 117, "lok\u00e1ln\u011b": 117, "pom\u011brn\u011b": 117, "v\u00fdkonn\u00fd": 117, "stroj": 117, "lidi": 117, "\u0159e\u0161en\u00edm": 117, "cloudov\u00fd": 117, "mnoha": 117, "n\u00edzkop\u0159\u00edjmov\u00fdch": 117, "prost\u0159ed\u00edch": 117, "probl\u00e9mem": 117, "\u0161\u00ed\u0159ka": 117, "zcela": 117, "vy\u0159e\u0161it": 117, "metoda": 117, "rozumn\u011b": 117, "sni\u017euj": 117, "\u0161\u00ed\u0159ku": 117, "pot\u0159ebn": 117, "cloudu": 117, "africk\u00fdch": 117, "lokalit": 117, "p\u0159edstav\u00edm": 117, "slo\u017eit\u00fd": 117, "provediteln\u00fd": 117, "cloudov\u00e9ho": 117, "cloudodm": 117, "cloudov\u00e9": 117, "spust\u00edt": 117, "vzd\u00e1len\u00e9mu": 117, "fotografi\u00ed": 117, "znalost": 117, "unix": 117, "ssh": 117, "\u00fa\u010det": 117, "aw": 117, "fungov": 117, "m\u00edrn\u00fdmi": 117, "m\u00edrnou": 117, "po\u010d\u00edta\u010dov\u00e9": 117, "gramotnosti": 117, "nejst": 117, "dostate\u010dn\u011b": 117, "po\u010d\u00edta\u010dov\u011b": 117, "zdatn\u00ed": 117, "ochotni": 117, "pot\u00fdkat": 117, "pon\u011bkud": 117, "slo\u017eit\u011bj\u0161\u00edm": 117, "zam\u011b\u0159it": 117, "zam\u011b\u0159en": 117, "l\u00e9t\u00e1": 117, "rozs\u00e1hl\u00e9": 117, "mise": 117, "afric": 117, "lokalit\u011b": 117, "chce": 117, "nejd\u0159\u00edv": 117, "je\u0161t\u011b": 117, "klade": 117, "d\u016fraz": 117, "pracovn\u00ed": 117, "sn\u00ed\u017eit": 117, "p\u0159eno": 117, "sp\u00ed\u0161e": 117, "st\u00e1t": 117, "asi": 117, "dolar\u016f": 117, "m\u011bs\u00ed\u010dn\u011b": 117, "nezda\u0159\u00ed": 117, "skute\u010dn\u00e9m": 117, "zm\u011bn\u00edme": 117, "dra\u017e\u0161\u00ed": 117, "jednotliv\u00fdmi": 117, "spu\u0161t\u011bn\u00edmi": 117, "zmen\u0161it": 117, "nejlevn\u011bj\u0161\u00ed": 117, "stoj\u00ed": 117, "usd": 117, "m\u011bs\u00edc": 117, "vybaven": 117, "mal\u00fdm": 117, "diskem": 117, "jednat": 117, "zaji\u0161t\u011bna": 117, "kompatibilita": 117, "z\u00e1vislost\u00ed": 117, "pr\u00e1vy": 117, "pom\u016f\u017e": 117, "neuv\u011b\u0159iteln\u011b": 117, "dobr\u00e1": 117, "dokumentac": 117, "spole\u010dnosti": 117, "na\u0161em": 117, "p\u0159ipoj\u00edt": 117, "p\u0159\u00edkazem": 117, "xxx": 117, "ipv4": 117, "serveru": 117, "dr\u017eet": 117, "pou\u017e\u00edvejt": 117, "u\u017eivatelsk\u00e9": 117, "jm\u00e9no": 117, "va\u0161e": 117, "p\u0159\u00edklad\u016fm": 117, "dokumentu": 117, "upgrad": 117, "ujistili": 117, "nebezpe\u010dn\u011b": 117, "aktualizac\u00ed": 117, "z\u016fstali": 117, "str\u00e1nky": 117, "b\u011b\u017en\u00fd": 117, "u\u010din\u00edt": 117, "domovsk\u00e9": 117, "zkr\u00e1cen\u011b": 117, "prom\u011bnn\u00e9": 117, "bashrc": 117, "konec": 117, "\u0159\u00e1dky": 117, "nano": 117, "jak\u00e9hokoli": 117, "editoru": 117, "nahradit": 117, "cestou": 117, "rozbalili": 117, "neprovedli": 117, "pou\u017eili": 117, "pythonpath": 117, "superbuild": 117, "lib": 117, "python2": 117, "dist": 117, "packag": 117, "src": 117, "ld_library_path": 117, "githubu": 117, "obsahuj": 117, "drobnou": 117, "chybu": 117, "instala\u010dn\u00edho": 117, "nikoli": 117, "uvid\u00edt": 117, "porovn\u00e1t": 117, "uveden\u00e9": 117, "zabr\u00e1nili": 117, "p\u00e1du": 117, "nenajd": 117, "sv\u016fj": 117, "p\u0159id\u00e1m": 117, "upravt": 117, "\u017eargonu": 117, "svazek": 117, "spr\u00e1vu": 117, "zd\u00e1": 117, "pravidlem": 117, "desetin\u00e1sobek": 117, "va\u0161\u00ed": 117, "surov\u00e9": 117, "bitov\u00fdch": 117, "kopi\u00ed": 117, "m\u00e1me": 117, "100gb": 117, "1000gb": 117, "zbavit": 117, "v\u011bt\u0161ini": 117, "drah\u00e9": 117, "kapac": 117, "pot\u0159eba": 117, "sv\u00e9mu": 117, "dropletu": 117, "konfigurujt": 117, "p\u0159\u00edpojn\u00fd": 117, "nastav\u00edm": 117, "mnt": 117, "odmdata": 117, "ode\u0161let": 117, "zabezpe\u010den\u00e9": 117, "kop\u00edrov\u00e1n\u00ed": 117, "scp": 117, "moje": 117, "slo\u017ekasobr\u00e1zki": 117, "obraz\u016f": 117, "p\u0159esun": 117, "d\u011bl\u00e1": 117, "rekurzivn\u00ed": 117, "p\u0159ipojili": 117, "cloudov\u00e9mu": 117, "zaber": 117, "obej\u00edt": 117, "rozhoduj\u00edc\u00ed": 117, "instalovali": 117, "uveden\u00fdm": 117, "myproject": 117, "jedin\u00fd": 117, "nad\u0159azen\u00fd": 117, "obsahuj\u00edc\u00ed": 117, "uvedeno": 117, "matouc\u00ed": 117, "skute\u010dnosti": 117, "rodi\u010dovsk\u00fd": 117, "jednotliv\u00fdch": 117, "adres\u00e1\u0159\u016f": 117, "vol\u00e1n\u00ed": 117, "parametrem": 117, "project_path": 117, "na\u0161eho": 117, "n\u00e1mi": 117, "individu": 117, "nastav\u00edt": 117, "nebud": 117, "kop\u00edrovat": 117, "adres\u00e1\u0159i": 117, "kter\u00e9m": 117, "ur\u010dov": 117, "spr\u00e1vn\u00e9m": 117, "m\u00edst\u011b": 117, "pomocn\u00e9": 117, "ko\u0159enov\u00e9": 117, "samostatn\u00fdch": 117, "slo\u017ek\u00e1ch": 117, "bloki": 117, "spr\u00e1va": 117, "organizov\u00e1na": 117, "zakl\u00ednadli": 117, "echo": 117, "cat": 117, "struktur": 117, "skupini": 117, "ka\u017ed\u00fdm": 117, "poch\u00e1z\u00ed": 117, "jedin\u00e9ho": 117, "ko\u0159enov\u00e9m": 117, "sledovat": 117, "pat\u0159\u00ed": 117, "stejn\u00e9": 117, "d\u00e1vky": 117, "zm\u011b\u0148te": 117, "p\u0159im\u011b\u0159en\u011b": 117, "monstr\u00f3zn\u00ed": 117, "pam\u011b\u0165ov\u011b": 117, "optimalizovan\u00fd": 117, "dedikovan\u00fdmi": 117, "vcpu": 117, "hod": 117, "rychl": 117, "s\u010d\u00edt\u00e1": 117, "p\u0159e": 117, "1000": 117, "restartujt": 117, "pus\u0165t": 117, "neztr\u00e1c": 117, "drah\u00fd": 117, "kapki": 117, "nohup": 117, "p\u0159eru\u0161en\u00ed": 117, "pokra\u010dovat": 117, "gnu": 117, "relac": 117, "obrazovki": 117, "nezastav\u00ed": 117, "p\u0159ipojen\u00ed": 117, "p\u0159eru\u0161eno": 117, "odpojen\u00ed": 117, "op\u011btovn\u00e9": 117, "nez\u00edsk\u00e1t": 117, "logovac\u00ed": 117, "v\u0161emi": 117, "konzolov\u00fdmi": 117, "neud\u011bl\u00e1t": 117, "specifick\u00e9ho": 117, "jejich": 117, "zachycen\u00ed": 117, "poskytn": 117, "chybov\u00fdch": 117, "zdarma": 117, "pozn\u00e1mka": 117, "roku": 117, "norm\u00e1ln\u00ed": 117, "zakl\u00ednadlo": 117, "project_nam": 117, "nefunguj": 117, "zp\u016fsobuj": 117, "podivn": 117, "vypust\u00edm": 117, "budem": 117, "spol\u00e9hat": 117, "nasm\u011bruj": 117, "p\u0159esm\u011bruj": 117, "pl\u00fdtvat": 117, "p\u0159edpokl\u00e1d\u00e1": 117, "v\u0161echno": 117, "doslova": 117, "n\u00e1hodn\u00e9": 117, "na\u010dten\u00ed": 117, "ignorov\u00e1no": 117, "mysl\u00edm": 117, "kontroluj": 117, "kolika": 117, "rozd\u011bl\u00ed": 117, "p\u0159edpokl\u00e1d\u00e1m": 117, "seskupeni": 117, "nem\u00e1t": 117, "velkou": 117, "sledujt": 117, "v\u011bd\u011bli": 117, "hotovo": 117, "cht\u00edt": 117, "htop": 117, "prost\u0159edk\u016f": 117, "rozto\u010dit": 117, "skon\u010d\u00ed": 117, "levnou": 117, "kapacitu": 117, "z\u00e1lohov\u00e1n\u00ed": 117, "p\u0159ihlast": 117, "komprimovat": 117, "gdal": 117, "nep\u0159id\u00e1vejt": 117, "ud\u011blejt": 117, "lok\u00e1ln\u00edm": 117, "sta\u017een\u00edm": 117, "nezv\u011bt\u0161ovali": 117, "gdal_transl": 117, "ycbcr": 117, "gdal_tiff_internal_mask": 117, "extens": 117, "komprimovan": 117, "vytvo\u0159ili": 117, "posledn\u00edm": 117, "z\u00edsk\u00e1te": 117, "pyramidi": 117, "gdaladdo": 117, "1024": 117, "archivovat": 117, "tar": 117, "st\u00e1hnout": 117, "vcelku": 117, "zcvf": 117, "archivenam": 117, "aktivac\u00ed": 117, "zobraz\u00edt": 117, "polohu": 117, "r\u00e1me\u010dku": 117, "prav\u00e9m": 117, "horn\u00edm": 117, "rohu": 117, "sn\u00edmku": 117, "p\u0159epnet": 117, "re\u017eimu": 117, "odkazi": 117, "texturovan\u00e9ho": 117, "\u00fa\u010deli": 117, "vzhledu": 117, "v\u00fdkonu": 117, "rozpo\u010det": 117, "sc\u00e9n\u011b": 117, "star\u00fdm": 117, "v\u00fdkonn\u00fdm": 117, "prosp\u011bl": 117, "v\u011bt\u0161ina": 117, "schopna": 117, "zvl\u00e1dnout": 117, "milioni": 117, "milion\u016f": 117, "hladk\u00fd": 117, "n\u00e1ro\u010dn\u00fd": 117, "bodov\u00e9ho": 117, "rozpo\u010dtu": 117, "zahrnuti": 117, "stup\u0148\u016f": 117, "modul": 117, "dok\u00e1\u017e": 117, "ey": 117, "zv\u00fdraz\u0148uj": 117, "tvari": 117, "seskupuj": 117, "st\u00ednuje": 117, "obrysi": 117, "zlep\u0161uj": 117, "vn\u00edm\u00e1n\u00ed": 117, "hloubki": 117, "v\u011bdeck\u00fdch": 117, "vizualizac\u00edch": 117, "rozpozn\u00e1v\u00e1n\u00ed": 117, "s\u00edly": 117, "kryt\u00ed": 117, "vypnout": 117, "skybox": 117, "\u010dern\u00e1": 117, "b\u00edl\u00e1": 117, "\u017e\u00e1dn\u00e1": 117, "rozst\u0159iku": 117, "standardn\u00ed": 117, "hustotu": 117, "reprezentovan\u00fdch": 117, "box\u016f": 117, "zamknout": 117, "uzamkn": 117, "vyjmut\u00ed": 117, "n\u00e1stroj\u016f": 117, "skl\u00e1d\u00e1": 117, "ovl\u00e1dac\u00ed": 117, "skryt\u00ed": 117, "popisek": 117, "n\u011bkter\u00fdch": 117, "ukon\u010den\u00ed": 117, "nutn\u00e9": 117, "kliknut\u00ed": 117, "m\u011b\u0159\u00ed": 117, "trojrozm\u011brn\u00fd": 117, "tvo\u0159en\u00fd": 117, "p\u0159\u00edmkami": 117, "spojuj\u00edc\u00edmi": 117, "zah\u00e1jit": 117, "sekci": 117, "zv\u00fdrazn\u00ed": 117, "vybran\u00fd": 117, "sou\u0159adnici": 117, "po\u017eadovan\u00fd": 117, "trojrozm\u011brn": 117, "p\u0159\u00edmek": 117, "spojuj\u00edc\u00edch": 117, "\u0159adu": 117, "klikat": 117, "ukon\u010d\u00edt": 117, "celkov\u00e1": 117, "d\u00e9lka": 117, "svislou": 117, "kruh": 117, "kru\u017enic": 117, "tvo\u0159en\u00e9": 117, "t\u0159emi": 117, "obvod": 117, "azimut": 117, "azimut\u00e1ln\u00ed": 117, "p\u0159\u00edmky": 117, "p\u0159\u00edmka": 117, "tvo\u0159ena": 117, "vybran\u00fdmi": 117, "stupn\u00edch": 117, "hodinov\u00fdch": 117, "ru\u010di\u010dek": 117, "za\u010d\u00edn\u00e1": 117, "zem\u011bpisn\u00e9ho": 117, "severu": 117, "azimutu": 117, "vodorovn": 117, "tvo\u0159en": 117, "tvo\u0159\u00edc\u00ed": 117, "krychl": 117, "krychl\u00ed": 117, "krychli": 117, "zobrazen\u00fdch": 117, "obslu\u017en\u00fdch": 117, "p\u0159em\u00edstit": 117, "zm\u011bnit": 117, "rozm\u011br": 117, "oto\u010dit": 117, "koul": 117, "koul\u00ed": 117, "kouli": 117, "profil": 117, "\u010darou": 117, "\u010d\u00e1ru": 117, "zv\u00fdrazn\u011bn\u00e9m": 117, "bod\u011b": 117, "anota\u010dn\u00ed": 117, "\u0161t\u00edtek": 117, "anotac": 117, "anotaci": 117, "nadpi": 117, "popi": 117, "o\u0159\u00edznout": 117, "zv\u00fdrazn\u011bn\u00ed": 117, "vnit\u0159n\u00ed": 117, "vn\u011bj\u0161\u00ed": 117, "p\u0159em\u00edst\u011bt": 117, "rozm\u011bri": 117, "oto\u010dt": 117, "obsahovala": 117, "po\u017eadovan": 117, "nastaveno": 117, "obsa\u017een\u00e9": 117, "opa\u010dn\u00e9m": 117, "outsid": 117, "vn\u011b": 117, "o\u0159ezov\u00fd": 117, "polygoni": 117, "naviga\u010dn\u00ed": 117, "ur\u010duj\u00ed": 117, "chov\u00e1n\u00ed": 117, "ovl\u00e1d\u00e1n\u00ed": 117, "\u0159\u00edzen\u00ed": 117, "navigovan\u00e9": 117, "ukotven\u00e9": 117, "lev\u00e9": 117, "pohybuj": 117, "modelem": 117, "horizont\u00e1ln\u011b": 117, "kole\u010dko": 117, "ovl\u00e1d\u00e1": 117, "zoom": 117, "prav\u00e9": 117, "ob\u00edh\u00e1": 117, "pta\u010d\u00edm": 117, "pohledu": 117, "kl\u00e1vesnic": 117, "w": 117, "pohybuj\u00ed": 117, "vp\u0159ed": 117, "vzad": 117, "respekt": 117, "vlevo": 117, "vpravo": 117, "sm\u011br": 117, "os": 117, "pohyb\u016f": 117, "posuvn\u00e9ho": 117, "ovlada\u010d": 117, "helikopt\u00e9ri": 117, "vrtuln\u00edku": 117, "letadl": 117, "dozadu": 117, "resp": 117, "omezeni": 117, "rovin\u011b": 117, "doleva": 117, "doprava": 117, "posouv\u00e1": 117, "xy": 117, "ot\u00e1\u010den\u00ed": 117, "ob\u011b\u017en\u00e9": 117, "dr\u00e1hy": 117, "pln\u00fd": 117, "obnov\u00ed": 117, "kostka": 117, "dr\u00e1t\u011bnou": 117, "kostku": 117, "kompa": 117, "animac": 117, "poloha": 117, "definov\u00e1na": 117, "zelen\u00e9": 117, "\u010d\u00e1\u0159e": 117, "modr\u00e9": 117, "p\u0159edstavuj\u00ed": 117, "sm\u011b\u0159ovat": 117, "animaci": 117, "p\u0159ehrajt": 117, "strom": 117, "uspo\u0159\u00e1d\u00e1ni": 117, "\u0161esti": 117, "kter\u00fdmi": 117, "vektor": 117, "skupin\u00e1ch": 117, "vlastnosti": 117, "mra\u010den": 117, "zobrazovali": 117, "nadmo\u0159sk": 117, "p\u0159izp\u016fsobit": 117, "barevn": 117, "rampu": 117}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"align": [0, 3, 72, 77], "file": [0, 105, 106], "mo\u017enosti": [1, 103], "zna\u010dki": 1, "3d": [2, 7, 113, 117], "tile": [2, 46, 60, 92], "automatick\u00e9": 4, "ohrani\u010den\u00ed": 4, "co": [4, 7, 9, 117], "je": [4, 7, 9, 103, 117], "automatick\u00e1": 4, "hranic": [4, 7], "kdy": [4, 7, 9], "u\u017eite\u010dn\u00e1": 4, "pro\u010d": [4, 7, 9], "m\u011bl": [4, 7], "n\u011bkdo": [4, 7], "pou\u017e\u00edvat": [4, 9], "p\u0159\u00edkladi": 4, "sn\u00edmk\u016f": 4, "true": [4, 7, 8, 11], "auto": [4, 5, 9], "boundari": [4, 5, 7], "fals": [4, 7, 8, 11], "null": [4, 7, 8, 11], "distanc": 5, "bg": 6, "remov": [6, 75, 87], "geojson": 7, "vhodn\u00e9": 7, "pou\u017e\u00edt": 7, "jak": [7, 114], "se": 7, "vytv\u00e1\u0159\u00ed": 7, "io": 7, "nov\u00fd": 7, "vytv\u00e1\u0159en\u00ed": [7, 117], "polygonu": 7, "place": 7, "vertic": 7, "dokon\u010den\u00ed": 7, "ulo\u017een\u00ed": 7, "stahov\u00e1n\u00ed": 7, "nastaven\u00ed": 7, "v": [7, 108], "mo\u017enostech": 7, "\u00falohi": 7, "na\u010dteno": 7, "qgi": 7, "vytvo\u0159en\u00ed": 7, "nov\u00e9": 7, "do\u010dasn\u00e9": 7, "scratchovac\u00ed": 7, "vrstvy": 7, "typ": 7, "geometri": 7, "scratch": 7, "p\u0159id\u00e1n\u00ed": 7, "ortofotografick\u00e9ho": 7, "pozad\u00ed": [7, 117], "prvku": 7, "p\u0159ep\u00edn\u00e1n\u00ed": 7, "\u00faprav": 7, "vypnuto": 7, "zm\u011bn": 7, "do": [7, 103], "export": 7, "funkc\u00ed": 7, "ulo\u017et": 7, "vektorov": 7, "vrstvu": 7, "jako": 7, "uk\u00e1zkov\u00e9": [7, 9], "obr\u00e1zki": [7, 9], "point": [7, 105, 113, 117], "cloud": [7, 11, 113], "orthophoto": [7, 23, 43, 44, 45, 46, 47, 48, 73, 113], "digit\u00e1ln\u00ed": 7, "model": [7, 9, 113, 117], "reli\u00e9fu": 7, "textur": [7, 85, 86, 87, 88, 89, 90, 91, 113], "mesh": [7, 37, 38], "build": 8, "overview": 8, "what": [8, 11, 103, 110], "ar": [8, 11], "when": [8, 11], "appropri": [8, 11], "why": [8, 11], "would": [8, 11], "one": [8, 11], "us": [8, 11, 94, 95, 96, 97, 103, 111, 117], "exampl": [8, 11], "imag": [8, 11, 83, 106, 108, 109, 111, 117], "camera": [9, 10, 96], "len": 9, "jsou": 9, "mode": 9, "objektiv\u016f": 9, "fotoapar\u00e1t\u016f": 9, "vhodn\u00fd": 9, "ru\u010dn\u00ed": 9, "v\u00fdb\u011br": 9, "ur\u010dit\u00fd": 9, "objektivu": 9, "fotoapar\u00e1tu": 9, "rectilinear": 9, "data": [9, 85], "brown": 9, "fishey": 9, "rektiline\u00e1rn\u00ed": 9, "perspect": 9, "spheric": 9, "cog": 11, "optim": [11, 42], "geotiff": [11, 103], "copi": 12, "crop": 13, "debug": 14, "dem": [15, 16, 17, 18], "decim": 15, "euclidean": 16, "map": [16, 91, 110], "gapfil": 17, "step": 17, "resolut": [18, 19, 48, 101], "depthmap": 19, "dsm": [20, 113], "dtm": [21, 113], "end": 22, "fast": 23, "featur": [24, 25, 39], "qualiti": [24, 56], "type": [25, 34, 87], "forc": 26, "gp": [26, 30], "gcp": [27, 105, 117], "geo": 28, "gltf": 29, "accuraci": [30, 110], "help": 31, "ignor": 32, "gsd": 32, "matcher": [33, 34], "neighbor": 33, "max": 35, "concurr": 35, "merg": [36, 109], "octre": 37, "depth": 37, "size": 38, "min": 39, "num": 39, "name": 40, "gpu": [41, 103], "disk": 42, "space": 42, "compress": 43, "cutlin": 44, "kmz": 45, "png": 47, "pc": [49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60], "classifi": 49, "copc": 50, "csv": 51, "ept": 52, "filter": 53, "geometr": [54, 59], "la": 55, "rectifi": 57, "sampl": 58, "skip": [59, 71, 72, 73, 74, 89, 90], "primari": 61, "band": [61, 72], "project": 62, "path": 62, "radiometr": 63, "calibr": [63, 109], "rerun": [64, 65, 66], "all": [65, 103, 113], "from": 66, "resiz": [67, 117], "roll": [68, 69], "shutter": [68, 69], "readout": 69, "sfm": 70, "algorithm": 70, "3dmodel": 71, "report": [74, 102], "sky": 75, "sm": [76, 77], "cluster": [76, 109], "smrf": [78, 79, 80, 81], "scalar": 78, "slope": 79, "threshold": 80, "window": [81, 108], "split": [82, 83, 84, 109], "group": 83, "overlap": 84, "term": 85, "keep": 86, "unseen": 86, "face": 86, "outlier": 87, "singl": 88, "materi": 88, "global": 89, "seam": [89, 90], "level": [89, 90], "local": [90, 109], "tone": 91, "time": [93, 103], "3dmesh": 94, "exif": 95, "fix": 96, "param": 96, "hybrid": 97, "bundl": 97, "adjust": 97, "verbos": 98, "version": [99, 103], "video": [100, 101], "limit": [100, 109], "how": [102, 103], "To": 102, "contribut": 102, "commun": 102, "forum": 102, "bug": 102, "templat": 102, "For": [102, 115], "submit": 102, "pull": [102, 117], "request": 102, "\u010dasto": 103, "kladen\u00e9": 103, "ot\u00e1zki": 103, "zpracov\u00e1n\u00ed": [103, 117], "dat": [103, 117], "mohu": 103, "zpracovat": 103, "dva": 103, "nebo": 103, "v\u00edce": [103, 108], "ortofotografick\u00fdch": 103, "soubor\u016f": 103, "spojit": 103, "dohromadi": 103, "The": 103, "softwar": 103, "i": 103, "my": 103, "cpu": 103, "core": 103, "memori": 103, "normal": 103, "If": 103, "nativ": 103, "can": 103, "alloc": 103, "more": 103, "resourc": 103, "process": 103, "licencov\u00e1n\u00ed": 103, "chci": 103, "vytvo\u0159it": 103, "komer\u010dn\u00ed": 103, "aplikaci": 103, "kter\u00e1": 103, "zahrnuj": 103, "odm": [103, 117], "pot\u0159ebuji": 103, "licenc": 103, "existuj\u00ed": 103, "krom\u011b": 103, "agplv3": 103, "jin\u00e9": 103, "issu": 103, "your": 103, "comput": 103, "run": [103, 117], "out": 103, "you": 103, "fly": 104, "tip": 104, "ground": 105, "control": 105, "recommend": 105, "practic": 105, "set": 105, "format": 105, "user": [105, 115], "interfac": 105, "posm": 105, "gcpi": 105, "editor": 105, "pro": [105, 117], "refer": [105, 110, 115], "geoloc": 106, "welcom": 107, "opendronemap": [107, 113], "": [107, 117], "document": 107, "instalac": [108, 117], "spu\u0161t\u011bn\u00ed": 108, "quickstart": 108, "doporu\u010den\u00ed": 108, "k": [108, 117], "hardwaru": 108, "minimum": 108, "ram": 108, "need": 108, "n": 108, "krok": 108, "1": 108, "zkontrolujt": 108, "podporu": 108, "virtualizac": 108, "2": 108, "po\u017eadavki": 108, "na": [108, 117], "instalaci": 108, "3": 108, "p\u0159id\u011blen\u00ed": 108, "pam\u011bti": 108, "procesoru": 108, "4": 108, "st\u00e1hn\u011bte": 108, "si": 108, "webodm": [108, 117], "spus\u0165t": 108, "maco": 108, "sta\u017een\u00ed": 108, "linux": 108, "po\u017eadavk\u016f": 108, "ubuntu": 108, "debian": 108, "cento": 108, "rhel": 108, "syst\u00e9mu": 108, "fedora": 108, "arch": 108, "dal\u0161\u00ed": 108, "z\u00e1kladn\u00ed": 108, "p\u0159\u00edkazi": 108, "\u0159e\u0161en\u00ed": 108, "pot\u00ed\u017e\u00ed": 108, "dobr\u00fd": 108, "den": 108, "ne\u017e": 108, "jednom": 108, "po\u010d\u00edta\u010di": 108, "larg": 109, "dataset": 109, "distribut": 109, "get": 109, "start": 109, "understand": 109, "access": 109, "log": [109, 113], "autosc": 109, "clusterodm": 109, "acknowledg": 109, "expect": 110, "aspect": 110, "impact": 110, "mask": 111, "multispektr\u00e1ln\u00ed": 112, "podpora": 112, "hardwar": [112, 116], "pou\u017eit\u00ed": [112, 117], "sentera": 112, "agx710": 112, "output": 113, "list": 113, "po\u017e\u00e1dat": 114, "o": 114, "funkc": 114, "addit": 115, "develop": 115, "thermal": 116, "support": 116, "usag": 116, "v\u00fdukov\u00e9": 117, "materi\u00e1li": 117, "vysoc": 117, "kvalitn\u00edch": 117, "ortofotomap": 117, "kalibrac": 117, "kameri": 117, "digit\u00e1ln\u00edch": 117, "v\u00fd\u0161kov\u00fdch": 117, "model\u016f": 117, "measur": 117, "stockpil": 117, "volum": 117, "pl\u00e1nov\u00e1n\u00ed": 117, "ter\u00e9nn\u00edch": 117, "prac\u00ed": 117, "letov\u00fd": 117, "v\u00fd\u0161ka": 117, "letu": 117, "parametri": 117, "m\u011b\u0159en\u00ed": 117, "o\u010dek\u00e1van\u00e1": 117, "p\u0159esnost": 117, "aplikac": 117, "docker": 117, "v\u00fdpi": 117, "stroj\u016f": 117, "p\u0159\u00edstup": 117, "protokol\u016fm": 117, "instanc": 117, "instanc\u00edm": 117, "z": 117, "p\u0159\u00edkazov\u00e9ho": 117, "\u0159\u00e1dku": 117, "\u00faklid": 117, "po": 117, "dockeru": 117, "singular": 117, "download": 117, "sif": 117, "m\u00edsta": 117, "n\u00edzkou": 117, "\u0161\u00ed\u0159kou": 117, "p\u00e1sma": 117, "koho": 117, "ur\u010deno": 117, "kroki": 117, "p\u0159\u00edprava": 117, "projektu": 117, "struktura": 117, "adres\u00e1\u0159": 117, "droplet": 117, "pin": 117, "awai": 117, "jeho": 117, "skon\u010den\u00ed": 117, "za": 117, "p\u0159edpokladu": 117, "\u017ee": 117, "p\u0159e\u017eijet": 117, "tak": 117, "dlouho": 117, "modulu": 117, "potre": 117, "viewer": 117, "texturovan\u00fd": 117, "vzhled": 117, "budget": 117, "zorn\u00e9": 117, "pole": 117, "osv\u011btlen\u00ed": 117, "o\u010dn\u00edho": 117, "obzoru": 117, "ostatn\u00ed": 117, "n\u00e1stroje": 117, "o\u0159ez": 117, "navigac": 117, "sc\u00e9na": 117}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.todo": 2, "sphinx": 57}, "alltitles": {"Alignment Files": [[0, "alignment-files"]], "Mo\u017enosti a zna\u010dky": [[1, "options-and-flags"]], "3d-tiles": [[2, "d-tiles"]], "align": [[3, "align"]], "automatick\u00e9 ohrani\u010den\u00ed": [[4, "auto-boundary"]], "Co je automatick\u00e1 hranice?": [[4, "what-is-auto-boundary"]], "Kdy je automatick\u00e1 hranice u\u017eite\u010dn\u00e1?": [[4, "when-is-auto-boundary-helpful"]], "Pro\u010d by m\u011bl n\u011bkdo pou\u017e\u00edvat automatick\u00e9 ohrani\u010den\u00ed?": [[4, "why-would-one-use-auto-boundary"]], "P\u0159\u00edklady sn\u00edmk\u016f": [[4, "example-images"]], "True: --auto-boundary": [[4, "true-auto-boundary"]], "False: null": [[4, "false-null"], [7, "false-null"], [8, "false-null"], [11, "false-null"]], "auto-boundary-distance": [[5, "auto-boundary-distance"]], "bg-removal": [[6, "bg-removal"]], "hranice": [[7, "boundary"]], "Co je to Hranice [GeoJSON]?": [[7, "what-is-boundary-geojson"]], "Kdy je vhodn\u00e9 pou\u017e\u00edt Hranice [GeoJSON]?": [[7, "when-is-boundary-geojson-appropriate"]], "Pro\u010d by m\u011bl n\u011bkdo pou\u017e\u00edt Hranice [GeoJSON]?": [[7, "why-would-one-use-boundary-geojson"]], "Jak se vytv\u00e1\u0159\u00ed Hranice [GeoJSON]?": [[7, "how-would-one-create-boundary-geojson"]], "GeoJSON.io": [[7, "geojson-io"]], "Nov\u00fd GeoJSON": [[7, "new-geojson"]], "Vytv\u00e1\u0159en\u00ed polygonu": [[7, "creating-a-polygon"]], "Placing Vertices": [[7, "placing-vertices"]], "Dokon\u010den\u00ed polygonu": [[7, "completing-a-polygon"]], "Ulo\u017een\u00ed polygonu": [[7, "saving-a-polygon"]], "Stahov\u00e1n\u00ed polygonu": [[7, "downloading-a-polygon"]], "Nastaven\u00ed hranice [GeoJSON] v mo\u017enostech \u00falohy": [[7, "setting-boundary-geojson-in-task-options"]], "Hranice [GeoJSON] Na\u010dteno v mo\u017enostech \u00falohy": [[7, "boundary-geojson-loaded-in-task-options"]], "QGIS": [[7, "qgis"]], "Vytvo\u0159en\u00ed nov\u00e9 do\u010dasn\u00e9 scratchovac\u00ed vrstvy": [[7, "creating-a-new-temporary-scratch-layer"]], "Nov\u00fd typ geometrie do\u010dasn\u00e9 vrstvy Scratch": [[7, "new-temporary-scratch-layer-geometry-type"]], "Nov\u00e9 nastaven\u00ed do\u010dasn\u00e9 vrstvy Scratch": [[7, "new-temporary-scratch-layer-settings"]], "P\u0159id\u00e1n\u00ed ortofotografick\u00e9ho pozad\u00ed": [[7, "adding-an-orthophoto-background"]], "P\u0159id\u00e1n\u00ed prvku polygonu": [[7, "adding-a-polyon-feature"]], "P\u0159ep\u00edn\u00e1n\u00ed \u00faprav Vypnuto": [[7, "toggle-editing-off"]], "Ulo\u017een\u00ed zm\u011bn do do\u010dasn\u00e9 vrstvy Scratch": [[7, "save-changes-to-temporary-scratch-layer"]], "Export funkc\u00ed do\u010dasn\u00e9 vrstvy Scratch": [[7, "export-temporary-scratch-layer-features"]], "Ulo\u017ete vektorovou vrstvu jako": [[7, "save-vector-layer-as"]], "Uk\u00e1zkov\u00e9 obr\u00e1zky": [[7, "example-images"], [9, "example-images"]], "True: --boundary [GeoJSON] - Point Cloud": [[7, "true-boundary-geojson-point-cloud"]], "True: --boundary [GeoJSON] - Orthophoto": [[7, "true-boundary-geojson-orthophoto"]], "True: --boundary [GeoJSON] - Digit\u00e1ln\u00ed model reli\u00e9fu": [[7, "true-boundary-geojson-digital-elevation-model"]], "True: --boundary [GeoJSON] - 3D Model/Textured Mesh": [[7, "true-boundary-geojson-3d-model-textured-mesh"]], "build-overviews": [[8, "build-overviews"]], "What Are Overviews?": [[8, "what-are-overviews"]], "When are Overviews appropriate?": [[8, "when-are-overviews-appropriate"]], "Why would one use Overviews?": [[8, "why-would-one-use-overviews"]], "Example Images": [[8, "example-images"], [11, "example-images"]], "True: --build-overviews": [[8, "true-build-overviews"]], "camera-lens": [[9, "camera-lens"]], "Co jsou modely objektiv\u016f fotoapar\u00e1t\u016f?": [[9, "what-are-camera-lens-models"]], "Kdy je vhodn\u00fd ru\u010dn\u00ed v\u00fdb\u011br?": [[9, "when-are-manual-selections-appropriate"]], "Pro\u010d pou\u017e\u00edvat ur\u010dit\u00fd model objektivu fotoapar\u00e1tu?": [[9, "why-would-one-use-a-particular-camera-lens-model"]], "auto : Rectilinear Data": [[9, "auto-rectilinear-data"]], "brown : Rectilinear Data": [[9, "brown-rectilinear-data"]], "fisheye : Rektiline\u00e1rn\u00ed data": [[9, "fisheye-rectilinear-data"]], "perspective : Rectilinear Data": [[9, "perspective-rectilinear-data"]], "spherical : Rectilinear Data": [[9, "spherical-rectilinear-data"]], "cameras": [[10, "cameras"]], "cog": [[11, "cog"]], "What Are Cloud Optimized GeoTIFFs (COGs)?": [[11, "what-are-cloud-optimized-geotiffs-cogs"]], "When are COGs appropriate?": [[11, "when-are-cogs-appropriate"]], "Why would one use COGs?": [[11, "why-would-one-use-cogs"]], "True: --cog": [[11, "true-cog"]], "copy-to": [[12, "copy-to"]], "crop": [[13, "crop"]], "debug": [[14, "debug"]], "dem-decimation": [[15, "dem-decimation"]], "dem-euclidean-map": [[16, "dem-euclidean-map"]], "dem-gapfill-steps": [[17, "dem-gapfill-steps"]], "dem-resolution": [[18, "dem-resolution"]], "depthmap-resolution": [[19, "depthmap-resolution"]], "dsm": [[20, "dsm"]], "dtm": [[21, "dtm"]], "end-with": [[22, "end-with"]], "fast-orthophoto": [[23, "fast-orthophoto"]], "feature-quality": [[24, "feature-quality"]], "feature-type": [[25, "feature-type"]], "force-gps": [[26, "force-gps"]], "gcp": [[27, "gcp"]], "geo": [[28, "geo"]], "gltf": [[29, "gltf"]], "gps-accuracy": [[30, "gps-accuracy"]], "help": [[31, "help"]], "ignore-gsd": [[32, "ignore-gsd"]], "matcher-neighbors": [[33, "matcher-neighbors"]], "matcher-type": [[34, "matcher-type"]], "max-concurrency": [[35, "max-concurrency"]], "merge": [[36, "merge"]], "mesh-octree-depth": [[37, "mesh-octree-depth"]], "mesh-size": [[38, "mesh-size"]], "min-num-features": [[39, "min-num-features"]], "name": [[40, "name"]], "no-gpu": [[41, "no-gpu"]], "optimize-disk-space": [[42, "optimize-disk-space"]], "orthophoto-compression": [[43, "orthophoto-compression"]], "orthophoto-cutline": [[44, "orthophoto-cutline"]], "orthophoto-kmz": [[45, "orthophoto-kmz"]], "orthophoto-no-tiled": [[46, "orthophoto-no-tiled"]], "orthophoto-png": [[47, "orthophoto-png"]], "orthophoto-resolution": [[48, "orthophoto-resolution"]], "pc-classify": [[49, "pc-classify"]], "pc-copc": [[50, "pc-copc"]], "pc-csv": [[51, "pc-csv"]], "pc-ept": [[52, "pc-ept"]], "pc-filter": [[53, "pc-filter"]], "pc-geometric": [[54, "pc-geometric"]], "pc-las": [[55, "pc-las"]], "pc-quality": [[56, "pc-quality"]], "pc-rectify": [[57, "pc-rectify"]], "pc-sample": [[58, "pc-sample"]], "pc-skip-geometric": [[59, "pc-skip-geometric"]], "pc-tile": [[60, "pc-tile"]], "primary-band": [[61, "primary-band"]], "project-path": [[62, "project-path"]], "radiometric-calibration": [[63, "radiometric-calibration"]], "rerun": [[64, "rerun"]], "rerun-all": [[65, "rerun-all"]], "rerun-from": [[66, "rerun-from"]], "resize-to": [[67, "resize-to"]], "rolling-shutter": [[68, "rolling-shutter"]], "rolling-shutter-readout": [[69, "rolling-shutter-readout"]], "sfm-algorithm": [[70, "sfm-algorithm"]], "skip-3dmodel": [[71, "skip-3dmodel"]], "skip-band-alignment": [[72, "skip-band-alignment"]], "skip-orthophoto": [[73, "skip-orthophoto"]], "skip-report": [[74, "skip-report"]], "sky-removal": [[75, "sky-removal"]], "sm-cluster": [[76, "sm-cluster"]], "sm-no-align": [[77, "sm-no-align"]], "smrf-scalar": [[78, "smrf-scalar"]], "smrf-slope": [[79, "smrf-slope"]], "smrf-threshold": [[80, "smrf-threshold"]], "smrf-window": [[81, "smrf-window"]], "split": [[82, "split"]], "split-image-groups": [[83, "split-image-groups"]], "split-overlap": [[84, "split-overlap"]], "texturing-data-term": [[85, "texturing-data-term"]], "texturing-keep-unseen-faces": [[86, "texturing-keep-unseen-faces"]], "texturing-outlier-removal-type": [[87, "texturing-outlier-removal-type"]], "texturing-single-material": [[88, "texturing-single-material"]], "texturing-skip-global-seam-leveling": [[89, "texturing-skip-global-seam-leveling"]], "texturing-skip-local-seam-leveling": [[90, "texturing-skip-local-seam-leveling"]], "texturing-tone-mapping": [[91, "texturing-tone-mapping"]], "tiles": [[92, "tiles"]], "time": [[93, "time"]], "use-3dmesh": [[94, "use-3dmesh"]], "use-exif": [[95, "use-exif"]], "use-fixed-camera-params": [[96, "use-fixed-camera-params"]], "use-hybrid-bundle-adjustment": [[97, "use-hybrid-bundle-adjustment"]], "verbose": [[98, "verbose"]], "version": [[99, "version"]], "video-limit": [[100, "video-limit"]], "video-resolution": [[101, "video-resolution"]], "How To Contribute": [[102, "how-to-contribute"]], "Community Forum": [[102, "community-forum"]], "Reporting Bugs": [[102, "reporting-bugs"]], "Template For Submitting Bug Reports": [[102, "template-for-submitting-bug-reports"]], "Pull Requests": [[102, "pull-requests"]], "\u010casto kladen\u00e9 ot\u00e1zky": [[103, "frequently-asked-questions"]], "Zpracov\u00e1n\u00ed dat": [[103, "data-processing"]], "Mohu zpracovat dva nebo v\u00edce ortofotografick\u00fdch soubor\u016f GeoTIFF a spojit je dohromady?": [[103, "can-i-process-two-or-more-orthophoto-geotiffs-to-stitch-them-together"]], "The software is not using all of my CPU cores / memory / GPU all of the times. Is it normal?": [[103, "the-software-is-not-using-all-of-my-cpu-cores-memory-gpu-all-of-the-times-is-it-normal"]], "If I use the native version of the software, how can I allocate more resources for processing?": [[103, "if-i-use-the-native-version-of-the-software-how-can-i-allocate-more-resources-for-processing"]], "Licencov\u00e1n\u00ed": [[103, "licensing"]], "Chci vytvo\u0159it komer\u010dn\u00ed aplikaci, kter\u00e1 zahrnuje ODM. Pot\u0159ebuji komer\u010dn\u00ed licenci?": [[103, "i-want-to-build-a-commercial-application-that-includes-odm-do-i-need-a-commercial-license"]], "Existuj\u00ed krom\u011b licence AGPLv3 i jin\u00e9 mo\u017enosti licencov\u00e1n\u00ed?": [[103, "are-there-other-licensing-options-aside-from-the-agplv3"]], "Memory issues": [[103, "memory-issues"]], "Your computer is running out of memory, what can you do?": [[103, "your-computer-is-running-out-of-memory-what-can-you-do"]], "Flying Tips": [[104, "flying-tips"]], "Ground Control Points": [[105, "ground-control-points"]], "Recommended practices for GCP setting": [[105, "recommended-practices-for-gcp-setting"]], "GCP file format": [[105, "gcp-file-format"]], "User Interfaces": [[105, "user-interfaces"]], "POSM GCPi": [[105, "id1"]], "GCP Editor Pro": [[105, "id2"]], "References": [[105, "references"], [110, "references"]], "Image Geolocation Files": [[106, "image-geolocation-files"]], "Welcome to OpenDroneMap\u2019s documentation": [[107, "welcome-to-opendronemap-s-documentation"]], "Instalace a spu\u0161t\u011bn\u00ed": [[108, "installation-and-getting-started"]], "Quickstart": [[108, "quickstart"]], "Doporu\u010den\u00ed k hardwaru": [[108, "hardware-recommendations"]], "Minimum RAM needed for N images": [[108, "id4"]], "Instalace": [[108, "installation"], [117, "install"]], "Windows": [[108, "windows"]], "Krok 1. Zkontrolujte podporu virtualizace": [[108, "step-1-check-virtualization-support"], [108, "id1"]], "Krok 2. Po\u017eadavky na instalaci": [[108, "step-2-install-requirements"], [108, "id2"]], "Krok 3. Zkontrolujte p\u0159id\u011blen\u00ed pam\u011bti a procesoru": [[108, "step-3-check-memory-and-cpu-allocation"], [108, "id3"]], "Krok 4. St\u00e1hn\u011bte si WebODM": [[108, "step-4-download-webodm"]], "Krok 4. Spus\u0165te WebODM": [[108, "step-4-launch-webodm"]], "macOS": [[108, "macos"]], "Krok 4. Sta\u017een\u00ed a spu\u0161t\u011bn\u00ed WebODM": [[108, "step-4-download-and-launch-webodm"]], "Linux": [[108, "linux"]], "Krok 1. Instalace po\u017eadavk\u016f": [[108, "step-1-install-requirements"]], "Instalace na Ubuntu / Debian": [[108, "install-on-ubuntu-debian"]], "Instalace na CentOS / RHEL": [[108, "install-on-centos-rhel"]], "Instalace v syst\u00e9mu Fedora": [[108, "install-on-fedora"]], "Instalace na Arch": [[108, "install-on-arch"]], "Krok 2. Zkontrolujte dal\u0161\u00ed po\u017eadavky": [[108, "step-2-check-additional-requirements"]], "Krok 3. Sta\u017een\u00ed a spu\u0161t\u011bn\u00ed WebODM": [[108, "step-3-download-and-launch-webodm"]], "Z\u00e1kladn\u00ed p\u0159\u00edkazy a \u0159e\u0161en\u00ed pot\u00ed\u017e\u00ed": [[108, "basic-commands-and-troubleshooting"]], "Dobr\u00fd den, WebODM!": [[108, "hello-webodm"]], "Spu\u0161t\u011bn\u00ed na v\u00edce ne\u017e jednom po\u010d\u00edta\u010di": [[108, "running-on-more-than-one-machine"]], "Splitting Large Datasets": [[109, "splitting-large-datasets"]], "Calibrate images": [[109, "calibrate-images"]], "Local Split-Merge": [[109, "local-split-merge"]], "Distributed Split-Merge": [[109, "distributed-split-merge"]], "Getting Started with Distributed Split-Merge": [[109, "getting-started-with-distributed-split-merge"]], "Understanding the Cluster": [[109, "understanding-the-cluster"]], "Accessing the Logs": [[109, "accessing-the-logs"]], "Autoscaling ClusterODM": [[109, "autoscaling-clusterodm"]], "Limitations": [[109, "limitations"]], "Acknowledgments": [[109, "acknowledgments"]], "Map accuracy": [[110, "map-accuracy"]], "What to expect": [[110, "what-to-expect"]], "Aspects impacting map accuracy": [[110, "aspects-impacting-map-accuracy"]], "Using Image Masks": [[111, "using-image-masks"]], "Multispektr\u00e1ln\u00ed podpora": [[112, "multispectral-support"]], "Hardware": [[112, "hardware"], [116, "hardware"]], "Pou\u017eit\u00ed": [[112, "usage"]], "Sentera AGX710": [[112, "sentera-agx710"]], "OpenDroneMap Outputs": [[113, "opendronemap-outputs"]], "Point Cloud": [[113, "point-cloud"]], "3D Textured Model": [[113, "d-textured-model"]], "Orthophoto": [[113, "orthophoto"]], "DTM/DSM": [[113, "dtm-dsm"]], "Logs": [[113, "logs"]], "List of all outputs": [[113, "list-of-all-outputs"]], "Jak po\u017e\u00e1dat o funkce": [[114, "how-to-request-features"]], "Additional References": [[115, "additional-references"]], "For Users": [[115, "for-users"]], "For Developers": [[115, "for-developers"]], "Thermal Support": [[116, "thermal-support"]], "Usage": [[116, "usage"]], "V\u00fdukov\u00e9 materi\u00e1ly": [[117, "tutorials"]], "Vytv\u00e1\u0159en\u00ed vysoce kvalitn\u00edch ortofotomap": [[117, "creating-high-quality-orthophotos"]], "Kalibrace kamery": [[117, "calibrating-the-camera"]], "Vytv\u00e1\u0159en\u00ed digit\u00e1ln\u00edch v\u00fd\u0161kov\u00fdch model\u016f": [[117, "creating-digital-elevation-models"]], "Measuring stockpile volume": [[117, "measuring-stockpile-volume"]], "Pl\u00e1nov\u00e1n\u00ed ter\u00e9nn\u00edch prac\u00ed": [[117, "fieldwork-planning"]], "Letov\u00fd model": [[117, "flight-pattern"]], "V\u00fd\u0161ka letu": [[117, "flight-height"]], "GCPs": [[117, "gcps"]], "Parametry zpracov\u00e1n\u00ed": [[117, "processing-parameters"]], "M\u011b\u0159en\u00ed": [[117, "measuring"], [117, "measurement"]], "O\u010dek\u00e1van\u00e1 p\u0159esnost": [[117, "expected-accuracy"]], "Pou\u017eit\u00ed aplikace Docker": [[117, "using-docker"]], "V\u00fdpis stroj\u016f Docker": [[117, "listing-docker-machines"]], "P\u0159\u00edstup k protokol\u016fm instance": [[117, "accessing-logs-on-the-instance"]], "P\u0159\u00edstup k instanc\u00edm z p\u0159\u00edkazov\u00e9ho \u0159\u00e1dku": [[117, "command-line-access-to-instances"]], "\u00daklid po Dockeru": [[117, "cleaning-up-after-docker"]], "Using Singularity": [[117, "using-singularity"]], "Downloading image": [[117, "downloading-image"]], "Using Singularity SIF image": [[117, "using-singularity-sif-image"]], "Pou\u017eit\u00ed ODM z m\u00edsta s n\u00edzkou \u0161\u00ed\u0159kou p\u00e1sma": [[117, "using-odm-from-low-bandwidth-location"]], "Co to je a pro koho je to ur\u010deno?": [[117, "what-is-this-and-who-is-it-for"]], "Kroky": [[117, "steps"]], "P\u0159\u00edprava dat a projektu": [[117, "prep-data-and-project"]], "Struktura adres\u00e1\u0159e": [[117, "directory-structure"]], "Resize droplet, pull pin, run away": [[117, "resize-droplet-pull-pin-run-away"]], "Po jeho skon\u010den\u00ed (za p\u0159edpokladu, \u017ee p\u0159e\u017eijete tak dlouho)": [[117, "after-it-finishes-assuming-you-survive-that-long"]], "Pou\u017eit\u00ed modulu Potree 3D viewer na WebODM": [[117, "using-potree-3d-viewer-module-on-webodm"]], "Kamery": [[117, "cameras"]], "Texturovan\u00fd model": [[117, "textured-model"]], "Vzhled": [[117, "appearance"]], "Point budget": [[117, "point-budget"]], "Zorn\u00e9 pole": [[117, "field-of-view"]], "Osv\u011btlen\u00ed o\u010dn\u00edho obzoru": [[117, "eye-dome-lighting"]], "Pozad\u00ed": [[117, "background"]], "Ostatn\u00ed": [[117, "other"]], "N\u00e1stroje": [[117, "tools"]], "O\u0159ez": [[117, "clipping"]], "Navigace": [[117, "navigation"]], "Sc\u00e9na": [[117, "scene"]]}, "indexentries": {}}) \ No newline at end of file +Search.setIndex({"docnames": ["align", "arguments", "arguments/3d-tiles", "arguments/align", "arguments/auto-boundary", "arguments/auto-boundary-distance", "arguments/bg-removal", "arguments/boundary", "arguments/build-overviews", "arguments/camera-lens", "arguments/cameras", "arguments/cog", "arguments/copy-to", "arguments/crop", "arguments/debug", "arguments/dem-decimation", "arguments/dem-euclidean-map", "arguments/dem-gapfill-steps", "arguments/dem-resolution", "arguments/depthmap-resolution", "arguments/dsm", "arguments/dtm", "arguments/end-with", "arguments/fast-orthophoto", "arguments/feature-quality", "arguments/feature-type", "arguments/force-gps", "arguments/gcp", "arguments/geo", "arguments/gltf", "arguments/gps-accuracy", "arguments/help", "arguments/ignore-gsd", "arguments/matcher-neighbors", "arguments/matcher-type", "arguments/max-concurrency", "arguments/merge", "arguments/mesh-octree-depth", "arguments/mesh-size", "arguments/min-num-features", "arguments/name", "arguments/no-gpu", "arguments/optimize-disk-space", "arguments/orthophoto-compression", "arguments/orthophoto-cutline", "arguments/orthophoto-kmz", "arguments/orthophoto-no-tiled", "arguments/orthophoto-png", "arguments/orthophoto-resolution", "arguments/pc-classify", "arguments/pc-copc", "arguments/pc-csv", "arguments/pc-ept", "arguments/pc-filter", "arguments/pc-geometric", "arguments/pc-las", "arguments/pc-quality", "arguments/pc-rectify", "arguments/pc-sample", "arguments/pc-skip-geometric", "arguments/pc-tile", "arguments/primary-band", "arguments/project-path", "arguments/radiometric-calibration", "arguments/rerun", "arguments/rerun-all", "arguments/rerun-from", "arguments/resize-to", "arguments/rolling-shutter", "arguments/rolling-shutter-readout", "arguments/sfm-algorithm", "arguments/skip-3dmodel", "arguments/skip-band-alignment", "arguments/skip-orthophoto", "arguments/skip-report", "arguments/sky-removal", "arguments/sm-cluster", "arguments/sm-no-align", "arguments/smrf-scalar", "arguments/smrf-slope", "arguments/smrf-threshold", "arguments/smrf-window", "arguments/split", "arguments/split-image-groups", "arguments/split-overlap", "arguments/texturing-data-term", "arguments/texturing-keep-unseen-faces", "arguments/texturing-outlier-removal-type", "arguments/texturing-single-material", "arguments/texturing-skip-global-seam-leveling", "arguments/texturing-skip-local-seam-leveling", "arguments/texturing-tone-mapping", "arguments/tiles", "arguments/time", "arguments/use-3dmesh", "arguments/use-exif", "arguments/use-fixed-camera-params", "arguments/use-hybrid-bundle-adjustment", "arguments/verbose", "arguments/version", "arguments/video-limit", "arguments/video-resolution", "contributing", "faq", "flying", "gcp", "geo", "index", "installation", "large", "map-accuracy", "masks", "multispectral", "outputs", "requesting-features", "resources", "thermal", "tutorials"], "filenames": ["align.rst", "arguments.rst", "arguments/3d-tiles.rst", "arguments/align.rst", "arguments/auto-boundary.rst", "arguments/auto-boundary-distance.rst", "arguments/bg-removal.rst", "arguments/boundary.rst", "arguments/build-overviews.rst", "arguments/camera-lens.rst", "arguments/cameras.rst", "arguments/cog.rst", "arguments/copy-to.rst", "arguments/crop.rst", "arguments/debug.rst", "arguments/dem-decimation.rst", "arguments/dem-euclidean-map.rst", "arguments/dem-gapfill-steps.rst", "arguments/dem-resolution.rst", "arguments/depthmap-resolution.rst", "arguments/dsm.rst", "arguments/dtm.rst", "arguments/end-with.rst", "arguments/fast-orthophoto.rst", "arguments/feature-quality.rst", "arguments/feature-type.rst", "arguments/force-gps.rst", "arguments/gcp.rst", "arguments/geo.rst", "arguments/gltf.rst", "arguments/gps-accuracy.rst", "arguments/help.rst", "arguments/ignore-gsd.rst", "arguments/matcher-neighbors.rst", "arguments/matcher-type.rst", "arguments/max-concurrency.rst", "arguments/merge.rst", "arguments/mesh-octree-depth.rst", "arguments/mesh-size.rst", "arguments/min-num-features.rst", "arguments/name.rst", "arguments/no-gpu.rst", "arguments/optimize-disk-space.rst", "arguments/orthophoto-compression.rst", "arguments/orthophoto-cutline.rst", "arguments/orthophoto-kmz.rst", "arguments/orthophoto-no-tiled.rst", "arguments/orthophoto-png.rst", "arguments/orthophoto-resolution.rst", "arguments/pc-classify.rst", "arguments/pc-copc.rst", "arguments/pc-csv.rst", "arguments/pc-ept.rst", "arguments/pc-filter.rst", "arguments/pc-geometric.rst", "arguments/pc-las.rst", "arguments/pc-quality.rst", "arguments/pc-rectify.rst", "arguments/pc-sample.rst", "arguments/pc-skip-geometric.rst", "arguments/pc-tile.rst", "arguments/primary-band.rst", "arguments/project-path.rst", "arguments/radiometric-calibration.rst", "arguments/rerun.rst", "arguments/rerun-all.rst", "arguments/rerun-from.rst", "arguments/resize-to.rst", "arguments/rolling-shutter.rst", "arguments/rolling-shutter-readout.rst", "arguments/sfm-algorithm.rst", "arguments/skip-3dmodel.rst", "arguments/skip-band-alignment.rst", "arguments/skip-orthophoto.rst", "arguments/skip-report.rst", "arguments/sky-removal.rst", "arguments/sm-cluster.rst", "arguments/sm-no-align.rst", "arguments/smrf-scalar.rst", "arguments/smrf-slope.rst", "arguments/smrf-threshold.rst", "arguments/smrf-window.rst", "arguments/split.rst", "arguments/split-image-groups.rst", "arguments/split-overlap.rst", "arguments/texturing-data-term.rst", "arguments/texturing-keep-unseen-faces.rst", "arguments/texturing-outlier-removal-type.rst", "arguments/texturing-single-material.rst", "arguments/texturing-skip-global-seam-leveling.rst", "arguments/texturing-skip-local-seam-leveling.rst", "arguments/texturing-tone-mapping.rst", "arguments/tiles.rst", "arguments/time.rst", "arguments/use-3dmesh.rst", "arguments/use-exif.rst", "arguments/use-fixed-camera-params.rst", "arguments/use-hybrid-bundle-adjustment.rst", "arguments/verbose.rst", "arguments/version.rst", "arguments/video-limit.rst", "arguments/video-resolution.rst", "contributing.rst", "faq.rst", "flying.rst", "gcp.rst", "geo.rst", "index.rst", "installation.rst", "large.rst", "map-accuracy.rst", "masks.rst", "multispectral.rst", "outputs.rst", "requesting-features.rst", "resources.rst", "thermal.rst", "tutorials.rst"], "titles": ["Alignment Files", "Mo\u017enosti a zna\u010dky", "3d-tiles", "align", "automatick\u00e9 ohrani\u010den\u00ed", "auto-boundary-distance", "bg-removal", "hranice", "build-overviews", "camera-lens", "cameras", "cog", "copy-to", "crop", "debug", "dem-decimation", "dem-euclidean-map", "dem-gapfill-steps", "dem-resolution", "depthmap-resolution", "dsm", "dtm", "end-with", "fast-orthophoto", "feature-quality", "feature-type", "force-gps", "gcp", "geo", "gltf", "gps-accuracy", "help", "ignore-gsd", "matcher-neighbors", "matcher-type", "max-concurrency", "merge", "mesh-octree-depth", "mesh-size", "min-num-features", "name", "no-gpu", "optimize-disk-space", "orthophoto-compression", "orthophoto-cutline", "orthophoto-kmz", "orthophoto-no-tiled", "orthophoto-png", "orthophoto-resolution", "pc-classify", "pc-copc", "pc-csv", "pc-ept", "pc-filter", "pc-geometric", "pc-las", "pc-quality", "pc-rectify", "pc-sample", "pc-skip-geometric", "pc-tile", "primary-band", "project-path", "radiometric-calibration", "rerun", "rerun-all", "rerun-from", "resize-to", "rolling-shutter", "rolling-shutter-readout", "sfm-algorithm", "skip-3dmodel", "skip-band-alignment", "skip-orthophoto", "skip-report", "sky-removal", "sm-cluster", "sm-no-align", "smrf-scalar", "smrf-slope", "smrf-threshold", "smrf-window", "split", "split-image-groups", "split-overlap", "texturing-data-term", "texturing-keep-unseen-faces", "texturing-outlier-removal-type", "texturing-single-material", "texturing-skip-global-seam-leveling", "texturing-skip-local-seam-leveling", "texturing-tone-mapping", "tiles", "time", "use-3dmesh", "use-exif", "use-fixed-camera-params", "use-hybrid-bundle-adjustment", "verbose", "version", "video-limit", "video-resolution", "How To Contribute", "\u010casto kladen\u00e9 ot\u00e1zky", "Flying Tips", "Ground Control Points", "Image Geolocation Files", "Welcome to OpenDroneMap\u2019s documentation", "Instalace a spu\u0161t\u011bn\u00ed", "Splitting Large Datasets", "Map accuracy", "Using Image Masks", "Multispektr\u00e1ln\u00ed podpora", "OpenDroneMap Outputs", "Jak po\u017e\u00e1dat o funkce", "Additional References", "Thermal Support", "V\u00fdukov\u00e9 materi\u00e1ly"], "terms": {"georeferenc": [0, 1, 27, 28, 50, 51, 52, 55, 95, 105, 109, 113], "default": [0, 1, 2, 3, 5, 6, 8, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 105, 106, 108], "i": [0, 1, 7, 8, 9, 11, 15, 18, 26, 32, 34, 35, 40, 48, 61, 63, 77, 84, 94, 102, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "done": [0, 84, 117], "us": [0, 1, 6, 10, 13, 15, 16, 17, 20, 21, 26, 27, 28, 30, 35, 37, 39, 41, 43, 44, 57, 58, 61, 67, 69, 72, 75, 77, 83, 89, 102, 104, 105, 106, 107, 108, 109, 110, 112, 113, 115, 116], "gp": [0, 1, 33, 70, 77, 105, 106, 107, 110], "gcp": [0, 1, 26, 95, 107, 109, 110], "provid": [0, 94, 102, 104, 109], "start": [0, 17, 102, 106, 107, 108, 111, 115], "from": [0, 1, 10, 11, 16, 23, 42, 53, 70, 100, 105, 106, 107, 108, 111, 112, 113, 115, 116, 117], "odm": [0, 1, 72, 102, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116], "3": [0, 1, 13, 17, 102, 105, 107, 109, 110, 117], "0": [0, 1, 5, 13, 17, 28, 33, 48, 53, 58, 69, 79, 80, 81, 100, 103, 105, 106, 108, 109, 111, 112, 117], "2": [0, 1, 35, 53, 94, 102, 105, 106, 107, 109, 110, 111, 115, 117], "peopl": [0, 106, 111], "can": [0, 1, 10, 11, 16, 28, 30, 32, 34, 39, 44, 49, 54, 58, 61, 68, 70, 71, 73, 74, 91, 96, 102, 105, 106, 107, 109, 110, 111, 113, 114, 115, 116, 117], "suppli": [0, 105, 106, 111], "refer": [0, 8, 102, 107, 109, 117], "georefer": 0, "program": [0, 8, 9, 11, 103, 108, 111], "output": [0, 1, 2, 3, 12, 13, 17, 32, 36, 38, 49, 58, 101, 107, 109, 117], "The": [0, 1, 8, 11, 16, 27, 28, 35, 38, 83, 101, 104, 105, 106, 107, 108, 109, 110, 112, 113, 115], "reconstruct": [0, 1, 3, 23, 26, 30, 37, 39, 61, 97, 110, 111, 113], "initi": [0, 117], "perform": [0, 1, 8, 33, 57, 63, 102, 109], "subsequ": [0, 105, 106], "model": [0, 1, 20, 21, 23, 29, 71, 107, 108, 109, 110], "via": [0, 11, 63, 107, 109], "linear": 0, "scale": [0, 109, 110], "rotat": 0, "shift": [0, 108, 110], "oper": [0, 102, 117], "If": [0, 1, 23, 26, 28, 30, 68, 72, 102, 105, 106, 107, 109, 110, 114], "you": [0, 1, 7, 23, 26, 28, 30, 45, 46, 47, 49, 60, 61, 63, 68, 71, 73, 74, 95, 102, 105, 106, 107, 108, 109, 110, 111, 113, 114, 116], "call": [0, 105, 106, 109], "laz": [0, 1, 3, 113], "la": [0, 1, 3, 107, 117], "tif": [0, 111, 112, 113, 117], "singl": [0, 1, 29, 58, 105, 107, 111, 117], "band": [0, 1, 107, 112, 117], "geotiff": [0, 1, 3, 8, 46, 107, 113], "dem": [0, 1, 3, 20, 21, 36, 49, 71, 73, 92, 107, 109, 117], "automat": [0, 1, 3, 5, 6, 13, 30, 72, 75, 105, 106, 109, 117], "detect": [0, 105, 106, 108], "attempt": [0, 1], "thi": [0, 1, 2, 3, 5, 6, 8, 10, 11, 12, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 109, 110, 111, 112, 113, 114, 115, 116], "ha": [0, 1, 8, 11, 61, 68, 104, 105, 106, 109, 110, 116, 117], "anoth": [0, 10, 105, 106, 117], "name": [0, 1, 61, 102, 105, 106, 107, 109, 111, 112, 117], "specifi": [0, 1, 5, 10, 61, 105, 106, 108], "path": [0, 1, 3, 10, 12, 27, 28, 83, 102, 105, 106, 107, 108, 109, 117], "must": [0, 11, 105, 106, 109, 110], "creat": [0, 1, 8, 11, 13, 102, 105, 106, 109, 111, 112, 113, 117], "base": [0, 1, 33, 105, 106, 109, 117], "your": [0, 1, 7, 30, 60, 62, 69, 102, 105, 106, 107, 108, 109, 111, 113, 114], "project": [0, 1, 9, 40, 102, 104, 105, 106, 107, 108, 109, 110, 113, 117], "folder": [0, 12, 40, 62, 105, 106, 108, 109, 112, 117], "learn": [0, 2, 3, 5, 6, 8, 10, 11, 12, 14, 15, 16, 17, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 104, 105, 106, 109, 110, 111, 113, 115, 116], "edit": [0, 2, 3, 5, 6, 8, 10, 11, 12, 14, 15, 16, 17, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 104, 105, 106, 109, 110, 111, 113, 115, 116], "help": [0, 1, 2, 3, 5, 6, 8, 10, 11, 12, 14, 15, 16, 17, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 104, 105, 106, 107, 108, 109, 110, 111, 113, 114, 115, 116], "improv": [0, 1, 2, 3, 5, 6, 8, 10, 11, 12, 14, 15, 16, 17, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 104, 105, 106, 107, 109, 110, 111, 113, 115, 116, 117], "page": [0, 2, 3, 5, 6, 8, 10, 11, 12, 14, 15, 16, 17, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 104, 105, 106, 109, 110, 111, 113, 114, 115, 116], "3d": [1, 4, 23, 71, 73, 85, 94, 104, 107, 109], "tile": [1, 8, 11, 52, 105, 107, 117], "gener": [1, 2, 8, 11, 15, 17, 23, 24, 29, 44, 45, 47, 56, 57, 70, 71, 73, 74, 88, 92, 93, 104, 110, 116], "ogc": [1, 2], "fals": [1, 2, 6, 14, 16, 20, 21, 23, 26, 29, 32, 41, 42, 44, 45, 46, 47, 49, 50, 51, 52, 54, 55, 57, 59, 60, 68, 71, 72, 73, 74, 75, 77, 86, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 107, 117], "align": [1, 107], "string": [1, 3, 7, 9, 10, 27, 28, 61, 76, 83, 105, 106], "point": [1, 3, 15, 19, 27, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 102, 107, 109, 110, 115], "cloud": [1, 3, 19, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 107, 109, 110, 117], "should": [1, 3, 11, 62, 63, 82, 83, 105, 106, 109, 112, 114], "experiment": [1, 3, 6, 60, 63, 75], "none": [1, 3, 8, 9, 11, 27, 28, 43, 63, 76, 83, 87, 91], "auto": [1, 7, 61, 107, 109, 112, 117], "boundari": [1, 13, 107, 112], "automatick\u00e9": [1, 107], "nastaven\u00ed": [1, 4, 9, 107, 108, 117], "hranic": [1, 107, 117], "pomoc\u00ed": [1, 4, 7, 9, 108, 112, 117], "m\u00edst": [1, 4], "z\u00e1b\u011br\u016f": [1, 4, 112], "kameri": [1, 4, 9, 107, 112, 114], "pro": [1, 4, 7, 9, 107, 108, 112, 114], "omezen\u00ed": [1, 4, 7, 117], "oblasti": [1, 4, 7, 117], "rekonstrukc": [1, 4, 7], "To": [1, 4, 7, 18, 48, 105, 107, 108, 109, 111, 117], "m\u016f\u017ee": [1, 4, 7, 9, 108, 117], "pomoci": [1, 4, 9, 112, 117], "odstranit": [1, 4, 117], "vzd\u00e1len\u00e9": [1, 4], "artefakti": [1, 4, 9, 117], "pozad\u00ed": [1, 4, 107, 108], "obloha": [1, 4], "krajina": [1, 4], "v": [1, 4, 9, 107, 109, 112, 114, 117], "atd": [1, 4, 9, 108, 117], "viz": [1, 4, 108], "tak\u00e9": [1, 4, 108, 117], "p\u0159\u00edkaz": [1, 4, 108, 117], "v\u00fdchoz\u00ed": [1, 4, 7, 9, 108, 117], "hodnota": [1, 4, 7, 9, 117], "distanc": [1, 16, 17, 18, 32, 48, 105, 107, 110], "posit": [1, 5, 13, 15, 17, 19, 30, 33, 35, 38, 53, 58, 69, 70, 78, 79, 80, 81, 82, 84, 100, 101, 105, 110, 113], "float": [1, 5, 13, 18, 19, 30, 48, 53, 58, 78, 79, 80, 81], "between": [1, 5, 39, 84, 109, 110], "camera": [1, 5, 28, 63, 68, 69, 70, 86, 104, 105, 106, 107, 110, 113, 116, 117], "shot": [1, 5, 111], "locat": [1, 5, 105, 108, 110, 113], "outer": [1, 5], "edg": [1, 5, 44], "when": [1, 5, 32, 61, 63, 72, 82, 85, 89, 96, 102, 103, 107, 109, 110], "comput": [1, 5, 6, 10, 16, 19, 25, 54, 59, 63, 75, 94, 107, 108], "set": [1, 5, 17, 19, 24, 28, 30, 33, 43, 45, 46, 47, 53, 56, 58, 60, 63, 67, 69, 100, 103, 106, 107, 113, 117], "choos": [1, 5, 8, 25, 36, 61, 70, 85, 104, 113], "valu": [1, 5, 16, 18, 19, 28, 30, 37, 48, 63, 69, 82, 105, 106, 110, 113], "bg": [1, 107], "remov": [1, 18, 48, 53, 58, 107, 109], "imag": [1, 6, 13, 19, 26, 28, 30, 32, 33, 35, 39, 62, 63, 67, 68, 70, 72, 75, 82, 84, 85, 89, 96, 97, 103, 105, 107, 110, 112, 113, 116], "mask": [1, 6, 75, 107, 113, 117], "ai": [1, 6, 75], "background": [1, 4, 6, 115], "json": [1, 7, 10, 109, 113, 117], "geojson": [1, 107, 117], "polygon": [1, 7, 44, 117], "omezuj\u00edc\u00ed": [1, 7], "oblast": [1, 4, 7, 117], "lze": [1, 7, 9, 108, 114, 117], "zadat": [1, 7, 9, 108, 114, 117], "bu\u010f": [1, 7], "jako": [1, 4, 9, 107, 108, 114, 117], "cestu": [1, 7, 117], "k": [1, 4, 7, 9, 103, 107], "souboru": [1, 7, 108, 117], "nebo": [1, 4, 7, 9, 107, 108, 114, 117], "\u0159et\u011bzec": [1, 7], "reprezentuj\u00edc\u00ed": [1, 7], "obsah": [1, 7], "build": [1, 20, 21, 105, 107, 108, 117], "overview": [1, 11, 107, 115, 117], "vytv\u00e1\u0159ejt": 1, "p\u0159ehledi": [1, 117], "ortofotosn\u00edmk\u016f": 1, "rychlej\u0161\u00ed": [1, 108], "zobrazen\u00ed": [1, 4, 7, 117], "programech": 1, "je": [1, 107, 108, 114], "qgi": [1, 8, 11, 107, 112, 113, 117], "len": [1, 104, 107], "perspect": [1, 107], "brown": [1, 107], "fishey": [1, 107], "fisheye_opencv": [1, 9], "spheric": [1, 107], "equirectangular": [1, 9], "dual": [1, 9], "typu": [1, 9, 108, 117], "projekc": [1, 9], "ru\u010dn\u00ed": [1, 107], "hodnoti": [1, 9, 117], "zlep\u0161it": [1, 4, 7, 9, 13, 18, 19, 33, 39, 103, 108, 112, 114, 117], "geometrick\u00e9": [1, 9], "nezkreslen\u00ed": [1, 9], "ve": [1, 7, 9, 60, 108, 114, 117], "v\u00fdchoz\u00edm": [1, 9, 117], "se": [1, 4, 9, 13, 18, 19, 33, 39, 103, 107, 108, 112, 114, 117], "aplikac": [1, 7, 9, 103, 107, 108], "pokus\u00ed": [1, 9], "ur\u010dit": [1, 7, 9, 117], "typ": [1, 4, 9, 107], "objektivu": [1, 107], "z": [1, 4, 7, 9, 105, 106, 107, 108, 112, 114], "metadat": [1, 9], "sn\u00edmk\u016f": [1, 9, 107, 108, 114, 117], "m\u00edsto": [1, 108, 117], "v\u00fdpo\u010dtu": [1, 117], "parametr\u016f": [1, 117], "fotoapar\u00e1tu": [1, 103, 107, 117], "pou\u017eijt": [1, 117], "parametri": [1, 107, 108], "vypo\u010dten\u00e9": 1, "jin\u00e9": [1, 107, 112, 117], "sadi": [1, 4, 7, 112, 117], "dat": [1, 9, 107], "cog": [1, 107], "vytv\u00e1\u0159en\u00ed": [1, 107], "geotiff\u016f": 1, "optimalizovan\u00fdch": 1, "b\u011b\u017en\u00fdch": 1, "copi": [1, 8, 102, 107], "po": [1, 7, 107, 108], "zpracov\u00e1n\u00ed": [1, 4, 7, 107, 108], "zkop\u00edrujt": 1, "v\u00fdstupn\u00ed": [1, 117], "v\u00fdsledki": [1, 117], "do": [1, 4, 23, 41, 102, 105, 106, 107, 108, 110, 111, 112, 114, 117], "t\u00e9to": [1, 9, 108, 117], "slo\u017eki": [1, 108, 117], "crop": [1, 44, 107, 113, 117], "smooth": [1, 13], "buffer": [1, 8, 13], "around": [1, 13, 44, 58, 105], "dataset": [1, 10, 13, 15, 22, 36, 40, 42, 59, 61, 62, 64, 66, 70, 72, 77, 82, 97, 102, 107, 110, 112, 116, 117], "shrunk": [1, 13], "n": [1, 13, 17, 53, 58, 105, 106, 110, 112], "meter": [1, 13, 28, 30, 58, 80, 81, 105, 106, 109, 110], "disabl": [1, 13, 17, 53, 58, 59, 67, 113, 117], "decim": [1, 107], "integ": [1, 15, 17, 33, 35, 37, 38, 39, 67, 69, 82, 84, 100, 101], "p\u0159ed": [1, 108, 117], "vygenerov\u00e1n\u00edm": 1, "prove\u010ft": [1, 117], "decimaci": 1, "bod\u016f": [1, 7, 9, 117], "1": [1, 7, 15, 37, 67, 78, 102, 107, 109, 110, 113, 117], "znamen\u00e1": [1, 7, 108, 117], "bez": [1, 7, 108, 114, 117], "decimac": 1, "pln\u00e1": [1, 117], "kvalita": [1, 117], "100": [1, 15, 97, 108, 109], "decimuj": 1, "99": [1, 15, 108], "u\u017eite\u010dn\u00e9": [1, 108, 117], "urychlen\u00ed": 1, "generov\u00e1n\u00ed": [1, 7, 117], "v\u00fdsledk\u016f": [1, 117], "velmi": [1, 9, 114, 117], "rozs\u00e1hl\u00fdch": [1, 9], "souborech": [1, 9], "euclidean": [1, 107], "map": [1, 7, 8, 11, 104, 105, 107, 117], "vypo\u010d\u00edt\u00e1": 1, "euklidovsk": 1, "rastrov": 1, "mapu": [1, 7, 117], "ka\u017ed\u00fd": [1, 114, 117], "mapa": 1, "uv\u00e1d\u00ed": 1, "vzd\u00e1lenost": [1, 117], "od": [1, 108, 112, 114, 117], "ka\u017ed\u00e9": 1, "bu\u0148ki": 1, "nejbli\u017e\u0161\u00ed": [1, 9], "hodnot\u011b": 1, "nodata": [1, 16], "vypln\u011bn\u00edm": 1, "otvor\u016f": 1, "b\u00fdt": [1, 7, 9, 108, 117], "izolaci": 1, "oblast\u00ed": 1, "kter\u00e9": [1, 4, 7, 9, 108, 114, 117], "byli": [1, 7, 103, 117], "vypln\u011bni": 1, "gapfil": [1, 107, 117], "step": [1, 36, 56, 102, 107, 109, 117], "po\u010det": [1, 7, 117], "krok\u016f": [1, 108], "pou\u017eit\u00fdch": 1, "vypln\u011bn\u00ed": 1, "": [1, 4, 7, 9, 41, 61, 102, 103, 104, 105, 106, 108, 110, 112, 114], "mezerami": 1, "nastaven\u00edm": [1, 117], "na": [1, 4, 7, 103, 107, 114], "vypl\u0148ov\u00e1n\u00ed": 1, "mezer": 1, "zak\u00e1\u017e": 1, "po\u010d\u00ednaj": 1, "polom\u011brem": 1, "rovn\u00fdm": 1, "v\u00fdstupn\u00edmu": 1, "rozli\u0161en\u00ed": [1, 117], "algoritmu": 1, "idw": [1, 17], "invers": [1, 17], "weight": [1, 17], "vytvo\u0159\u00ed": [1, 117], "r\u016fzn\u00fdch": [1, 7, 9, 108], "postupn\u011b": 1, "zv\u011bt\u0161uj\u00edc\u00edm": 1, "slou\u010d\u00ed": 1, "dohromadi": [1, 107, 114], "zb\u00fdvaj\u00edc\u00ed": 1, "mezeri": 1, "pak": [1, 7, 108, 114, 117], "interpolac": [1, 117], "nejbli\u017e\u0161\u00edho": 1, "souseda": 1, "resolut": [1, 8, 17, 32, 35, 58, 67, 107, 117], "dsm": [1, 18, 107, 117], "dtm": [1, 18, 57, 107, 117], "cm": [1, 18, 48, 117], "pixel": [1, 18, 48, 101, 105, 117], "note": [1, 11, 18, 48, 69], "cap": [1, 18, 32, 48], "2x": [1, 18], "ground": [1, 18, 20, 21, 27, 32, 48, 57, 107, 110, 113, 115, 117], "sampl": [1, 18, 32, 48, 105, 107], "gsd": [1, 4, 18, 48, 107, 110, 117], "estim": [1, 18, 32, 48, 59], "check": [1, 18, 20, 21, 48], "ignor": [1, 18, 48, 107, 117], "also": [1, 18, 39, 48, 68, 102, 103, 104, 105, 107, 109, 110, 114, 115, 116, 117], "5": [1, 18, 48, 53, 80, 105, 109, 110, 117], "tato": [1, 108, 117], "zna\u010dka": 1, "slou\u017e\u00ed": [1, 7], "vytvo\u0159en\u00ed": [1, 107, 108, 117], "digit\u00e1ln\u00edho": [1, 7], "modelu": [1, 7, 9, 108, 117], "povrchu": [1, 117], "zem\u011b": [1, 117], "objekti": [1, 117], "progresivn\u00edho": 1, "morfologick\u00e9ho": 1, "filtru": 1, "jemn\u011bj\u0161\u00ed": 1, "zkontrolujt": [1, 107], "vytvo\u0159it": [1, 7, 107, 108, 117], "digit\u00e1ln\u00ed": [1, 107, 117], "ter\u00e9nu": [1, 117], "pouz": [1, 7, 9, 108, 117], "pozemn\u00ed": [1, 117], "jednoduch\u00e9ho": 1, "smrf": [1, 21, 107, 117], "end": [1, 102, 107, 117], "split": [1, 22, 36, 60, 64, 66, 76, 77, 107, 117], "merg": [1, 17, 22, 64, 66, 76, 77, 107, 113, 117], "opensfm": [1, 9, 22, 64, 66, 109, 113, 117], "openmv": [1, 22, 64, 66], "odm_filterpoint": [1, 22, 64, 66], "odm_mesh": [1, 22, 64, 66, 113], "mvs_textur": [1, 22, 64, 66], "odm_georeferenc": [1, 22, 64, 66, 112, 113, 117], "odm_dem": [1, 22, 64, 66, 113], "odm_orthophoto": [1, 22, 64, 66, 112, 113, 117], "odm_report": [1, 22, 64, 66, 112], "odm_postprocess": [1, 22, 64, 66], "f\u00e1zi": 1, "ukon\u010det": 1, "fast": [1, 34, 103, 107], "orthophoto": [1, 8, 36, 67, 71, 92, 94, 107, 109, 116, 117], "p\u0159esko\u010d\u00ed": 1, "hustou": 1, "rekonstrukci": [1, 7, 9], "generuj": 1, "ortofoto": [1, 7, 117], "p\u0159\u00edmo": [1, 117], "\u0159\u00eddk\u00e9": 1, "pokud": [1, 4, 7, 108, 112, 114, 117], "pot\u0159ebujet": [1, 108], "nepot\u0159ebujet": 1, "kompletn\u00ed": [1, 7], "zapn\u011bt": 1, "tuto": [1, 4, 7, 9, 13, 18, 19, 33, 39, 103, 108, 112, 114, 117], "mo\u017enost": [1, 7, 108, 117], "featur": [1, 7, 11, 44, 67, 85, 102, 107, 110, 113, 114, 117], "qualiti": [1, 15, 19, 32, 60, 67, 103, 107, 110, 117], "ultra": [1, 24, 56, 60, 117], "high": [1, 24, 26, 30, 56, 60, 105, 110, 117], "medium": [1, 7, 8, 11, 24, 56], "low": [1, 9, 24, 56, 105, 110], "lowest": [1, 24, 56], "nastavt": [1, 108, 117], "kvalitu": [1, 117], "extrakc": 1, "prvk\u016f": [1, 7, 117], "vy\u0161\u0161\u00ed": [1, 117], "lep\u0161\u00ed": [1, 117], "rysi": 1, "al": [1, 108, 117], "vy\u017eaduj": [1, 108, 117], "v\u00edce": [1, 7, 107, 112, 117], "pam\u011bti": [1, 7, 107, 117], "trv\u00e1": 1, "d\u00e9le": [1, 117], "type": [1, 7, 8, 9, 11, 105, 107, 108, 110, 117], "akaz": [1, 25], "hahog": [1, 25], "orb": [1, 25], "sift": [1, 25], "zvolt": [1, 7], "extrakci": 1, "kl\u00ed\u010dov\u00fdch": 1, "v\u00fdpo\u010det": [1, 117], "deskriptor\u016f": 1, "forc": [1, 105, 107], "data": [1, 8, 11, 26, 33, 89, 104, 105, 106, 107, 108, 109, 110, 113, 114, 116, 117], "exif": [1, 26, 33, 63, 105, 107, 109], "kdy\u017e": [1, 4, 108, 112, 117], "jsou": [1, 107, 108, 112, 114, 117], "p\u0159\u00edtomni": 1, "tento": [1, 9, 108, 112, 117], "p\u0159\u00edznak": [1, 108, 117], "u\u017eite\u010dn\u00fd": 1, "m\u00e1te": [1, 7, 108, 117], "vysoc": [1, 107], "p\u0159esn\u00e1": 1, "m\u011b\u0159en\u00ed": [1, 107], "nejsou": [1, 7, 9, 108, 117], "dispozici": [1, 108, 117], "\u017e\u00e1dn\u00e9": [1, 117], "nic": [1, 7], "neud\u011bl\u00e1": 1, "cesta": [1, 117], "obsahuj\u00edc\u00edmu": 1, "bodi": [1, 117], "kontroli": [1, 117], "pou\u017e\u00edvan\u00e9": 1, "georeferencov\u00e1n\u00ed": 1, "soubor": [1, 7, 108, 117], "mus\u00ed": 1, "pou\u017e\u00edvat": [1, 107, 108, 117], "n\u00e1sleduj\u00edc\u00ed": [1, 9, 108, 117], "form\u00e1t": [1, 7], "epsg": [1, 7, 27, 28, 105, 106], "code": [1, 27, 28, 40, 102, 105, 106, 109, 112, 113, 117], "proj": [1, 27, 28, 105, 106], "definit": [1, 27, 28], "geo_x": [1, 27, 28, 105, 106], "geo_i": [1, 27, 28, 105, 106], "geo_z": [1, 27, 28, 105, 106], "im_x": [1, 27, 105], "im_i": [1, 27, 105], "image_nam": [1, 27, 28, 83, 105, 106], "gcp_name": [1, 27, 105], "extra1": [1, 27, 105], "extra2": [1, 27, 105], "geo": [1, 105, 106, 107], "geoloc": [1, 28, 107], "file": [1, 8, 10, 11, 27, 28, 29, 42, 83, 88, 93, 95, 100, 102, 103, 107, 108, 109, 111, 112, 113, 117], "contain": [1, 27, 28, 62, 105, 106, 110, 117], "center": [1, 28, 105], "coordin": [1, 7, 28, 105, 106, 113], "don": [1, 28, 42, 74, 102], "t": [1, 28, 42, 60, 74, 102, 105, 109, 110, 115], "have": [1, 4, 16, 26, 28, 42, 60, 62, 72, 82, 88, 95, 104, 105, 109, 110, 111], "yaw": [1, 28, 106], "pitch": [1, 28, 106], "roll": [1, 28, 96, 106, 107, 110], "them": [1, 10, 28], "need": [1, 23, 27, 28, 60, 71, 73, 74, 83, 102, 103, 105, 109, 110], "follow": [1, 27, 28, 83, 102, 105, 108, 109, 112, 113, 115, 116, 117], "format": [1, 11, 27, 28, 50, 51, 52, 55, 83, 106, 107, 111, 113, 115], "degre": [1, 28, 106, 110], "horz": [1, 28, 106], "accuraci": [1, 28, 54, 59, 68, 106, 107], "vert": [1, 28, 106], "gltf": [1, 107], "binari": [1, 29], "glb": [1, 29], "textur": [1, 29, 107, 109, 115, 117], "hodnotu": [1, 117], "metrech": [1, 117], "informaci": 1, "dilut": [1, 30], "precis": [1, 26, 30, 105, 110], "dop": [1, 30], "v\u0161echni": [1, 7, 9, 108, 112, 117], "sn\u00edmky": [1, 9, 103, 112, 117], "ozna\u010deni": 1, "informacemi": 1, "vysok": [1, 117], "p\u0159esnost\u00ed": [1, 117], "rtk": [1, 30, 105, 106, 110], "bude": [1, 7, 112, 117], "nastavena": [1, 117], "automaticki": [1, 9, 108, 117], "ji": [1, 7, 108, 117], "m\u016f\u017eete": [1, 7, 103, 108, 112, 114, 117], "nastavit": [1, 7, 117], "ru\u010dn\u011b": 1, "p\u0159\u00edpad\u011b": [1, 7, 9, 108, 117], "\u017ee": [1, 4, 7, 103, 107, 108, 112, 114], "sel\u017e": 1, "sn\u00ed\u017een\u00ed": 1, "n\u011bkdy": [1, 108, 114, 117], "kontrolovat": 1, "bowl": [1, 30, 96, 109], "efekti": 1, "velk\u00fdch": [1, 117], "ploch\u00e1ch": [1, 117], "10": [1, 7, 30, 103, 105, 106, 108, 110, 112, 117], "zobraz\u00ed": [1, 7, 108, 117], "n\u00e1pov\u011bdu": 1, "ukon\u010d\u00ed": [1, 117], "ignorovat": 1, "odb\u011bru": 1, "vzork\u016f": 1, "omezuj": 1, "maxim\u00e1ln\u00ed": 1, "obrazov\u00fdch": 1, "v\u00fdstup\u016f": 1, "pot\u0159ebi": [1, 108, 117], "m\u011bn\u00ed": [1, 117], "velikost": [1, 117], "obr\u00e1zk\u016f": [1, 117], "co\u017e": [1, 7, 117], "vede": 1, "rychlej\u0161\u00edmu": 1, "ni\u017e\u0161\u00ed": [1, 117], "spot\u0159eb\u011b": 1, "vzhledem": [1, 7, 117], "tomu": [1, 7, 103, 117], "odhad": 1, "jej\u00ed": [1, 7, 108, 117], "ignorov\u00e1n\u00ed": 1, "v\u00e9st": 1, "m\u00edrn\u011b": [1, 117], "kvalit\u011b": 1, "matcher": [1, 107, 117], "neighbor": [1, 17, 34, 84, 107], "match": [1, 8, 33, 34, 39, 110, 113], "nearest": [1, 16, 17, 33, 34], "triangul": [1, 33, 70], "order": [1, 105, 110], "filenam": [1, 102, 105, 106, 111, 117], "speed": [1, 8, 15, 97, 110], "up": [1, 15, 56, 97, 109, 117], "process": [1, 12, 22, 32, 35, 39, 42, 54, 56, 61, 63, 65, 66, 72, 89, 100, 107, 108, 109, 110, 112, 116, 117], "sequenti": [1, 109], "those": [1, 85, 102, 107, 108, 110], "extract": [1, 24, 25, 39, 67, 100, 101, 117], "video": [1, 107], "It": [1, 23, 61, 102, 103, 105, 117], "appli": [1, 63], "onli": [1, 21, 58, 64, 67, 70, 71, 73, 102, 105, 106, 109, 113, 117], "non": [1, 11, 103], "bow": [1, 34], "bruteforc": [1, 34], "flann": [1, 34, 117], "rychl\u00e1": [1, 7], "knihovna": 1, "p\u0159ibli\u017en\u00e9": 1, "sousedi": 1, "bag": [1, 34], "word": [1, 34, 109], "pomalej\u0161\u00ed": 1, "stabiln\u011bj\u0161\u00ed": 1, "p\u0159ehl\u00e9dnout": 1, "platn\u00e9": 1, "shodi": 1, "pomal\u00fd": 1, "robustn\u00ed": [1, 9], "max": [1, 9, 107, 117], "concurr": [1, 107, 117], "proces\u016f": [1, 117], "maj\u00ed": [1, 108, 114, 117], "pou\u017e\u00edt": [1, 4, 103, 107, 108, 117], "procesech": 1, "pam\u011b\u0165ov\u00e1": 1, "n\u00e1ro\u010dnost": 1, "gb": [1, 108, 117], "vl\u00e1kno": 1, "obrazu": [1, 108, 117], "megapix": 1, "4": [1, 35, 105, 107, 110, 112, 117], "all": [1, 11, 30, 36, 63, 69, 89, 102, 104, 105, 107, 108, 109, 112], "pointcloud": [1, 36], "v\u00fdb\u011br": [1, 107], "toho": [1, 108, 114], "co": [1, 107, 112, 114], "m\u00e1": [1, 7, 108, 112, 117], "slou\u010dit": 1, "kroku": [1, 117], "slou\u010den\u00ed": 1, "rozd\u011blen\u00e9": 1, "datov\u00e9": [1, 4, 7, 112], "sad\u011b": 1, "dostupn\u00e9": [1, 108, 117], "v\u00fdstupi": [1, 117], "mesh": [1, 85, 86, 94, 107, 109, 113, 115, 117], "octre": [1, 107, 117], "depth": [1, 107, 117], "x": [1, 37, 105, 106, 108, 117], "14": [1, 37], "hloubka": 1, "osmist\u011bnu": 1, "pou\u017eit\u00e1": 1, "p\u0159i": [1, 4, 7, 9, 108, 117], "s\u00edt\u011b": 1, "zvy\u0161t": [1, 117], "abyst": [1, 7, 108, 112, 117], "z\u00edskali": [1, 7, 117], "vrchol\u016f": [1, 7], "doporu\u010den\u00e9": [1, 108, 117], "8": [1, 11, 37, 105, 108, 110, 117], "12": [1, 37, 108, 110, 117], "11": [1, 37, 105, 110, 117], "size": [1, 8, 11, 107, 110, 117], "200000": [1, 38], "min": [1, 107, 117], "num": [1, 107, 117], "minimum": [1, 39, 105], "number": [1, 17, 35, 39, 63, 82, 99, 100, 108, 109, 110], "per": [1, 35, 39, 82, 109], "more": [1, 11, 24, 34, 37, 39, 53, 56, 102, 105, 106, 107, 109, 110, 113, 114, 115, 117], "find": [1, 39, 102, 105, 109, 115], "potenti": [1, 8, 39], "allow": [1, 7, 8, 11, 39, 42, 109, 117], "area": [1, 7, 16, 17, 30, 39, 44, 85, 94, 105, 110, 111, 117], "littl": [1, 39], "overlap": [1, 39, 44, 105, 107, 109, 117], "insuffici": [1, 39], "slow": [1, 34, 39], "down": [1, 39], "10000": [1, 39, 117], "n\u00e1zev": [1, 7, 108, 117], "tj": [1, 117], "podslo\u017eki": 1, "slo\u017ec": [1, 117], "projektu": [1, 107, 114], "gpu": [1, 4, 7, 8, 9, 11, 107, 108, 117], "acceler": [1, 41], "even": [1, 26, 41, 102, 109], "avail": [1, 36, 41, 42, 70, 103, 105, 106, 107, 108, 109], "optim": [1, 8, 50, 96, 107, 110], "disk": [1, 7, 11, 103, 107, 117], "space": [1, 103, 105, 107], "odstran\u011bn\u00edm": 1, "objemn\u00fdch": 1, "mezisoubor\u016f": 1, "optimalizujet": 1, "vyu\u017eit\u00ed": [1, 117], "m\u00edsta": [1, 107, 108], "disku": [1, 7, 108, 117], "ovliv\u0148uj": 1, "op\u011btovn\u00e9ho": 1, "spu\u0161t\u011bn\u00ed": [1, 107, 117], "pipelin": [1, 42, 65, 109, 115], "mezistupn\u011b": 1, "umo\u017e\u0148uj": [1, 108, 112, 117], "zpracov\u00e1vat": [1, 108], "soubori": [1, 108, 117], "po\u010d\u00edta\u010d\u00edch": 1, "nemaj\u00ed": 1, "dostatek": 1, "compress": [1, 11, 107, 117], "jpeg": [1, 43, 117], "lzw": [1, 43], "packbit": [1, 43], "deflat": [1, 43, 117], "lzma": [1, 43], "kompres": 1, "kter\u00e1": [1, 107, 108, 112, 117], "ortofotomapi": [1, 103, 112], "cutlin": [1, 107, 117], "kolem": 1, "o\u0159ezu": 1, "kter\u00fd": [1, 4, 7, 9, 108, 117], "o\u0159\u00edzn": 1, "okraj\u016f": 1, "se\u0161\u00edv\u00e1n\u00ed": 1, "beze\u0161v\u00fdch": 1, "mozaik": 1, "p\u0159ekr\u00fdvaj\u00edc\u00edmi": 1, "ortofotomapami": 1, "kmz": [1, 107, 117], "parametr": [1, 4, 7, 9, 112, 117], "chcete": [1, 7, 108, 114, 117], "vygenerovat": 1, "vykreslen\u00ed": 1, "aplikaci": [1, 107, 108], "googl": [1, 45], "earth": [1, 45, 114], "m\u00edt": [1, 7, 108, 112, 117], "pruhi": 1, "png": [1, 107, 111, 113, 117], "ortofota": [1, 7, 117], "form\u00e1tu": [1, 7], "v\u0161imn\u011bt": [1, 108, 117], "si": [1, 107, 117], "omezena": 1, "odhadem": 1, "vzd\u00e1lenosti": [1, 117], "vzorkov\u00e1n\u00ed": 1, "li": [1, 7, 108, 114, 117], "limit": [1, 58, 107, 110, 111], "za\u0161krtn\u011bt": 1, "pc": [1, 19, 107, 117], "classifi": [1, 57, 107], "control": [1, 19, 27, 30, 49, 83, 107, 109, 110, 115, 117], "behavior": [1, 49, 102], "option": [1, 3, 5, 7, 9, 10, 12, 13, 15, 17, 18, 22, 23, 24, 25, 27, 28, 30, 33, 34, 35, 36, 37, 38, 39, 40, 43, 48, 49, 53, 56, 58, 61, 62, 63, 64, 66, 67, 68, 69, 70, 72, 76, 78, 79, 80, 81, 82, 83, 84, 85, 87, 91, 94, 100, 101, 105, 106, 108, 109, 113], "tweak": [1, 49, 103], "paramet": [1, 8, 9, 10, 11, 20, 21, 45, 46, 47, 49, 78, 79, 80, 81, 96, 116], "copc": [1, 107], "save": [1, 8, 50, 71, 73, 74], "csv": [1, 105, 107, 113, 117], "export": [1, 51, 52, 55, 107, 117], "georeferencovan\u00e9ho": 1, "mra\u010dna": [1, 7, 9, 117], "ept": [1, 107], "entwin": [1, 52], "filter": [1, 20, 21, 58, 78, 79, 80, 81, 107, 117], "filtruj": 1, "mra\u010dno": [1, 9, 117], "odchyluj\u00ed": 1, "m\u00edstn\u00edho": 1, "pr\u016fm\u011bru": 1, "o": [1, 4, 7, 102, 103, 107, 108, 117], "ne\u017e": [1, 7, 107, 117], "standardn\u00edch": 1, "odchylek": 1, "filtrov\u00e1n\u00ed": 1, "vypnet": 1, "mraku": 1, "nastaven\u00fdch": [1, 117], "hust\u0161\u00ed": 1, "zv\u00fd\u0161en\u00ed": [1, 117], "kvaliti": 1, "zvy\u0161uj": 1, "dobu": [1, 7, 117], "zhruba": 1, "4x": [1, 56], "rectifi": [1, 107], "rektifikaci": 1, "mra\u010dnu": [1, 117], "chybn\u011b": [1, 117], "klasifikovan\u00e9": 1, "budou": [1, 108, 112], "p\u0159eklasifikov\u00e1ni": 1, "tak": [1, 7, 107, 108], "ponech\u00e1": 1, "jeden": 1, "bod": [1, 117], "okol\u00ed": 1, "polom\u011bru": [1, 117], "v\u00fdstupn\u00edho": 1, "odstran\u011bn\u00ed": 1, "duplicitn\u00edch": 1, "zak\u00e1\u017eet": 1, "skip": [1, 23, 77, 107, 111], "geometr": [1, 107], "consist": [1, 54, 59], "depthmap": [1, 54, 59, 60, 107, 113, 117], "mai": [1, 59, 102, 113], "usabl": [1, 59], "larger": [1, 8, 59, 105, 110], "flag": [1, 26, 59], "primari": [1, 107], "multispektr\u00e1ln\u00edch": [1, 112], "datov\u00fdch": [1, 117], "sad": [1, 117], "prim\u00e1rn\u00edho": 1, "p\u00e1sma": [1, 107, 112], "pou\u017eito": 1, "doporu\u010dujem": [1, 9, 108], "vybrat": [1, 9, 108, 117], "p\u00e1smo": 1, "ostr\u00e9": 1, "detaili": 1, "zaost\u0159en\u00e9": 1, "ke": [1, 4, 7, 9, 108, 117], "slo\u017eka": [1, 117], "m\u011bla": [1, 108, 117], "obsahovat": 1, "jednotliv\u00e9": [1, 117], "ka\u017ed\u00e1": 1, "datov\u00e1": 1, "sada": [1, 117], "slo\u017eku": [1, 117], "radiometr": [1, 89, 106, 107, 112, 116], "calibr": [1, 104, 106, 107, 112, 116], "sun": [1, 63, 110], "radiometrick\u00e9": [1, 112], "kalibrac": [1, 107], "prov\u00e9st": [1, 7, 108], "sn\u00edmc\u00edch": [1, 117], "term\u00e1ln\u00edch": 1, "byst": [1, 7, 9, 108, 117], "m\u011bli": [1, 7, 9, 108, 117], "odrazivosti": 1, "teploti": [1, 117], "jinak": [1, 7, 117], "dostanet": [1, 108], "digit\u00e1ln\u00edch": [1, 107], "\u010d\u00edsel": 1, "fotoapar\u00e1t": [1, 117], "aplikuj": [1, 7], "\u00farove\u0148": [1, 117], "\u010dern\u00e9": 1, "vin\u011btaci": 1, "kompenzaci": 1, "\u0159\u00e1dkov\u00e9ho": 1, "gradientu": 1, "zisku": 1, "expozic": 1, "nalezeni": 1, "p\u0159\u00edslu\u0161n\u00e9": 1, "absolutn\u00ed": 1, "slunc": [1, 117], "experiment\u00e1ln\u00ed": [1, 117], "korekc": [1, 9], "nav\u00edc": 1, "kompenzuj": 1, "spektr\u00e1ln\u00ed": 1, "z\u00e1\u0159ivost": 1, "zaznamenan": 1, "prost\u0159ednictv\u00edm": [1, 117], "sn\u00edma\u010de": 1, "dopadaj\u00edc\u00edho": 1, "sv\u011btla": 1, "dl": [1, 63], "ohledem": 1, "\u00fahel": [1, 117], "dopadu": 1, "rerun": [1, 107], "znovu": [1, 117], "spus\u0165t": [1, 107, 117], "zastavt": 1, "trvale": 1, "odstran\u00ed": [1, 117], "p\u0159edchoz\u00ed": [1, 108], "spust\u00ed": 1, "zpracovatelsk\u00fd": 1, "f\u00e1ze": 1, "shutter": [1, 96, 107, 110], "turn": [1, 23, 60, 68, 91, 96, 117], "correct": [1, 63, 68, 105, 112], "were": [1, 68, 102], "taken": [1, 68, 96, 110], "motion": [1, 68, 70, 115], "result": [1, 12, 15, 32, 54, 65, 68, 70, 71, 73, 94, 96, 105, 108, 109, 110, 112, 117], "see": [1, 68, 102, 103, 104, 105, 108, 109, 113], "readout": [1, 68, 107], "overrid": [1, 19, 69, 106], "time": [1, 8, 11, 54, 56, 69, 71, 73, 74, 107, 110, 114, 117], "sensor": [1, 63, 69, 104, 110, 112], "millisecond": [1, 69], "instead": [1, 10, 11, 67, 69, 88, 94, 95, 102, 105, 108, 109, 110, 114], "databas": [1, 69], "ar": [1, 17, 26, 30, 36, 37, 63, 69, 70, 72, 82, 84, 86, 92, 96, 102, 103, 104, 105, 106, 107, 108, 109, 110, 113, 115, 117], "present": [1, 26, 69, 112], "sfm": [1, 107], "algorithm": [1, 17, 25, 34, 107, 109], "increment": [1, 70, 110], "planar": [1, 70, 94, 105], "structur": [1, 11, 70, 105, 115], "For": [1, 70, 103, 105, 107, 109, 110, 111, 117], "aerial": [1, 70, 110], "angl": [1, 63, 70, 106, 117], "better": [1, 24, 32, 56, 70, 110, 116], "scene": [1, 54, 60, 70], "captur": [1, 70, 116, 117], "fix": [1, 70, 107], "altitud": [1, 70, 110], "nadir": [1, 4, 70], "much": [1, 11, 60, 70], "faster": [1, 8, 32, 34, 70, 94], "partial": 1, "happen": [1, 102, 109], "suffici": [1, 42, 105], "isol": [1, 16], "3dmodel": [1, 107], "p\u0159esko\u010den\u00ed": 1, "\u00fapln\u00e9ho": 1, "u\u0161et\u0159it": [1, 117], "\u010da": [1, 4, 7, 9, 108, 114, 117], "2d": [1, 8, 11, 71, 117], "zarovn\u00e1": 1, "dodate\u010dn\u011b": 1, "zpracov\u00e1ni": 1, "ji\u017e": [1, 7, 103, 108, 114, 117], "vyrovn\u00e1ni": 1, "p\u0159esko\u010dit": 1, "report": [1, 16, 107], "zpr\u00e1vy": 1, "pdf": [1, 74, 110, 117], "zpr\u00e1vu": 1, "sky": [1, 4, 107, 111], "sm": [1, 107, 109], "cluster": [1, 82, 84, 107, 117], "url": [1, 76, 102], "instanc": [1, 8, 76, 107, 109, 110], "clusterodm": [1, 76, 107], "distribuci": [1, 108], "pracovn\u00edho": 1, "postupu": 1, "uzl\u016f": [1, 117], "paraleln\u011b": [1, 108], "submodel": [1, 77, 82, 84, 109], "good": [1, 77, 102, 105, 110, 112, 115, 117], "enough": [1, 77], "veri": [1, 15, 34, 77, 97, 109, 110, 114], "larg": [1, 15, 30, 60, 77, 82, 97, 107, 117], "scalar": [1, 107, 117], "jednoduch\u00fd": [1, 117], "morfologick\u00fd": [1, 117], "filtr": [1, 117], "skal\u00e1rn\u00ed": 1, "v\u00fd\u0161ky": [1, 117], "25": [1, 78, 110], "slope": [1, 107, 117], "sklonu": [1, 117], "n\u00e1r\u016fst": 1, "nad": [1, 9, 117], "pr\u016fb\u011bhem": 1, "15": [1, 79, 103, 105, 117], "threshold": [1, 107, 117], "prahov\u00e9": 1, "window": [1, 102, 103, 107, 117], "okna": [1, 117], "18": [1, 81, 108, 117], "pr\u016fm\u011brn\u00fd": 1, "d\u00edl\u010d\u00ed": 1, "rozd\u011blov\u00e1n\u00ed": 1, "velk\u00e9ho": 1, "men\u0161\u00ed": [1, 4, 117], "mode": [1, 107, 117], "seskupuj\u00ed": 1, "shluk\u016f": 1, "upravuj": [1, 7], "m\u011bl": [1, 107, 108, 117], "shluk": 1, "999999": [1, 82], "group": [1, 82, 84, 107, 109], "skupin": [1, 117], "ur\u010duj": [1, 117], "jak": [1, 9, 107, 108, 117], "obr\u00e1zki": [1, 107, 117], "rozd\u011bleni": 1, "group_namedefault": [1, 83], "polom\u011br": [1, 117], "p\u0159ekryt\u00ed": [1, 117], "d\u00edl\u010d\u00edch": 1, "model\u016f": [1, 9, 107], "seskupen\u00ed": 1, "shluku": 1, "p\u0159idaj\u00ed": 1, "bl\u00ed\u017ee": 1, "prov\u00e1d\u00ed": [1, 117], "proto": [1, 117], "abi": [1, 7, 108, 114, 117], "sousedn\u00ed": [1, 7], "submod": 1, "p\u0159ekr\u00fdvali": 1, "150": [1, 84], "keep": [1, 11, 58, 105, 107, 115], "unseen": [1, 107], "face": [1, 107, 117], "zachovat": 1, "s\u00edti": 1, "plochi": [1, 117], "vid\u011bt": [1, 4, 7, 108], "kame\u0159": 1, "materi": [1, 105, 107, 117], "obj": [1, 88, 113], "multipl": [1, 44, 76, 88, 109], "ones": [1, 88], "global": [1, 97, 107, 110], "seam": [1, 107], "level": [1, 11, 63, 107, 110], "normalizac": [1, 112], "barev": 1, "v\u0161ech": [1, 7, 108, 112, 117], "radiometrick\u00fdch": 1, "local": [1, 11, 53, 97, 107, 110, 117], "vynechejt": [1, 117], "prol\u00edn\u00e1n\u00ed": 1, "bl\u00edzkosti": 1, "\u0161v\u016f": 1, "statick\u00fdch": 1, "dla\u017edic": 1, "vhodn\u00e9": [1, 4, 107], "prohl\u00ed\u017ee\u010d": [1, 7, 108, 117], "leaflet": [1, 92], "openlay": [1, 92], "3dmesh": [1, 107], "5d": [1, 94, 117], "\u00faplnou": 1, "s\u00ed\u0165": 1, "n\u011bco": [1, 108, 117], "poskytuj": [1, 117], "podobn\u00e9": [1, 117], "rovinn\u00fdch": 1, "oblastech": [1, 117], "zna\u010dku": 1, "n\u011bj": [1, 117], "informac": [1, 103, 117], "param": [1, 107], "vypn\u011bt": [1, 117], "optimalizaci": 1, "b\u011bhem": [1, 108, 117], "svazku": [1, 117], "zlep\u0161en\u00ed": 1, "vykazuj\u00ed": 1, "dominaci": 1, "po\u0159\u00edzeni": 1, "fotoapar\u00e1tem": 1, "rolovac\u00ed": 1, "z\u00e1v\u011brkou": 1, "hybrid": [1, 107, 117], "bundl": [1, 96, 107, 117], "adjust": [1, 96, 107, 117], "m\u00edstn\u00ed": 1, "\u00fapravu": 1, "sn\u00edmek": 1, "p\u0159idan\u00fd": 1, "glob\u00e1ln\u00ed": 1, "ka\u017ed\u00fdch": 1, "zrychluj": 1, "u": [1, 7, 107, 108, 116, 117], "soubor\u016f": [1, 7, 107, 117], "version": [1, 102, 107, 108, 109], "\u010d\u00edslo": [1, 117], "verz": [1, 108, 112], "maximum": [1, 32, 35, 38, 100, 101], "frame": [1, 100, 101], "500": [1, 100, 108, 117], "4000": [1, 101], "p\u0159\u00edkazu": [1, 108, 117], "p\u0159idat": [1, 7, 108, 117], "dal\u0161\u00ed": [1, 7, 107, 117], "podrobnosti": 1, "nau\u010dt": [1, 4, 7, 9, 13, 18, 19, 33, 39, 103, 108, 112, 114, 117], "upravovat": [1, 4, 7, 9, 13, 18, 19, 33, 39, 103, 108, 112, 114, 117], "pomozt": [1, 4, 7, 9, 13, 18, 19, 33, 39, 103, 108, 112, 114, 117], "vylep\u0161it": 1, "odpov\u00eddaj\u00edc\u00ed": 1, "arguments_edit": 1, "ohrani\u010den\u00ed": [1, 107], "debug": [1, 107, 117], "resiz": [1, 32, 103, 107], "term": [1, 107, 110, 117], "outlier": [1, 107], "tone": [1, 107], "verbos": [1, 107], "parametru": [4, 7, 9], "boolean": [4, 8, 11], "dom\u00e9na": [4, 7, 9], "zdroje": [4, 7, 114, 117], "dopad": [4, 7], "cpu": [4, 7, 8, 9, 11, 107, 108], "n\u00edzk\u00fd": [4, 7], "\u017e\u00e1dn\u00fd": [4, 7, 108], "hdd": [4, 7, 8, 9, 11], "ram": [4, 7, 8, 9, 11, 60, 103, 117], "proce": [4, 108, 117], "sna\u017e\u00ed": 4, "omezit": 4, "z\u00e1klad\u011b": 4, "mean": [4, 53, 57], "filtrovan\u00e9ho": 4, "konvexn\u00edho": 4, "trupu": 4, "bufferem": 4, "20x": 4, "st\u0159edn\u00ed": [4, 117], "jakoukoli": [4, 108, 114], "datov": 4, "sadu": [4, 114, 117], "kde": [4, 7, 108, 117], "bylo": [4, 108, 117], "mo\u017en\u00e9": [4, 7, 117], "uva\u017eovat": 4, "d\u016fvodu": 4, "p\u0159\u00edtomnosti": 4, "oblohi": 4, "vzd\u00e1len\u00e9ho": [4, 117], "norm\u00e1ln\u011b": [4, 117], "nebylo": 4, "pova\u017eov\u00e1no": 4, "za": [4, 7, 107], "sou\u010d\u00e1st": 4, "po\u017eadovan\u00e9": [4, 117], "doe": [4, 8, 11, 26, 67, 110, 117], "meaning": 4, "impact": [4, 8, 9, 11, 107], "imageri": 4, "without": [4, 117], "make": [4, 104, 105, 109, 110], "superflu": 4, "safe": 4, "includ": [4, 102, 105, 109, 111], "jin\u00fdmi": [4, 112], "slovi": 4, "uva\u017eujet": 4, "maskov\u00e1n\u00ed": 4, "obr\u00e1zku": 4, "pravd\u011bpodobn\u011b": [4, 7, 117], "dobrou": 4, "volbou": 4, "funkc": [4, 107, 108, 117], "automatick\u00e9ho": [4, 9], "neju\u017eite\u010dn\u011bj\u0161\u00ed": 4, "prevenc": 4, "zbyte\u010dn\u00e9ho": 4, "zv\u011bt\u0161ov\u00e1n\u00ed": 4, "zahrnou": 4, "v\u011bci": [4, 117], "mraki": 4, "prvky": [4, 7, 117], "nap\u0159\u00edklad": [4, 103, 108, 117], "stromo\u0159ad\u00ed": 4, "t\u00edm": [4, 7, 112, 117], "zabr\u00e1n\u00ed": [4, 117], "zbyte\u010dn\u00e9mu": 4, "sn\u00ed\u017e\u00ed": 4, "pravd\u011bpodobnost": 4, "chyb": 4, "out": [4, 102, 107, 109, 113, 117], "Of": [4, 7], "memori": [4, 24, 32, 35, 56, 60, 107, 109], "dojd": 4, "zkr\u00e1cen\u00ed": 4, "dobi": 4, "d\u00edky": [4, 7], "rekonstruovan\u00e9": 4, "webodm": [4, 7, 8, 11, 105, 107, 109, 110, 114, 115], "zobrazuj": [4, 7], "cel\u00fd": [4, 7, 117], "rozsah": [4, 7, 117], "ohrani\u010den\u00fd": [4, 7], "porovn\u00e1n\u00ed": [4, 7], "v\u00fd\u0161e": [4, 7, 108, 117], "uveden": [4, 7], "rekonstrukc\u00ed": [4, 7], "cel\u00e1": [4, 7, 117], "mnohem": [4, 7, 117], "v\u011bt\u0161\u00ed": [4, 7, 117], "tedi": [4, 9, 117], "vizu\u00e1ln\u011b": [4, 117], "\u0159id\u0161\u00ed": 4, "str\u00e1nku": [4, 7, 9, 13, 18, 19, 33, 39, 103, 108, 112, 114, 117], "argument": 7, "o\u0159\u00edznut\u00ed": [7, 117], "kone\u010dn\u00fdch": 7, "v\u00fdstupn\u00edch": 7, "produkt\u016f": [7, 117], "ohrani\u010duj\u00edc\u00ed": 7, "r\u00e1me\u010dek": [7, 117], "vytvo\u0159en\u00fd": [7, 117], "\u0159et\u011bzcem": 7, "p\u0159ed\u00e1n": 7, "argumentu": 7, "p\u0159ed\u00e1n\u00ed": 7, "hrani\u010dn\u00edho": 7, "ka\u017ed\u00e9m": 7, "chceme": [7, 117], "z\u00edskat": [7, 108, 117], "podmno\u017einu": 7, "cel\u00e9": [7, 117], "z\u00e1jem": 7, "vhodn\u011bj\u0161\u00ed": [7, 9], "volba": [7, 117], "d\u00e1le": [7, 117], "a\u017e": [7, 108, 117], "vygenerov\u00e1n\u00ed": 7, "prodlu\u017euj": 7, "nemus\u00ed": [7, 9, 117], "vhodn\u00e1": 7, "hlavn\u00edm": [7, 108], "z\u00e1jmem": 7, "nejrychlej\u0161\u00ed": 7, "kompletn\u00edho": 7, "produktu": 7, "p\u0159edem": 7, "definovan": 7, "z\u00e1jmu": 7, "interest": 7, "aoi": [7, 117], "funkci": [7, 108, 114], "p\u0159\u00edklad": [7, 117], "uv\u00e9st": 7, "\u00fakol": 7, "pr\u016fzkum": 7, "dan\u00e9ho": 7, "pozemku": 7, "rozhodnet": 7, "pr\u016fzkumu": 7, "zahrnet": 7, "20": [7, 107, 108, 117], "m": [7, 105, 106], "p\u0159ev\u00fd\u0161en\u00ed": 7, "byla": [7, 108, 112, 117], "\u010dist\u00e1": 7, "dostate\u010dn\u00fdm": 7, "p\u0159esahem": 7, "hranic\u00edm": 7, "tomuto": 7, "p\u0159eletu": 7, "v\u00fd\u0161ce": [7, 117], "letu": [7, 107], "v\u0161ak": [7, 117], "zachyt\u00edt": 7, "zrekonstruujet": 7, "nemovitosti": 7, "domi": 7, "sou\u010d\u00e1st\u00ed": [7, 112], "va\u0161eho": [7, 117], "pr\u016fzkumn\u00e9ho": 7, "bodu": [7, 117], "reprezentac": 7, "o\u0159\u00edzli": 7, "kone\u010dn\u00e9": 7, "produkti": 7, "jen": [7, 103, 108, 117], "uvnit\u0159": [7, 117], "\u010d\u00edm\u017e": 7, "\u010distou": 7, "soust\u0159ed\u011bn": 7, "bezpe\u010dn": 7, "reprezentaci": 7, "n\u00ed": [7, 114], "http": [7, 11, 105, 108, 109, 110, 112, 115, 117], "jednoduch\u00e1": 7, "webov\u00e1": 7, "otev\u0159en\u00ed": [7, 108], "uveden\u00e9ho": [7, 117], "odkazu": 7, "t\u0159eba": [7, 108, 117], "posunout": 7, "p\u0159ibl\u00ed\u017eit": 7, "n\u00e1hled": 7, "mapi": [7, 117], "na\u0161li": 7, "sv\u00e9ho": [7, 117], "select": [7, 105], "draw": 7, "menu": 7, "left": 7, "click": 7, "kliknut\u00edm": [7, 117], "lev\u00fdm": [7, 117], "tla\u010d\u00edtkem": [7, 108, 117], "my\u0161i": [7, 108, 117], "map\u011b": 7, "vybert": [7, 108, 117], "um\u00edst\u011bn\u00ed": [7, 108, 117], "um\u00edst\u011bt": [7, 117], "vrchol": 7, "um\u00edstit": 7, "libovoln\u00fd": 7, "uzav\u0159\u00edt": 7, "klikn\u011bt": [7, 108, 117], "prvn\u00ed": 7, "budet": [7, 108, 112, 117], "moci": [7, 108, 117], "jakmil": [7, 117], "um\u00edst\u00edt": 7, "alespo\u0148": [7, 108, 114, 117], "t\u0159i": [7, 117], "vrcholi": 7, "dokon\u010den\u00fd": 7, "jinou": 7, "procesu": [7, 117], "tvorbi": 7, "tmav\u0161\u00ed": 7, "okraj": 7, "v\u00fdpl\u0148": 7, "nyn\u00ed": [7, 108, 117], "jedn\u00e1": [7, 108, 117], "pevn\u00fd": [7, 117], "v\u00e1\u0161": [7, 9, 108, 114, 117], "vypad\u00e1": [7, 108], "takto": [7, 117], "jste": [7, 108, 117], "p\u0159ipraveni": 7, "jej": [7, 108, 117], "ulo\u017eit": [7, 108], "v\u00fdb\u011brem": [7, 117], "mo\u017enosti": [7, 19, 107, 117], "pot\u00e9": [7, 108, 117], "hotov": 7, "hranici": 7, "v\u00e1": [7, 108], "vyzv": 7, "upozorn\u00ed": 7, "p\u0159ipraven": 7, "sta\u017een\u00ed": [7, 107, 117], "p\u0159\u00edpadn\u011b": [7, 108, 114], "zkop\u00edrovat": 7, "vlo\u017eit": 7, "textov": 7, "prav\u00e9ho": 7, "panelu": [7, 108, 117], "z\u00e1hlav\u00edm": 7, "textov\u00e9": 7, "featurecollect": 7, "properti": [7, 8, 11], "77": 7, "04460859298706": 7, "38": 7, "88532071975074": 7, "04014539718628": 7, "8801593862463": 7, "03295707702637": 7, "88331636291941": 7, "03965187072754": 7, "887959703337145": 7, "v\u00fdb\u011bru": [7, 9], "jeho": [7, 107, 108], "odkud": 7, "n\u011bmu": [7, 117], "pozd\u011bji": [7, 108], "p\u0159\u00edstup": [7, 107, 108], "mohli": [7, 108, 114, 117], "na\u010d\u00edst": [7, 9], "\u00faprav\u00e1ch": 7, "mo\u017enost\u00ed": [7, 114, 117], "ikonu": [7, 108, 117], "vytvo\u0159en": [7, 108], "textov\u00e9ho": [7, 117], "pole": [7, 9, 107, 108], "na\u010dtena": 7, "vlo\u017eena": 7, "ze": [7, 112, 117], "syst\u00e9mov\u00e9": [7, 108], "schr\u00e1nky": 7, "p\u0159\u00edtomnost": 7, "potvrdit": 7, "zobrazen\u00edm": 7, "textu": 7, "textov\u00e9m": 7, "poli": 7, "povolit": [7, 108, 117], "zpracov\u00e1van": 7, "\u00falohu": 7, "org": [7, 108, 110, 112, 115], "en": 7, "site": [7, 110], "forus": 7, "download": [7, 107, 108], "html": 7, "svobodn\u00fd": [7, 103], "otev\u0159en\u00fd": 7, "geografick\u00fd": 7, "informa\u010dn\u00ed": 7, "syst\u00e9m": [7, 108], "nejprv": [7, 9, 108], "pot\u0159ebovat": [7, 108, 117], "vytvo\u0159\u00edt": 7, "svou": 7, "tak\u017e": [7, 108, 112, 117], "zp\u016fsob": [7, 117], "ani\u017e": 7, "muse": 7, "existuj": [7, 108, 117], "mnoho": [7, 117], "typ\u016f": 7, "dan\u00e1": 7, "vrstva": 7, "reprezentovat": 7, "opendronemap": [7, 8, 102, 108, 109, 110, 112, 114, 115, 117], "navr\u017eena": 7, "pr\u00e1ci": [7, 117], "jednoduch\u00fdm": 7, "polygonem": [7, 117], "nab\u00eddki": [7, 108], "vyberet": 7, "podobn\u011b": [7, 9, 114], "velk\u00e9": [7, 114, 117], "mno\u017estv\u00ed": [7, 108, 117], "upravit": [7, 117], "do\u010dasn": 7, "pou\u017eit\u00ed": [7, 9, 107, 108], "ponechat": 7, "vyobrazen\u00fdch": 7, "v\u00fdchoz\u00edch": 7, "hodnot\u00e1ch": 7, "spustili": 7, "vygenerovan\u00e9": 7, "podkladov": 7, "m\u011blo": [7, 108, 117], "zajistit": 7, "hrani\u010dn\u00ed": 7, "p\u0159esn\u011b": [7, 117], "odpov\u00eddat": [7, 117], "dat\u016fm": 7, "\u00faloze": 7, "proto\u017e": [7, 9, 103, 117], "r\u016fzn\u00e9": [7, 108], "podkladov\u00e9": 7, "mohou": [7, 9, 112, 114, 117], "chybi": [7, 108], "nevytvo\u0159ili": 7, "n\u011bkterou": 7, "metod": 7, "m\u011bjte": 7, "rozd\u00edli": [7, 9, 117], "poloz": 7, "\u00fahlu": [7, 117], "zkosen\u00ed": 7, "m\u011b\u0159\u00edtku": 7, "registra\u010dn\u00ed": 7, "zm\u011bny": [7, 117], "nastat": 7, "mezi": [7, 117], "va\u0161imi": 7, "dati": 7, "poskytovatel": 7, "n\u00e1stroje": [7, 107, 108], "polygonov\u00fd": 7, "prvek": [7, 117], "za\u010d\u00edt": [7, 108, 117], "umis\u0165ovat": 7, "dokon\u010dit": [7, 117], "pl\u00e1tno": 7, "prav\u00fdm": [7, 108, 117], "hotov\u00fd": 7, "obri": 7, "zna\u010d\u00ed": 7, "pr\u00e1ce": [7, 117], "ohrani\u010duj\u00edc\u00edm": 7, "n\u00e1stroj": [7, 108, 117], "p\u0159epnout": [7, 108], "\u00fapravi": 7, "p\u0159ijmout": 7, "sv\u00e9": 7, "zapsat": 7, "platn\u00e1": 7, "tla\u010d\u00edtko": [7, 108, 117], "tomto": [7, 108, 117], "dialogov\u00e9m": [7, 117], "okn\u011b": [7, 108, 117], "zap\u00ed\u0161et": 7, "povol\u00edt": 7, "exportu": 7, "vyvol\u00e1t": 7, "nab\u00eddku": 7, "podnab\u00eddku": 7, "v\u00fdzva": 7, "n\u00e1zvu": [7, 117], "zvolit": 7, "platn\u00fd": 7, "n\u00ed\u017e": 7, "vyps\u00e1n": 7, "cr": 7, "nejbezpe\u010dn\u011bj\u0161\u00ed": 7, "4326": [7, 105, 106], "nen\u00ed": [7, 117], "vybr\u00e1na": 7, "ostatn\u00ed": [7, 107, 108], "volbi": [7, 117], "m\u011bly": [7, 114], "z\u016fstat": 7, "neplat\u00ed": 7, "upraven\u00fd": 7, "geojsonu": 7, "zadan\u00e9ho": 7, "p\u0159ipojen\u00e9ho": 7, "volb\u011b": 7, "rekonstruovan\u00e9ho": 7, "p\u0159idan\u00e9ho": 7, "view": [7, 11, 109, 115], "zahrnuj": [7, 107], "mimo": [7, 117], "pou\u017eit": 7, "displai": [8, 11, 99, 105, 107], "domain": [8, 11], "resourc": [8, 9, 11, 102, 107, 114, 115], "sometim": [8, 30, 32, 34, 96, 106, 117], "pyramid": [8, 11], "an": [8, 16, 23, 32, 42, 62, 102, 103, 105, 106, 109, 110, 112, 117], "reduc": [8, 60, 105, 109, 110], "take": [8, 11, 16, 19, 24, 56, 63, 109, 110], "render": [8, 45, 47], "tradeoff": 8, "increas": [8, 37, 54, 56, 105], "lower": [8, 30, 32], "raster": [8, 11, 16, 113], "power": 8, "two": [8, 103, 105, 109, 110], "factor": [8, 56, 110], "128x128": 8, "256x256": 8, "etc": [8, 11, 102, 109, 115], "store": [8, 11, 103, 108, 109, 113], "either": [8, 10, 105, 106], "intern": [8, 11], "extern": 8, "sidecar": 8, "In": [8, 11, 103, 105, 110, 115], "case": [8, 11, 30, 111, 117], "alwai": [8, 103, 109], "One": 8, "like": [8, 92, 105, 113], "want": [8, 45, 46, 47, 95, 102, 105, 109, 111], "nearli": 8, "everi": [8, 11, 97], "some": [8, 102, 105, 107, 112, 113, 114, 117], "few": 8, "rel": [8, 110], "rare": 8, "except": 8, "small": 8, "paramount": 8, "read": [8, 11, 114, 115], "softwar": [8, 11, 102, 107, 108, 110, 111, 114, 115], "support": [8, 107, 108, 109, 112], "preview": [8, 11], "closest": 8, "extent": 8, "being": [8, 109], "signific": 8, "amount": 8, "retriev": 8, "full": [8, 15, 23, 71, 94, 103], "downscal": 8, "dynam": 8, "rapid": [8, 11], "navig": 8, "web": [8, 109], "layer": [8, 11, 113], "panel": [8, 11], "demonstr": [8, 102], "lack": [8, 11], "automatick\u00fd": 9, "nejlep\u0161\u00edho": 9, "p\u0159ednostn\u011b": 9, "pou\u017e\u00edv\u00e1": [9, 117], "\u0161iroko\u00fahl\u00fd": 9, "nerektiline\u00e1rn\u00ed": 9, "projek\u010dn\u00ed": 9, "star\u0161\u00ed": 9, "360": [9, 117], "kamer": [9, 112, 117], "zkreslen\u00ed": [9, 117], "korekci": 9, "optiki": 9, "kamerov\u00fdch": 9, "platforem": 9, "zaznamen\u00e1vaj\u00ed": 9, "na\u0161e": 9, "tyto": [9, 114, 117], "nezbytn\u00e9": 9, "spr\u00e1vn\u00e9": [9, 108, 117], "modelov\u00e1n\u00ed": 9, "sc\u00e9ny": [9, 112, 117], "spr\u00e1vnou": [9, 108, 117], "sou\u010dasn\u00e9": [9, 108], "dob\u011b": [9, 108], "doporu\u010duj": [9, 108, 117], "sf\u00e9rick\u00fdch": 9, "gopro": 9, "fusion": [9, 60], "insta360": 9, "kodak": 9, "pixpro": 9, "detekov\u00e1ni": 9, "syst\u00e9mem": [9, 108], "vz\u00e1cn\u00fdch": 9, "p\u0159\u00edpadech": [9, 108], "schopen": [9, 117], "zjistit": 9, "datab\u00e1z": 9, "spr\u00e1vn\u00fd": 9, "konkr\u00e9tn\u00ed": [9, 117], "sn\u00edma\u010d": 9, "takov\u00e9m": 9, "pochybnost\u00ed": 9, "zkust": [9, 108, 114], "p\u0159\u00edkladi": [9, 107], "\u00fadaje": 9, "po\u0159\u00edzen\u00e9": [9, 112], "standardn\u00edm": 9, "objektivem": 9, "demonstrov\u00e1n": 9, "c\u00edlem": [9, 117], "uk\u00e1zat": 9, "n\u011bkter\u00e9": [9, 114, 117], "tom": [9, 117], "ovlivn\u00ed": [9, 117], "toto": [9, 108, 117], "ukazuj": [9, 117], "stejn\u011b": 9, "p\u0159edchoz\u00edm": 9, "p\u0159\u00edkladu": [9, 117], "rekonstruov\u00e1no": 9, "do\u0161lo": 9, "v\u00fdrazn\u00e9mu": 9, "vyklenut\u00ed": 9, "dal\u0161\u00edm": 9, "artefakt\u016fm": 9, "d\u016fsledku": 9, "nespr\u00e1vn\u00e9ho": 9, "vykresluj": 9, "dob\u0159": [9, 114, 117], "ploch\u00fdm": 9, "homogenn\u00edm": 9, "ter\u00e9nem": 9, "zem\u011bd\u011blsk\u00e1": 9, "pozorovat": 9, "perspektivn\u00edm": 9, "takov\u00fdch": 9, "vynucen\u00ed": 9, "hn\u011bd\u00e9": 9, "barvi": 9, "nepoda\u0159ilo": 9, "spr\u00e1vn\u011b": 9, "rekonstruovat": 9, "kv\u016fli": 9, "ru\u010dn\u00edmu": 9, "podobn\u00e1": 9, "selh\u00e1n\u00ed": 9, "\u010dasto": [9, 107, 108], "znamenat": 9, "nespr\u00e1vn\u00fd": 9, "okrajov\u00fdch": 9, "v\u00e1m": [9, 108, 114, 117], "vyzkou\u0161et": 9, "jin\u00fd": [9, 103, 108, 114], "calcul": [10, 19], "repres": 10, "content": 10, "normal": [11, 89, 107], "hereaft": 11, "special": [11, 110, 117], "formul": 11, "advantag": 11, "overivew": 11, "well": [11, 109], "variou": [11, 35], "form": 11, "becaus": [11, 109], "attribut": 11, "enabl": [11, 109, 116], "most": [11, 105, 117], "go": [11, 102, 109, 110, 114], "host": [11, 102], "onlin": [11, 109], "access": [11, 102, 107, 110, 113], "which": [11, 61, 102, 104, 109, 110, 115, 116], "getrang": 11, "request": [11, 107, 109], "capabl": 11, "gi": [11, 110], "hold": 11, "whether": 11, "serv": 11, "With": 11, "place": [11, 16, 102, 105, 107, 109, 110, 112, 115], "quickli": [11, 109], "given": 11, "applic": 11, "than": [11, 53, 84, 102, 105, 109, 117], "legaci": [11, 67], "stripe": [11, 46], "inform": [11, 30, 95, 102, 103, 105, 106, 109, 110, 111, 115, 117], "tool": [11, 102, 108], "print": [11, 14, 98], "gdalinfo": 11, "confirm": 11, "conform": 11, "spec": [11, 102], "show": [11, 31, 102, 109, 110], "fact": 11, "mind": 11, "78": 11, "mb": 11, "due": [11, 109], "presenc": 11, "compar": [11, 110], "6": [11, 109, 110], "30": [11, 105, 110, 117], "below": [11, 102, 107, 113], "layout": 11, "indic": [11, 105], "meet": 11, "abov": 11, "after": [12, 84, 102, 105, 112, 117], "messag": [14, 31, 98, 109], "befor": [15, 16, 102, 105], "each": [16, 56, 62, 72, 82, 85, 105, 109, 110, 117], "cell": 16, "ani": [16, 86, 113], "hole": 16, "fill": [16, 17, 57], "been": [16, 72, 116], "gap": [17, 57], "radiu": [17, 58, 81, 84], "equal": 17, "differ": [17, 103, 113, 117], "progress": [17, 20, 110], "bigger": [17, 110], "togeth": 17, "remain": [17, 109], "interpol": 17, "densiti": 19, "higher": [19, 24, 56, 109, 110], "longer": [19, 24, 56], "produc": [19, 109, 110, 113], "denser": [19, 56], "640": 19, "tag": [20, 21, 30, 63, 95, 102, 105], "digit": [20, 21, 63, 109, 113, 117], "surfac": [20, 113], "object": [20, 105], "morpholog": [20, 21, 78, 79, 80, 81, 117], "finer": [20, 21], "tune": [20, 21], "terrain": [21, 110, 113, 117], "simpl": [21, 78, 79, 80, 81, 105, 106, 117], "stage": [22, 42, 64, 66], "dens": [23, 113], "directli": 23, "spars": 23, "just": [23, 102, 109, 117], "requir": [24, 35, 56, 102, 104, 105, 109, 110, 117], "keypoint": 25, "descriptor": 25, "measur": [26, 105, 107, 110], "noth": 26, "accordingli": 30, "manual": [30, 109], "fail": 30, "effect": [30, 109, 110, 114], "over": [30, 79, 109, 111, 113], "exit": [31, 99, 117], "necessari": 32, "usag": [32, 42, 60, 107], "sinc": [32, 110], "slightli": 32, "librari": 34, "approxim": 34, "slower": [34, 103], "stabl": [34, 102, 108], "miss": [34, 105, 108, 115], "valid": [34, 109], "robust": 34, "peak": 35, "1gb": 35, "thread": 35, "megapixel": 35, "what": [36, 102, 107, 109], "By": [36, 106], "get": [37, 63, 102, 107, 108, 110, 114], "vertic": [37, 106, 107, 110], "recommend": [37, 61, 107, 109, 110, 115], "vertex": 38, "count": 38, "e": [40, 102, 105, 106, 109, 117], "subfold": [40, 62], "within": [40, 105, 110], "delet": [42, 65], "heavi": 42, "intermedi": 42, "affect": [42, 67, 110], "abil": 42, "restart": [42, 108], "machin": [42, 60, 102, 108, 109], "cut": 44, "stitch": 44, "seamless": 44, "mosaic": 44, "deviat": 53, "standard": [53, 110], "urban": 54, "roughli": 56, "rectif": 57, "wrongli": 57, "re": [57, 102, 114], "duplic": 58, "doesn": [60, 102], "multispectr": [61, 63, 72, 112, 116], "sharp": [61, 85, 105], "detail": [61, 102, 110], "focu": 61, "thermal": [63, 107], "obtain": 63, "reflect": 63, "temperatur": [63, 116], "otherwis": [63, 105, 109], "black": [63, 111], "vignet": 63, "row": [63, 103], "gradient": [63, 117], "gain": 63, "exposur": 63, "compens": 63, "appropri": [63, 107], "found": [63, 105, 108, 109], "absolut": [63, 110], "plu": [63, 102], "spectral": 63, "radianc": 63, "regist": 63, "downwel": 63, "light": [63, 117], "consider": 63, "stop": [64, 108, 109, 114], "perman": 65, "previou": 65, "largest": [67, 85], "side": [67, 117], "purpos": [67, 106, 109], "final": [67, 103, 104], "origin": [67, 113, 117], "2048": 67, "postprocess": 72, "alreadi": [72, 102, 103, 105, 109], "distribut": [76, 103, 105, 107], "workflow": [76, 109, 112], "node": [76, 108, 109], "parallel": [76, 109], "elev": [78, 80, 105, 113], "rise": 79, "run": [79, 97, 102, 107, 108, 109, 112], "averag": [82, 109, 110, 117], "smaller": [82, 110], "regul": 82, "how": [83, 107, 109, 110], "closer": 84, "ad": [84, 97, 109], "ensur": [84, 105], "gmi": 85, "triangl": 85, "priorit": 85, "cover": [85, 105], "seen": [86, 105], "gauss_clamp": 87, "gauss_damp": 87, "photometr": [87, 117], "method": [87, 103], "color": [89, 90, 105, 111, 113], "across": 89, "blend": 90, "gamma": 91, "one": [91, 102, 105, 107, 109, 110], "static": [92, 109], "suitabl": 92, "viewer": [92, 107], "benchmark": 93, "runtim": 93, "info": [93, 109, 117], "bit": 94, "similar": [94, 109, 113], "off": 96, "dure": [96, 103, 110], "exhibit": 96, "dome": [96, 117], "addit": [98, 102, 107, 117], "consol": [98, 109], "reli": [102, 109], "mani": [102, 109, 116], "wai": [102, 108, 109, 114, 117], "programm": 102, "look": [102, 105, 108, 109, 110], "involv": 102, "stuck": [102, 108], "problem": [102, 107], "reach": 102, "great": [102, 104], "question": 102, "answer": 102, "els": [102, 117], "other": [102, 105, 107, 110, 114, 116], "tip": [102, 107], "open": [102, 105, 108, 112, 113], "explor": 102, "touch": 102, "develop": [102, 107, 114, 116], "write": [102, 109], "new": [102, 109, 111, 114], "track": [102, 113], "github": [102, 105, 107, 108, 109, 114, 115, 117], "issu": [102, 107], "pleas": [102, 103, 117], "repositori": 102, "explain": [102, 114], "maintain": 102, "reproduc": 102, "clear": 102, "descript": 102, "titl": [102, 110], "identifi": 102, "describ": 102, "exact": [102, 112], "possibl": [102, 103, 109, 116], "exampl": [102, 105, 106, 107, 109, 110, 111, 117], "docker": [102, 103, 107, 108, 109, 112], "vagrant": 102, "g": [102, 105, 106], "command": [102, 108, 109, 112, 117], "exactli": 102, "termin": [102, 108], "list": [102, 105, 107, 109, 111, 116], "sai": 102, "did": 102, "specif": [102, 110, 115], "link": 102, "pasteabl": 102, "snippet": 102, "markdown": 102, "block": 102, "observ": 102, "expect": [102, 105, 107], "why": [102, 107, 109, 114], "screenshot": 102, "anim": 102, "gif": 102, "clearli": [102, 110], "record": 102, "maco": [102, 107], "linux": [102, 103, 107, 113, 117], "relat": [102, 110, 115], "post": [102, 105], "guest": 102, "wasn": [102, 109], "trigger": 102, "action": 102, "share": [102, 107, 116], "guidelin": [102, 104], "about": [102, 105, 110, 115], "configur": [102, 103, 109, 117], "environ": [102, 113], "A": [102, 105, 109, 110, 113, 114, 117], "releas": [102, 108], "clone": [102, 108, 109], "master": [102, 115], "virtual": [102, 108], "so": [102, 103, 105, 110, 114, 116], "vm": [102, 108], "system": [102, 105, 110], "short": 102, "here": [102, 108, 113, 117], "reproduct": 102, "first": [102, 103, 105, 106, 109, 114], "second": [102, 109, 110], "enter": [102, 117], "recent": 102, "didn": 102, "older": 102, "ye": [102, 103, 117], "No": [102, 103, 112], "reliabl": 102, "randomli": 102, "whenev": 102, "pep8": 102, "python": [102, 108, 117], "style": 102, "guid": [102, 104, 105, 107, 108, 110, 115], "newlin": 102, "avoid": 102, "platform": [102, 109, 117], "depend": [102, 105, 110], "f": [102, 117], "gethomedirectori": 102, "home": [102, 108, 117], "directori": [102, 112, 117], "join": 102, "concaten": 102, "tmpdir": 102, "rather": 102, "tmp": 102, "temporari": 102, "plain": 102, "return": 102, "explicitli": 102, "function": [102, 109], "Not": 102, "null": [102, 107], "undefin": 102, "ne": [103, 108, 117], "fotogrammetrick\u00fd": 103, "postup": [103, 108, 117], "neobsahuj\u00ed": 103, "pot\u0159ebn\u00e9": 103, "ortorektifikov\u00e1ni": 103, "hugin": 103, "tri": 103, "util": 103, "sever": [103, 107], "moment": 103, "lot": [103, 105], "otev\u0159en\u00fdm": [103, 114], "zdrojov\u00fdm": [103, 114], "k\u00f3dem": [103, 114], "vydan\u00fd": 103, "pod": 103, "licenc\u00ed": 103, "n\u00edm": [103, 108], "svobodn\u011b": 103, "vytv\u00e1\u0159et": 103, "prod\u00e1vat": 103, "ujist\u011bt": [103, 108, 117], "spl\u0148ujet": 103, "po\u017eadavki": [103, 107, 114], "zejm\u00e9na": [103, 117], "po\u017eadavek": [103, 114], "zve\u0159ejn\u011bn\u00ed": 103, "zdrojov\u00e9ho": 103, "k\u00f3du": 103, "litujem": 103, "bui": 103, "ultim": 103, "solut": [103, 117], "altern": 103, "upload": 103, "swapfil": 103, "both": [103, 114], "prefer": 103, "ssd": 103, "nvme": 103, "drive": 103, "still": [103, 107], "wsl2": 103, "add": [103, 109, 111], "wslconfig": 103, "microsoft": [103, 108], "document": [103, 115], "advanc": 103, "wsl": 103, "swap": [103, 108], "128gb": 103, "cours": 103, "c": [103, 109, 112], "temp": 103, "vhdx": 103, "where": [103, 105, 111, 115, 117], "partit": 103, "dedic": [103, 115], "consult": 103, "search": 103, "engin": 103, "choic": 103, "humanitarian": 104, "openstreetmap": 104, "team": [104, 114], "uav": [104, 110, 117], "right": [104, 114], "mission": 104, "prepar": [104, 114], "intend": 104, "drone": [104, 105, 110], "island": 104, "mapper": 104, "dronedeploi": [104, 110], "success": [104, 112], "plan": [104, 109], "distort": [104, 105, 109, 110], "challeng": 104, "accur": [104, 106, 109, 110, 112], "our": [104, 107, 109, 115], "section": [104, 115, 117], "doc": [104, 115], "referenc": 105, "know": [105, 109], "made": 105, "typic": 105, "toffanin": [105, 108], "2019": [105, 110, 117], "exist": 105, "pavement": 105, "corner": 105, "line": [105, 106, 109], "park": 105, "contrast": 105, "floor": 105, "target": [105, 111], "purchas": [105, 108], "ampl": 105, "varieti": 105, "rang": [105, 110], "bucket": [105, 109], "lid": 105, "visibl": 105, "consid": [105, 110, 117], "illumin": [105, 110], "veget": 105, "obstacl": 105, "procur": 105, "evenli": 105, "horizont": [105, 106, 109, 110], "work": [105, 109, 114, 116], "job": [105, 110, 117], "footprint": [105, 110], "least": [105, 107, 109], "separ": 105, "perimet": 105, "utm": [105, 106], "zone": [105, 106], "ellp": [105, 106], "wgs84": [105, 106], "datum": [105, 106], "unit": [105, 106, 110], "no_def": [105, 106], "eg": [105, 106, 113], "16n": [105, 106], "y": [105, 106, 108], "associ": [105, 109, 113], "extra": [105, 106, 112], "field": [105, 106, 117], "tab": 105, "nan": 105, "7th": 105, "column": [105, 106], "label": [105, 106], "544256": 105, "7": [105, 108, 110, 117], "5320919": 105, "9": [105, 110, 112], "3044": 105, "2622": 105, "img_0525": 105, "jpg": [105, 106, 109, 111, 112, 113], "544157": 105, "5320899": 105, "4193": 105, "1552": 105, "img_0585": 105, "544033": 105, "5320876": 105, "1606": 105, "2763": 105, "img_0690": 105, "gcp_list": [105, 113, 117], "txt": [105, 106, 109, 113, 117], "along": 105, "flight": [105, 110, 117], "own": [105, 114], "facto": 105, "import": [105, 110, 113], "photo": [105, 110, 111], "pick": 105, "survei": [105, 110], "header": 105, "load": 105, "demo": 105, "known": 105, "xyz": [105, 113, 117], "would": [105, 107, 117], "proj4": 105, "sure": [105, 109], "thei": [105, 106, 116], "someth": [105, 109], "37": [105, 117], "south": 105, "gcp01": 105, "529356": 105, "250827686": 105, "9251137": 105, "5643209": 105, "465": 105, "gcp02": 105, "530203": 105, "125367657": 105, "9250140": 105, "80991621": 105, "781": 105, "gcp03": 105, "530292": 105, "136003818": 105, "9250745": 105, "02372435": 105, "977": 105, "gcp04": 105, "gcp05": 105, "Then": [105, 109], "app": [105, 117], "instal": [105, 108, 109, 117], "plugin": 105, "com": [105, 108, 109, 110, 115, 117], "uav4geo": [105, 108], "gcpeditorpro": 105, "north": 105, "east": 105, "main": [105, 109], "screen": [105, 117], "box": [105, 109, 117], "respect": [105, 109], "piero": [105, 108], "masseranolab": 105, "llc": 105, "embed": 106, "user": [106, 107, 108, 109], "wish": 106, "current": [106, 109], "10th": 106, "dji_0028": 106, "91": 106, "9942096111111": 106, "46": 106, "84252125": 106, "198": 106, "609": 106, "dji_0032": 106, "9938293055556": 106, "8424584444444": 106, "There": 107, "contribut": [107, 109], "anyon": 107, "knowledg": 107, "languag": 107, "translat": 107, "incomplet": 107, "english": 107, "percent": 107, "transifex": 107, "czech": 107, "filipino": 107, "french": 107, "spanish": 107, "indonesian": 107, "swahili": 107, "telugu": 107, "instalac": 107, "quickstart": 107, "doporu\u010den\u00ed": 107, "hardwaru": 107, "krok": 107, "podporu": [107, 112, 114], "virtualizac": 107, "instalaci": [107, 117], "p\u0159id\u011blen\u00ed": 107, "procesoru": 107, "st\u00e1hn\u011bte": [107, 117], "po\u017eadavk\u016f": 107, "ubuntu": [107, 117], "debian": 107, "cento": 107, "rhel": 107, "syst\u00e9mu": 107, "fedora": 107, "arch": 107, "z\u00e1kladn\u00ed": [107, 112, 117], "p\u0159\u00edkazi": 107, "\u0159e\u0161en\u00ed": 107, "pot\u00ed\u017e\u00ed": 107, "dobr\u00fd": [107, 117], "den": 107, "jednom": [107, 117], "po\u010d\u00edta\u010di": [107, 117], "v\u00fdukov\u00e9": 107, "materi\u00e1li": 107, "kvalitn\u00edch": 107, "ortofotomap": 107, "v\u00fd\u0161kov\u00fdch": 107, "stockpil": 107, "volum": 107, "pl\u00e1nov\u00e1n\u00ed": 107, "ter\u00e9nn\u00edch": 107, "prac\u00ed": 107, "letov\u00fd": 107, "v\u00fd\u0161ka": 107, "o\u010dek\u00e1van\u00e1": 107, "p\u0159esnost": 107, "v\u00fdpi": 107, "stroj\u016f": 107, "protokol\u016fm": 107, "instanc\u00edm": 107, "p\u0159\u00edkazov\u00e9ho": [107, 108], "\u0159\u00e1dku": [107, 108], "\u00faklid": 107, "dockeru": [107, 108], "singular": 107, "sif": 107, "n\u00edzkou": 107, "\u0161\u00ed\u0159kou": 107, "koho": 107, "ur\u010deno": 107, "kroki": 107, "p\u0159\u00edprava": 107, "struktura": 107, "adres\u00e1\u0159": [107, 108], "droplet": 107, "pull": 107, "pin": 107, "awai": 107, "skon\u010den\u00ed": 107, "p\u0159edpokladu": 107, "p\u0159e\u017eijet": 107, "dlouho": 107, "modulu": 107, "potre": 107, "texturovan\u00fd": 107, "vzhled": 107, "budget": 107, "zorn\u00e9": 107, "osv\u011btlen\u00ed": 107, "o\u010dn\u00edho": 107, "obzoru": 107, "o\u0159ez": 107, "navigac": 107, "sc\u00e9na": 107, "zna\u010dki": 107, "automatick\u00e1": [107, 117], "kdy": [107, 108, 117], "u\u017eite\u010dn\u00e1": 107, "pro\u010d": 107, "n\u011bkdo": [107, 114], "true": [107, 110, 117], "vytv\u00e1\u0159\u00ed": [107, 117], "io": [107, 117], "nov\u00fd": [107, 108], "polygonu": 107, "dokon\u010den\u00ed": [107, 117], "ulo\u017een\u00ed": 107, "stahov\u00e1n\u00ed": [107, 108, 117], "mo\u017enostech": 107, "\u00falohi": 107, "na\u010dteno": 107, "nov\u00e9": [107, 114, 117], "do\u010dasn\u00e9": 107, "scratchovac\u00ed": 107, "vrstvy": 107, "geometri": 107, "scratch": 107, "p\u0159id\u00e1n\u00ed": [107, 114], "ortofotografick\u00e9ho": 107, "prvku": [107, 117], "p\u0159ep\u00edn\u00e1n\u00ed": 107, "\u00faprav": [107, 117], "vypnuto": 107, "zm\u011bn": 107, "funkc\u00ed": 107, "ulo\u017et": 107, "vektorov": 107, "vrstvu": 107, "uk\u00e1zkov\u00e9": 107, "reli\u00e9fu": [107, 117], "objektiv\u016f": 107, "fotoapar\u00e1t\u016f": [107, 117], "vhodn\u00fd": 107, "ur\u010dit\u00fd": 107, "rectilinear": 107, "rektiline\u00e1rn\u00ed": 107, "log": [107, 117], "practic": 107, "interfac": 107, "posm": 107, "gcpi": 107, "editor": 107, "aspect": 107, "understand": 107, "autosc": 107, "acknowledg": 107, "fly": [107, 117], "multispektr\u00e1ln\u00ed": 107, "podpora": 107, "hardwar": [107, 108], "sentera": 107, "agx710": 107, "po\u017e\u00e1dat": [107, 108], "commun": [107, 108, 110, 112, 115], "forum": [107, 115], "bug": 107, "templat": 107, "submit": 107, "kladen\u00e9": 107, "ot\u00e1zki": [107, 108], "mohu": [107, 114], "zpracovat": [107, 108, 117], "dva": [107, 108, 117], "ortofotografick\u00fdch": 107, "spojit": 107, "my": [107, 109, 114, 117], "core": 107, "nativ": 107, "alloc": 107, "licencov\u00e1n\u00ed": 107, "chci": 107, "komer\u010dn\u00ed": 107, "pot\u0159ebuji": 107, "licenc": 107, "existuj\u00ed": [107, 114, 117], "krom\u011b": [107, 108], "agplv3": 107, "\u010d\u00e1st": 108, "p\u0159evzata": 108, "upravena": 108, "svolen\u00edm": 108, "autor": 108, "easiest": 108, "come": [108, 114, 117], "That": 108, "said": 108, "free": 108, "sourc": [108, 117], "ecoystem": 108, "themselv": 108, "direct": [108, 110], "minim\u00e1ln\u00ed": [108, 117], "softwaru": [108, 117], "64bitov\u00fd": 108, "procesor": 108, "vyroben\u00fd": 108, "roce": 108, "2010": 108, "uveden\u00fdmi": 108, "specifikacemi": 108, "maxim\u00e1ln\u011b": 108, "200": [108, 110], "vy\u010derp\u00e1": 108, "pam\u011b\u0165": 108, "nejnov\u011bj\u0161\u00ed": 108, "generac": 108, "16": [108, 117], "uveden\u00fd": 108, "umo\u017en\u00ed": [108, 117], "n\u011bkolik": [108, 117], "stovek": 108, "v\u011bt\u0161\u00edch": 108, "probl\u00e9m\u016f": 108, "j\u00e1dry": 108, "zat\u00edmco": [108, 117], "grafick\u00e1": 108, "karta": 108, "nem\u00e1": 108, "v\u00fdkon": 108, "vliv": [108, 117], "v\u011bt\u0161\u00edho": 108, "po\u010dtu": 108, "p\u0159idejt": [108, 117], "line\u00e1rn\u011b": 108, "podl": [108, 117], "40": [108, 117], "250": 108, "32": [108, 117], "1500": 108, "64": [108, 117], "2500": 108, "128": [108, 117], "3500": 108, "192": [108, 117], "5000": 108, "256": [108, 117], "a\u0165": 108, "u\u017e": [108, 117], "pou\u017e\u00edv\u00e1t": [108, 117], "podporov\u00e1ni": 108, "zvanou": 108, "mu": 108, "spou\u0161t\u011bt": 108, "virtu\u00e1ln\u00ed": 108, "po\u010d\u00edta\u010d": [108, 117], "povolen": 108, "vypnut\u00e1": 108, "zkontrolovat": 108, "vy\u0161\u0161\u00edm": [108, 117], "otev\u0159\u00edt": [108, 117], "spr\u00e1vce": 108, "\u00faloh": 108, "stiskn\u011bt": 108, "kl\u00e1vesi": [108, 117], "ctrl": 108, "esc": 108, "kartu": 108, "povolena": [108, 117], "zji\u0161t\u011bn\u00ed": 108, "zda": [108, 114], "virtualizaci": 108, "assist": 108, "zak\u00e1z\u00e1na": 108, "bohu\u017eel": 108, "ka\u017ed\u00e9ho": 108, "trochu": [108, 117], "li\u0161\u00ed": 108, "nejl\u00e9p": 108, "ud\u011bl\u00e1t": 108, "vyhled\u00e1va\u010di": 108, "vyhled\u00e1t": 108, "vtx": 108, "restartov\u00e1n\u00ed": 108, "okam\u017eit\u00e9": 108, "stisknut\u00ed": 108, "f2": 108, "f12": 108, "spou\u0161t\u011bn\u00ed": 108, "proch\u00e1zen\u00ed": 108, "spou\u0161t\u011bc\u00ed": 108, "zm\u011bnu": 108, "povolen\u00ed": 108, "naz\u00fdvan\u00e9": 108, "vt": 108, "obvykl\u00e9": 108, "stisknout": 108, "nab\u00eddc": 108, "v\u00fdrobc\u016f": 108, "po\u010d\u00edta\u010d\u016f": 108, "nainstalovat": 108, "git": [108, 109, 117], "scm": 108, "www": [108, 110], "pythonu": 108, "za\u0161krtli": 108, "pol\u00ed\u010dko": 108, "nezapome\u0148t": [108, 117], "spustiteln\u00fd": [108, 117], "cesti": [108, 117], "verzi": [108, 117], "nainstalujt": [108, 117], "toolbox": 108, "v18": 108, "09": [108, 110], "dockertoolbox": 108, "ex": 108, "profession": 108, "nov\u011bj\u0161\u00ed": 108, "win": 108, "20for": 108, "20window": 108, "20instal": 108, "pros\u00edm": [108, 114], "instalujt": 108, "oba": 108, "programi": 108, "odli\u0161n\u00e9": 108, "nainstalov\u00e1ni": 108, "vznikn": 108, "nepo\u0159\u00e1dek": 108, "ikoni": 108, "plo\u0161e": 108, "vytvo\u0159ena": 108, "d\u016fle\u017eit\u00e9": [108, 114, 117], "nevynech\u00e1vejt": 108, "objev\u00ed": 108, "postupujt": 108, "pokyn\u016f": 108, "obrazovc": 108, "opravt": 108, "funguj": 108, "b\u011b\u017e\u00ed": 108, "p\u0159edstavt": 108, "emul\u00e1tor": 108, "p\u0159id\u011bleno": 108, "ur\u010dit\u00e9": 108, "vyu\u017e\u00edvat": 108, "tolik": 108, "kolik": 108, "nainstalovali": 108, "n\u00ed\u017ee": [108, 117], "otev\u0159et": [108, 117], "virtualbox": 108, "manag": [108, 109], "defaultn\u00ed": 108, "close": [108, 110], "acpi": 108, "shutdown": 108, "zastaven\u00ed": 108, "p\u0159esu\u0148t": [108, 117], "posuvn\u00edk": 108, "p\u0159id\u011blt": 108, "60": [108, 117], "70": [108, 117], "ve\u0161ker\u00e9": 108, "50": [108, 117], "dostupn\u00fdch": [108, 117], "procesor\u016f": [108, 117], "karti": 108, "virtu\u00e1ln\u00edho": 108, "ok": [108, 109, 114], "spustit": 108, "pod\u00edvejt": 108, "li\u0161ti": 108, "b\u00edl\u00e9": 108, "velrybi": 108, "pokro\u010dil\u00e9": 108, "posuvn\u00edk\u016f": 108, "vyu\u017eijt": 108, "polovinu": 108, "ikona": 108, "gui": 108, "nainstalov\u00e1n": 108, "odtud": 108, "klonovat": 108, "existuj\u00edc\u00ed": 108, "\u00falo\u017ei\u0161t\u011b": [108, 117], "zdrojov\u00e9": 108, "zadejt": 108, "c\u00edlov\u00fd": 108, "proch\u00e1zet": [108, 117], "p\u0159ejd\u011bt": 108, "vybran\u00e9": 108, "vytvo\u0159t": [108, 117], "poda\u0159ilo": 108, "zobrazit": [108, 117], "okno": 108, "\u00fasp\u011b\u0161n\u00e9m": 108, "klonov\u00e1n\u00ed": 108, "budoucnu": [108, 117], "snadno": 108, "vracet": 108, "prost\u0159ed\u00ed": [108, 117], "polo\u017eku": 108, "bash": [108, 117], "termin\u00e1lu": 108, "sh": [108, 117], "okam\u017eiku": 108, "st\u00e1hne": 108, "kompon": 108, "v\u010detn\u011b": [108, 117], "nodeodm": [108, 109, 115, 117], "p\u0159iv\u00edtat": 108, "obrazovka": 108, "v\u00fdstup": [108, 117], "konzoli": 108, "prvn\u00edm": [108, 114], "webov\u00fd": 108, "adres": 108, "localhost": [108, 109], "8000": 108, "vyhledejt": 108, "ip": [108, 109], "adresu": [108, 117], "p\u0159ipojit": 108, "zad\u00e1n\u00edm": 108, "v\u00fdsledek": [108, 117], "168": 108, "p\u0159ipojt": [108, 117], "webu": 108, "nahra\u010ft": 108, "v\u011bt\u0161in\u011b": [108, 117], "modern\u00edch": 108, "mac": 108, "sierra": 108, "podporov\u00e1na": 108, "hardwarov\u00e1": 108, "napi\u0161t": 108, "sysctl": 108, "kern": 108, "hv_support": 108, "podobn": 108, "odpov\u011b\u010f": 108, "v\u00fdsledkem": 108, "podporov\u00e1n": 108, "pokra\u010dujt": 108, "krokem": 108, "p\u0159\u00edli\u0161": 108, "star\u00fd": 108, "dmg": 108, "sourceforg": 108, "net": 108, "osx": 108, "naj\u00edt": 108, "velryba": 108, "spu\u0161t\u011bn\u00e1": 108, "ov\u011b\u0159it": 108, "termin\u00e1l": 108, "zad\u00e1t": 108, "hello": 108, "world": [108, 109, 110], "vr\u00e1tit": 108, "jednodu\u0161": [108, 117], "podobn\u00e9ho": 108, "appl": 108, "117": 108, "hl\u00e1\u0161en\u00ed": [108, 117], "restartovat": 108, "p\u0159ekontrolujt": 108, "nedo\u0161lo": 108, "chyb\u011b": 108, "ho": 108, "p\u0159edvolbi": 108, "vyu\u017e\u00edval": 108, "vyu\u017e\u00edvala": 108, "cd": [108, 109, 117], "libovoln\u00e9": 108, "linuxu": 108, "podporuj": 108, "webov\u00fdch": 108, "str\u00e1nek": 108, "dokumentac\u00ed": 108, "ofici\u00e1ln\u011b": 108, "podporovan\u00fdmi": 108, "distribucemi": 108, "statick\u00e9": 108, "bin\u00e1rn\u00ed": 108, "mus\u00edt": [108, 117], "v\u00fdhradn\u011b": 108, "\u010dty\u0159i": 108, "pip": 108, "nem\u016f\u017eem": 108, "popsat": 108, "instala\u010dn\u00ed": [108, 117], "distribuc": 108, "omez\u00edm": 108, "ty": 108, "dockerem": [108, 117], "jde": 108, "termin\u00e1lov\u00e9ho": 108, "zad\u00e1n\u00ed": 108, "n\u011bkolika": [108, 117], "p\u0159\u00edkaz\u016f": [108, 117], "sudo": [108, 117], "apt": [108, 117], "updat": [108, 109, 117], "curl": 108, "fssl": 108, "yum": 108, "dnf": 108, "pacman": 108, "sy": 108, "t\u0159\u00ed": [108, 114], "uveden\u00fdch": 108, "program\u016f": [108, 117], "zapot\u0159eb\u00ed": [108, 117], "skript": 108, "dockercompos": 108, "spolu": 108, "compos": 108, "22": 108, "f46880f": 108, "skv\u011bl\u00e9": 108, "pou\u017e\u00edv\u00e1n\u00ed": [108, 117], "skriptu": 108, "jednou": 108, "nich": [108, 117], "setkali": 108, "postar\u00e1": 108, "v\u00fdchoz\u00edho": 108, "uzlu": [108, 117], "slu\u017ebu": 108, "zastavit": 108, "tu\u0161it": 108, "jak\u00fd": 108, "dal\u0161\u00edch": 108, "r\u016fzn\u00fdmi": [108, 112, 117], "p\u0159\u00edznaki": 108, "p\u0159ed\u00e1van\u00e9": 108, "obvykl": [108, 117], "p\u0159edponu": 108, "port": [108, 109, 117], "d\u00e1v\u00e1": [108, 117], "pokyn": [108, 117], "jin\u00e9ho": 108, "s\u00ed\u0165ov\u00e9ho": 108, "portu": 108, "80": [108, 117], "uvedeni": 108, "thing": 108, "reset": 108, "admin": 108, "password": 108, "forget": 108, "resetadminpassword": 108, "newpass": 108, "everyth": [108, 113], "latest": [108, 117], "insid": [108, 117], "media": 108, "dir": 108, "webodm_result": 108, "komunitn\u00ed": 108, "f\u00f3rum": 108, "skv\u011bl\u00fdm": 108, "m\u00edstem": [108, 117], "pomoc": 108, "zaseknet": 108, "n\u011bkter\u00e9m": 108, "obecn\u00e9": [108, 117], "t\u00fdkaj\u00edc\u00ed": 108, "prohl\u00ed\u017ee\u010di": [108, 117], "uv\u00edtac\u00ed": 108, "zpr\u00e1va": [108, 117], "vyzv\u00e1ni": 108, "prvn\u00edho": 108, "u\u017eivatel": [108, 117], "v\u011bnujt": 108, "n\u011bjak\u00fd": 108, "sezn\u00e1men\u00ed": 108, "webov\u00fdm": 108, "rozhran\u00edm": 108, "prozkoumejt": 108, "dashboard": [108, 117], "nakonfigurov\u00e1n": 108, "uzel": 108, "byl": [108, 117], "stejn\u00e9m": 108, "dostali": 108, "sem": 108, "gratulujem": 108, "zopakovat": 108, "rm": [108, 109, 112, 117], "p": [108, 109, 110, 117], "3000": [108, 109, 117], "q": [108, 117], "token": [108, 109], "secret": 108, "po\u017e\u00e1d\u00e1": 108, "nov\u00e9ho": 108, "kontejneru": 108, "hub": 108, "maxim\u00e1ln\u00edho": 108, "soub\u011b\u017en\u00fdch": 108, "ochranu": 108, "neopr\u00e1vn\u011bn\u00fdm": 108, "p\u0159\u00edstupem": 108, "hesla": 108, "\u010d\u00e1sti": [108, 114, 117], "zpracovatelsk\u00e9": 108, "uzli": 108, "hostitel": 108, "druh\u00e9ho": 108, "nepovinn\u00fd": 108, "druh\u00fd": [108, 117], "v\u0161e": [108, 114, 117], "prob\u011bhlo": 108, "po\u0159\u00e1dku": 108, "dvou": 108, "stroj\u00edch": 108, "chunk": 109, "might": [109, 114, 116], "less": [109, 110], "connect": 109, "same": [109, 111, 112], "network": [109, 110, 117], "thu": 109, "thousand": 109, "long": [109, 116], "task": [109, 110, 113], "error": [109, 110, 113, 117], "propag": 109, "could": [109, 112, 113, 117], "caus": [109, 117], "instruct": 109, "13": [109, 110, 117], "000": [109, 117], "collect": 109, "bank": 109, "tanzania": 109, "flood": 109, "prone": 109, "msimbasi": [109, 117], "basin": 109, "dar": [109, 117], "salaam": 109, "easi": 109, "decid": 109, "ti": [109, 117], "400": 109, "image_group": [109, 117], "belong": 109, "01": [109, 117], "02": 109, "03": [109, 117], "b": [109, 117], "04": [109, 117], "05": [109, 110], "pass": 109, "orchestr": 109, "3001": 109, "8080": 109, "launch": 109, "telnet": 109, "address": 109, "escap": [109, 113], "charact": 109, "api": [109, 115], "At": [109, 110], "simpli": [109, 111], "800": 109, "120": 109, "interrog": 109, "we": [109, 110, 115, 116, 117], "hostnam": 109, "del": 109, "lock": 109, "forward": 109, "unlock": 109, "resum": 109, "best": 109, "rout": 109, "taskid": 109, "cancel": 109, "asr": 109, "viewcmd": 109, "repeat": 109, "last": 109, "activ": 109, "offlin": 109, "l": [109, 110], "while": [109, 110, 112, 116], "autoscal": 109, "date": 109, "amazon": [109, 117], "ocean": [109, 117], "cost": [109, 110, 117], "abl": [109, 116, 117], "demand": [109, 114], "setup": 109, "nodej": [109, 117], "npm": 109, "s3": 109, "compat": 109, "digitalocean": 109, "servic": 109, "index": [109, 115], "j": [109, 110, 117], "digitaloceanasrprovid": 109, "execut": 109, "attach": 109, "zero": 109, "act": 109, "handl": 109, "certain": [109, 110, 111], "ui": 109, "prior": 109, "spin": 109, "dummi": 109, "part": [109, 116], "fulli": 109, "howev": 109, "fewer": 109, "combin": 109, "huge": 109, "prop": 109, "pau": 109, "folk": 109, "mapillari": 109, "amaz": 109, "through": 109, "kei": 109, "compon": 109, "further": [109, 117], "push": 109, "big": 109, "defin": 110, "real": 110, "therefor": 110, "talk": 110, "pascual": 110, "2011": 110, "de": 110, "correspond": 110, "actual": 110, "independ": 110, "shape": 110, "its": [110, 113], "figur": 110, "misplac": 110, "accord": 110, "planet": 110, "pix4d": 110, "correctli": 110, "met": 110, "assess": 110, "construct": 110, "fire": 110, "decis": 110, "hand": 110, "critic": 110, "complianc": 110, "evalu": 110, "land": 110, "And": 110, "mount": 110, "usual": 110, "madawalagama": 110, "2016": 110, "1cm": 110, "gnss": [110, 117], "nsdi": 110, "fgdc": 110, "sub": 110, "condit": 110, "barri": 110, "2013": 110, "weather": 110, "photogrammetri": 110, "coverag": 110, "wind": 110, "humid": 110, "influenc": 110, "stabil": 110, "nois": 110, "focus": 110, "move": 110, "mechan": 110, "advis": 110, "decreas": 110, "recogniz": 110, "height": 110, "highest": 110, "equip": 110, "tend": 110, "hover": 110, "multipli": 110, "mather": 110, "2020": [110, 117], "coaklei": 110, "r": [110, 117], "baselin": 110, "ie": [110, 112], "accuracy_uav_compare_rtk_gp": 110, "deploi": 110, "2017": 110, "blog": 110, "munasingh": 110, "dampegama": 110, "d": [110, 117], "samarakoon": 110, "consum": 110, "grade": 110, "37th": 110, "asian": 110, "confer": 110, "remot": 110, "sens": 110, "colombo": 110, "sri": 110, "lanka": 110, "stephen": 110, "marzo": 110, "3937": 110, "manuel": 110, "loung": 110, "gisloung": 110, "07": 110, "wa": 111, "accident": 111, "input": [111, 117], "obliqu": 111, "subject": 111, "white": 111, "dimens": 111, "gimp": 111, "exclud": 111, "_mask": 111, "dji_0018": 111, "dji_0018_mask": 111, "bmp": 111, "generovat": 112, "reflektan\u010dn\u00ed": 112, "sn\u00edmaj\u00ed": 112, "senzor\u016f": 112, "p\u00e1smy": 112, "sna\u017e\u00edm": 112, "podporovat": 112, "nejv\u00edc": 112, "vyvinuta": 112, "pou\u017eit\u00edm": [112, 117], "n\u00e1sleduj\u00edc\u00edch": [112, 117], "fungovat": 112, "l\u00e9pe": 112, "micasens": [112, 116], "rededg": 112, "mx": 112, "altum": [112, 116], "6x": 112, "dji": [112, 116], "phantom": 112, "fotoapar\u00e1ti": 112, "n\u00e1m": [112, 114, 117], "roz\u0161\u00ed\u0159it": 112, "seznam": [112, 117], "sd\u00edlet": 112, "_": [112, 117], "kamerami": 112, "zpracujt": 112, "p\u00e1sem": 112, "najedn": 112, "nerozd\u011blujt": 112, "slo\u017eek": 112, "p\u0159edejt": 112, "umo\u017enili": 112, "radiometrick": 112, "normalizaci": 112, "sestavi": 112, "v\u00fdsledn\u00e1": [112, 117], "ortofotomapa": 112, "jedno": 112, "ka\u017edou": 112, "kameru": [112, 117], "alfa": 112, "offici": 112, "give": 112, "ndre": 112, "renam": 112, "pattern": [112, 117], "0000x_nir": 112, "10_51_14_img_00008": 112, "00008_nir": 112, "nrgb": 112, "0000x_rgb": 112, "10_51_14_img_00023": 112, "00023_rgb": 112, "xxxx_nir": 112, "xxxx_rgb": 112, "input_image_dir": 112, "output_dir": [112, 117], "contrib": 112, "ndvi": 112, "rename_sentera_agx710_multispectral_tif": 112, "py": [112, 117], "script": [112, 117], "python3": 112, "odm_georeferenced_model": [113, 117], "ply": 113, "state": [113, 115], "univers": [113, 117], "zanzibar": 113, "courtesi": 113, "khadija": 113, "abdullah": 113, "ali": 113, "odm_textur": [113, 117], "odm_textured_model": 113, "odm_textured_model_geo": 113, "meshlab": 113, "odm_orthphoto": 113, "un": 113, "tutori": 113, "stdout": 113, "On": 113, "ansi": 113, "39m": 113, "no_ansiesc": 113, "variabl": 113, "env": 113, "img": 113, "1234": 113, "tie": 113, "config": [113, 117], "yaml": [113, 117], "metadata": 113, "undistort": 113, "undistorted_track": 113, "undistorted_reconstruct": 113, "odm_meshing_log": 113, "texture_n": 113, "odm_georeferencing_log": 113, "odm_georeferencing_utm_log": 113, "extract_utm": 113, "portion": 113, "odm_orthophoto_log": 113, "gdal_translate_log": 113, "top": 113, "geotoff": 113, "pot\u0159ebuj": 114, "zp\u011btnou": 114, "vazbu": 114, "u\u017eivatel\u016f": [114, 117], "mohl": 114, "vyv\u00edjet": 114, "udr\u017eovat": 114, "souladu": 114, "pot\u0159ebami": 114, "sv\u00fdch": 114, "foss": 114, "projekti": [114, 117], "svobodn\u00fdm": 114, "zaj\u00edmav\u00e9": 114, "zevnit\u0159": 114, "zven\u010d\u00ed": 114, "\u00fasp\u011b\u0161n\u00e9": 114, "pocit": 114, "um\u011bt": 114, "cokoli": 114, "t\u011b\u017ek\u00e9": 114, "poznat": 114, "rozumn\u00fd": 114, "c\u00edtit": 114, "omezen\u00e9": 114, "zdroj\u00edch": 114, "\u010dasem": [114, 117], "pen\u011bzi": 114, "p\u0159et\u00ed\u017een\u00edm": 114, "p\u0159\u00edle\u017eitostmi": 114, "implement": 114, "probabl": 114, "convinc": 114, "imagin": 114, "somebodi": 114, "knock": 114, "door": 114, "ask": 114, "now": 114, "hous": 114, "cook": 114, "me": 114, "dinner": 114, "respons": 114, "reason": 114, "who": 114, "person": 114, "spend": 114, "energi": 114, "fulfil": 114, "hi": 114, "agenda": 114, "suggest": 114, "cordial": 114, "especi": 114, "offer": 114, "fund": 114, "benefit": [114, 117], "exclus": 114, "harder": 114, "probl\u00e9m": 114, "p\u0159\u00edslu\u0161n\u00e9m": 114, "\u00falo\u017ei\u0161ti": 114, "nap\u0159": 114, "jednodu\u0161eji": 114, "diskusn\u00ed": 114, "t\u00e9ma": 114, "komunitn\u00edm": 114, "f\u00f3ru": 114, "za\u010d\u00e1tek": 114, "prohledat": 114, "neupozornil": 114, "pracuj": 114, "diskutovalo": 114, "podpori": 114, "droni": 114, "sd\u00edlejt": 114, "testovac\u00edch": 114, "kan\u00e1lu": 114, "v\u00fdvoj\u00e1\u0159i": 114, "moc": 114, "nezm\u016f\u017eou": 114, "trik": 114, "spo\u010d\u00edv\u00e1": 114, "naslouch\u00e1n\u00ed": 114, "r\u00e1mci": [114, 117], "\u0159ekn": 114, "tohl": 114, "velk\u00fd": [114, 117], "v\u00fdtah": 114, "pot\u0159ebujem": [114, 117], "pen\u00edz": 114, "n\u011bkoho": [114, 117], "kdo": [114, 117], "pomohl": 114, "nak\u00f3dovat": 114, "kombinaci": 114, "t\u011bchto": [114, 117], "dv\u011b": 114, "odpov\u011bdi": 114, "funguj\u00ed": 114, "opravdu": 114, "nev\u011bd\u011bl": 114, "jsem": 114, "douf\u00e1m": 114, "p\u0159ijd": 114, "pot\u0159ebn\u00fdmi": 114, "prost\u0159edki": 114, "\u010dlen": 114, "komun": 114, "r\u00e1d": 114, "stanu": 114, "u\u017eivatelem": [114, 117], "testerem": 114, "p\u0159ijdem": 114, "jestli": 114, "m\u016f\u017eeme": [114, 117], "d\u00e1t": 114, "abychom": [114, 117], "ud\u011blat": 114, "tadi": 114, "\u010d\u00edm": 114, "p\u0159isp\u011bt": 114, "jsme": [114, 117], "r\u00e1di": 114, "t\u011b\u0161\u00edte": 114, "p\u0159idan\u00e9": 114, "pot\u0159ebuj\u00ed": 114, "jednodu\u0161\u0161\u00ed": 114, "implementovat": [114, 117], "ud\u011bl\u00e1m": 114, "pomohli": 114, "pochopit": 114, "kam": [114, 117], "spad\u00e1": 114, "ocen\u00edm": 114, "kterou": [114, 117], "poskytnout": 114, "readm": [115, 117], "blob": 115, "adoc": 115, "concept": 115, "665": 115, "research": 115, "paper": 115, "valuabl": 115, "art": 115, "multi": 115, "stereo": 115, "wave": 116, "infrar": 116, "lwir": 116, "alon": 116, "aim": 116, "zenmus": 116, "xt": 116, "h20": 116, "seri": 116, "expand": 116, "najdet": 117, "pokyni": 117, "b\u011b\u017en\u00e9": 117, "p\u0159\u00edpadi": 117, "jak\u00fdchkoli": 117, "vol\u00ed": 117, "kompromi": 117, "kvalit": 117, "rychlost\u00ed": 117, "spot\u0159eb": 117, "kvalitn\u011bj\u0161\u00ed": 117, "sni\u017et": 117, "rozli\u0161en\u00edm": 117, "vynech\u00e1n\u00ed": 117, "ur\u010dit\u00fdch": 117, "optimalizac\u00ed": 117, "rychlosti": 117, "ovliv\u0148uj\u00ed": 117, "tohoto": 117, "p\u0159\u00edznaku": 117, "zv\u00fd\u0161\u00ed": 117, "b\u011bhu": 117, "spot\u0159ebu": 117, "p\u0159in\u00e9st": 117, "ost\u0159ej\u0161\u00ed": 117, "lesn\u00edch": 117, "nastaven": 117, "zv\u00fd\u0161ena": 117, "300000": 117, "600000": 117, "m\u011bstsk\u00fdch": 117, "budovi": 117, "st\u0159echi": 117, "komoditn\u00edch": 117, "zvl\u00e1\u0161tn\u00ed": 117, "v\u00fdzvou": 117, "vibrac": 117, "zaost\u0159en\u00ed": 117, "faktori": 117, "ovlivnit": 117, "odvozen\u00e9": 117, "z\u00e1sadn\u00ed": 117, "vlastn\u00ed": 117, "let\u016f": 117, "dron\u016f": 117, "mo\u017en\u00e1": 117, "\u017e\u00e1douc\u00ed": 117, "z\u00e1vislosti": 117, "pr\u016fb\u011bhu": 117, "v\u00fdsledn\u00fdch": 117, "v\u0161echna": 117, "jame": 117, "robson": 117, "2014": 117, "sv\u00e9m": 117, "\u010dl\u00e1nku": 117, "mitig": 117, "systemat": 117, "topograph": 117, "deriv": 117, "zab\u00fdvaj\u00ed": 117, "minimalizovat": 117, "zp\u016fsoben\u00e9": 117, "autokalibrac\u00ed": 117, "efekt": 117, "bowlingu": 117, "sadou": 117, "shrom\u00e1\u017ed\u011bn\u00fdch": 117, "sv\u011btovou": 117, "bankou": 117, "tanzanii": 117, "povod\u00edm": 117, "salaamu": 117, "n\u00e1chyln\u00e9": 117, "povodn\u00edm": 117, "zm\u00edrn\u011bn\u00ed": 117, "efektu": 117, "nejjednodu\u0161\u0161\u00ed": 117, "let\u011bt": 117, "dv\u011bma": 117, "obrazci": 117, "odd\u011blen\u00fdmi": 117, "sebe": 117, "nam\u00edsto": 117, "nadiru": 117, "p\u0159\u00edm\u00e9ho": 117, "sm\u011bru": 117, "dol\u016f": 117, "nakl\u00e1n\u00ed": 117, "dop\u0159edu": 117, "l\u00e9t\u00e1n\u00ed": 117, "trvat": 117, "typick\u00e9": 117, "leti": 117, "pilot": 117, "t\u00fdm": 117, "prolet\u011bt": 117, "malou": 117, "p\u0159\u00edstupu": 117, "vygeneruj": 117, "kalibra\u010dn\u00ed": 117, "n\u00e1zvem": 117, "importovat": 117, "kalibraci": 117, "dal\u0161\u00edho": 117, "efektivn\u011bj\u0161\u00ed": 117, "alternativn\u011b": 117, "metodu": 117, "men\u0161\u00edm": 117, "p\u0159ekryt\u00edm": 117, "crossgrid": 117, "naz\u00fdvan\u00fdmi": 117, "crosshatch": 117, "sm\u011b\u0159uj\u00edc\u00ed": 117, "procento": 117, "nap\u0159\u00ed\u010d": 117, "s\u00edt\u00ed": 117, "paraleln\u00edch": 117, "dosa\u017een\u00ed": 117, "dobr\u00fdch": 117, "68": 117, "sidelap": 117, "ekvivalentn\u00ed": 117, "83": 117, "dobr\u00e9": 117, "42": 117, "bo\u010dn\u00ed": 117, "vertik\u00e1ln\u011b": 117, "odd\u011blen\u00e9": 117, "letov\u00e9": 117, "lini": 117, "zlep\u0161uj\u00ed": 117, "m\u00e9n\u011b": 117, "kamera": 117, "nato\u010dena": 117, "cc": 117, "BY": 117, "nevytv\u00e1\u0159\u00ed": 117, "p\u0159edat": 117, "klasifikuj": 117, "nepozemn\u00ed": 117, "pou\u017e\u00edvaj\u00ed": 117, "ovl\u00e1dat": 117, "\u0161k\u00e1lovac\u00ed": 117, "ter\u00e9n\u016f": 117, "velk\u00fdmi": 117, "v\u00fd\u0161kov\u00fdmi": 117, "m\u00edrou": 117, "toler": 117, "v\u00fd\u0161kov\u00fd": 117, "pr\u00e1h": 117, "v\u00fd\u0161ku": 117, "o\u010dek\u00e1v\u00e1t": 117, "objekt\u016f": 117, "zemi": 117, "odpov\u00edd\u00e1": 117, "velikosti": 117, "nejv\u011bt\u0161\u00edho": 117, "strom\u016f": 117, "odstran\u011bn": 117, "zm\u011bna": 117, "v\u00fdrazn\u011b": 117, "nejlep\u0161\u00edm": 117, "zdrojem": 117, "pochopen\u00ed": 117, "vlivu": 117, "p\u0159e\u010d\u00edst": 117, "p\u016fvodn\u00ed": 117, "\u010dl\u00e1nek": 117, "classif": 117, "airborn": 117, "lidar": 117, "voln\u011b": 117, "celkov\u011b": 117, "nejv\u011bt\u0161\u00ed": 117, "vyh\u00fdb\u00e1": 117, "chyb\u00e1m": 117, "mal\u00fd": 117, "zemn\u00edch": 117, "klasifikovan\u00fdch": 117, "nezemn\u00ed": 117, "p\u0159ijateln\u011b": 117, "ii": 117, "nezemn\u00edch": 117, "zemn\u00ed": 117, "vz\u00edt": 117, "\u00favahu": 117, "pou\u017eiti": 117, "myln\u011b": 117, "pova\u017eovan\u00e9": 117, "zem": 117, "vypadaj\u00ed": 117, "v\u00fdsledn\u00e9m": 117, "nastavuj": 117, "rastru": 117, "postupn\u00fdch": 117, "vrstev": 117, "sc\u00e9n": 117, "dos\u00e1hnout": 117, "lep\u0161\u00edch": 117, "ponech\u00e1v\u00e1": 117, "pr\u00e1zdn\u00e9": 117, "my_odm_imag": 117, "24": 117, "pov\u011btrnostn\u00ed": 117, "podm\u00ednki": 117, "fotografov\u00e1n\u00ed": 117, "nejlep\u0161\u00edch": 117, "dos\u00e1hnet": 117, "rovnom\u011brn\u011b": 117, "zata\u017een\u00e9": 117, "jasn\u00e9": 117, "obloz": 117, "dbejt": 117, "rychlost": 117, "v\u011btru": 117, "z\u016fstal": 117, "sb\u011bru": 117, "stabiln\u00ed": 117, "vyhnuli": 117, "st\u00edn\u016fm": 117, "jedn\u00e9": 117, "stran\u011b": 117, "z\u00e1sobi": 117, "br\u00e1nit": 117, "detekci": 117, "sni\u017eovat": 117, "preferujt": 117, "v\u017edy": 117, "poledn": 117, "nadhlavn\u00edku": 117, "d\u016fsledn\u011b": 117, "osv\u011btleno": 117, "horizont\u00e1ln\u00ed": 117, "viditelnosti": 117, "pouh\u00fdm": 117, "okem": 117, "odpov\u00eddala": 117, "pl\u00e1novan\u00fdm": 117, "letov\u00fdm": 117, "vzd\u00e1lenostem": 117, "projekt": 117, "negativn\u011b": 117, "neovliv\u0148ov": 117, "prach": 117, "mlha": 117, "kou\u0159": 117, "sope\u010dn\u00fd": 117, "popel": 117, "zne\u010di\u0161t\u011bn\u00ed": 117, "gimbal": 117, "rest": 117, "entir": 117, "eros": 117, "machineri": 117, "steep": 117, "recogn": 117, "labor": 117, "neglig": 117, "p\u0159\u00edpad\u016f": 117, "seka\u010dki": 117, "tr\u00e1vu": 117, "p\u0159esn\u00e9": 117, "shrom\u00e1\u017e\u011bn\u00fdch": 117, "pohybovat": 117, "75": 117, "bo\u010dn\u00edm": 117, "rozmez\u00ed": 117, "65": 117, "rostouc\u00ed": 117, "v\u00fd\u0161kou": 117, "rovn\u011b\u017e": 117, "zvy\u0161ovat": 117, "odstup": 117, "ovlivn\u011bna": 117, "obecn\u011b": 117, "zaji\u0161t\u011bn\u00ed": 117, "rovnov\u00e1hi": 117, "proveden": 117, "4n\u00e1sobku": 117, "nejvy\u0161\u0161\u00ed": 117, "shrom\u00e1\u017ed\u011bn\u00e9": 117, "metr\u016f": 117, "po\u0159izovat": 117, "let": 117, "pl\u00e1novan": 117, "umo\u017e\u0148uj\u00edc\u00ed": 117, "rozpozn\u00e1n\u00ed": 117, "p\u0159esnosti": 117, "p\u0159esn\u00fdch": 117, "sta\u010d\u00ed": 117, "distribuovan\u00fdch": 117, "umis\u0165ov\u00e1n\u00ed": 117, "za\u0159\u00edzen\u00ed": 117, "tot\u00e1ln\u00ed": 117, "stanic": 117, "geodetick\u00e9": 117, "t\u0159\u00eddy": 117, "ur\u010deni": 117, "milimetrov\u00e9": 117, "p\u0159esn\u00e9ho": 117, "p\u0159eddefinovan\u00fdch": 117, "vysok\u00fdm": 117, "referen\u010dn\u00ed": 117, "konfiguraci": 117, "t\u00e9m\u011b\u0159": 117, "materi\u00e1lu": 117, "nach\u00e1z\u00ed": 117, "prvn\u00edch": 117, "v\u011bnovat": 117, "pozornost": 117, "vhodn\u00e9mu": 117, "vymezen\u00ed": 117, "rovini": 117, "ovl\u00e1dac\u00edm": 117, "zm\u011b\u0159it": 117, "objem": 117, "plochu": 117, "d\u00e9lku": 117, "za\u010dn\u011bt": 117, "um\u00eds\u0165ovat": 117, "definovali": 117, "rovinu": 117, "dokon\u010d\u00edt": 117, "sekund": 117, "nam\u011b\u0159en\u00e1": 117, "objemu": 117, "p\u0159\u00edkazov\u00fd": 117, "\u0159\u00e1dek": 117, "objem\u016f": 117, "z\u00e1sob": 117, "jin\u00fdch": 117, "uva\u017et": 117, "limiti": 117, "nastaveni": 117, "zjist\u00edt": 117, "zp\u016fsobi": 117, "izolovan\u00e9": 117, "jejich\u017e": 117, "v\u011bt\u0161inou": 117, "viditeln\u00e9": 117, "line\u00e1rn\u00ed": 117, "svaz\u00edch": 117, "z\u00e1sobn\u00edc\u00edch": 117, "nejni\u017e\u0161\u00edho": 117, "mno\u017estcv\u00ed": 117, "troj\u00faheln\u00edkov": 117, "ur\u010den\u00ed": 117, "plat\u00ed": 117, "vytvo\u0159en\u00e9": 117, "nepravideln\u00fdch": 117, "pe\u010dliv\u011b": 117, "napl\u00e1novan\u00fdch": 117, "proveden\u00fdch": 117, "projekt\u016f": 117, "srovnateln\u00e1": 117, "komer\u010dn\u011b": 117, "dostupn\u00fdm": 117, "fotogrammetrick\u00fdm": 117, "softwarem": 117, "z\u00edskanou": 117, "nasazen\u00ed": 117, "porozum\u011bt": 117, "n\u011bkter\u00fdm": 117, "z\u00e1kladn\u00edm": 117, "p\u0159\u00edkaz\u016fm": 117, "prozkoumat": 117, "pokaz\u00ed": 117, "n\u00e1": 117, "zaj\u00edm\u00e1": 117, "d\u011bje": 117, "kontejnerov\u00e9": 117, "jeho\u017e": 117, "\u00fa\u010delem": 117, "usnadnit": 117, "nez\u00e1visl": 117, "m\u00edstn\u00edm": 117, "podob\u00e1": 117, "virtu\u00e1ln\u00edm": 117, "stroj\u016fm": 117, "jednoduch\u00fdch": 117, "v\u00fdpisem": 117, "aktu\u00e1ln\u00edm": 117, "pou\u017e\u00edv\u00e1m": 117, "n\u00e1sleduj\u00edc\u00edm": 117, "zp\u016fsobem": 117, "id": 117, "statu": 117, "2518817537ce": 117, "36": 117, "hour": 117, "ago": 117, "zen_wright": 117, "1cdc7fadf688": 117, "usr": 117, "bin": 117, "va": 117, "tcp": 117, "flamboyant_dhawan": 117, "stroje": 117, "sice": 117, "neb\u011b\u017e\u00ed": 117, "st\u00e1le": 117, "cd7b9585b8f6": 117, "dai": 117, "nostalgic_lederberg": 117, "e31010c00b9a": 117, "suspicious_kepl": 117, "c44e0d0b8448": 117, "wonderful_burnel": 117, "p\u0159istupovat": 117, "v\u0161em": 117, "pravd\u011bpodobn\u00e9": 117, "nep\u0159ehledn\u011b": 117, "znak": 117, "pipe": 117, "protokol\u016f": 117, "pomalu": 117, "protokoli": 117, "mon": 117, "sep": 117, "23": 117, "33": 117, "build_overview": 117, "camera_len": 117, "dem_decim": 117, "dem_euclidean_map": 117, "stisknut\u00edm": 117, "mezern\u00edk": 117, "kl\u00e1ve": 117, "\u0161ipkami": 117, "str\u00e1nka": 117, "nahoru": 117, "\u010di": 117, "protokolech": 117, "mal\u00e9": 117, "p\u00edsmeno": 117, "uniknout": 117, "zp\u011bt": 117, "tail": 117, "gdalwarp": 117, "bound": 117, "gpkg": 117, "crop_to_cutlin": 117, "num_thread": 117, "bigtiff": 117, "if_saf": 117, "blockys": 117, "512": 117, "blockxsiz": 117, "predictor": 117, "gdal_cachemax": 117, "48": 117, "95": 117, "alpha": 117, "111567p": 117, "137473l": 117, "\u0159\u00edk\u00e1": 117, "poskytl": 117, "posledn\u00edch": 117, "\u0159\u00e1dk\u016f": 117, "mus\u00edm": 117, "j\u00edt": 117, "zkoum\u00e1n\u00ed": 117, "hloub\u011bji": 117, "t\u00edmto": 117, "p\u0159\u00edm\u00fd": 117, "exec": 117, "root": 117, "p\u0159ihl\u00e1\u0161eni": 117, "na\u0161\u00ed": 117, "\u017ealostn": 117, "neukl\u00edz\u00ed": 117, "p\u0159ebyte\u010dn\u00e1": 117, "v\u00fdhodn\u00e9": 117, "mezit\u00edm": 117, "ukon\u010den": 117, "nese": 117, "sebou": 117, "b\u0159emeno": 117, "\u010dasu": 117, "vyu\u017e\u00edv\u00e1": 117, "maciej": 117, "\u0142ebkowski": 117, "v\u00fdborn\u00fd": 117, "p\u0159ehl": 117, "spravovat": 117, "nadbyte\u010dn\u00e9": 117, "n\u00e1stroji": 117, "sylab": 117, "laptop": 117, "hpc": 117, "compani": 117, "server": 117, "anyth": 117, "cach": 117, "As": 117, "images_dir": 117, "path_to_image_dir": 117, "basenam": 117, "path_to_output_directori": 117, "mkdir": 117, "bind": 117, "writabl": 117, "tmpf": 117, "odm_latest": 117, "ivan": 117, "gayton": 117, "repo": 117, "nelz": 117, "efektivn\u011b": 117, "lok\u00e1ln\u011b": 117, "pom\u011brn\u011b": 117, "v\u00fdkonn\u00fd": 117, "stroj": 117, "lidi": 117, "\u0159e\u0161en\u00edm": 117, "cloudov\u00fd": 117, "mnoha": 117, "n\u00edzkop\u0159\u00edjmov\u00fdch": 117, "prost\u0159ed\u00edch": 117, "probl\u00e9mem": 117, "\u0161\u00ed\u0159ka": 117, "zcela": 117, "vy\u0159e\u0161it": 117, "metoda": 117, "rozumn\u011b": 117, "sni\u017euj": 117, "\u0161\u00ed\u0159ku": 117, "pot\u0159ebn": 117, "cloudu": 117, "africk\u00fdch": 117, "lokalit": 117, "p\u0159edstav\u00edm": 117, "slo\u017eit\u00fd": 117, "provediteln\u00fd": 117, "cloudov\u00e9ho": 117, "cloudodm": 117, "cloudov\u00e9": 117, "spust\u00edt": 117, "vzd\u00e1len\u00e9mu": 117, "fotografi\u00ed": 117, "znalost": 117, "unix": 117, "ssh": 117, "\u00fa\u010det": 117, "aw": 117, "fungov": 117, "m\u00edrn\u00fdmi": 117, "m\u00edrnou": 117, "po\u010d\u00edta\u010dov\u00e9": 117, "gramotnosti": 117, "nejst": 117, "dostate\u010dn\u011b": 117, "po\u010d\u00edta\u010dov\u011b": 117, "zdatn\u00ed": 117, "ochotni": 117, "pot\u00fdkat": 117, "pon\u011bkud": 117, "slo\u017eit\u011bj\u0161\u00edm": 117, "zam\u011b\u0159it": 117, "zam\u011b\u0159en": 117, "l\u00e9t\u00e1": 117, "rozs\u00e1hl\u00e9": 117, "mise": 117, "afric": 117, "lokalit\u011b": 117, "chce": 117, "nejd\u0159\u00edv": 117, "je\u0161t\u011b": 117, "klade": 117, "d\u016fraz": 117, "pracovn\u00ed": 117, "sn\u00ed\u017eit": 117, "p\u0159eno": 117, "sp\u00ed\u0161e": 117, "st\u00e1t": 117, "asi": 117, "dolar\u016f": 117, "m\u011bs\u00ed\u010dn\u011b": 117, "nezda\u0159\u00ed": 117, "skute\u010dn\u00e9m": 117, "zm\u011bn\u00edme": 117, "dra\u017e\u0161\u00ed": 117, "jednotliv\u00fdmi": 117, "spu\u0161t\u011bn\u00edmi": 117, "zmen\u0161it": 117, "nejlevn\u011bj\u0161\u00ed": 117, "stoj\u00ed": 117, "usd": 117, "m\u011bs\u00edc": 117, "vybaven": 117, "mal\u00fdm": 117, "diskem": 117, "jednat": 117, "zaji\u0161t\u011bna": 117, "kompatibilita": 117, "z\u00e1vislost\u00ed": 117, "pr\u00e1vy": 117, "pom\u016f\u017e": 117, "neuv\u011b\u0159iteln\u011b": 117, "dobr\u00e1": 117, "dokumentac": 117, "spole\u010dnosti": 117, "na\u0161em": 117, "nastavili": 117, "p\u0159ipoj\u00edt": 117, "p\u0159\u00edkazem": 117, "xxx": 117, "ipv4": 117, "serveru": 117, "dr\u017eet": 117, "pou\u017e\u00edvejt": 117, "u\u017eivatelsk\u00e9": 117, "jm\u00e9no": 117, "va\u0161e": 117, "p\u0159\u00edklad\u016fm": 117, "dokumentu": 117, "upgrad": 117, "ujistili": 117, "nebezpe\u010dn\u011b": 117, "aktualizac\u00ed": 117, "z\u016fstali": 117, "str\u00e1nky": 117, "b\u011b\u017en\u00fd": 117, "u\u010din\u00edt": 117, "domovsk\u00e9": 117, "zkr\u00e1cen\u011b": 117, "prom\u011bnn\u00e9": 117, "bashrc": 117, "konec": 117, "\u0159\u00e1dky": 117, "nano": 117, "jak\u00e9hokoli": 117, "editoru": 117, "nahradit": 117, "cestou": 117, "rozbalili": 117, "neprovedli": 117, "pou\u017eili": 117, "pythonpath": 117, "superbuild": 117, "lib": 117, "python2": 117, "dist": 117, "packag": 117, "src": 117, "ld_library_path": 117, "githubu": 117, "obsahuj": 117, "drobnou": 117, "chybu": 117, "instala\u010dn\u00edho": 117, "nikoli": 117, "uvid\u00edt": 117, "porovn\u00e1t": 117, "uveden\u00e9": 117, "zabr\u00e1nili": 117, "p\u00e1du": 117, "nenajd": 117, "sv\u016fj": 117, "p\u0159id\u00e1m": 117, "upravt": 117, "\u017eargonu": 117, "svazek": 117, "spr\u00e1vu": 117, "zd\u00e1": 117, "pravidlem": 117, "desetin\u00e1sobek": 117, "va\u0161\u00ed": 117, "surov\u00e9": 117, "bitov\u00fdch": 117, "kopi\u00ed": 117, "m\u00e1me": 117, "100gb": 117, "1000gb": 117, "zbavit": 117, "v\u011bt\u0161ini": 117, "drah\u00e9": 117, "kapac": 117, "pot\u0159eba": 117, "sv\u00e9mu": 117, "dropletu": 117, "konfigurujt": 117, "p\u0159\u00edpojn\u00fd": 117, "nastav\u00edm": 117, "mnt": 117, "odmdata": 117, "ode\u0161let": 117, "zabezpe\u010den\u00e9": 117, "kop\u00edrov\u00e1n\u00ed": 117, "scp": 117, "moje": 117, "slo\u017ekasobr\u00e1zki": 117, "obraz\u016f": 117, "p\u0159esun": 117, "d\u011bl\u00e1": 117, "rekurzivn\u00ed": 117, "p\u0159ipojili": 117, "cloudov\u00e9mu": 117, "zaber": 117, "obej\u00edt": 117, "rozhoduj\u00edc\u00ed": 117, "instalovali": 117, "uveden\u00fdm": 117, "myproject": 117, "jedin\u00fd": 117, "nad\u0159azen\u00fd": 117, "obsahuj\u00edc\u00ed": 117, "uvedeno": 117, "matouc\u00ed": 117, "skute\u010dnosti": 117, "rodi\u010dovsk\u00fd": 117, "jednotliv\u00fdch": 117, "adres\u00e1\u0159\u016f": 117, "vol\u00e1n\u00ed": 117, "parametrem": 117, "project_path": 117, "na\u0161eho": 117, "n\u00e1mi": 117, "individu": 117, "nastav\u00edt": 117, "nebud": 117, "kop\u00edrovat": 117, "adres\u00e1\u0159i": 117, "kter\u00e9m": 117, "ur\u010dov": 117, "spr\u00e1vn\u00e9m": 117, "m\u00edst\u011b": 117, "pomocn\u00e9": 117, "ko\u0159enov\u00e9": 117, "samostatn\u00fdch": 117, "slo\u017ek\u00e1ch": 117, "bloki": 117, "spr\u00e1va": 117, "organizov\u00e1na": 117, "zakl\u00ednadli": 117, "echo": 117, "cat": 117, "struktur": 117, "skupini": 117, "ka\u017ed\u00fdm": 117, "poch\u00e1z\u00ed": 117, "jedin\u00e9ho": 117, "ko\u0159enov\u00e9m": 117, "sledovat": 117, "pat\u0159\u00ed": 117, "stejn\u00e9": 117, "d\u00e1vky": 117, "zm\u011b\u0148te": 117, "p\u0159im\u011b\u0159en\u011b": 117, "monstr\u00f3zn\u00ed": 117, "pam\u011b\u0165ov\u011b": 117, "optimalizovan\u00fd": 117, "dedikovan\u00fdmi": 117, "vcpu": 117, "hod": 117, "rychl": 117, "s\u010d\u00edt\u00e1": 117, "p\u0159e": 117, "1000": 117, "restartujt": 117, "pus\u0165t": 117, "neztr\u00e1c": 117, "drah\u00fd": 117, "kapki": 117, "nohup": 117, "p\u0159eru\u0161en\u00ed": 117, "pokra\u010dovat": 117, "gnu": 117, "relac": 117, "obrazovki": 117, "nezastav\u00ed": 117, "p\u0159ipojen\u00ed": 117, "p\u0159eru\u0161eno": 117, "odpojen\u00ed": 117, "op\u011btovn\u00e9": 117, "nez\u00edsk\u00e1t": 117, "logovac\u00ed": 117, "v\u0161emi": 117, "konzolov\u00fdmi": 117, "neud\u011bl\u00e1t": 117, "specifick\u00e9ho": 117, "jejich": 117, "zachycen\u00ed": 117, "poskytn": 117, "chybov\u00fdch": 117, "zdarma": 117, "pozn\u00e1mka": 117, "roku": 117, "norm\u00e1ln\u00ed": 117, "zakl\u00ednadlo": 117, "project_nam": 117, "nefunguj": 117, "zp\u016fsobuj": 117, "podivn": 117, "vypust\u00edm": 117, "budem": 117, "spol\u00e9hat": 117, "nasm\u011bruj": 117, "p\u0159esm\u011bruj": 117, "pl\u00fdtvat": 117, "p\u0159edpokl\u00e1d\u00e1": 117, "v\u0161echno": 117, "doslova": 117, "n\u00e1hodn\u00e9": 117, "na\u010dten\u00ed": 117, "ignorov\u00e1no": 117, "mysl\u00edm": 117, "kontroluj": 117, "kolika": 117, "rozd\u011bl\u00ed": 117, "p\u0159edpokl\u00e1d\u00e1m": 117, "seskupeni": 117, "nem\u00e1t": 117, "velkou": 117, "sledujt": 117, "v\u011bd\u011bli": 117, "hotovo": 117, "cht\u00edt": 117, "htop": 117, "prost\u0159edk\u016f": 117, "rozto\u010dit": 117, "skon\u010d\u00ed": 117, "levnou": 117, "kapacitu": 117, "z\u00e1lohov\u00e1n\u00ed": 117, "p\u0159ihlast": 117, "komprimovat": 117, "gdal": 117, "nep\u0159id\u00e1vejt": 117, "ud\u011blejt": 117, "lok\u00e1ln\u00edm": 117, "sta\u017een\u00edm": 117, "nezv\u011bt\u0161ovali": 117, "gdal_transl": 117, "ycbcr": 117, "gdal_tiff_internal_mask": 117, "extens": 117, "komprimovan": 117, "vytvo\u0159ili": 117, "posledn\u00edm": 117, "z\u00edsk\u00e1te": 117, "pyramidi": 117, "gdaladdo": 117, "1024": 117, "archivovat": 117, "tar": 117, "st\u00e1hnout": 117, "vcelku": 117, "zcvf": 117, "archivenam": 117, "aktivac\u00ed": 117, "zobraz\u00edt": 117, "polohu": 117, "r\u00e1me\u010dku": 117, "prav\u00e9m": 117, "horn\u00edm": 117, "rohu": 117, "sn\u00edmku": 117, "p\u0159epnet": 117, "re\u017eimu": 117, "odkazi": 117, "texturovan\u00e9ho": 117, "\u00fa\u010deli": 117, "vzhledu": 117, "v\u00fdkonu": 117, "rozpo\u010det": 117, "sc\u00e9n\u011b": 117, "star\u00fdm": 117, "v\u00fdkonn\u00fdm": 117, "prosp\u011bl": 117, "v\u011bt\u0161ina": 117, "schopna": 117, "zvl\u00e1dnout": 117, "milioni": 117, "milion\u016f": 117, "hladk\u00fd": 117, "n\u00e1ro\u010dn\u00fd": 117, "bodov\u00e9ho": 117, "rozpo\u010dtu": 117, "zahrnuti": 117, "stup\u0148\u016f": 117, "modul": 117, "dok\u00e1\u017e": 117, "ey": 117, "zv\u00fdraz\u0148uj": 117, "tvari": 117, "seskupuj": 117, "st\u00ednuje": 117, "obrysi": 117, "zlep\u0161uj": 117, "vn\u00edm\u00e1n\u00ed": 117, "hloubki": 117, "v\u011bdeck\u00fdch": 117, "vizualizac\u00edch": 117, "rozpozn\u00e1v\u00e1n\u00ed": 117, "s\u00edly": 117, "kryt\u00ed": 117, "vypnout": 117, "skybox": 117, "\u010dern\u00e1": 117, "b\u00edl\u00e1": 117, "\u017e\u00e1dn\u00e1": 117, "rozst\u0159iku": 117, "standardn\u00ed": 117, "hustotu": 117, "reprezentovan\u00fdch": 117, "box\u016f": 117, "zamknout": 117, "uzamkn": 117, "vyjmut\u00ed": 117, "n\u00e1stroj\u016f": 117, "skl\u00e1d\u00e1": 117, "ovl\u00e1dac\u00ed": 117, "skryt\u00ed": 117, "popisek": 117, "n\u011bkter\u00fdch": 117, "ukon\u010den\u00ed": 117, "nutn\u00e9": 117, "kliknut\u00ed": 117, "m\u011b\u0159\u00ed": 117, "trojrozm\u011brn\u00fd": 117, "tvo\u0159en\u00fd": 117, "p\u0159\u00edmkami": 117, "spojuj\u00edc\u00edmi": 117, "zah\u00e1jit": 117, "sekci": 117, "zv\u00fdrazn\u00ed": 117, "vybran\u00fd": 117, "sou\u0159adnici": 117, "po\u017eadovan\u00fd": 117, "trojrozm\u011brn": 117, "p\u0159\u00edmek": 117, "spojuj\u00edc\u00edch": 117, "\u0159adu": 117, "klikat": 117, "ukon\u010d\u00edt": 117, "celkov\u00e1": 117, "d\u00e9lka": 117, "svislou": 117, "kruh": 117, "kru\u017enic": 117, "tvo\u0159en\u00e9": 117, "t\u0159emi": 117, "obvod": 117, "azimut": 117, "azimut\u00e1ln\u00ed": 117, "p\u0159\u00edmky": 117, "p\u0159\u00edmka": 117, "tvo\u0159ena": 117, "vybran\u00fdmi": 117, "stupn\u00edch": 117, "hodinov\u00fdch": 117, "ru\u010di\u010dek": 117, "za\u010d\u00edn\u00e1": 117, "zem\u011bpisn\u00e9ho": 117, "severu": 117, "azimutu": 117, "vodorovn": 117, "tvo\u0159en": 117, "tvo\u0159\u00edc\u00ed": 117, "krychl": 117, "krychl\u00ed": 117, "krychli": 117, "zobrazen\u00fdch": 117, "obslu\u017en\u00fdch": 117, "p\u0159em\u00edstit": 117, "zm\u011bnit": 117, "rozm\u011br": 117, "oto\u010dit": 117, "koul": 117, "koul\u00ed": 117, "kouli": 117, "profil": 117, "\u010darou": 117, "\u010d\u00e1ru": 117, "zv\u00fdrazn\u011bn\u00e9m": 117, "bod\u011b": 117, "anota\u010dn\u00ed": 117, "\u0161t\u00edtek": 117, "anotac": 117, "anotaci": 117, "nadpi": 117, "popi": 117, "o\u0159\u00edznout": 117, "zv\u00fdrazn\u011bn\u00ed": 117, "vnit\u0159n\u00ed": 117, "vn\u011bj\u0161\u00ed": 117, "p\u0159em\u00edst\u011bt": 117, "rozm\u011bri": 117, "oto\u010dt": 117, "obsahovala": 117, "po\u017eadovan": 117, "nastaveno": 117, "obsa\u017een\u00e9": 117, "opa\u010dn\u00e9m": 117, "outsid": 117, "vn\u011b": 117, "o\u0159ezov\u00fd": 117, "polygoni": 117, "naviga\u010dn\u00ed": 117, "ur\u010duj\u00ed": 117, "chov\u00e1n\u00ed": 117, "ovl\u00e1d\u00e1n\u00ed": 117, "\u0159\u00edzen\u00ed": 117, "navigovan\u00e9": 117, "ukotven\u00e9": 117, "lev\u00e9": 117, "pohybuj": 117, "modelem": 117, "horizont\u00e1ln\u011b": 117, "kole\u010dko": 117, "ovl\u00e1d\u00e1": 117, "zoom": 117, "prav\u00e9": 117, "ob\u00edh\u00e1": 117, "pta\u010d\u00edm": 117, "pohledu": 117, "kl\u00e1vesnic": 117, "w": 117, "pohybuj\u00ed": 117, "vp\u0159ed": 117, "vzad": 117, "respekt": 117, "vlevo": 117, "vpravo": 117, "sm\u011br": 117, "os": 117, "pohyb\u016f": 117, "posuvn\u00e9ho": 117, "ovlada\u010d": 117, "helikopt\u00e9ri": 117, "vrtuln\u00edku": 117, "letadl": 117, "dozadu": 117, "resp": 117, "omezeni": 117, "rovin\u011b": 117, "doleva": 117, "doprava": 117, "posouv\u00e1": 117, "xy": 117, "ot\u00e1\u010den\u00ed": 117, "ob\u011b\u017en\u00e9": 117, "dr\u00e1hy": 117, "pln\u00fd": 117, "obnov\u00ed": 117, "kostka": 117, "dr\u00e1t\u011bnou": 117, "kostku": 117, "kompa": 117, "animac": 117, "poloha": 117, "definov\u00e1na": 117, "zelen\u00e9": 117, "\u010d\u00e1\u0159e": 117, "modr\u00e9": 117, "p\u0159edstavuj\u00ed": 117, "sm\u011b\u0159ovat": 117, "animaci": 117, "p\u0159ehrajt": 117, "strom": 117, "uspo\u0159\u00e1d\u00e1ni": 117, "\u0161esti": 117, "kter\u00fdmi": 117, "vektor": 117, "skupin\u00e1ch": 117, "vlastnosti": 117, "mra\u010den": 117, "zobrazovali": 117, "nadmo\u0159sk": 117, "p\u0159izp\u016fsobit": 117, "barevn": 117, "rampu": 117}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"align": [0, 3, 72, 77], "file": [0, 105, 106], "mo\u017enosti": [1, 103], "zna\u010dki": 1, "3d": [2, 7, 113, 117], "tile": [2, 46, 60, 92], "automatick\u00e9": 4, "ohrani\u010den\u00ed": 4, "co": [4, 7, 9, 117], "je": [4, 7, 9, 103, 117], "automatick\u00e1": 4, "hranic": [4, 7], "kdy": [4, 7, 9], "u\u017eite\u010dn\u00e1": 4, "pro\u010d": [4, 7, 9], "m\u011bl": [4, 7], "n\u011bkdo": [4, 7], "pou\u017e\u00edvat": [4, 9], "p\u0159\u00edkladi": 4, "sn\u00edmk\u016f": 4, "true": [4, 7, 8, 11], "auto": [4, 5, 9], "boundari": [4, 5, 7], "fals": [4, 7, 8, 11], "null": [4, 7, 8, 11], "distanc": 5, "bg": 6, "remov": [6, 75, 87], "geojson": 7, "vhodn\u00e9": 7, "pou\u017e\u00edt": 7, "jak": [7, 114], "se": 7, "vytv\u00e1\u0159\u00ed": 7, "io": 7, "nov\u00fd": 7, "vytv\u00e1\u0159en\u00ed": [7, 117], "polygonu": 7, "place": 7, "vertic": 7, "dokon\u010den\u00ed": 7, "ulo\u017een\u00ed": 7, "stahov\u00e1n\u00ed": 7, "nastaven\u00ed": 7, "v": [7, 108], "mo\u017enostech": 7, "\u00falohi": 7, "na\u010dteno": 7, "qgi": 7, "vytvo\u0159en\u00ed": 7, "nov\u00e9": 7, "do\u010dasn\u00e9": 7, "scratchovac\u00ed": 7, "vrstvy": 7, "typ": 7, "geometri": 7, "scratch": 7, "p\u0159id\u00e1n\u00ed": 7, "ortofotografick\u00e9ho": 7, "pozad\u00ed": [7, 117], "prvku": 7, "p\u0159ep\u00edn\u00e1n\u00ed": 7, "\u00faprav": 7, "vypnuto": 7, "zm\u011bn": 7, "do": [7, 103], "export": 7, "funkc\u00ed": 7, "ulo\u017et": 7, "vektorov": 7, "vrstvu": 7, "jako": 7, "uk\u00e1zkov\u00e9": [7, 9], "obr\u00e1zki": [7, 9], "point": [7, 105, 113, 117], "cloud": [7, 11, 113], "orthophoto": [7, 23, 43, 44, 45, 46, 47, 48, 73, 113], "digit\u00e1ln\u00ed": 7, "model": [7, 9, 113, 117], "reli\u00e9fu": 7, "textur": [7, 85, 86, 87, 88, 89, 90, 91, 113], "mesh": [7, 37, 38], "build": 8, "overview": 8, "what": [8, 11, 103, 110], "ar": [8, 11], "when": [8, 11], "appropri": [8, 11], "why": [8, 11], "would": [8, 11], "one": [8, 11], "us": [8, 11, 94, 95, 96, 97, 103, 111, 117], "exampl": [8, 11], "imag": [8, 11, 83, 106, 108, 109, 111, 117], "camera": [9, 10, 96], "len": 9, "jsou": 9, "mode": 9, "objektiv\u016f": 9, "fotoapar\u00e1t\u016f": 9, "vhodn\u00fd": 9, "ru\u010dn\u00ed": 9, "v\u00fdb\u011br": 9, "ur\u010dit\u00fd": 9, "objektivu": 9, "fotoapar\u00e1tu": 9, "rectilinear": 9, "data": [9, 85], "brown": 9, "fishey": 9, "rektiline\u00e1rn\u00ed": 9, "perspect": 9, "spheric": 9, "cog": 11, "optim": [11, 42], "geotiff": [11, 103], "copi": 12, "crop": 13, "debug": 14, "dem": [15, 16, 17, 18], "decim": 15, "euclidean": 16, "map": [16, 91, 110], "gapfil": 17, "step": 17, "resolut": [18, 19, 48, 101], "depthmap": 19, "dsm": [20, 113], "dtm": [21, 113], "end": 22, "fast": 23, "featur": [24, 25, 39], "qualiti": [24, 56], "type": [25, 34, 87], "forc": 26, "gp": [26, 30], "gcp": [27, 105, 117], "geo": 28, "gltf": 29, "accuraci": [30, 110], "help": 31, "ignor": 32, "gsd": 32, "matcher": [33, 34], "neighbor": 33, "max": 35, "concurr": 35, "merg": [36, 109], "octre": 37, "depth": 37, "size": 38, "min": 39, "num": 39, "name": 40, "gpu": [41, 103], "disk": 42, "space": 42, "compress": 43, "cutlin": 44, "kmz": 45, "png": 47, "pc": [49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60], "classifi": 49, "copc": 50, "csv": 51, "ept": 52, "filter": 53, "geometr": [54, 59], "la": 55, "rectifi": 57, "sampl": 58, "skip": [59, 71, 72, 73, 74, 89, 90], "primari": 61, "band": [61, 72], "project": 62, "path": 62, "radiometr": 63, "calibr": [63, 109], "rerun": [64, 65, 66], "all": [65, 103, 113], "from": 66, "resiz": [67, 117], "roll": [68, 69], "shutter": [68, 69], "readout": 69, "sfm": 70, "algorithm": 70, "3dmodel": 71, "report": [74, 102], "sky": 75, "sm": [76, 77], "cluster": [76, 109], "smrf": [78, 79, 80, 81], "scalar": 78, "slope": 79, "threshold": 80, "window": [81, 108], "split": [82, 83, 84, 109], "group": 83, "overlap": 84, "term": 85, "keep": 86, "unseen": 86, "face": 86, "outlier": 87, "singl": 88, "materi": 88, "global": 89, "seam": [89, 90], "level": [89, 90], "local": [90, 109], "tone": 91, "time": [93, 103], "3dmesh": 94, "exif": 95, "fix": 96, "param": 96, "hybrid": 97, "bundl": 97, "adjust": 97, "verbos": 98, "version": [99, 103], "video": [100, 101], "limit": [100, 109], "how": [102, 103], "To": 102, "contribut": 102, "commun": 102, "forum": 102, "bug": 102, "templat": 102, "For": [102, 115], "submit": 102, "pull": [102, 117], "request": 102, "\u010dasto": 103, "kladen\u00e9": 103, "ot\u00e1zki": 103, "zpracov\u00e1n\u00ed": [103, 117], "dat": [103, 117], "mohu": 103, "zpracovat": 103, "dva": 103, "nebo": 103, "v\u00edce": [103, 108], "ortofotografick\u00fdch": 103, "soubor\u016f": 103, "spojit": 103, "dohromadi": 103, "The": 103, "softwar": 103, "i": 103, "my": 103, "cpu": 103, "core": 103, "memori": 103, "normal": 103, "If": 103, "nativ": 103, "can": 103, "alloc": 103, "more": 103, "resourc": 103, "process": 103, "licencov\u00e1n\u00ed": 103, "chci": 103, "vytvo\u0159it": 103, "komer\u010dn\u00ed": 103, "aplikaci": 103, "kter\u00e1": 103, "zahrnuj": 103, "odm": [103, 117], "pot\u0159ebuji": 103, "licenc": 103, "existuj\u00ed": 103, "krom\u011b": 103, "agplv3": 103, "jin\u00e9": 103, "issu": 103, "your": 103, "comput": 103, "run": [103, 117], "out": 103, "you": 103, "fly": 104, "tip": 104, "ground": 105, "control": 105, "recommend": 105, "practic": 105, "set": 105, "format": 105, "user": [105, 115], "interfac": 105, "posm": 105, "gcpi": 105, "editor": 105, "pro": [105, 117], "refer": [105, 110, 115], "geoloc": 106, "welcom": 107, "opendronemap": [107, 113], "": [107, 117], "document": 107, "instalac": [108, 117], "spu\u0161t\u011bn\u00ed": 108, "quickstart": 108, "doporu\u010den\u00ed": 108, "k": [108, 117], "hardwaru": 108, "minimum": 108, "ram": 108, "need": 108, "n": 108, "krok": 108, "1": 108, "zkontrolujt": 108, "podporu": 108, "virtualizac": 108, "2": 108, "po\u017eadavki": 108, "na": [108, 117], "instalaci": 108, "3": 108, "p\u0159id\u011blen\u00ed": 108, "pam\u011bti": 108, "procesoru": 108, "4": 108, "st\u00e1hn\u011bte": 108, "si": 108, "webodm": [108, 117], "spus\u0165t": 108, "maco": 108, "sta\u017een\u00ed": 108, "linux": 108, "po\u017eadavk\u016f": 108, "ubuntu": 108, "debian": 108, "cento": 108, "rhel": 108, "syst\u00e9mu": 108, "fedora": 108, "arch": 108, "dal\u0161\u00ed": 108, "z\u00e1kladn\u00ed": 108, "p\u0159\u00edkazi": 108, "\u0159e\u0161en\u00ed": 108, "pot\u00ed\u017e\u00ed": 108, "dobr\u00fd": 108, "den": 108, "ne\u017e": 108, "jednom": 108, "po\u010d\u00edta\u010di": 108, "larg": 109, "dataset": 109, "distribut": 109, "get": 109, "start": 109, "understand": 109, "access": 109, "log": [109, 113], "autosc": 109, "clusterodm": 109, "acknowledg": 109, "expect": 110, "aspect": 110, "impact": 110, "mask": 111, "multispektr\u00e1ln\u00ed": 112, "podpora": 112, "hardwar": [112, 116], "pou\u017eit\u00ed": [112, 117], "sentera": 112, "agx710": 112, "output": 113, "list": 113, "po\u017e\u00e1dat": 114, "o": 114, "funkc": 114, "addit": 115, "develop": 115, "thermal": 116, "support": 116, "usag": 116, "v\u00fdukov\u00e9": 117, "materi\u00e1li": 117, "vysoc": 117, "kvalitn\u00edch": 117, "ortofotomap": 117, "kalibrac": 117, "kameri": 117, "digit\u00e1ln\u00edch": 117, "v\u00fd\u0161kov\u00fdch": 117, "model\u016f": 117, "measur": 117, "stockpil": 117, "volum": 117, "pl\u00e1nov\u00e1n\u00ed": 117, "ter\u00e9nn\u00edch": 117, "prac\u00ed": 117, "letov\u00fd": 117, "v\u00fd\u0161ka": 117, "letu": 117, "parametri": 117, "m\u011b\u0159en\u00ed": 117, "o\u010dek\u00e1van\u00e1": 117, "p\u0159esnost": 117, "aplikac": 117, "docker": 117, "v\u00fdpi": 117, "stroj\u016f": 117, "p\u0159\u00edstup": 117, "protokol\u016fm": 117, "instanc": 117, "instanc\u00edm": 117, "z": 117, "p\u0159\u00edkazov\u00e9ho": 117, "\u0159\u00e1dku": 117, "\u00faklid": 117, "po": 117, "dockeru": 117, "singular": 117, "download": 117, "sif": 117, "m\u00edsta": 117, "n\u00edzkou": 117, "\u0161\u00ed\u0159kou": 117, "p\u00e1sma": 117, "koho": 117, "ur\u010deno": 117, "kroki": 117, "p\u0159\u00edprava": 117, "projektu": 117, "struktura": 117, "adres\u00e1\u0159": 117, "droplet": 117, "pin": 117, "awai": 117, "jeho": 117, "skon\u010den\u00ed": 117, "za": 117, "p\u0159edpokladu": 117, "\u017ee": 117, "p\u0159e\u017eijet": 117, "tak": 117, "dlouho": 117, "modulu": 117, "potre": 117, "viewer": 117, "texturovan\u00fd": 117, "vzhled": 117, "budget": 117, "zorn\u00e9": 117, "pole": 117, "osv\u011btlen\u00ed": 117, "o\u010dn\u00edho": 117, "obzoru": 117, "ostatn\u00ed": 117, "n\u00e1stroje": 117, "o\u0159ez": 117, "navigac": 117, "sc\u00e9na": 117}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.todo": 2, "sphinx": 57}, "alltitles": {"Alignment Files": [[0, "alignment-files"]], "Mo\u017enosti a zna\u010dky": [[1, "options-and-flags"]], "3d-tiles": [[2, "d-tiles"]], "align": [[3, "align"]], "automatick\u00e9 ohrani\u010den\u00ed": [[4, "auto-boundary"]], "Co je automatick\u00e1 hranice?": [[4, "what-is-auto-boundary"]], "Kdy je automatick\u00e1 hranice u\u017eite\u010dn\u00e1?": [[4, "when-is-auto-boundary-helpful"]], "Pro\u010d by m\u011bl n\u011bkdo pou\u017e\u00edvat automatick\u00e9 ohrani\u010den\u00ed?": [[4, "why-would-one-use-auto-boundary"]], "P\u0159\u00edklady sn\u00edmk\u016f": [[4, "example-images"]], "True: --auto-boundary": [[4, "true-auto-boundary"]], "False: null": [[4, "false-null"], [7, "false-null"], [8, "false-null"], [11, "false-null"]], "auto-boundary-distance": [[5, "auto-boundary-distance"]], "bg-removal": [[6, "bg-removal"]], "hranice": [[7, "boundary"]], "Co je to Hranice [GeoJSON]?": [[7, "what-is-boundary-geojson"]], "Kdy je vhodn\u00e9 pou\u017e\u00edt Hranice [GeoJSON]?": [[7, "when-is-boundary-geojson-appropriate"]], "Pro\u010d by m\u011bl n\u011bkdo pou\u017e\u00edt Hranice [GeoJSON]?": [[7, "why-would-one-use-boundary-geojson"]], "Jak se vytv\u00e1\u0159\u00ed Hranice [GeoJSON]?": [[7, "how-would-one-create-boundary-geojson"]], "GeoJSON.io": [[7, "geojson-io"]], "Nov\u00fd GeoJSON": [[7, "new-geojson"]], "Vytv\u00e1\u0159en\u00ed polygonu": [[7, "creating-a-polygon"]], "Placing Vertices": [[7, "placing-vertices"]], "Dokon\u010den\u00ed polygonu": [[7, "completing-a-polygon"]], "Ulo\u017een\u00ed polygonu": [[7, "saving-a-polygon"]], "Stahov\u00e1n\u00ed polygonu": [[7, "downloading-a-polygon"]], "Nastaven\u00ed hranice [GeoJSON] v mo\u017enostech \u00falohy": [[7, "setting-boundary-geojson-in-task-options"]], "Hranice [GeoJSON] Na\u010dteno v mo\u017enostech \u00falohy": [[7, "boundary-geojson-loaded-in-task-options"]], "QGIS": [[7, "qgis"]], "Vytvo\u0159en\u00ed nov\u00e9 do\u010dasn\u00e9 scratchovac\u00ed vrstvy": [[7, "creating-a-new-temporary-scratch-layer"]], "Nov\u00fd typ geometrie do\u010dasn\u00e9 vrstvy Scratch": [[7, "new-temporary-scratch-layer-geometry-type"]], "Nov\u00e9 nastaven\u00ed do\u010dasn\u00e9 vrstvy Scratch": [[7, "new-temporary-scratch-layer-settings"]], "P\u0159id\u00e1n\u00ed ortofotografick\u00e9ho pozad\u00ed": [[7, "adding-an-orthophoto-background"]], "P\u0159id\u00e1n\u00ed prvku polygonu": [[7, "adding-a-polyon-feature"]], "P\u0159ep\u00edn\u00e1n\u00ed \u00faprav Vypnuto": [[7, "toggle-editing-off"]], "Ulo\u017een\u00ed zm\u011bn do do\u010dasn\u00e9 vrstvy Scratch": [[7, "save-changes-to-temporary-scratch-layer"]], "Export funkc\u00ed do\u010dasn\u00e9 vrstvy Scratch": [[7, "export-temporary-scratch-layer-features"]], "Ulo\u017ete vektorovou vrstvu jako": [[7, "save-vector-layer-as"]], "Uk\u00e1zkov\u00e9 obr\u00e1zky": [[7, "example-images"], [9, "example-images"]], "True: --boundary [GeoJSON] - Point Cloud": [[7, "true-boundary-geojson-point-cloud"]], "True: --boundary [GeoJSON] - Orthophoto": [[7, "true-boundary-geojson-orthophoto"]], "True: --boundary [GeoJSON] - Digit\u00e1ln\u00ed model reli\u00e9fu": [[7, "true-boundary-geojson-digital-elevation-model"]], "True: --boundary [GeoJSON] - 3D Model/Textured Mesh": [[7, "true-boundary-geojson-3d-model-textured-mesh"]], "build-overviews": [[8, "build-overviews"]], "What Are Overviews?": [[8, "what-are-overviews"]], "When are Overviews appropriate?": [[8, "when-are-overviews-appropriate"]], "Why would one use Overviews?": [[8, "why-would-one-use-overviews"]], "Example Images": [[8, "example-images"], [11, "example-images"]], "True: --build-overviews": [[8, "true-build-overviews"]], "camera-lens": [[9, "camera-lens"]], "Co jsou modely objektiv\u016f fotoapar\u00e1t\u016f?": [[9, "what-are-camera-lens-models"]], "Kdy je vhodn\u00fd ru\u010dn\u00ed v\u00fdb\u011br?": [[9, "when-are-manual-selections-appropriate"]], "Pro\u010d pou\u017e\u00edvat ur\u010dit\u00fd model objektivu fotoapar\u00e1tu?": [[9, "why-would-one-use-a-particular-camera-lens-model"]], "auto : Rectilinear Data": [[9, "auto-rectilinear-data"]], "brown : Rectilinear Data": [[9, "brown-rectilinear-data"]], "fisheye : Rektiline\u00e1rn\u00ed data": [[9, "fisheye-rectilinear-data"]], "perspective : Rectilinear Data": [[9, "perspective-rectilinear-data"]], "spherical : Rectilinear Data": [[9, "spherical-rectilinear-data"]], "cameras": [[10, "cameras"]], "cog": [[11, "cog"]], "What Are Cloud Optimized GeoTIFFs (COGs)?": [[11, "what-are-cloud-optimized-geotiffs-cogs"]], "When are COGs appropriate?": [[11, "when-are-cogs-appropriate"]], "Why would one use COGs?": [[11, "why-would-one-use-cogs"]], "True: --cog": [[11, "true-cog"]], "copy-to": [[12, "copy-to"]], "crop": [[13, "crop"]], "debug": [[14, "debug"]], "dem-decimation": [[15, "dem-decimation"]], "dem-euclidean-map": [[16, "dem-euclidean-map"]], "dem-gapfill-steps": [[17, "dem-gapfill-steps"]], "dem-resolution": [[18, "dem-resolution"]], "depthmap-resolution": [[19, "depthmap-resolution"]], "dsm": [[20, "dsm"]], "dtm": [[21, "dtm"]], "end-with": [[22, "end-with"]], "fast-orthophoto": [[23, "fast-orthophoto"]], "feature-quality": [[24, "feature-quality"]], "feature-type": [[25, "feature-type"]], "force-gps": [[26, "force-gps"]], "gcp": [[27, "gcp"]], "geo": [[28, "geo"]], "gltf": [[29, "gltf"]], "gps-accuracy": [[30, "gps-accuracy"]], "help": [[31, "help"]], "ignore-gsd": [[32, "ignore-gsd"]], "matcher-neighbors": [[33, "matcher-neighbors"]], "matcher-type": [[34, "matcher-type"]], "max-concurrency": [[35, "max-concurrency"]], "merge": [[36, "merge"]], "mesh-octree-depth": [[37, "mesh-octree-depth"]], "mesh-size": [[38, "mesh-size"]], "min-num-features": [[39, "min-num-features"]], "name": [[40, "name"]], "no-gpu": [[41, "no-gpu"]], "optimize-disk-space": [[42, "optimize-disk-space"]], "orthophoto-compression": [[43, "orthophoto-compression"]], "orthophoto-cutline": [[44, "orthophoto-cutline"]], "orthophoto-kmz": [[45, "orthophoto-kmz"]], "orthophoto-no-tiled": [[46, "orthophoto-no-tiled"]], "orthophoto-png": [[47, "orthophoto-png"]], "orthophoto-resolution": [[48, "orthophoto-resolution"]], "pc-classify": [[49, "pc-classify"]], "pc-copc": [[50, "pc-copc"]], "pc-csv": [[51, "pc-csv"]], "pc-ept": [[52, "pc-ept"]], "pc-filter": [[53, "pc-filter"]], "pc-geometric": [[54, "pc-geometric"]], "pc-las": [[55, "pc-las"]], "pc-quality": [[56, "pc-quality"]], "pc-rectify": [[57, "pc-rectify"]], "pc-sample": [[58, "pc-sample"]], "pc-skip-geometric": [[59, "pc-skip-geometric"]], "pc-tile": [[60, "pc-tile"]], "primary-band": [[61, "primary-band"]], "project-path": [[62, "project-path"]], "radiometric-calibration": [[63, "radiometric-calibration"]], "rerun": [[64, "rerun"]], "rerun-all": [[65, "rerun-all"]], "rerun-from": [[66, "rerun-from"]], "resize-to": [[67, "resize-to"]], "rolling-shutter": [[68, "rolling-shutter"]], "rolling-shutter-readout": [[69, "rolling-shutter-readout"]], "sfm-algorithm": [[70, "sfm-algorithm"]], "skip-3dmodel": [[71, "skip-3dmodel"]], "skip-band-alignment": [[72, "skip-band-alignment"]], "skip-orthophoto": [[73, "skip-orthophoto"]], "skip-report": [[74, "skip-report"]], "sky-removal": [[75, "sky-removal"]], "sm-cluster": [[76, "sm-cluster"]], "sm-no-align": [[77, "sm-no-align"]], "smrf-scalar": [[78, "smrf-scalar"]], "smrf-slope": [[79, "smrf-slope"]], "smrf-threshold": [[80, "smrf-threshold"]], "smrf-window": [[81, "smrf-window"]], "split": [[82, "split"]], "split-image-groups": [[83, "split-image-groups"]], "split-overlap": [[84, "split-overlap"]], "texturing-data-term": [[85, "texturing-data-term"]], "texturing-keep-unseen-faces": [[86, "texturing-keep-unseen-faces"]], "texturing-outlier-removal-type": [[87, "texturing-outlier-removal-type"]], "texturing-single-material": [[88, "texturing-single-material"]], "texturing-skip-global-seam-leveling": [[89, "texturing-skip-global-seam-leveling"]], "texturing-skip-local-seam-leveling": [[90, "texturing-skip-local-seam-leveling"]], "texturing-tone-mapping": [[91, "texturing-tone-mapping"]], "tiles": [[92, "tiles"]], "time": [[93, "time"]], "use-3dmesh": [[94, "use-3dmesh"]], "use-exif": [[95, "use-exif"]], "use-fixed-camera-params": [[96, "use-fixed-camera-params"]], "use-hybrid-bundle-adjustment": [[97, "use-hybrid-bundle-adjustment"]], "verbose": [[98, "verbose"]], "version": [[99, "version"]], "video-limit": [[100, "video-limit"]], "video-resolution": [[101, "video-resolution"]], "How To Contribute": [[102, "how-to-contribute"]], "Community Forum": [[102, "community-forum"]], "Reporting Bugs": [[102, "reporting-bugs"]], "Template For Submitting Bug Reports": [[102, "template-for-submitting-bug-reports"]], "Pull Requests": [[102, "pull-requests"]], "\u010casto kladen\u00e9 ot\u00e1zky": [[103, "frequently-asked-questions"]], "Zpracov\u00e1n\u00ed dat": [[103, "data-processing"]], "Mohu zpracovat dva nebo v\u00edce ortofotografick\u00fdch soubor\u016f GeoTIFF a spojit je dohromady?": [[103, "can-i-process-two-or-more-orthophoto-geotiffs-to-stitch-them-together"]], "The software is not using all of my CPU cores / memory / GPU all of the times. Is it normal?": [[103, "the-software-is-not-using-all-of-my-cpu-cores-memory-gpu-all-of-the-times-is-it-normal"]], "If I use the native version of the software, how can I allocate more resources for processing?": [[103, "if-i-use-the-native-version-of-the-software-how-can-i-allocate-more-resources-for-processing"]], "Licencov\u00e1n\u00ed": [[103, "licensing"]], "Chci vytvo\u0159it komer\u010dn\u00ed aplikaci, kter\u00e1 zahrnuje ODM. Pot\u0159ebuji komer\u010dn\u00ed licenci?": [[103, "i-want-to-build-a-commercial-application-that-includes-odm-do-i-need-a-commercial-license"]], "Existuj\u00ed krom\u011b licence AGPLv3 i jin\u00e9 mo\u017enosti licencov\u00e1n\u00ed?": [[103, "are-there-other-licensing-options-aside-from-the-agplv3"]], "Memory issues": [[103, "memory-issues"]], "Your computer is running out of memory, what can you do?": [[103, "your-computer-is-running-out-of-memory-what-can-you-do"]], "Flying Tips": [[104, "flying-tips"]], "Ground Control Points": [[105, "ground-control-points"]], "Recommended practices for GCP setting": [[105, "recommended-practices-for-gcp-setting"]], "GCP file format": [[105, "gcp-file-format"]], "User Interfaces": [[105, "user-interfaces"]], "POSM GCPi": [[105, "id1"]], "GCP Editor Pro": [[105, "id2"]], "References": [[105, "references"], [110, "references"]], "Image Geolocation Files": [[106, "image-geolocation-files"]], "Welcome to OpenDroneMap\u2019s documentation": [[107, "welcome-to-opendronemap-s-documentation"]], "Instalace a spu\u0161t\u011bn\u00ed": [[108, "installation-and-getting-started"]], "Quickstart": [[108, "quickstart"]], "Doporu\u010den\u00ed k hardwaru": [[108, "hardware-recommendations"]], "Minimum RAM needed for N images": [[108, "id4"]], "Instalace": [[108, "installation"], [117, "install"]], "Windows": [[108, "windows"]], "Krok 1. Zkontrolujte podporu virtualizace": [[108, "step-1-check-virtualization-support"], [108, "id1"]], "Krok 2. Po\u017eadavky na instalaci": [[108, "step-2-install-requirements"], [108, "id2"]], "Krok 3. Zkontrolujte p\u0159id\u011blen\u00ed pam\u011bti a procesoru": [[108, "step-3-check-memory-and-cpu-allocation"], [108, "id3"]], "Krok 4. St\u00e1hn\u011bte si WebODM": [[108, "step-4-download-webodm"]], "Krok 4. Spus\u0165te WebODM": [[108, "step-4-launch-webodm"]], "macOS": [[108, "macos"]], "Krok 4. Sta\u017een\u00ed a spu\u0161t\u011bn\u00ed WebODM": [[108, "step-4-download-and-launch-webodm"]], "Linux": [[108, "linux"]], "Krok 1. Instalace po\u017eadavk\u016f": [[108, "step-1-install-requirements"]], "Instalace na Ubuntu / Debian": [[108, "install-on-ubuntu-debian"]], "Instalace na CentOS / RHEL": [[108, "install-on-centos-rhel"]], "Instalace v syst\u00e9mu Fedora": [[108, "install-on-fedora"]], "Instalace na Arch": [[108, "install-on-arch"]], "Krok 2. Zkontrolujte dal\u0161\u00ed po\u017eadavky": [[108, "step-2-check-additional-requirements"]], "Krok 3. Sta\u017een\u00ed a spu\u0161t\u011bn\u00ed WebODM": [[108, "step-3-download-and-launch-webodm"]], "Z\u00e1kladn\u00ed p\u0159\u00edkazy a \u0159e\u0161en\u00ed pot\u00ed\u017e\u00ed": [[108, "basic-commands-and-troubleshooting"]], "Dobr\u00fd den, WebODM!": [[108, "hello-webodm"]], "Spu\u0161t\u011bn\u00ed na v\u00edce ne\u017e jednom po\u010d\u00edta\u010di": [[108, "running-on-more-than-one-machine"]], "Splitting Large Datasets": [[109, "splitting-large-datasets"]], "Calibrate images": [[109, "calibrate-images"]], "Local Split-Merge": [[109, "local-split-merge"]], "Distributed Split-Merge": [[109, "distributed-split-merge"]], "Getting Started with Distributed Split-Merge": [[109, "getting-started-with-distributed-split-merge"]], "Understanding the Cluster": [[109, "understanding-the-cluster"]], "Accessing the Logs": [[109, "accessing-the-logs"]], "Autoscaling ClusterODM": [[109, "autoscaling-clusterodm"]], "Limitations": [[109, "limitations"]], "Acknowledgments": [[109, "acknowledgments"]], "Map accuracy": [[110, "map-accuracy"]], "What to expect": [[110, "what-to-expect"]], "Aspects impacting map accuracy": [[110, "aspects-impacting-map-accuracy"]], "Using Image Masks": [[111, "using-image-masks"]], "Multispektr\u00e1ln\u00ed podpora": [[112, "multispectral-support"]], "Hardware": [[112, "hardware"], [116, "hardware"]], "Pou\u017eit\u00ed": [[112, "usage"]], "Sentera AGX710": [[112, "sentera-agx710"]], "OpenDroneMap Outputs": [[113, "opendronemap-outputs"]], "Point Cloud": [[113, "point-cloud"]], "3D Textured Model": [[113, "d-textured-model"]], "Orthophoto": [[113, "orthophoto"]], "DTM/DSM": [[113, "dtm-dsm"]], "Logs": [[113, "logs"]], "List of all outputs": [[113, "list-of-all-outputs"]], "Jak po\u017e\u00e1dat o funkce": [[114, "how-to-request-features"]], "Additional References": [[115, "additional-references"]], "For Users": [[115, "for-users"]], "For Developers": [[115, "for-developers"]], "Thermal Support": [[116, "thermal-support"]], "Usage": [[116, "usage"]], "V\u00fdukov\u00e9 materi\u00e1ly": [[117, "tutorials"]], "Vytv\u00e1\u0159en\u00ed vysoce kvalitn\u00edch ortofotomap": [[117, "creating-high-quality-orthophotos"]], "Kalibrace kamery": [[117, "calibrating-the-camera"]], "Vytv\u00e1\u0159en\u00ed digit\u00e1ln\u00edch v\u00fd\u0161kov\u00fdch model\u016f": [[117, "creating-digital-elevation-models"]], "Measuring stockpile volume": [[117, "measuring-stockpile-volume"]], "Pl\u00e1nov\u00e1n\u00ed ter\u00e9nn\u00edch prac\u00ed": [[117, "fieldwork-planning"]], "Letov\u00fd model": [[117, "flight-pattern"]], "V\u00fd\u0161ka letu": [[117, "flight-height"]], "GCPs": [[117, "gcps"]], "Parametry zpracov\u00e1n\u00ed": [[117, "processing-parameters"]], "M\u011b\u0159en\u00ed": [[117, "measuring"], [117, "measurement"]], "O\u010dek\u00e1van\u00e1 p\u0159esnost": [[117, "expected-accuracy"]], "Pou\u017eit\u00ed aplikace Docker": [[117, "using-docker"]], "V\u00fdpis stroj\u016f Docker": [[117, "listing-docker-machines"]], "P\u0159\u00edstup k protokol\u016fm instance": [[117, "accessing-logs-on-the-instance"]], "P\u0159\u00edstup k instanc\u00edm z p\u0159\u00edkazov\u00e9ho \u0159\u00e1dku": [[117, "command-line-access-to-instances"]], "\u00daklid po Dockeru": [[117, "cleaning-up-after-docker"]], "Using Singularity": [[117, "using-singularity"]], "Downloading image": [[117, "downloading-image"]], "Using Singularity SIF image": [[117, "using-singularity-sif-image"]], "Pou\u017eit\u00ed ODM z m\u00edsta s n\u00edzkou \u0161\u00ed\u0159kou p\u00e1sma": [[117, "using-odm-from-low-bandwidth-location"]], "Co to je a pro koho je to ur\u010deno?": [[117, "what-is-this-and-who-is-it-for"]], "Kroky": [[117, "steps"]], "P\u0159\u00edprava dat a projektu": [[117, "prep-data-and-project"]], "Struktura adres\u00e1\u0159e": [[117, "directory-structure"]], "Resize droplet, pull pin, run away": [[117, "resize-droplet-pull-pin-run-away"]], "Po jeho skon\u010den\u00ed (za p\u0159edpokladu, \u017ee p\u0159e\u017eijete tak dlouho)": [[117, "after-it-finishes-assuming-you-survive-that-long"]], "Pou\u017eit\u00ed modulu Potree 3D viewer na WebODM": [[117, "using-potree-3d-viewer-module-on-webodm"]], "Kamery": [[117, "cameras"]], "Texturovan\u00fd model": [[117, "textured-model"]], "Vzhled": [[117, "appearance"]], "Point budget": [[117, "point-budget"]], "Zorn\u00e9 pole": [[117, "field-of-view"]], "Osv\u011btlen\u00ed o\u010dn\u00edho obzoru": [[117, "eye-dome-lighting"]], "Pozad\u00ed": [[117, "background"]], "Ostatn\u00ed": [[117, "other"]], "N\u00e1stroje": [[117, "tools"]], "O\u0159ez": [[117, "clipping"]], "Navigace": [[117, "navigation"]], "Sc\u00e9na": [[117, "scene"]]}, "indexentries": {}}) \ No newline at end of file diff --git a/es/.doctrees/arguments.doctree b/es/.doctrees/arguments.doctree index 89cdc7af7e2fc491a6997ea03a8942744d1bf276..f2fa1d88c6646e6b9921c672b56b32c29408a9c4 100644 GIT binary patch delta 9433 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 BnC<`o delta 8654 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 MM?2c~WzWGs06d6m#{d8T diff --git a/es/.doctrees/environment.pickle b/es/.doctrees/environment.pickle index 2b124cad9d3caf567ad7954915f1aaefe8ea92be..bac435645c573d5145f0f9d52449faaa4dda3b7f 100644 GIT binary patch delta 20735 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 pe#2oS4ibl|xJ)6ebvUfX;Vupz;;` Perform image matching with the nearest images based on GPS exif data. Set to 0 to match by triangulation. Default: ``0`` +:ref:`matcher-order` + Perform image matching with the nearest N images based on image filename order. Can speed up processing of sequential images, such as those extracted from video. It is applied only on non-georeferenced datasets. Set to 0 to disable. Default: ``0`` + :ref:`matcher-type` bow | bruteforce | flann Matcher algorithm, Fast Library for Approximate Nearest Neighbors or Bag of Words. FLANN is slower, but more stable. BOW is faster, but can sometimes miss valid matches. BRUTEFORCE is very slow but robust.. Default: ``flann`` @@ -173,9 +176,6 @@ Options and Flags :ref:`pc-skip-geometric` Geometric estimates improve the accuracy of the point cloud by computing geometrically consistent depthmaps but may not be usable in larger datasets. This flag disables geometric estimates. Default: ``False`` -:ref:`pc-tile` - Reduce the memory usage needed for depthmap fusion by splitting large scenes into tiles. Turn this on if your machine doesn't have much RAM and/or you've set --pc-quality to high or ultra. Experimental. Default: ``False`` - :ref:`primary-band` When processing multispectral datasets, you can specify the name of the primary band that will be used for reconstruction. It's recommended to choose a band which has sharp details and is in focus. Default: ``auto`` @@ -203,6 +203,9 @@ Options and Flags :ref:`sfm-algorithm` incremental | triangulation | planar Choose the structure from motion algorithm. For aerial datasets, if camera GPS positions and angles are available, triangulation can generate better results. For planar scenes captured at fixed altitude with nadir-only images, planar can be much faster. . Default: ``incremental`` +:ref:`sfm-no-partial` + Do not attempt to merge partial reconstructions. This can happen when images do not have sufficient overlap or are isolated. Default: ``False`` + :ref:`skip-3dmodel` Skip generation of a full 3D model. This can save time if you only need 2D results such as orthophotos and DEMs. Default: ``False`` diff --git a/es/arguments/index.html b/es/arguments/index.html index 5790b97ed..d4d2ed500 100644 --- a/es/arguments/index.html +++ b/es/arguments/index.html @@ -483,6 +483,8 @@
matcher-neighbors <positive integer>

Perform image matching with the nearest images based on GPS exif data. Set to 0 to match by triangulation. Default: 0

+
matcher-order <positive integer>

Perform image matching with the nearest N images based on image filename order. Can speed up processing of sequential images, such as those extracted from video. It is applied only on non-georeferenced datasets. Set to 0 to disable. Default: 0

+
matcher-type bow | bruteforce | flann

Matcher algorithm, Fast Library for Approximate Nearest Neighbors or Bag of Words. FLANN is slower, but more stable. BOW is faster, but can sometimes miss valid matches. BRUTEFORCE is very slow but robust.. Default: flann

max-concurrency <positive integer>

El número máximo de procesos a utilizar en varios procesos. El requisito de memoria máxima es de ~1 GB por hilo y una resolución de imagen de 2 megapíxeles. Predeterminado: 4

@@ -533,8 +535,6 @@
pc-skip-geometric

Geometric estimates improve the accuracy of the point cloud by computing geometrically consistent depthmaps but may not be usable in larger datasets. This flag disables geometric estimates. Default: False

-
pc-tile

Reduzca el uso de memoria necesario para la fusión de mapas de profundidad dividiendo escenas grandes en mosaicos. Active esta opción si su máquina no tiene mucha RAM y/o ha configurado –pc-quality en alto o ultra. Experimental. Predeterminado: False

-
primary-band <string>

Al procesar conjuntos de datos multiespectrales, ODM alineará automáticamente las imágenes para cada banda. Si las imágenes se han posprocesado y ya están alineadas, utilice esta opción. Predeterminado: auto

project-path <path>

Ruta a la carpeta del proyecto. Tu carpeta de proyecto debe contener subcarpetas para cada juego de datos. Cada juego de datos debe tener una carpeta «images».

@@ -553,6 +553,8 @@
sfm-algorithm incremental | triangulation | planar

Choose the structure from motion algorithm. For aerial datasets, if camera GPS positions and angles are available, triangulation can generate better results. For planar scenes captured at fixed altitude with nadir-only images, planar can be much faster. . Default: incremental

+
sfm-no-partial

Do not attempt to merge partial reconstructions. This can happen when images do not have sufficient overlap or are isolated. Default: False

+
skip-3dmodel

Omita la generación de un modelo 3D completo. Esto puede ahorrar tiempo si solo necesita resultados 2D como ortofotos y DEM. Predeterminado: False

skip-band-alignment

Cuando se procesan conjunto de datos miltiespectrales, puede especificar el nombre de la banda principal que se utilizará en la reconstrucción. Se recomienda elegir una banda que tenga detalles nítidos y esté enfocada. Predeterminado: False

diff --git a/es/searchindex.js b/es/searchindex.js index 85bd0fc39..3d16729ea 100644 --- a/es/searchindex.js +++ b/es/searchindex.js @@ -1 +1 @@ -Search.setIndex({"docnames": ["align", "arguments", "arguments/3d-tiles", "arguments/align", "arguments/auto-boundary", "arguments/auto-boundary-distance", "arguments/bg-removal", "arguments/boundary", "arguments/build-overviews", "arguments/camera-lens", "arguments/cameras", "arguments/cog", "arguments/copy-to", "arguments/crop", "arguments/debug", "arguments/dem-decimation", "arguments/dem-euclidean-map", "arguments/dem-gapfill-steps", "arguments/dem-resolution", "arguments/depthmap-resolution", "arguments/dsm", "arguments/dtm", "arguments/end-with", "arguments/fast-orthophoto", "arguments/feature-quality", "arguments/feature-type", "arguments/force-gps", "arguments/gcp", "arguments/geo", "arguments/gltf", "arguments/gps-accuracy", "arguments/help", "arguments/ignore-gsd", "arguments/matcher-neighbors", "arguments/matcher-type", "arguments/max-concurrency", "arguments/merge", "arguments/mesh-octree-depth", "arguments/mesh-size", "arguments/min-num-features", "arguments/name", "arguments/no-gpu", "arguments/optimize-disk-space", "arguments/orthophoto-compression", "arguments/orthophoto-cutline", "arguments/orthophoto-kmz", "arguments/orthophoto-no-tiled", "arguments/orthophoto-png", "arguments/orthophoto-resolution", "arguments/pc-classify", "arguments/pc-copc", "arguments/pc-csv", "arguments/pc-ept", "arguments/pc-filter", "arguments/pc-geometric", "arguments/pc-las", "arguments/pc-quality", "arguments/pc-rectify", "arguments/pc-sample", "arguments/pc-skip-geometric", "arguments/pc-tile", "arguments/primary-band", "arguments/project-path", "arguments/radiometric-calibration", "arguments/rerun", "arguments/rerun-all", "arguments/rerun-from", "arguments/resize-to", "arguments/rolling-shutter", "arguments/rolling-shutter-readout", "arguments/sfm-algorithm", "arguments/skip-3dmodel", "arguments/skip-band-alignment", "arguments/skip-orthophoto", "arguments/skip-report", "arguments/sky-removal", "arguments/sm-cluster", "arguments/sm-no-align", "arguments/smrf-scalar", "arguments/smrf-slope", "arguments/smrf-threshold", "arguments/smrf-window", "arguments/split", "arguments/split-image-groups", "arguments/split-overlap", "arguments/texturing-data-term", "arguments/texturing-keep-unseen-faces", "arguments/texturing-outlier-removal-type", "arguments/texturing-single-material", "arguments/texturing-skip-global-seam-leveling", "arguments/texturing-skip-local-seam-leveling", "arguments/texturing-tone-mapping", "arguments/tiles", "arguments/time", "arguments/use-3dmesh", "arguments/use-exif", "arguments/use-fixed-camera-params", "arguments/use-hybrid-bundle-adjustment", "arguments/verbose", "arguments/version", "arguments/video-limit", "arguments/video-resolution", "contributing", "faq", "flying", "gcp", "geo", "index", "installation", "large", "map-accuracy", "masks", "multispectral", "outputs", "requesting-features", "resources", "thermal", "tutorials"], "filenames": ["align.rst", "arguments.rst", "arguments/3d-tiles.rst", "arguments/align.rst", "arguments/auto-boundary.rst", "arguments/auto-boundary-distance.rst", "arguments/bg-removal.rst", "arguments/boundary.rst", "arguments/build-overviews.rst", "arguments/camera-lens.rst", "arguments/cameras.rst", "arguments/cog.rst", "arguments/copy-to.rst", "arguments/crop.rst", "arguments/debug.rst", "arguments/dem-decimation.rst", "arguments/dem-euclidean-map.rst", "arguments/dem-gapfill-steps.rst", "arguments/dem-resolution.rst", "arguments/depthmap-resolution.rst", "arguments/dsm.rst", "arguments/dtm.rst", "arguments/end-with.rst", "arguments/fast-orthophoto.rst", "arguments/feature-quality.rst", "arguments/feature-type.rst", "arguments/force-gps.rst", "arguments/gcp.rst", "arguments/geo.rst", "arguments/gltf.rst", "arguments/gps-accuracy.rst", "arguments/help.rst", "arguments/ignore-gsd.rst", "arguments/matcher-neighbors.rst", "arguments/matcher-type.rst", "arguments/max-concurrency.rst", "arguments/merge.rst", "arguments/mesh-octree-depth.rst", "arguments/mesh-size.rst", "arguments/min-num-features.rst", "arguments/name.rst", "arguments/no-gpu.rst", "arguments/optimize-disk-space.rst", "arguments/orthophoto-compression.rst", "arguments/orthophoto-cutline.rst", "arguments/orthophoto-kmz.rst", "arguments/orthophoto-no-tiled.rst", "arguments/orthophoto-png.rst", "arguments/orthophoto-resolution.rst", "arguments/pc-classify.rst", "arguments/pc-copc.rst", "arguments/pc-csv.rst", "arguments/pc-ept.rst", "arguments/pc-filter.rst", "arguments/pc-geometric.rst", "arguments/pc-las.rst", "arguments/pc-quality.rst", "arguments/pc-rectify.rst", "arguments/pc-sample.rst", "arguments/pc-skip-geometric.rst", "arguments/pc-tile.rst", "arguments/primary-band.rst", "arguments/project-path.rst", "arguments/radiometric-calibration.rst", "arguments/rerun.rst", "arguments/rerun-all.rst", "arguments/rerun-from.rst", "arguments/resize-to.rst", "arguments/rolling-shutter.rst", "arguments/rolling-shutter-readout.rst", "arguments/sfm-algorithm.rst", "arguments/skip-3dmodel.rst", "arguments/skip-band-alignment.rst", "arguments/skip-orthophoto.rst", "arguments/skip-report.rst", "arguments/sky-removal.rst", "arguments/sm-cluster.rst", "arguments/sm-no-align.rst", "arguments/smrf-scalar.rst", "arguments/smrf-slope.rst", "arguments/smrf-threshold.rst", "arguments/smrf-window.rst", "arguments/split.rst", "arguments/split-image-groups.rst", "arguments/split-overlap.rst", "arguments/texturing-data-term.rst", "arguments/texturing-keep-unseen-faces.rst", "arguments/texturing-outlier-removal-type.rst", "arguments/texturing-single-material.rst", "arguments/texturing-skip-global-seam-leveling.rst", "arguments/texturing-skip-local-seam-leveling.rst", "arguments/texturing-tone-mapping.rst", "arguments/tiles.rst", "arguments/time.rst", "arguments/use-3dmesh.rst", "arguments/use-exif.rst", "arguments/use-fixed-camera-params.rst", "arguments/use-hybrid-bundle-adjustment.rst", "arguments/verbose.rst", "arguments/version.rst", "arguments/video-limit.rst", "arguments/video-resolution.rst", "contributing.rst", "faq.rst", "flying.rst", "gcp.rst", "geo.rst", "index.rst", "installation.rst", "large.rst", "map-accuracy.rst", "masks.rst", "multispectral.rst", "outputs.rst", "requesting-features.rst", "resources.rst", "thermal.rst", "tutorials.rst"], "titles": ["Alignment Files", "Opciones e indicadores", "3d-tiles", "align", "auto-boundary", "auto-boundary-distance", "bg-removal", "boundary", "build-overviews", "camera-lens", "cameras", "cog", "copy-to", "crop", "debug", "dem-decimation", "dem-euclidean-map", "dem-gapfill-steps", "dem-resolution", "depthmap-resolution", "dsm", "dtm", "end-with", "fast-orthophoto", "feature-quality", "feature-type", "force-gps", "gcp", "geo", "gltf", "gps-accuracy", "help", "ignore-gsd", "matcher-neighbors", "matcher-type", "max-concurrency", "merge", "mesh-octree-depth", "mesh-size", "min-num-features", "name", "no-gpu", "optimize-disk-space", "orthophoto-compression", "orthophoto-cutline", "orthophoto-kmz", "orthophoto-no-tiled", "orthophoto-png", "orthophoto-resolution", "pc-classify", "pc-copc", "pc-csv", "pc-ept", "pc-filter", "pc-geometric", "pc-las", "pc-quality", "pc-rectify", "pc-sample", "pc-skip-geometric", "pc-tile", "primary-band", "project-path", "radiometric-calibration", "rerun", "rerun-all", "rerun-from", "resize-to", "rolling-shutter", "rolling-shutter-readout", "sfm-algorithm", "skip-3dmodel", "skip-band-alignment", "skip-orthophoto", "skip-report", "sky-removal", "sm-cluster", "sm-no-align", "smrf-scalar", "smrf-slope", "smrf-threshold", "smrf-window", "split", "split-image-groups", "split-overlap", "texturing-data-term", "texturing-keep-unseen-faces", "texturing-outlier-removal-type", "texturing-single-material", "texturing-skip-global-seam-leveling", "texturing-skip-local-seam-leveling", "texturing-tone-mapping", "tiles", "time", "use-3dmesh", "use-exif", "use-fixed-camera-params", "use-hybrid-bundle-adjustment", "Verboso", "Versi\u00f3n", "video-limit", "video-resolution", "Como contribuir", "Preguntas frecuentes", "Consejos de vuelo", "Puntos de Control Terrestre", "Archivos de geolocalizaci\u00f3n de imagen", "Bienvenido a la documentaci\u00f3n de OpenDroneMap", "Instalaci\u00f3n y Gu\u00eda de Introducci\u00f3n", "Splitting Large Datasets", "Precisi\u00f3n del Mapa", "Usar m\u00e1scaras de imagen", "Soporte multiespectral", "Salidas de OpenDroneMap", "C\u00f3mo solicitar funciones", "Referencias adicionales", "Thermal Support", "Tutoriales"], "terms": {"georeferencing": [0, 1, 28, 113], "by": [0, 1, 4, 7, 9, 13, 19, 33, 49, 59, 112, 113, 116, 117], "default": [0, 1, 2, 3, 4, 5, 6, 7, 10, 13, 18, 19, 28, 29, 33, 34, 39, 41, 49, 50, 56, 59, 68, 69, 70, 73, 74, 75, 77, 84, 88, 100, 101, 108], "is": [0, 1, 18, 34, 77, 107, 108, 109, 110, 112, 113, 114, 116, 117], "don": [0, 1, 28, 117], "using": [0, 1, 6, 7, 69, 75, 107, 110, 112, 116], "gps": [0, 1, 33, 70, 77, 105, 106, 107, 110], "or": [0, 1, 3, 4, 7, 27, 28, 34, 39, 73, 102, 103, 108, 114, 116, 117], "gcps": [0, 105, 107, 110], "if": [0, 1, 4, 7, 28, 41, 68, 70, 73, 77, 107, 108, 114], "provid": [0, 7], "starting": 0, "from": [0, 1, 4, 7, 70, 100, 107, 108, 112, 116, 117], "odm": [0, 1, 61, 102, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116], "3": [0, 1, 13, 17, 102, 105, 107, 109, 110, 117], "0": [0, 1, 5, 13, 17, 28, 33, 48, 53, 58, 69, 79, 80, 81, 100, 103, 105, 106, 108, 109, 111, 112, 117], "2": [0, 1, 35, 53, 94, 102, 105, 106, 107, 109, 110, 111, 115, 117], "peopl": 0, "can": [0, 1, 4, 7, 28, 34, 39, 49, 68, 70, 73, 102, 107, 109, 114, 115, 116, 117], "supply": 0, "referenc": 0, "to": [0, 1, 2, 3, 4, 5, 6, 13, 18, 19, 28, 29, 33, 39, 41, 50, 52, 59, 68, 69, 70, 73, 75, 77, 88, 100, 101, 102, 103, 107, 108, 109, 110, 112, 113, 114, 116, 117], "georeferenc": [0, 1, 50, 113], "the": [0, 1, 3, 4, 5, 6, 7, 13, 18, 19, 28, 33, 39, 49, 50, 59, 68, 69, 70, 73, 75, 101, 102, 105, 107, 108, 109, 110, 112, 113, 114, 115, 116, 117], "program": [0, 1, 8, 11, 102, 103, 108, 111, 117], "outputs": [0, 1, 2, 3, 13, 49], "reconstruction": [0, 1, 3, 4, 7, 39, 113], "will": [0, 4, 7, 103, 116], "be": [0, 1, 3, 7, 39, 59, 70, 102, 103, 112, 113, 114, 116, 117], "initially": 0, "perform": [0, 1, 33], "and": [0, 1, 2, 3, 4, 5, 6, 7, 29, 41, 50, 52, 59, 68, 69, 70, 73, 75, 77, 88, 100, 101, 102, 103, 108, 110, 112, 113, 114, 116, 117], "subsequently": 0, "align": [0, 1, 107], "model": [0, 1, 20, 21, 23, 71, 107, 108, 109, 110], "via": 0, "lin": [0, 105, 106, 109, 117], "scaling": 0, "rotation": 0, "shift": [0, 108], "operation": 0, "you": [0, 1, 4, 7, 28, 49, 68, 73, 107, 108, 114, 116, 117], "call": 0, "laz": [0, 1, 3, 113], "tif": [0, 111, 112, 113, 117], "singl": [0, 1, 7, 29, 107, 117], "band": [0, 1, 107, 112], "geotiff": [0, 1, 3, 8, 46, 107, 113], "dem": [0, 1, 3, 20, 21, 36, 49, 71, 92, 105, 107, 109, 117], "then": [0, 7], "automatically": [0, 1, 3, 5, 6, 13, 75, 117], "detect": [0, 9, 105, 106], "it": [0, 1, 4, 7, 41, 107, 108, 114, 117], "attempt": 0, "this": [0, 1, 2, 3, 5, 6, 7, 18, 29, 41, 49, 50, 52, 59, 68, 69, 70, 73, 75, 77, 88, 100, 101, 103, 105, 109, 112, 114, 116], "anoth": [0, 117], "nam": [0, 1, 7, 102, 107, 112, 117], "specify": [0, 1, 5], "path": [0, 1, 3, 7, 12, 27, 28, 83, 107, 108, 109, 117], "must": 0, "creat": [0, 107, 108, 109, 112, 117], "in": [0, 1, 4, 18, 50, 59, 68, 69, 77, 101, 102, 103, 107, 108, 110, 112, 113, 117], "bas": [0, 1, 4, 9, 33, 105, 106, 108, 117], "of": [0, 1, 4, 5, 7, 19, 34, 39, 49, 59, 68, 69, 73, 77, 88, 100, 101, 102, 107, 108, 109, 110, 113, 114, 115, 116, 117], "your": [0, 1, 7, 69, 107, 108, 114], "project": [0, 1, 107, 109, 110, 113, 117], "fold": [0, 108, 112, 117], "learn": [0, 2, 3, 5, 6, 29, 41, 50, 52, 59, 68, 69, 70, 73, 75, 77, 88, 100, 101, 116], "edit": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "help": [0, 1, 2, 3, 5, 6, 29, 41, 50, 52, 59, 68, 69, 70, 73, 75, 77, 88, 100, 101, 107, 108, 109, 114, 116], "improv": [0, 1, 2, 3, 5, 6, 29, 41, 50, 52, 59, 68, 69, 70, 73, 75, 77, 88, 100, 101, 116, 117], "pag": [0, 2, 3, 5, 6, 29, 41, 50, 52, 59, 68, 69, 70, 73, 75, 77, 88, 100, 101, 114, 116, 117], "3d": [1, 4, 23, 71, 73, 85, 94, 104, 107, 109], "til": [1, 52, 107, 117], "generat": [1, 2, 7, 29, 70, 88, 116], "ogc": [1, 2], "fals": [1, 2, 6, 14, 20, 21, 23, 26, 29, 32, 41, 42, 44, 45, 46, 47, 49, 50, 51, 52, 54, 55, 57, 59, 60, 68, 71, 72, 73, 74, 75, 77, 86, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 107, 117], "string": [1, 3, 7, 27, 28, 61, 76, 83], "LAS": [1, 3, 55], "point": [1, 3, 19, 49, 50, 52, 59, 107, 113, 117], "cloud": [1, 3, 19, 49, 50, 59, 107, 113, 117], "that": [1, 3, 4, 7, 18, 69, 88, 103, 108, 114, 117], "should": [1, 3, 7, 112, 114, 117], "experimental": [1, 3, 6, 60, 63, 75, 117], "non": [1, 3, 4, 7, 27, 28, 43, 63, 76, 83, 87, 91, 103], "aut": [1, 7, 61, 107, 112, 117], "boundary": [1, 107, 112], "establezc": [1, 4, 9, 17, 24, 30, 43, 45, 47, 117], "automat": [1, 4, 9, 30, 61, 105, 106, 107, 108, 117], "limit": [1, 4, 7, 32, 48, 58, 107, 108, 110, 111, 114, 117], "utiliz": [1, 4, 11, 17, 20, 21, 30, 35, 37, 43, 72, 83, 105, 106, 107, 108, 109, 110, 111, 112, 115, 117], "ubic": [1, 4, 105, 107, 110, 113], "tom": [1, 4, 9, 96, 110, 111, 112, 117], "cam": [1, 4, 10, 63, 86, 96, 103, 105, 106, 107, 110, 112, 114], "par": [1, 4, 8, 9, 15, 16, 17, 20, 21, 25, 26, 27, 30, 37, 42, 43, 44, 48, 53, 57, 58, 60, 61, 62, 63, 67, 76, 84, 85, 92, 94, 95, 96, 97, 104, 106, 107, 108, 109, 110, 111, 112, 113, 114], "are": [1, 4, 7, 16, 17, 30, 39, 44, 69, 70, 85, 94, 103, 105, 108, 110, 111, 113, 117], "reconstruccion": [1, 4, 7, 9, 23, 26, 30, 37, 72, 97, 110, 111], "Esto": [1, 4, 16, 42, 54, 57, 58, 67, 71, 74, 84, 105, 106, 108, 109, 111, 114, 117], "pued": [1, 4, 7, 8, 9, 10, 11, 16, 30, 32, 44, 54, 58, 71, 72, 74, 91, 96, 102, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 117], "ayud": [1, 4, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 51, 53, 54, 55, 56, 57, 58, 60, 61, 62, 63, 64, 65, 66, 67, 71, 72, 74, 76, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 117], "elimin": [1, 4, 42, 58, 65, 87, 117], "artefact": [1, 4, 9, 117], "lejan": [1, 4], "fond": [1, 4, 107], "ciel": [1, 4, 111, 117], "paisaj": [1, 4], "etc": [1, 4, 8, 9, 11, 102, 108, 109, 115, 117], "veas": [1, 4], "tambien": [1, 4, 48, 105, 107, 108, 109, 110, 112, 115, 117], "predetermin": [1, 4, 7, 8, 9, 11, 14, 17, 20, 21, 22, 23, 24, 25, 26, 27, 30, 32, 35, 36, 37, 38, 40, 42, 43, 44, 45, 46, 47, 48, 51, 52, 53, 54, 55, 57, 58, 60, 61, 63, 64, 66, 67, 71, 72, 76, 78, 79, 80, 81, 82, 83, 85, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 108, 117], "distanc": [1, 18, 107], "positiv": [1, 5, 13, 15, 17, 19, 30, 33, 35, 38, 53, 58, 69, 78, 79, 80, 81, 82, 84, 100, 101], "float": [1, 5, 13, 18, 19, 30, 48, 53, 58, 78, 79, 80, 81], "betw": [1, 5, 7, 39], "camer": [1, 5, 28, 63, 68, 69, 70, 104, 107, 113, 116, 117], "shot": [1, 5], "locations": [1, 5, 7], "out": [1, 4, 5, 7, 107, 113, 117], "edge": [1, 5], "when": [1, 5, 103, 107], "computing": [1, 5, 59, 103], "with": [1, 5, 7, 33, 39, 70, 102, 103, 107, 108, 110, 112, 116, 117], "set": [1, 5, 28, 33, 69, 100], "choos": [1, 5, 7, 70], "valu": [1, 5, 18, 19, 28, 69, 113], "bg": [1, 107], "removal": [1, 107], "comput": [1, 6, 19, 75, 107, 108, 117], "imag": [1, 6, 13, 19, 28, 32, 33, 35, 39, 62, 68, 70, 75, 97, 103, 105, 107, 109, 110, 112, 113, 116], "masks": [1, 6, 75, 113], "ai": [1, 6, 75], "remov": [1, 6, 18, 53, 75, 109, 117], "background": [1, 4, 6, 107, 115], "json": [1, 7, 10, 109, 113, 117], "poligon": [1, 7, 44, 117], "geojson": [1, 107, 117], "Se": [1, 7, 9, 10, 72, 109, 114, 117], "especific": [1, 7, 9, 10, 72, 105, 106, 117], "com": [1, 7, 8, 9, 10, 11, 71, 83, 92, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 115], "rut": [1, 7, 10, 27, 62, 83, 108, 117], "archiv": [1, 7, 8, 10, 11, 27, 42, 83, 93, 95, 102, 107, 109, 111, 113, 117], "caden": [1, 7, 9, 10, 105, 106], "represent": [1, 7, 10, 45, 47, 117], "conten": [1, 7, 10, 62, 105, 106, 110, 117], "build": [1, 107, 108, 117], "overviews": [1, 107, 117], "cre": [1, 8, 11, 102, 105, 106, 107, 108, 109, 111, 113, 117], "vist": [1, 11, 107, 115, 117], "general": [1, 11, 104, 107, 108, 110, 115, 117], "ortofot": [1, 8, 23, 43, 44, 45, 47, 48, 67, 71, 92, 94, 107, 109, 112], "visualiz": [1, 8, 11, 92, 107], "mas": [1, 8, 9, 11, 16, 17, 20, 21, 24, 32, 37, 53, 56, 67, 82, 84, 85, 94, 102, 105, 106, 107, 109, 110, 113, 114, 115, 117], "rap": [1, 8, 11, 32, 94, 108, 117], "qgis": [1, 8, 11, 107, 112, 113, 117], "lens": [1, 107], "perspectiv": [1, 107], "brown": [1, 107], "fishey": [1, 107], "fisheye_opencv": [1, 9], "spherical": [1, 107], "equirectangul": [1, 9], "dual": [1, 9], "tip": [1, 8, 9, 11, 87, 104, 117], "proyeccion": [1, 9, 105, 106], "establec": [1, 9, 30, 53, 56, 58, 67, 105, 106, 108, 117], "valor": [1, 9, 16, 30, 37, 48, 63, 82, 87, 105, 106, 110, 117], "manual": [1, 30, 107, 109], "mejor": [1, 4, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 51, 53, 54, 55, 56, 57, 58, 60, 61, 62, 63, 64, 65, 66, 67, 71, 72, 74, 76, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 117], "distorsion": [1, 9, 104, 105, 109, 110, 117], "geometr": [1, 9, 54], "De": [1, 9, 36, 109, 117], "form": [1, 9, 11, 36, 102, 109, 110, 117], "aplic": [1, 9, 11, 63, 105, 107, 108, 117], "intent": [1, 9, 108, 114], "determin": [1, 9, 11, 110, 117], "lent": [1, 104, 107, 117], "part": [1, 4, 7, 9, 10, 23, 106, 109, 111, 112, 116, 117], "metadat": [1, 9, 113], "imagen": [1, 26, 30, 32, 61, 63, 67, 82, 83, 84, 85, 89, 96, 97, 103, 105, 106, 107, 108, 110, 111, 112, 114, 117], "utilic": [1, 10, 20, 21, 26, 61, 94, 108, 117], "parametr": [1, 8, 9, 10, 11, 20, 21, 45, 46, 47, 78, 79, 80, 81, 96, 107, 108, 112], "calcul": [1, 10, 16, 25, 54, 63, 94, 117], "conjunt": [1, 10, 36, 40, 42, 61, 72, 82, 97, 102, 109, 110, 112, 114, 117], "dat": [1, 7, 8, 10, 11, 26, 33, 36, 40, 42, 61, 62, 72, 82, 89, 97, 102, 104, 105, 106, 107, 108, 109, 110, 112, 113, 114, 116], "lug": [1, 10, 11, 67, 94, 102, 108, 109, 110, 115, 117], "cog": [1, 107], "optimiz": [1, 8, 50, 96, 107, 117], "nub": [1, 9, 51, 52, 53, 54, 55, 56, 57, 58, 107, 109, 110, 117], "normal": [1, 11, 107, 117], "copy": [1, 7, 107, 117], "copi": [1, 8, 12, 102, 117], "result": [1, 12, 16, 32, 44, 54, 58, 65, 71, 94, 96, 105, 108, 109, 110, 112, 113, 117], "sal": [1, 12, 17, 31, 32, 36, 38, 58, 99, 107, 108, 117], "carpet": [1, 12, 40, 62, 105, 106, 108, 109, 112, 117], "despues": [1, 12, 84, 105, 107, 108], "proces": [1, 8, 12, 22, 32, 35, 42, 54, 56, 61, 63, 64, 65, 66, 72, 89, 107, 109, 110, 112, 114], "crop": [1, 7, 107, 117], "creating": [1, 13, 107, 117], "smooth": [1, 13], "buff": [1, 13], "around": [1, 13], "dataset": [1, 4, 7, 13, 22, 40, 64, 66, 116], "boundari": [1, 4, 7, 13], "shrunk": [1, 13], "n": [1, 13, 17, 53, 58, 105, 106, 110, 112], "meters": [1, 13, 28, 106], "use": [1, 13, 28, 41, 67, 69, 105, 107, 108, 109, 110, 117], "disabl": [1, 13, 59, 113, 117], "cropping": [1, 13, 117], "decimation": [1, 107], "integ": [1, 15, 17, 33, 35, 37, 38, 39, 67, 69, 82, 84, 100, 101], "diezm": [1, 15], "punt": [1, 9, 15, 25, 27, 51, 52, 53, 54, 55, 56, 57, 58, 107, 108, 109, 110, 115], "gener": [1, 8, 11, 15, 17, 23, 24, 44, 45, 47, 56, 57, 71, 74, 92, 93, 108, 112, 117], "1": [1, 7, 15, 35, 37, 67, 78, 102, 105, 106, 107, 109, 110, 113, 117], "calid": [1, 15, 24, 32, 56, 67, 107, 110], "total": [1, 15, 109, 117], "100": [1, 15, 97, 108, 109, 117], "99": [1, 15, 108], "util": [1, 15, 16, 26, 44, 57, 58, 89, 96, 102, 105, 108, 111, 113, 117], "aceler": [1, 15, 97], "euclid": [1, 107], "map": [1, 7, 8, 11, 54, 60, 104, 105, 107, 117], "rast": [1, 8, 11, 16, 113, 117], "euclidian": [1, 16], "cad": [1, 16, 56, 61, 62, 82, 85, 97, 105, 108, 109, 110, 112, 117], "El": [1, 8, 11, 16, 27, 35, 38, 83, 104, 105, 106, 108, 109, 117], "inform": [1, 11, 16, 30, 74, 93, 95, 103, 105, 106, 107, 109, 110, 111, 117], "distanci": [1, 16, 17, 32, 48, 105, 110, 117], "desd": [1, 16, 42, 64, 66, 105, 107, 108, 112, 114], "celd": [1, 16], "nodat": [1, 16], "cercan": [1, 8, 9, 16, 17, 110], "rellen": [1, 16, 17], "cualqui": [1, 16, 108, 114, 117], "agujer": [1, 16], "aisl": [1, 16, 117], "gapfill": [1, 107, 117], "steps": [1, 102, 107, 117], "numer": [1, 17, 35, 63, 82, 99, 108, 109, 110, 117], "pas": [1, 17, 36, 102, 107, 109, 112], "huec": [1, 17], "deshabilit": [1, 17, 53, 58, 67, 117], "llen": [1, 17, 57, 117], "espaci": [1, 17, 42, 105, 108, 117], "comenz": [1, 17, 102, 108, 114, 115, 117], "radi": [1, 17, 58, 81, 84, 117], "igual": [1, 17, 110], "resolu": [1, 8, 17, 32, 35, 48, 58, 67, 107, 117], "diferent": [1, 9, 17, 108, 112, 113, 117], "progres": [1, 17, 20, 110, 117], "mayor": [1, 11, 17, 105, 108, 110, 117], "algoritm": [1, 17, 25, 109], "invers": [1, 17], "ponder": [1, 17], "idw": [1, 17], "fusion": [1, 9, 17, 60, 109], "lueg": [1, 8, 17, 105, 108, 109, 117], "restant": [1, 17, 109], "interpol": [1, 17, 117], "vecin": [1, 17], "resolution": [1, 107, 117], "dsm": [1, 18, 107, 117], "dtm": [1, 18, 57, 107, 117], "cm": [1, 18, 48, 110, 117], "pixel": [1, 18, 48, 105, 117], "not": [1, 4, 7, 18, 41, 59, 69, 102, 107, 108, 112, 114, 117], "capp": [1, 18], "2x": [1, 18], "ground": [1, 18, 105, 110, 113, 117], "sampling": [1, 18], "gsd": [1, 4, 18, 48, 107, 110, 117], "estimat": [1, 18, 59], "cap": [1, 8, 11, 18, 113, 117], "check": [1, 18], "ignor": [1, 18, 48, 107, 117], "also": [1, 7, 18, 39, 68, 103, 114, 116, 117], "5": [1, 18, 48, 53, 80, 105, 109, 110, 117], "etiquet": [1, 20, 21, 30, 63, 95, 102, 105, 106, 108, 117], "constru": [1, 20, 21, 105], "digital": [1, 20, 21, 63, 107, 109, 113], "superfici": [1, 20, 113, 117], "suel": [1, 20, 21, 32, 48, 105, 108, 110, 117], "objet": [1, 20, 105, 112, 117], "filtr": [1, 20, 21, 53, 58, 78, 79, 80, 81, 117], "morfolog": [1, 20, 21, 78, 79, 80, 81, 117], "verifiqu": [1, 20, 21, 107], "ajust": [1, 20, 21, 96, 97, 107, 108, 117], "fin": [1, 20, 21, 67, 117], "terren": [1, 9, 21, 57, 105, 110, 117], "sol": [1, 7, 9, 21, 23, 58, 63, 67, 71, 102, 103, 105, 106, 108, 109, 110, 111, 113, 117], "simpl": [1, 7, 21, 78, 79, 80, 81, 105, 106, 117], "smrf": [1, 21, 107, 117], "end": [1, 107, 117], "split": [1, 22, 64, 66, 76, 77, 107, 117], "merg": [1, 22, 64, 66, 76, 77, 107, 113, 117], "opensfm": [1, 9, 22, 64, 66, 109, 113, 117], "openmvs": [1, 22, 64, 66], "odm_filterpoints": [1, 22, 64, 66], "odm_meshing": [1, 22, 64, 66, 113], "mvs_texturing": [1, 22, 64, 66], "odm_georeferencing": [1, 22, 64, 66, 112, 113, 117], "odm_dem": [1, 22, 64, 66, 113], "odm_orthophot": [1, 22, 64, 66, 112, 113, 117], "odm_report": [1, 22, 64, 66, 112], "odm_postprocess": [1, 22, 64, 66], "finaliz": [1, 22, 102, 117], "etap": [1, 22, 42, 64, 66], "fast": [1, 7, 34, 70, 103, 107], "orthophot": [1, 36, 107, 113, 116, 117], "omit": [1, 23, 71, 89, 90, 111, 117], "dens": [1, 19, 23, 56, 113], "direct": [1, 23, 110, 117], "escas": [1, 23], "activ": [1, 23, 60, 91, 108, 109, 110, 117], "si": [1, 11, 23, 26, 30, 45, 46, 47, 60, 61, 63, 71, 74, 91, 95, 102, 105, 106, 108, 109, 110, 112, 113, 114, 117], "necesit": [1, 23, 71, 74, 102, 105, 107, 108, 114, 117], "complet": [1, 7, 8, 23, 71, 94, 117], "featur": [1, 4, 67, 107, 113, 114, 117], "quality": [1, 19, 60, 67, 103, 107, 117], "ultra": [1, 24, 56, 60, 117], "high": [1, 19, 24, 56, 117], "medium": [1, 7, 24, 56], "low": [1, 4, 7, 24, 56, 110], "lowest": [1, 24, 56], "extraccion": [1, 24, 67, 102], "caracterist": [1, 11, 24, 67, 85, 110, 114, 117], "Una": [1, 24, 56, 108, 117], "alta": [1, 24, 26, 30, 56, 105, 107, 110], "per": [1, 11, 24, 39, 42, 54, 56, 95, 104, 105, 108, 109, 110, 117], "requier": [1, 24, 56, 104, 108, 110, 117], "memori": [1, 24, 32, 35, 56, 60, 107, 109, 117], "llev": [1, 8, 24, 56, 109, 117], "tiemp": [1, 8, 9, 11, 24, 54, 56, 71, 74, 93, 107, 108, 114], "type": [1, 4, 107, 108, 117], "akaz": [1, 25], "hahog": [1, 25], "orb": [1, 25], "sift": [1, 25], "elij": [1, 8, 25, 36, 85, 108, 117], "extra": [1, 25, 112, 117], "clav": [1, 25, 109], "descriptor": [1, 25], "forc": [1, 105, 107], "exif": [1, 26, 33, 63, 105, 107, 109], "inclus": [1, 26, 109], "gcp": [1, 26, 95, 107, 109, 110, 117], "present": [1, 26, 69, 112, 117], "Esta": [1, 9, 11, 26, 94, 105, 108, 117], "bander": [1, 26, 108, 117], "tien": [1, 8, 11, 26, 42, 60, 95, 102, 103, 104, 105, 106, 108, 109, 110, 112, 114, 117], "medicion": [1, 26, 105, 107], "precision": [1, 26, 30, 54, 105, 106, 107, 109], "hac": [1, 11, 26, 84, 102, 103, 104, 108, 111, 114, 117], "nad": [1, 4, 26, 70, 117], "contien": [1, 27, 105, 106, 117], "control": [1, 27, 30, 49, 83, 107, 108, 109, 110, 115, 117], "terrestr": [1, 27, 107, 115, 117], "usad": [1, 8, 27, 105, 106, 117], "georreferenci": [1, 27, 95, 105, 109], "deb": [1, 9, 11, 27, 62, 63, 82, 83, 105, 106, 108, 109, 110, 114, 117], "ten": [1, 27, 62, 63, 82, 105, 108, 109, 110, 111, 117], "siguient": [1, 9, 27, 83, 105, 106, 107, 108, 109, 112, 113, 115, 117], "format": [1, 7, 11, 27, 28, 50, 51, 52, 55, 83, 106, 107, 111, 113, 115], "epsg": [1, 7, 27, 28, 105, 106], "cod": [1, 27, 28, 40, 102, 109, 112, 113, 117], "proj": [1, 27, 28, 105, 106], "definition": [1, 27, 28], "geo_x": [1, 27, 28, 105, 106], "geo_y": [1, 27, 28, 105, 106], "geo_z": [1, 27, 28, 105, 106], "im_x": [1, 27, 105], "im_y": [1, 27, 105], "image_nam": [1, 27, 28, 83, 105, 106], "gcp_nam": [1, 27, 105], "extra1": [1, 27, 105], "extra2": [1, 27, 105], "geo": [1, 106, 107], "geolocation": [1, 28], "fil": [1, 7, 28, 29, 63, 88, 100, 103, 107, 108, 112, 113, 117], "containing": [1, 28], "cent": [1, 28, 107], "coordinat": [1, 7, 28, 113], "used": [1, 7, 28, 109, 112, 113, 117], "for": [1, 7, 28, 34, 39, 69, 70, 100, 107, 109, 113, 114, 115, 116, 117], "t": [1, 28, 102, 110, 115], "hav": [1, 4, 7, 28, 88], "yaw": [1, 28, 106], "pitch": [1, 28, 106], "roll": [1, 28, 106], "them": [1, 7, 28], "needs": [1, 28], "following": [1, 28, 112, 116], "degr": [1, 28, 106], "horz": [1, 28, 106], "accuracy": [1, 28, 59, 68, 106, 107, 110], "vert": [1, 28, 106], "gltf": [1, 107], "binary": [1, 29], "glb": [1, 29], "textur": [1, 29, 88, 107, 113], "models": [1, 29, 117], "metr": [1, 30, 58, 80, 81, 105, 109, 110, 117], "dilucion": [1, 30], "dop": [1, 30], "tod": [1, 8, 9, 11, 30, 36, 63, 65, 89, 104, 105, 107, 108, 109, 112, 114, 117], "estan": [1, 30, 61, 84, 104, 105, 106, 107, 108, 110, 117], "rtk": [1, 30, 105, 106, 110], "consecuent": [1, 30], "configur": [1, 30, 46, 60, 63, 103, 105, 108, 109, 112, 117], "cas": [1, 8, 9, 11, 30, 108, 111, 117], "fall": [1, 9, 30, 117], "reduc": [1, 8, 30, 105, 109, 110, 117], "vec": [1, 8, 30, 32, 96, 106, 108, 110, 114, 117], "efect": [1, 30, 109, 110, 117], "combadur": [1, 30], "extens": [1, 30], "10": [1, 30, 103, 105, 106, 108, 110, 114, 117], "muestr": [1, 8, 9, 11, 31, 99, 102, 110, 117], "mensaj": [1, 14, 31, 98, 108, 109, 117], "muestre": [1, 32, 48, 58, 105], "La": [1, 11, 32, 105, 106, 107, 108, 109, 110, 113, 117], "maxim": [1, 32, 35, 38, 108], "cambi": [1, 32, 67, 107, 108, 110], "tama\u00f1": [1, 8, 11, 32, 67, 107, 110], "cuand": [1, 32, 72, 96, 102, 107, 108, 109, 110, 117], "necesari": [1, 32, 60, 103, 108, 114, 117], "menor": [1, 8, 32, 117], "uso": [1, 9, 32, 42, 60, 107, 108, 110, 117], "dad": [1, 32, 117], "estim": [1, 32, 48], "liger": [1, 32, 117], "match": [1, 7, 39, 107, 113, 117], "neighbors": [1, 34, 107], "matching": [1, 33], "nearest": [1, 33, 34], "on": [1, 4, 7, 33, 68, 77, 103, 110, 113, 114, 115, 117], "triangulation": [1, 33, 70], "bow": [1, 34], "bruteforc": [1, 34], "flann": [1, 34, 117], "algorithm": [1, 34, 107], "library": [1, 34], "approximat": [1, 34], "bag": [1, 34], "words": [1, 4, 34], "slow": [1, 34, 39, 103], "but": [1, 4, 19, 34, 59, 103], "mor": [1, 4, 7, 34, 39, 107, 114, 117], "stabl": [1, 34, 108], "sometim": [1, 34], "miss": [1, 34], "val": [1, 7, 11, 34, 117], "very": [1, 34, 77, 114], "robust": [1, 9, 34], "max": [1, 9, 107, 117], "concurrency": [1, 107, 117], "vari": [1, 11, 35, 44, 76, 107, 108, 109, 112, 117], "requisit": [1, 35, 103, 107], "gb": [1, 35, 117], "hil": [1, 35], "megapixel": [1, 35], "4": [1, 35, 105, 107, 110, 112, 117], "all": [1, 7, 36, 69, 102, 107, 108, 109, 112], "pointcloud": [1, 36], "combin": [1, 36, 90, 109, 114], "divid": [1, 36, 60, 82, 83, 109, 117], "dispon": [1, 36, 42, 105, 106, 107, 108, 109, 117], "mesh": [1, 107, 113, 117], "octre": [1, 107, 117], "depth": [1, 107, 117], "x": [1, 37, 105, 106, 108, 117], "14": [1, 37], "profund": [1, 37, 54, 60, 117], "mall": [1, 37, 38, 85, 86, 94, 109, 113, 115], "aument": [1, 37, 54, 56, 105, 117], "obten": [1, 37, 63, 108, 110, 117], "vertic": [1, 37, 38, 107], "recomend": [1, 37, 107, 109, 115, 117], "8": [1, 11, 37, 105, 108, 110, 117], "12": [1, 37, 108, 110, 117], "11": [1, 37, 105, 110, 117], "siz": [1, 107, 117], "conte": [1, 38], "200000": [1, 38], "min": [1, 107, 108, 117], "num": [1, 107, 117], "minimum": [1, 39], "numb": [1, 7, 39, 100, 108, 109], "extract": [1, 39, 100, 101, 117], "useful": [1, 39, 77, 108], "finding": [1, 39], "potentially": [1, 39], "allowing": [1, 39], "littl": [1, 39], "overlap": [1, 7, 39, 107, 109, 117], "insufficient": [1, 39], "down": [1, 39, 117], "processing": [1, 4, 7, 39, 100, 107, 108, 112, 117], "10000": [1, 39, 117], "nombr": [1, 40, 72, 102, 105, 106, 109, 111, 117], "g": [1, 40, 105, 106], "subcarpet": [1, 40, 62], "dentr": [1, 40, 105, 110, 114, 117], "proyect": [1, 40, 62, 102, 104, 105, 106, 107, 110, 114], "gpu": [1, 4, 7, 8, 9, 11, 107, 108, 117], "do": [1, 7, 41, 107, 110, 114, 117], "acceleration": [1, 41], "even": [1, 41], "s": [1, 7, 41, 103, 105, 106, 108, 110, 117], "avail": [1, 41, 70, 103, 108], "disk": [1, 7, 103, 107], "spac": [1, 103, 107], "intermedi": [1, 42], "pes": [1, 42], "disc": [1, 11, 42, 108, 117], "afect": [1, 9, 42, 67, 110, 117], "capac": [1, 11, 42, 117], "reinici": [1, 42, 65, 108, 117], "permit": [1, 8, 11, 42, 108, 109, 112, 117], "maquin": [1, 42, 60, 102, 107, 109], "suficient": [1, 42, 105, 117], "compression": [1, 107], "jpeg": [1, 43, 117], "lzw": [1, 43], "packbits": [1, 43], "deflat": [1, 43, 117], "lzma": [1, 43], "compresion": [1, 11, 43], "cutlin": [1, 107, 117], "alrededor": [1, 44, 58, 105, 117], "recort": [1, 44, 107], "cort": [1, 44, 117], "bord": [1, 7, 44], "entidad": [1, 44], "Este": [1, 44, 82, 105, 108, 115, 117], "unir": [1, 44], "mosaic": [1, 8, 11, 44, 60, 92], "costur": [1, 44, 90], "superpuest": [1, 44], "kmz": [1, 107, 117], "dese": [1, 8, 45, 46, 47, 95, 106, 108, 109, 111, 117], "googl": [1, 45], "earth": [1, 45, 114], "ray": [1, 11, 46, 117], "png": [1, 107, 111, 113, 117], "teng": [1, 11, 48, 72, 108, 109, 110, 117], "cuent": [1, 11, 48, 63, 108, 110, 117], "quit": [1, 48, 107], "marqu": [1, 48], "pc": [1, 19, 107, 117], "classify": [1, 107], "behavior": [1, 49, 102], "option": [1, 4, 7, 49, 68], "tweaking": [1, 49], "parameters": [1, 49], "copc": [1, 107], "sav": [1, 50, 73, 107, 108], "csv": [1, 105, 107, 113, 117], "export": [1, 51, 52, 55, 107, 117], "georeferenci": [1, 51, 52, 55, 113], "ept": [1, 107], "entwin": [1, 52], "filt": [1, 107, 117], "desv": [1, 53], "desviacion": [1, 53], "estand": [1, 9, 53, 110, 117], "medi": [1, 8, 11, 53, 82, 108, 117], "local": [1, 11, 53, 97, 107, 110, 117], "aproxim": [1, 56], "factor": [1, 8, 56, 110, 117], "4x": [1, 56], "rectify": [1, 107], "realic": [1, 57, 117], "rectif": [1, 57], "signif": [1, 57, 108], "clasific": [1, 57, 117], "incorrect": [1, 9, 57], "volv": [1, 57, 108, 117], "vaci": [1, 57], "sampl": [1, 107], "manten": [1, 58, 86, 105, 114, 115], "duplic": [1, 58], "skip": [1, 77, 107], "geometric": [1, 107], "geometrically": [1, 59], "consistent": [1, 54, 59, 117], "depthmaps": [1, 59, 113], "may": [1, 7, 59, 113], "usabl": [1, 59], "larg": [1, 4, 7, 59, 77, 107, 117], "datasets": [1, 59, 70, 77, 102, 107, 114, 116, 117], "flag": [1, 59], "reduzc": [1, 60], "escen": [1, 9, 54, 60, 107, 112], "grand": [1, 8, 9, 60, 67, 82, 85, 97, 105, 109, 110, 117], "much": [1, 4, 7, 11, 60, 70, 102, 108, 109, 114, 117], "ram": [1, 4, 7, 8, 9, 11, 60, 103, 117], "alto": [1, 60, 105, 110], "primary": [1, 7, 107], "Al": [1, 61, 63, 82, 85, 102, 117], "multiespectral": [1, 61, 63, 107], "alin": [1, 61, 114], "posproces": [1, 61], "Tu": [1, 62], "jueg": [1, 62, 117], "radiometric": [1, 107, 112, 116], "calibration": [1, 104, 107, 116], "sun": [1, 63], "calibr": [1, 63, 106, 107, 112], "radiometr": [1, 63, 89, 106, 112], "ejecut": [1, 63, 64, 66, 97, 107, 109, 117], "termic": [1, 63], "reflect": [1, 63, 112], "temperatur": [1, 63, 116, 117], "contrari": [1, 63, 109, 117], "obtendr": [1, 63, 117], "nivel": [1, 11, 63, 110, 117], "negr": [1, 63, 111, 117], "vi\u00f1et": [1, 63], "gananci": [1, 63], "gradient": [1, 63, 117], "compens": [1, 63], "exposicion": [1, 63], "encuentr": [1, 63, 102, 105, 114, 117], "apropi": [1, 63, 107], "absolut": [1, 63, 110], "correccion": [1, 9, 63], "radiacion": [1, 63], "espectral": [1, 63], "registr": [1, 9, 63, 107], "traves": [1, 9, 11, 63, 107, 108, 109, 117], "sensor": [1, 9, 63, 69, 104, 110, 112], "luz": [1, 63], "descendent": [1, 63], "dls": [1, 63], "angul": [1, 9, 63, 106, 117], "rerun": [1, 107], "vuelv": [1, 64, 66, 117], "deten": [1, 64, 108, 110], "permanent": [1, 65], "previ": [1, 8, 11, 65, 105], "rolling": [1, 96, 107, 110], "shutt": [1, 96, 107, 110], "turn": [1, 68, 117], "correction": [1, 68], "wer": [1, 68], "tak": [1, 19, 68], "motion": [1, 68, 70], "results": [1, 68, 70, 73, 108, 112], "see": [1, 4, 7, 68, 103, 108], "readout": [1, 68, 107], "overrid": [1, 19, 69], "tim": [1, 4, 7, 69, 73, 107, 114, 117], "milliseconds": [1, 69], "inste": [1, 69, 88, 108, 114], "datab": [1, 69], "sfm": [1, 107], "incremental": [1, 70], "plan": [1, 9, 70, 94, 102, 104, 105, 108, 109, 117], "structur": [1, 70], "aerial": [1, 70, 110], "positions": [1, 70, 113], "angles": [1, 70], "bett": [1, 70, 116], "scen": [1, 70], "captur": [1, 7, 70, 102, 112, 116, 117], "at": [1, 7, 70, 103, 110, 117], "fix": [1, 70, 107], "altitud": [1, 70, 110], "only": [1, 7, 70, 73, 102], "3dmodel": [1, 107], "ahorr": [1, 8, 71, 74, 117], "2d": [1, 8, 11, 71, 117], "alignment": [1, 77, 107], "miltiespectral": [1, 72], "principal": [1, 72, 105, 109, 114, 117], "recomiend": [1, 9, 72, 109, 110, 117], "eleg": [1, 72, 108], "detall": [1, 72, 102, 110], "nit": [1, 72, 85, 117], "enfoc": [1, 72, 110], "generation": [1, 73], "need": [1, 7, 73, 103], "dems": [1, 73, 109, 117], "report": [1, 107], "No": [1, 74, 102, 103, 108, 112, 114, 117], "pdf": [1, 74, 110, 117], "dich": [1, 74], "sky": [1, 4, 107], "sm": [1, 107, 109], "clust": [1, 84, 107], "url": [1, 76, 102], "instanci": [1, 76, 107, 109], "clusterodm": [1, 76, 107], "distribu": [1, 76, 105, 107, 108, 117], "fluj": [1, 76, 109, 117], "trabaj": [1, 76, 105, 107, 109], "nod": [1, 76, 108, 109, 117], "paralel": [1, 76, 108, 109, 117], "submodels": [1, 77], "good": [1, 4, 77, 112, 117], "enough": [1, 77], "scal": [1, 7, 107, 117], "elev": [1, 78, 80, 105, 107, 113], "escal": [1, 8, 78, 107, 110, 117], "25": [1, 78, 110], "slop": [1, 107, 117], "pendient": [1, 79, 117], "desplaz": [1, 79], "vertical": [1, 79, 106, 110, 117], "horizontal": [1, 79, 105, 106, 109, 110, 117], "15": [1, 79, 103, 105, 117], "threshold": [1, 107, 117], "umbral": [1, 80, 117], "window": [1, 107, 117], "ventan": [1, 81, 108, 117], "18": [1, 81, 108, 117], "submodel": [1, 82, 84, 109], "peque\u00f1": [1, 8, 82, 110, 117], "agrup": [1, 82, 84, 109, 117], "cumul": [1, 82], "regul": [1, 82], "cantid": [1, 8, 82, 108, 109, 117], "grup": [1, 82, 83, 109, 117], "promedi": [1, 82, 109, 110], "999999": [1, 82], "groups": [1, 107], "group_nam": [1, 83], "superposicion": [1, 84, 109, 117], "clusters": [1, 84, 117], "cerc": [1, 84, 90, 105, 117], "a\u00f1ad": [1, 84], "asegur": [1, 84, 105, 117], "superpong": [1, 84], "150": [1, 84], "texturing": [1, 107, 117], "keep": [1, 107], "unse": [1, 107], "fac": [1, 107], "car": [1, 86, 117], "ven": [1, 86, 110], "ningun": [1, 8, 9, 11, 86, 91, 117], "material": [1, 105, 107], "objs": [1, 88], "multipl": [1, 88, 108, 109, 112, 115], "ones": [1, 88], "global": [1, 97, 107, 110], "seam": [1, 107], "leveling": [1, 107], "normaliz": [1, 89, 112], "color": [1, 89, 90, 105, 113, 117], "estat": [1, 92, 108, 109], "adecu": [1, 9, 92, 104, 117], "leaflet": [1, 92], "u": [1, 92, 117], "openlayers": [1, 92], "3dmesh": [1, 107], "5d": [1, 94, 117], "poc": [1, 94, 108, 117], "proporcion": [1, 94, 106, 109, 111, 117], "similar": [1, 9, 94], "usar": [1, 95, 102, 103, 105, 107, 108, 109], "params": [1, 107], "desactiv": [1, 96, 108], "durant": [1, 96, 108, 110, 117], "paquet": [1, 96, 97], "A": [1, 96, 106, 107, 108, 109, 110, 111, 113, 114, 117], "ser": [1, 91, 96, 102, 105, 106, 108, 109, 110, 114, 117], "exhib": [1, 96], "dom": [1, 96, 107], "bol": [1, 9, 96], "obtur": [1, 96, 110], "hybrid": [1, 107, 117], "bundl": [1, 107, 117], "adjustment": [1, 107, 117], "agreg": [1, 97, 108, 109, 111, 114, 117], "version": [1, 102, 107, 108, 109, 112, 117], "vide": [1, 107], "maximum": [1, 100, 101], "fram": [1, 100, 101], "500": [1, 100, 108, 117], "output": [1, 7, 101, 109, 113, 117], "pixels": [1, 101], "4000": [1, 101], "quier": [1, 102, 105, 107, 117], "aprend": [1, 4, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 51, 53, 54, 55, 56, 57, 58, 60, 61, 62, 63, 64, 65, 66, 67, 71, 72, 74, 76, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 117], "coincident": 1, "arguments_edit": 1, "debug": [1, 107, 117], "depthmap": [1, 107, 117], "resiz": [1, 103, 107], "term": [1, 107, 117], "outli": [1, 107], "ton": [1, 107], "mapping": [1, 104, 107, 110], "verbos": [1, 107], "options": [3, 5, 9, 25, 33, 34, 69, 70, 100, 101, 107, 108], "paramet": [4, 7, 116], "bool": 4, "domain": [4, 7], "resourc": [4, 7, 107, 114], "impact": [4, 7, 8, 9, 11, 107, 108, 117], "cpu": [4, 7, 8, 9, 11, 107, 108, 117], "hdd": [4, 7, 8, 9, 11], "process": [4, 103, 116], "seeks": 4, "upon": 4, "k": 4, "means": 4, "filter": 4, "convex": 4, "hull": 4, "buffer": 4, "20x": 4, "mean": 4, "appropriat": [4, 107], "any": [4, 7, 113], "wher": [4, 7, 103, 115], "might": [4, 7, 114, 116], "possibly": 4, "consid": 4, "limiting": 4, "due": [4, 7], "presenc": [4, 7], "far": 4, "away": 4, "they": [4, 116], "normally": 4, "desir": 4, "does": 4, "meaningful": 4, "near": 4, "imagery": 4, "without": [4, 7, 117], "making": 4, "superfluous": 4, "saf": [4, 7], "includ": [4, 7], "other": [4, 7, 102, 116], "masking": 4, "likely": [4, 7], "choic": [4, 7, 103], "most": 4, "preventing": 4, "growing": 4, "needlessly": 4, "things": [4, 108], "lik": [4, 7, 113], "clouds": [4, 19], "treelin": 4, "get": [4, 108, 114], "memory": [4, 107, 108], "errors": [4, 7, 110, 113], "becom": 4, "less": 4, "decr": 4, "small": 4, "being": 4, "reconstruct": [4, 7], "webodm": [4, 7, 8, 11, 105, 107, 109, 110, 114, 115], "view": [4, 7, 109], "shows": [4, 7], "full": [4, 7, 103], "extent": [4, 7], "bound": [4, 7], "recosntruction": [4, 7], "compar": [4, 7, 11, 110, 117], "abov": [4, 7], "therefor": 4, "visually": 4, "spars": 4, "pagin": [4, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 51, 53, 54, 55, 56, 57, 58, 60, 61, 62, 63, 64, 65, 66, 67, 71, 72, 74, 76, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 117], "opcion": [7, 10, 12, 13, 15, 17, 18, 19, 22, 23, 24, 27, 28, 30, 35, 36, 37, 38, 39, 40, 43, 48, 53, 56, 58, 60, 61, 62, 63, 64, 66, 67, 76, 78, 79, 80, 81, 82, 83, 84, 85, 87, 91, 94, 107, 108, 109, 113, 117], "argument": 7, "serv": [7, 117], "constrain": 7, "final": [7, 67, 102, 103, 104, 117], "products": 7, "bounding": 7, "box": 7, "pass": 7, "passing": 7, "instanc": 7, "want": 7, "specific": 7, "subset": 7, "entir": 7, "interest": 7, "furth": [7, 117], "giv": [7, 112], "appli": 7, "after": [7, 112, 117], "thereby": 7, "modifying": 7, "adds": 7, "concern": 7, "generating": 7, "product": [7, 117], "possibl": [7, 103, 116], "function": 7, "predefin": [7, 117], "aoi": [7, 117], "survey": 7, "property": 7, "lot": [7, 103, 117], "decid": [7, 109], "20m": 7, "overfly": 7, "so": [7, 103, 114, 116], "cle": 7, "sufficient": 7, "right": [7, 114], "up": [7, 117], "howev": 7, "flight": [7, 105], "height": 7, "bordering": 7, "properti": 7, "hom": [7, 108, 117], "representation": 7, "clip": 7, "just": [7, 117], "insid": [7, 108], "providing": 7, "focus": 7, "nothing": 7, "beyond": 7, "http": [7, 11, 103, 108, 109, 110, 115], "quick": 7, "webapp": 7, "opening": 7, "link": 7, "pan": 7, "zoom": [7, 117], "preview": 7, "find": [7, 109, 115], "selecting": 7, "draw": 7, "menu": [7, 108], "allow": 7, "plac": [7, 112], "left": 7, "clicking": 7, "vertex": 7, "many": [7, 116], "requir": [7, 102], "clos": 7, "click": 7, "first": [7, 102, 103, 114], "able": [7, 116, 117], "once": 7, "least": 7, "thre": 7, "different": [7, 103, 117], "than": [7, 117], "progress": 7, "dark": 7, "fill": 7, "implying": 7, "now": [7, 114], "looks": 7, "ready": 7, "select": 7, "brows": [7, 108], "prompt": 7, "otherwis": 7, "alert": 7, "downl": [7, 108, 117], "alternatively": [7, 103], "past": 7, "text": [7, 117], "panel": [7, 8, 11, 108], "head": 7, "textual": 7, "featurecollection": 7, "77": 7, "04460859298706": 7, "38": 7, "88532071975074": 7, "04014539718628": 7, "8801593862463": 7, "03295707702637": 7, "88331636291941": 7, "03965187072754": 7, "887959703337145": 7, "been": [7, 116], "chos": 7, "location": [7, 108], "access": [7, 110], "lat": 7, "into": 7, "icon": [7, 108, 117], "system": [7, 108], "clipboard": 7, "confirm": [7, 11], "its": [7, 113], "seeing": 7, "enabl": [7, 116], "https": [7, 105, 108, 109, 110, 114, 115, 117], "org": [7, 108, 110, 114, 115, 117], "sit": 7, "forusers": 7, "html": 7, "fre": [7, 108], "open": [7, 105, 108, 112], "sourc": [7, 108, 117], "geographic": 7, "information": [7, 102, 103, 105, 109, 115, 117], "within": 7, "way": [7, 108, 114, 117], "needing": 7, "setup": 7, "ther": [7, 103], "numerous": 7, "types": [7, 110], "opendronemap": [7, 8, 102, 108, 109, 110, 112, 114, 115, 117], "design": 7, "work": [7, 114, 116], "simil": [7, 9, 108, 109, 113, 114, 117], "adjust": 7, "leav": 7, "thes": 7, "pictur": 7, "defaults": 7, "usag": [7, 107], "run": [7, 108, 109, 112, 117], "already": [7, 103], "basemap": 7, "ensur": 7, "exactly": 7, "basemaps": 7, "10m": 7, "various": 7, "methods": [7, 103], "add": [7, 103, 108, 109], "mindful": 7, "differenc": 7, "angle": 7, "skew": 7, "registration": 7, "occur": 7, "tool": [7, 108], "begin": 7, "finish": 7, "canv": 7, "outlin": 7, "indicat": 7, "accept": 7, "writ": [7, 109], "mak": 7, "exporting": 7, "dialog": [7, 117], "functionality": 7, "layers": 7, "bring": 7, "sub": 7, "item": 7, "filenam": [7, 111, 117], "writt": 7, "crs": 7, "safest": 7, "4326": [7, 105, 106], "apply": 7, "modifi": 7, "proivd": 7, "outsid": 7, "boolean": [8, 11], "domini": [8, 9, 11], "recurs": [8, 9, 11, 102, 114, 115, 117], "Las": [8, 9, 104, 105, 106, 108, 109, 110, 112, 117], "denomin": 8, "piramid": [8, 11], "renderiz": [8, 9], "Un": [8, 102, 105, 110, 117], "cost": [8, 109, 110, 117], "major": 8, "rendimient": [8, 102, 108, 117], "potenci": 8, "dos": [8, 105, 107, 108, 109, 110, 114, 117], "128x128": 8, "256x256": 8, "almacen": [8, 11, 109, 113, 117], "intern": [8, 11], "extern": 8, "sidec": 8, "En": [8, 9, 11, 108, 109, 110, 117], "siempr": [8, 102, 108, 109, 117], "seran": 8, "Es": [8, 102, 105, 109, 117], "probabl": [8, 117], "casi": [8, 117], "algun": [8, 9, 105, 107, 108, 113, 114, 117], "excepcion": 8, "relat": [8, 110], "rar": 8, "primordial": 8, "softwar": [8, 11, 102, 107, 108, 110, 111, 114, 115, 117], "lectur": [8, 117], "admit": [8, 108, 109, 112], "Estas": [8, 9, 102], "ofrec": 8, "coinc": 8, "extension": [8, 117], "signific": [8, 117], "recuper": [8, 9], "buf": 8, "dinam": 8, "naveg": [8, 107, 108], "web": [8, 108, 109], "propiedad": [8, 11, 117], "demuestr": [8, 9, 102], "carec": [8, 11], "descripcion": [8, 11, 115, 117], "preferr": 9, "gran": [9, 108, 109, 114, 117], "hered": [9, 11], "360": [9, 117], "baj": [9, 103, 105, 107], "Los": [9, 11, 105, 106, 107, 108, 109, 110, 113, 114, 115, 117], "usa": [9, 102, 106, 108], "correg": [9, 105], "optic": 9, "plataform": [9, 102, 109], "nuestr": [9, 104, 107, 109, 112, 115, 117], "esencial": 9, "tant": [9, 11, 107, 108, 110, 112], "actual": [9, 106, 108, 109, 117], "eleccion": [9, 105], "esfer": [9, 117], "gopr": 9, "insta360": 9, "kodak": 9, "pixpr": 9, "excepcional": 9, "posibl": [9, 102, 109, 112, 114, 117], "correct": [9, 108, 110, 112, 117], "cuy": [9, 117], "dud": 9, "primer": [9, 105, 106, 108, 109, 114], "distint": 9, "anterior": [9, 11, 108, 117], "reconstru": 9, "mediant": [9, 11, 108, 117], "introduc": [9, 117], "sever": 9, "bien": [9, 108, 112, 114], "Uno": 9, "ver": [9, 105, 108, 109, 114, 117], "coleccion": 9, "sobr": [9, 104, 105, 108, 109, 113, 115, 117], "homogene": 9, "camp": [9, 105, 106, 107, 108], "agricol": 9, "tal": [9, 117], "forz": 9, "pud": 9, "ojo": [9, 117], "pez": 9, "menud": 9, "indic": [9, 11, 105, 107, 108, 117], "extrem": 9, "prueb": [9, 114], "adel": [11, 117], "formul": 11, "especial": [11, 110, 117], "aprovech": 11, "asi": [11, 102, 105, 108, 110, 117], "porqu": [11, 102, 109, 117], "atribut": 11, "va": [11, 105, 117], "aloj": 11, "line": [11, 102, 105, 106, 107, 108, 109], "acced": [11, 107, 108, 113], "solicitud": [11, 107, 109, 114], "getrang": 11, "estructur": [11, 105, 107, 115], "vision": [11, 107], "leer": [11, 115, 117], "gis": [11, 110], "ventaj": [11, 117], "sirv": 11, "Con": [11, 110], "mostr": [11, 105, 107, 117], "rapid": [11, 109, 117], "herramient": [11, 102, 107, 108], "imprim": [11, 14, 98], "gdalinf": 11, "conform": [11, 117], "especif": [11, 102, 108, 110, 115, 117], "hech": [11, 105, 109, 117], "78": 11, "mb": 11, "presenci": 11, "6": [11, 109, 110], "30": [11, 105, 110, 117], "continu": [11, 108, 109, 113, 117], "layout": 11, "cumpl": [11, 103, 110], "falt": 11, "depur": 14, "controls": 19, "density": 19, "setting": [19, 107, 113], "long": [19, 116], "produc": [19, 109, 110, 113, 117], "calculat": 19, "640": 19, "urban": [54, 117], "leg": 67, "lad": [67, 110, 117], "redimension": [67, 117], "original": [67, 113, 117], "2048": 67, "gmi": 85, "texturiz": [85, 107, 109, 115], "triangul": [85, 117], "prioriz": 85, "aquell": [85, 108], "cubr": [85, 105, 108], "gauss_clamping": 87, "gauss_damping": 87, "metod": [87, 117], "atip": 87, "fotometr": 87, "gamm": 91, "mape": [91, 104, 110], "referent": [93, 107, 109, 117], "ejecu": [93, 108, 117], "adicional": [98, 102, 106, 107, 117], "consol": [98, 108, 109, 117], "depend": [102, 105, 110, 117], "comun": [102, 108, 114, 117], "aunqu": [102, 117], "involucrart": 102, "porblem": 102, "conectart": 102, "excelent": [102, 104], "pregunt": [102, 107, 108], "respond": 102, "encontr": [102, 105, 108, 109, 117], "consej": [102, 107], "tambi": [102, 104], "acces": [102, 107, 108, 110], "abiert": [102, 103, 114], "explor": [102, 108, 117], "buen": [102, 105, 108, 110, 115, 117], "revis": [102, 104, 107], "opon": 102, "ne": 102, "contact": 102, "desarroll": [102, 107, 112, 114], "escrib": [102, 105, 108], "nuev": [102, 108, 109, 111, 114, 117], "caracterisitc": 102, "rastr": 102, "problem": [102, 107, 114, 117], "github": [102, 105, 107, 108, 109, 114, 115, 117], "Por": [102, 106, 107, 108, 109, 110, 111, 117], "favor": [102, 108, 114], "repositori": [102, 114, 117], "etiquetal": 102, "explic": 102, "inclu": [102, 105, 107, 108, 109, 111, 117], "mantenedor": 102, "reproduc": [102, 117], "titul": [102, 105, 110, 117], "clar": [102, 110], "descript": 102, "identific": 102, "describ": 102, "exact": [102, 112, 117], "ejempl": [102, 105, 106, 107, 108, 109, 110, 111, 114, 117], "comienz": 102, "corr": [102, 108, 109], "dock": [102, 103, 107, 108, 109, 112], "vagrant": 102, "usast": 102, "terminal": [102, 108], "list": [102, 105, 107, 109, 111, 112, 116], "dig": 102, "hic": 102, "prove": [102, 104], "demonstr": 102, "links": 102, "snippets": 102, "peg": 102, "vas": 102, "prov": 102, "markdown": 102, "blocks": 102, "comport": [102, 117], "observ": [102, 108], "segu": [102, 117], "se\u00f1al": 102, "esper": [102, 105, 107, 109, 114], "pantall": [102, 105, 108, 117], "gif": 102, "anim": [102, 117], "descrit": [102, 108], "grab": 102, "gifs": 102, "mac": [102, 107], "windows": [102, 103, 107], "linux": [102, 103, 107, 113, 117], "relacion": [102, 110, 115], "poste": 102, "host": 102, "guest": 102, "desencaden": 102, "accion": 102, "estab": [102, 109], "compart": [102, 107, 112, 114], "informacion": 102, "usand": [102, 105, 106, 107, 108, 113], "paut": [102, 104], "abaj": [102, 108, 117], "configuracion": 102, "ambient": 102, "Que": [102, 107, 108], "lanzamient": 102, "establ": [102, 117], "clon": [102, 108, 109], "mast": [102, 115], "Cual": 102, "sistem": [102, 105, 108, 110], "oper": [102, 117], "virtual": [102, 108, 117], "virtualest": 102, "short": 102, "description": 102, "her": [102, 108, 113, 117], "reproduction": 102, "step": 102, "second": 102, "expect": 102, "screenshots": 102, "which": [102, 116], "follow": [102, 108], "demonstrat": 102, "enter": [102, 117], "OS": 102, "additional": 102, "start": [102, 108], "happening": 102, "recently": 102, "didn": 102, "happ": 102, "an": [102, 103, 107, 110, 112, 117], "older": 102, "yes": [102, 103, 117], "reliably": 102, "doesn": 102, "randomly": 102, "happens": 102, "projects": [102, 108], "som": [102, 105, 112, 114], "sig": [102, 117], "gui": [102, 104, 107], "estil": 102, "pep8": 102, "python": [102, 108, 117], "evit": [102, 117], "codig": [102, 103, 105, 106, 109, 114], "dependient": 102, "fs": 102, "plus": 102, "gethomedirectory": 102, "ir": 102, "directori": [102, 107], "inici": [102, 107, 109, 117], "pth": 102, "join": 102, "concaten": 102, "tmpdir": 102, "tmp": 102, "referenci": [102, 105], "temporal": 102, "retorn": 102, "funcion": [102, 105, 107, 108, 109, 112, 117], "reotrn": 102, "null": [102, 107], "indefin": 102, "undefin": 102, "tub": 103, "fotogrametr": [103, 110, 117], "sid": [103, 108], "ortorrectific": 103, "hugin": 103, "sourceforg": [103, 108], "net": [103, 108], "_": [103, 108, 109, 112, 114, 117], "tri": 103, "always": 103, "utilization": 103, "several": 103, "moments": 103, "during": 103, "lots": 103, "uses": 103, "gratuit": [103, 114, 117], "public": 103, "libert": 103, "vend": 103, "asegures": [103, 105, 108, 109, 117], "particul": [103, 107], "divulg": 103, "fuent": [103, 114, 117], "sient": [103, 114], "buy": 103, "ultimat": 103, "solution": [103, 117], "uploading": 103, "tweak": 103, "settings": [103, 107, 117], "swapfil": 103, "both": [103, 114], "preferably": 103, "ssd": 103, "nvme": 103, "driv": 103, "still": 103, "wsl2": 103, "two": 103, "rows": 103, "wslconfig": 103, "microsoft": [103, 108], "documentation": 103, "advanc": 103, "configuration": [103, 109], "wsl": 103, "swap": [103, 108], "128gb": 103, "cours": 103, "c": [103, 109, 114], "temp": 103, "vhdx": 103, "stor": [103, 108], "partition": 103, "dedicat": 103, "ple": [103, 117], "consult": [103, 104, 117], "search": 103, "engin": 103, "as": [103, 107, 116, 117], "distributions": 103, "equip": [104, 110, 117], "humanitari": 104, "openstreetmap": 104, "vol": [104, 117], "uav": [104, 110, 117], "elig": 104, "preparacion": 104, "mision": [104, 117], "dise\u00f1": [104, 117], "dron": [104, 105, 110, 114, 117], "islas": 104, "usos": 104, "dronedeploy": [104, 110], "exit": [104, 108, 114, 117], "tips": 104, "desafi": [104, 117], "precis": [104, 106, 109, 117], "seccion": [104, 108, 115, 117], "document": [104, 108, 115, 117], "coorden": [105, 106, 117], "conoc": [105, 107, 109, 117], "sigl": 105, "ingles": [105, 107], "posicion": [105, 110, 117], "tipic": [105, 117], "toffanin": [105, 108], "2019": [105, 110, 117], "existent": 105, "esquin": [105, 117], "paviment": 105, "estacion": [105, 117], "bald": 105, "contrast": 105, "maner": [105, 108, 109, 117], "Estos": 105, "compr": 105, "ampli": [105, 109, 112], "varied": 105, "van": [105, 117], "tap": 105, "cubet": 105, "hast": [105, 108, 109], "visibl": [105, 117], "consider": [105, 110, 117], "ilumin": [105, 107, 110], "veget": 105, "edifici": [105, 117], "obstacul": 105, "procur": 105, "uniform": [105, 117], "altas": 105, "minim": [105, 117], "ubiqu": 105, "centr": 105, "huell": [105, 110], "men": [105, 107, 108, 109, 110, 114, 117], "sep": [105, 117], "perimetr": 105, "traslap": [105, 117], "requer": [105, 107, 109, 117], "geograf": [105, 106, 117], "utm": [105, 106], "zon": [105, 106, 111], "ellps": [105, 106], "wgs84": [105, 106], "datum": [105, 106], "units": [105, 106], "m": [105, 106], "no_defs": [105, 106], "eg": [105, 106, 113], "16n": [105, 106], "coordin": 105, "Y": [105, 106, 110, 114], "z": [105, 106], "asoci": [105, 109], "extras": [105, 106], "opcional": [105, 106, 108], "separ": [105, 112, 117], "tabul": 105, "nan": [105, 117], "7a": 105, "column": [105, 106], "projection": [105, 106], "544256": 105, "7": [105, 108, 110, 117], "5320919": 105, "9": [105, 110, 112], "3044": 105, "2622": 105, "img_0525": 105, "jpg": [105, 106, 109, 111, 112, 113], "544157": 105, "5320899": 105, "4193": 105, "1552": 105, "img_0585": 105, "544033": 105, "5320876": 105, "1606": 105, "2763": 105, "img_0690": 105, "suministr": [105, 106], "llam": [105, 106, 108, 109, 117], "gcp_list": [105, 113, 117], "txt": [105, 106, 109, 113, 117], "med": [105, 107, 110], "junt": [105, 108, 117], "post": 105, "vuel": [105, 107, 110], "about": 105, "placing": [105, 107], "targets": 105, "befor": 105, "propi": [105, 117], "despu": [105, 117], "import": [105, 110, 113, 114, 117], "contr": 105, "fot": [105, 110, 111, 117], "defin": [105, 110, 117], "encabez": 105, "uav4ge": [105, 108], "gcpeditorpr": 105, "carg": [105, 117], "usarl": [105, 113, 117], "xyz": [105, 113, 117], "har": [105, 114, 117], "interfaz": [105, 108, 109], "caracter": 105, "proj4": 105, "vers": [105, 117], "37": [105, 117], "south": 105, "gcp01": 105, "529356": 105, "250827686": 105, "9251137": 105, "5643209": 105, "465": 105, "gcp02": 105, "530203": 105, "125367657": 105, "9250140": 105, "80991621": 105, "781": 105, "gcp03": 105, "530292": 105, "136003818": 105, "9250745": 105, "02372435": 105, "977": 105, "gcp04": 105, "gcp05": 105, "instal": [105, 107, 109], "plugin": 105, "nort": [105, 117], "label": [105, 108], "northing": 105, "easting": 105, "elevation": [105, 107], "cuadr": [105, 117], "dond": [105, 114, 115, 117], "seleccion": [105, 107, 108, 113, 117], "respect": [105, 108, 109, 117], "pier": [105, 108], "missing": [105, 108, 115], "guid": [105, 108, 110, 115], "masseranolabs": 105, "llc": 105, "defect": [106, 117], "incrust": 106, "usuari": [106, 107, 108, 109, 114, 117], "anul": 106, "person": [106, 111, 114, 117], "proposit": [106, 109], "10a": 106, "dji_0028": 106, "91": 106, "9942096111111": 106, "46": 106, "84252125": 106, "198": 106, "609": 106, "dji_0032": 106, "9938293055556": 106, "8424584444444": 106, "Hay": [107, 108, 117], "contribu": [107, 109, 114], "cualqu": [107, 108], "issu": 107, "idiom": 107, "traduccion": 107, "incomplet": 107, "aun": [107, 109, 117], "traduc": 107, "20": [107, 108, 117], "cient": [107, 108], "transifex": 107, "introduccion": 107, "czech": 107, "filipin": 107, "frances": 107, "espa\u00f1ol": 107, "indonesi": 107, "suajili": 107, "telugu": 107, "quickstart": 107, "hardwar": 107, "verific": 107, "soport": [107, 114], "virtualiz": 107, "asign": 107, "descarg": [107, 117], "ubuntu": [107, 117], "debi": 107, "rhel": 107, "fedor": 107, "arch": 107, "comand": [107, 109, 117], "basic": [107, 112, 117], "hol": 107, "tutorial": [107, 113], "creacion": [107, 113], "volum": 107, "pil": 107, "granel": 107, "planif": 107, "patron": 107, "altur": [107, 110], "limpiez": 107, "singularity": 107, "downloading": 107, "sif": 107, "ancho": 107, "Qu\u00e9": 107, "qui\u00e9n": 107, "prepar": [107, 114], "droplet": 107, "segur": 107, "huy": 107, "termin": [107, 110], "supon": 107, "sobrev": 107, "modul": 107, "potre": 107, "aparient": 107, "presupuest": 107, "Otro": 107, "what": [107, 110, 117], "helpful": 107, "why": [107, 114], "would": 107, "one": 107, "exampl": [107, 117], "tru": [107, 117], "how": [107, 110], "io": [107, 117], "new": [107, 108, 109, 114], "polygon": 107, "completing": 107, "saving": 107, "task": [107, 109, 113], "load": 107, "temporary": 107, "scratch": 107, "lay": 107, "geometry": 107, "adding": 107, "polyon": 107, "toggl": 107, "editing": 107, "off": 107, "chang": 107, "vector": [107, 117], "verdader": 107, "rectiline": 107, "logs": [107, 117], "practic": 107, "coloc": [107, 110, 117], "interfac": 107, "posm": 107, "gcpi": 107, "editor": [107, 117], "pro": 107, "aspect": 107, "geolocaliz": 107, "masc": 107, "splitting": 107, "entend": 107, "agradec": [107, 114], "senter": 107, "agx710": 107, "thermal": 107, "support": [107, 108, 112], "solicit": 107, "comunitari": 107, "error": [107, 108, 109, 110, 117], "plantill": 107, "envi": [107, 114, 117], "extraxion": 107, "frecuent": [107, 108], "geotiffs": 107, "unirl": 107, "my": [107, 109, 114, 117], "cor": [107, 108], "i": [107, 110, 114, 115, 117], "nativ": 107, "allocat": 107, "licenci": 107, "comercial": [107, 117], "exist": [107, 108, 117], "ademas": [107, 108, 109, 115, 117], "agplv3": 107, "running": [107, 117], "extraid": 108, "modific": [108, 117], "permis": 108, "realiz": [108, 109, 117], "installers": 108, "purch": 108, "easiest": 108, "install": [108, 109, 117], "said": 108, "ecoystem": 108, "community": [108, 110, 114, 115], "thos": 108, "looking": [108, 117], "themselv": 108, "directions": 108, "64bit": 108, "manufactur": 108, "2010": 108, "20gb": 108, "4gb": 108, "200": [108, 110], "arrib": [108, 117], "qued": [108, 117], "ultim": [108, 110, 117], "100gb": 108, "16gb": 108, "cuant": [108, 110, 117], "mientr": [108, 109, 110, 117], "tarjet": 108, "grafic": 108, "moment": 108, "desempe\u00f1": 108, "lineal": 108, "40": [108, 117], "250": 108, "16": [108, 117], "32": [108, 117], "1500": 108, "64": [108, 117], "2500": 108, "128": [108, 117], "3500": 108, "192": [108, 117], "5000": 108, "256": [108, 117], "vms": 108, "Ya": 108, "abriend": 108, "administr": [108, 117], "tar": [108, 109, 110, 117], "presion": [108, 117], "ctrl": [108, 117], "esc": 108, "assist": 108, "virtualization": 108, "detection": 108, "www": [108, 110, 117], "us": [108, 116], "details": 108, "aspx": 108, "id": [108, 117], "592": 108, "ia": 108, "proced": 108, "desafortun": 108, "averigu": [108, 109], "motor": 108, "busqued": 108, "vtx": 108, "cuestion": 108, "inmediat": [108, 109], "f2": 108, "f12": 108, "arranqu": 108, "vt": 108, "tecl": [108, 117], "vendedor": 108, "pcs": 108, "git": [108, 109, 117], "scm": 108, "downloads": 108, "phyton": 108, "marc": [108, 117], "olvid": 108, "caj": [108, 117], "toolbox": 108, "rel": 108, "v18": 108, "09": [108, 110], "dockertoolbox": 108, "exe": 108, "professional": 108, "recient": 108, "deberi": 108, "win": 108, "20for": 108, "20windows": 108, "20install": 108, "NO": 108, "ambos": 108, "Ellos": 108, "conflict": 108, "abrel": 108, "escritori": 108, "vm": 108, "segund": [108, 109, 110, 117], "piens": 108, "emul": 108, "ciert": [108, 109, 111, 117], "abra": [108, 113, 117], "virtualbox": 108, "hag": [108, 117], "clic": [108, 117], "boton": [108, 117], "derech": [108, 117], "cerr": 108, "apag": [108, 117], "acpi": 108, "detern": 108, "muev": [108, 117], "desliz": [108, 117], "60": [108, 117], "70": [108, 117], "50": [108, 117], "pesta\u00f1": 108, "processor": 108, "ok": [108, 109, 114], "busc": [108, 114, 117], "ballen": 108, "blanc": [108, 111, 117], "bandej": 108, "avanz": 108, "mit": 108, "cpus": 108, "vien": [108, 117], "ahi": 108, "existing": 108, "repository": 108, "tecle": 108, "target": 108, "directory": [108, 112], "ahor": [108, 117], "vay": [108, 113], "desktop": 108, "facil": [108, 109, 114, 117], "futur": [108, 117], "bash": [108, 117], "sh": [108, 117], "component": [108, 109], "nodeodm": [108, 109, 115, 117], "aparec": 108, "vez": [108, 112, 117], "localhost": [108, 109], "8000": 108, "busqu": [108, 117], "direccion": [108, 109, 117], "ip": [108, 109], "conect": [108, 109, 117], "machin": [108, 109], "168": 108, "conectes": [108, 109], "reemplaz": [108, 117], "modern": 108, "posterior": 108, "sierr": 108, "superior": [108, 109, 117], "acopl": [108, 117], "abre": 108, "sysctl": 108, "kern": 108, "hv_support": 108, "obtendras": 108, "respuest": [108, 114, 117], "compat": [108, 109], "demasi": 108, "viej": 108, "dmg": 108, "osx": 108, "parec": [108, 117], "barr": [108, 117], "hell": 108, "world": 108, "devolv": 108, "apple": 108, "117": 108, "obtien": [108, 117], "considerel": 108, "preferent": 108, "cd": [108, 109, 117], "segun": [108, 110, 117], "siti": [108, 110], "docs": [108, 115], "oficial": 108, "binari": 108, "unic": [108, 117], "cuatr": 108, "pip": 108, "pod": [108, 109, 114, 117], "instruccion": [108, 109, 117], "abrir": [108, 117], "sud": [108, 117], "apt": [108, 117], "updat": [108, 109, 117], "curl": 108, "fssl": 108, "yum": 108, "dnf": 108, "pacm": 108, "sy": 108, "tres": [108, 114, 117], "script": [108, 112, 117], "dockercompos": 108, "compos": 108, "22": 108, "f46880f": 108, "command": [108, 109, 112, 117], "found": [108, 109], "Lo": 108, "encarg": 108, "adivin": 108, "cu\u00e1l": 108, "stop": [108, 109, 114], "prefij": 108, "port": [108, 109], "puert": [108, 109], "red": [108, 109], "80": [108, 117], "enumer": [108, 109, 113, 117], "restart": 108, "stuck": 108, "reset": 108, "admin": 108, "user": 108, "password": 108, "forget": 108, "resetadminpassword": 108, "newpass": 108, "everything": [108, 113], "latest": [108, 117], "specifi": 108, "dir": 108, "webodm_results": 108, "forum": 108, "ped": 108, "dificultad": 108, "dar": [108, 109, 117], "bienven": 108, "prim": [108, 109, 117], "tomes": 108, "familiariz": 108, "divers": 108, "menus": 108, "dashboard": 108, "mism": [108, 109, 111, 117], "lleg": 108, "aqu": [108, 117], "felicit": [108, 109], "repet": 108, "lanz": 108, "rm": [108, 109, 112, 117], "p": [108, 109, 110, 117], "3000": [108, 109, 117], "q": [108, 117], "tok": [108, 109], "secret": 108, "pid": 108, "lanc": 108, "contenedor": [108, 117], "hub": 108, "concurrent": 108, "proteg": 108, "autoriz": 108, "contrase\u00f1": 108, "debaj": 108, "hostnam": [108, 109], "guard": 108, "podr": [108, 109], "fragment": 109, "manej": [109, 117], "canaliz": [109, 115], "mil": 109, "habilit": [109, 117], "tare": 109, "obligatori": 109, "propag": 109, "caus": [109, 117], "tazon": [109, 117], "calibrat": 109, "13": [109, 110, 117], "000": [109, 117], "recopil": [109, 117], "banc": [109, 117], "mundial": [109, 117], "tanzani": [109, 117], "cuenc": [109, 117], "msimbasi": [109, 117], "propens": [109, 117], "inund": [109, 117], "salaam": [109, 117], "secuencial": 109, "simplement": [109, 111, 114, 117], "v": [109, 112, 117], "400": 109, "sab": [109, 114], "image_groups": [109, 117], "palabr": 109, "pertenec": [109, 117], "01": [109, 117], "02": 109, "03": [109, 117], "b": [109, 117], "04": [109, 117], "05": [109, 110], "overlay": 109, "orquest": 109, "3001": 109, "8080": 109, "telnet": 109, "connect": 109, "escap": [109, 113], "charact": 109, "onlin": 109, "api": [109, 115], "simpement": 109, "800": 109, "120": 109, "interrog": 109, "suced": [109, 117], "DEL": 109, "info": [109, 117], "lock": 109, "forwarding": 109, "tasks": 109, "unlock": 109, "resum": 109, "best": 109, "show": 109, "rout": 109, "cancel": 109, "asr": 109, "viewcmd": 109, "repeat": 109, "last": 109, "inic": 109, "offlin": 109, "l": [109, 110], "solucion": 109, "fech": 109, "amazon": [109, 117], "oce": [109, 117], "demand": [109, 117], "funcional": 109, "nodejs": [109, 117], "npm": 109, "bucket": 109, "s3": 109, "digitaloc": 109, "servic": 109, "index": [109, 115], "js": 109, "digitaloceanasrprovid": 109, "execut": 109, "adjunt": [109, 117], "cer": 109, "confi": [109, 117], "actu": 109, "sabr": 109, "reenvi": 109, "valid": 109, "fictici": 109, "bloqu": [109, 117], "embarg": [109, 117], "hab": 109, "cab": 109, "\u02bbimage_groups": 109, "division": 109, "pau": 109, "gent": 109, "mapillary": 109, "increibl": [109, 117], "tan": [109, 117], "grad": [110, 117], "coincid": [110, 117], "mund": 110, "real": 110, "refer": 110, "pascual": 110, "2011": 110, "correspond": [110, 117], "independient": [110, 117], "figur": 110, "fuer": [110, 114, 117], "planet": 110, "pix4d": 110, "acuerd": 110, "neces": [110, 114], "evalu": 110, "construccion": 110, "incendi": 110, "decision": 110, "fundamental": 110, "cumplimient": 110, "levant": 110, "propied": 110, "orden": [110, 117], "unid": [110, 117], "mont": 110, "rang": [110, 117], "madawalagam": 110, "2016": 110, "gnss": [110, 117], "estandar": 110, "nsdi": 110, "fgdc": 110, "condicion": [110, 117], "suboptim": 110, "barry": 110, "2013": 110, "clim": 110, "climat": [110, 117], "cobertur": 110, "veloc": [110, 117], "vient": [110, 117], "humed": 110, "influ": 110, "estabil": 110, "ruid": 110, "mov": [110, 117], "mecan": 110, "disminu": [110, 117], "habr": 110, "reconoc": [110, 117], "tiend": 110, "multiplic": 110, "increment": [110, 117], "math": 110, "2020": [110, 117], "coakley": 110, "r": [110, 117], "photogrammetry": 110, "network": 110, "baselin": 110, "surveys": 110, "ie": [110, 112], "accuracy_uav_compare_rtk_gps": 110, "deploy": 110, "points": [110, 113, 117], "2017": 110, "blog": 110, "munasingh": 110, "dampegam": 110, "d": [110, 117], "j": [110, 117], "samarakoon": 110, "consum": 110, "37th": 110, "conferenc": 110, "remot": [110, 117], "sensing": 110, "colomb": 110, "sri": 110, "lank": 110, "steph": 110, "marz": 110, "uavs": 110, "3937": 110, "manuel": 110, "loung": 110, "look": 110, "gisloung": 110, "07": 110, "accidental": 111, "entrad": 111, "oblicu": 111, "sujet": 111, "dimension": 111, "destin": [111, 117], "enmascar": 111, "gimp": 111, "colore": 111, "exclu": 111, "_mask": 111, "dji_0018": 111, "dji_0018_mask": 111, "bmp": 111, "capaz": [112, 117], "micasens": [112, 116], "rededg": 112, "mx": 112, "altum": [112, 116], "6x": 112, "dji": [112, 116], "phantom": 112, "multispectral": [112, 116], "multicam": 112, "tendr": 112, "alfa": 112, "whil": [112, 116], "officially": 112, "workflow": 112, "jpgs": 112, "ndre": 112, "renam": 112, "pattern": 112, "0000x_nir": 112, "10_51_14_img_00008": 112, "00008_nir": 112, "nrgb": 112, "0000x_rgb": 112, "10_51_14_img_00023": 112, "00023_rgb": 112, "xxxx_nir": 112, "xxxx_rgb": 112, "sam": 112, "could": [112, 113, 117], "input_image_d": 112, "output_d": [112, 117], "successful": 112, "bands": 112, "accurately": 112, "contrib": 112, "ndvi": 112, "rename_sentera_agx710_multispectral_tif": 112, "py": [112, 117], "python3": 112, "odm_georeferenced_model": [113, 117], "ply": 113, "univers": 113, "estatal": 113, "zanzib": 113, "cortes": 113, "khadij": 113, "abdullah": 113, "ali": 113, "odm_texturing": [113, 117], "odm_textured_model": 113, "obj": 113, "odm_textured_model_ge": 113, "meshlab": 113, "cortesi": 113, "odm_orthphot": 113, "cropp": 113, "stat": 113, "usan": 113, "vea": [113, 117], "stdout": 113, "ansi": 113, "39m": 113, "no_ansiesc": 113, "environment": 113, "variabl": [113, 117], "env": 113, "img": 113, "1234": 113, "tie": 113, "config": [113, 117], "yaml": [113, 117], "tracks": 113, "undistort": 113, "undistorted_tracks": 113, "undistorted_reconstruction": 113, "odm_mesh": 113, "odm_meshing_log": 113, "meshing": 113, "texture_n": 113, "associat": 113, "odm_georeferencing_log": 113, "log": 113, "odm_georeferencing_utm_log": 113, "extract_utm": 113, "portion": 113, "odm_orthophoto_log": 113, "gdal_translate_log": 113, "surfac": 113, "tops": 113, "terrain": [113, 117], "geotoff": 113, "comentari": 114, "crec": 114, "foss": 114, "interes": [114, 117], "cos": [114, 117], "dificil": [114, 117], "razon": [114, 117], "interior": [114, 117], "sent": [114, 117], "diner": 114, "sobrecarg": 114, "oportun": 114, "demanding": 114, "implement": [114, 117], "probably": 114, "going": 114, "convinc": 114, "development": 114, "team": 114, "imagin": 114, "somebody": 114, "knock": 114, "door": 114, "asked": 114, "reading": 114, "hous": 114, "cook": 114, "dinn": 114, "respons": 114, "reasonably": 114, "who": 114, "spend": 114, "energy": 114, "fulfilling": 114, "his": 114, "agend": 114, "own": 114, "suggesting": 114, "effectiv": 114, "cordial": 114, "ask": 114, "especially": 114, "re": 114, "offer": 114, "funds": 114, "explaining": 114, "suggestion": 114, "benefit": 114, "others": 114, "benefits": 114, "exclusively": 114, "hard": 114, "correspondient": 114, "tem": 114, "discusion": 114, "algui": [114, 117], "mencion": 114, "discut": 114, "adicion": 114, "canal": 114, "Sin": [114, 117], "truc": 114, "escuch": 114, "dic": [114, 117], "impuls": 114, "QUE": 114, "codific": 114, "entonc": [114, 117], "veng": 114, "miembr": 114, "feliz": 114, "test": 114, "averig\u00fc": 114, "reun": 114, "logr": [114, 117], "Nos": 114, "alegr": 114, "emocion": 114, "comprend": [114, 117], "apoy": 114, "brind": [114, 117], "leem": 115, "blob": 115, "adoc": 115, "concepts": 115, "665": 115, "dedic": [115, 117], "articul": [115, 117], "investig": 115, "valios": 115, "vanguardi": 115, "movimient": [115, 117], "estere": 115, "wav": 116, "infrar": 116, "lwir": 116, "alon": 116, "we": [116, 117], "aim": 116, "develop": 116, "zenmus": 116, "xt": 116, "h20": 116, "seri": [116, 117], "expand": 116, "sharing": 116, "balanc": 117, "instru": 117, "forestal": 117, "300000": 117, "600000": 117, "recr": 117, "tech": 117, "vibracion": 117, "enfoqu": 117, "deriv": 117, "sustancial": 117, "autocalibr": 117, "deseabl": 117, "jam": 117, "robson": 117, "2014": 117, "mitigating": 117, "systematic": 117, "topographic": 117, "networks": 117, "abord": 117, "minimiz": 117, "colect": 117, "mitig": 117, "apunt": 117, "haci": 117, "inclin": 117, "pilot": 117, "eficient": 117, "altern": 117, "rejill": 117, "cruz": 117, "orient": 117, "porcentaj": 117, "68": 117, "lateral": 117, "equivalent": 117, "83": 117, "42": 117, "mir": 117, "cc": 117, "frent": 117, "variacion": 117, "toler": 117, "arbol": 117, "morphological": 117, "classification": 117, "airborn": 117, "lid": 117, "tierr": 117, "erron": 117, "acept": 117, "ii": 117, "visual": 117, "confund": 117, "Otros": 117, "vac": 117, "my_odm_imag": 117, "24": 117, "fotograf": 117, "nubl": 117, "despej": 117, "permanezc": 117, "sombr": 117, "obstru": 117, "deteccion": 117, "pref": 117, "mediod": 117, "visibil": 117, "congruent": 117, "planific": 117, "mod": 117, "negat": 117, "polv": 117, "niebl": 117, "hum": 117, "ceniz": 117, "volcan": 117, "contamin": 117, "repos": 117, "erosion": 117, "maquinari": 117, "pronunci": 117, "veran": 117, "benefici": 117, "man": 117, "obra": 117, "insignif": 117, "podador": 117, "frontal": 117, "75": 117, "65": 117, "influenci": 117, "garantiz": 117, "equilibri": 117, "topograf": 117, "milimetr": 117, "ref": 117, "section": 117, "cuid": 117, "tabler": 117, "empiec": 117, "despleg": 117, "tridimensional": 117, "irregular": 117, "cuidad": 117, "emple": 117, "mal": 117, "curi": 117, "entorn": 117, "facilit": 117, "Unos": 117, "experient": 117, "estam": 117, "ps": 117, "contain": 117, "status": 117, "ports": 117, "2518817537ce": 117, "36": 117, "hours": 117, "ago": 117, "zen_wright": 117, "1cdc7fadf688": 117, "usr": 117, "bin": 117, "tcp": 117, "flamboyant_dhaw": 117, "quer": 117, "cd7b9585b8f6": 117, "days": 117, "nostalgic_lederberg": 117, "e31010c00b9a": 117, "suspicious_kepl": 117, "c44e0d0b8448": 117, "wonderful_burnell": 117, "caract": 117, "turning": 117, "initializing": 117, "app": 117, "mon": 117, "23": 117, "33": 117, "build_overviews": 117, "camera_lens": 117, "dem_decimation": 117, "dem_euclidean_map": 117, "flech": 117, "letr": 117, "minuscul": 117, "tail": 117, "follows": 117, "gdalwarp": 117, "bounds": 117, "gpkg": 117, "crop_to_cutlin": 117, "co": 117, "num_threads": 117, "bigtiff": 117, "if_saf": 117, "blockysiz": 117, "512": 117, "compress": 117, "blockxsiz": 117, "predictor": 117, "gdal_cachemax": 117, "48": 117, "95": 117, "alpha": 117, "111567p": 117, "137473l": 117, "input": 117, "d\u00e9": 117, "profundiz": 117, "ello": 117, "exec": 117, "shell": 117, "root": 117, "lament": 117, "limpi": 117, "exces": 117, "cantidad": 117, "crecient": 117, "maciej": 117, "\u0142ebkowski": 117, "\u02bbexcelent": 117, "lebkowski": 117, "sylabs": 117, "platform": 117, "laptop": 117, "hpc": 117, "university": 117, "company": 117, "anything": 117, "else": 117, "pull": 117, "cach": 117, "images_d": 117, "path_to_image_d": 117, "basenam": 117, "path_to_output_directori": 117, "mkdir": 117, "bind": 117, "writabl": 117, "tmpfs": 117, "odm_latest": 117, "\u02bbiv": 117, "gayton": 117, "ivangayton": 117, "gdal_scripts": 117, "\u02bbopendronemap": 117, "__": 117, "bastant": 117, "poder": 117, "ingres": 117, "restriccion": 117, "resolv": 117, "african": 117, "complic": 117, "factibl": 117, "cloudodm": 117, "familiar": 117, "unix": 117, "ssh": 117, "aws": 117, "moder": 117, "informat": 117, "expert": 117, "dispuest": 117, "preocup": 117, "dirig": 117, "afric": 117, "enfatiz": 117, "transferent": 117, "Eso": 117, "usd": 117, "mes": 117, "realment": 117, "barat": 117, "cuest": 117, "compatibil": 117, "dependent": 117, "privilegi": 117, "ayudart": 117, "xxx": 117, "ipv4": 117, "servidor": 117, "upgrad": 117, "peligr": 117, "actualiz": 117, "permanec": 117, "\u02bbodm": 117, "dec": 117, "abrevi": 117, "ambiental": 117, "bashrc": 117, "extraj": 117, "hiz": 117, "pythonpath": 117, "superbuild": 117, "lib": 117, "python2": 117, "dist": 117, "packag": 117, "src": 117, "ld_library_path": 117, "leam": 117, "comp": 117, "bloque": 117, "localic": 117, "dur": 117, "jerg": 117, "regl": 117, "oro": 117, "1000": 117, "deshac": 117, "costos": 117, "adjuntel": 117, "montaj": 117, "mnt": 117, "odmdat": 117, "secur": 117, "scp": 117, "imagefold": 117, "bits": 117, "critic": 117, "myproject": 117, "confus": 117, "realid": 117, "individual": 117, "project_path": 117, "each": 117, "modifiqu": 117, "esten": 117, "auxiliar": 117, "raiz": 117, "gestion": 117, "organiz": 117, "encant": 117, "echo": 117, "cat": 117, "provien": 117, "seguimient": 117, "monstruos": 117, "vcpu": 117, "hor": 117, "sum": 117, "super": 117, "comienc": 117, "perd": 117, "droplets": 117, "nohup": 117, "gnu": 117, "sesion": 117, "detendr": 117, "interrump": 117, "conexion": 117, "scre": 117, "project_nam": 117, "extra\u00f1": 117, "arruin": 117, "literal": 117, "aleatori": 117, "asum": 117, "sensat": 117, "f": 117, "atent": 117, "htop": 117, "ide": 117, "gir": 117, "pront": 117, "econom": 117, "comprim": 117, "gdal": 117, "hagal": 117, "agrand": 117, "gdal_translat": 117, "photometric": 117, "ycbcr": 117, "mask": 117, "gdal_tiff_internal_mask": 117, "obteng": 117, "pyramids": 117, "gdaladd": 117, "averag": 117, "1024": 117, "piez": 117, "zcvf": 117, "archivenam": 117, "enlac": 117, "tard": 117, "antigu": 117, "millon": 117, "element": 117, "visor": 117, "acentu": 117, "contorn": 117, "percepcion": 117, "cientif": 117, "fuerz": 117, "opac": 117, "eye": 117, "lighting": 117, "skybox": 117, "splat": 117, "densid": 117, "desplieg": 117, "preven": 117, "const": 117, "ocult": 117, "izquierd": 117, "des": 117, "mid": 117, "resalt": 117, "longitud": 117, "circul": 117, "circunferent": 117, "azimut": 117, "azimutal": 117, "horari": 117, "cub": 117, "reubic": 117, "rot": 117, "perfil": 117, "anot": 117, "exterior": 117, "coloqu": 117, "reubiqu": 117, "anclad": 117, "mous": 117, "rued": 117, "orbit": 117, "fly": 117, "pajar": 117, "w": 117, "atras": 117, "eje": 117, "helicopter": 117, "avion": 117, "restring": 117, "xy": 117, "restaur": 117, "alambr": 117, "brujul": 117, "verd": 117, "azul": 117, "pretend": 117, "seis": 117, "personaliz": 117, "ramp": 117}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"alignment": [0, 72], "fil": 0, "opcion": [1, 103], "indic": 1, "3d": [2, 7, 113, 117], "til": [2, 46, 60, 92], "align": [3, 77], "aut": [4, 5, 9], "boundary": [4, 5, 7], "what": [4, 7, 103], "is": [4, 7, 103], "when": [4, 7], "helpful": 4, "why": [4, 7], "would": [4, 7], "one": [4, 7], "use": [4, 7, 94, 95, 96, 97, 103], "exampl": [4, 7], "imag": [4, 7, 83, 106, 108, 111, 117], "tru": [4, 7], "fals": [4, 7, 8, 11], "null": [4, 7, 8, 11], "distanc": 5, "bg": 6, "removal": [6, 75, 87], "geojson": 7, "appropriat": 7, "how": [7, 103], "creat": 7, "io": 7, "new": 7, "creating": 7, "A": 7, "polygon": 7, "placing": 7, "vertic": 7, "completing": 7, "saving": 7, "downloading": [7, 117], "setting": 7, "in": 7, "task": 7, "options": 7, "load": 7, "qgis": 7, "temporary": 7, "scratch": 7, "lay": 7, "geometry": 7, "type": [7, 25, 34, 87], "settings": 7, "adding": 7, "an": 7, "orthophot": [7, 23, 43, 44, 45, 46, 47, 48, 73], "background": 7, "polyon": 7, "featur": [7, 24, 25, 39], "toggl": 7, "editing": 7, "off": 7, "sav": 7, "chang": 7, "to": [7, 12, 67], "export": 7, "vector": 7, "as": 7, "point": 7, "cloud": 7, "digital": [7, 117], "elevation": 7, "model": [7, 9, 113, 117], "textur": 7, "mesh": [7, 37, 38], "build": 8, "overviews": 8, "Que": [8, 110], "vist": 8, "general": 8, "cuand": [8, 9, 11], "apropi": [8, 9, 11], "Por": [8, 9, 11], "utiliz": [8, 9], "imagen": [8, 9, 11, 109], "ejempl": [8, 9, 11], "verdader": [8, 11], "camer": [9, 10, 96], "lens": 9, "lent": 9, "cam": [9, 117], "seleccion": 9, "manual": 9, "particul": 9, "dat": [9, 85, 103, 117], "rectiline": 9, "brown": 9, "fishey": 9, "perspectiv": 9, "spherical": 9, "cog": 11, "Qu\u00e9": [11, 117], "geotiff": 11, "optimiz": [11, 42], "par": [11, 102, 103, 105, 115, 117], "nub": [11, 113], "usar": [11, 111, 117], "copy": 12, "crop": 13, "debug": 14, "dem": [15, 16, 17, 18], "decimation": 15, "euclid": 16, "map": [16, 110], "gapfill": 17, "steps": 17, "resolution": [18, 19, 48, 101], "depthmap": 19, "dsm": [20, 113], "dtm": [21, 113], "end": 22, "with": 22, "fast": 23, "quality": [24, 56], "forc": 26, "gps": [26, 30], "gcp": [27, 105], "geo": 28, "gltf": 29, "accuracy": 30, "help": 31, "ignor": 32, "gsd": 32, "match": [33, 34], "neighbors": 33, "max": 35, "concurrency": 35, "merg": [36, 109], "octre": 37, "depth": 37, "siz": 38, "min": 39, "num": 39, "nam": 40, "gpu": [41, 103], "disk": 42, "spac": 42, "compression": 43, "cutlin": 44, "kmz": 45, "png": 47, "pc": [49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60], "classify": 49, "copc": 50, "csv": 51, "ept": 52, "filt": 53, "geometric": [54, 59], "rectify": 57, "sampl": 58, "skip": [59, 71, 72, 73, 74, 89, 90], "primary": 61, "band": [61, 72, 117], "project": 62, "path": 62, "radiometric": 63, "calibration": 63, "rerun": [64, 65, 66], "all": [65, 103], "from": 66, "resiz": 67, "rolling": [68, 69], "shutt": [68, 69], "readout": 69, "sfm": 70, "algorithm": 70, "3dmodel": 71, "report": [74, 102], "sky": 75, "sm": [76, 77], "clust": [76, 109], "smrf": [78, 79, 80, 81], "scal": 78, "slop": 79, "threshold": 80, "window": 81, "split": [82, 83, 84, 109], "groups": 83, "overlap": 84, "texturing": [85, 86, 87, 88, 89, 90, 91], "term": 85, "keep": 86, "unse": 86, "fac": 86, "outli": 87, "singl": 88, "material": [88, 117], "global": 89, "seam": [89, 90], "leveling": [89, 90], "local": [90, 109], "ton": 91, "mapping": 91, "tim": [93, 103], "3dmesh": 94, "exif": 95, "fix": 96, "params": 96, "hybrid": 97, "bundl": 97, "adjustment": 97, "verbos": 98, "version": [99, 103], "vide": [100, 101], "limit": [100, 109], "com": [102, 114, 117], "contribu": 102, "for": [102, 103, 108], "comunitari": 102, "error": 102, "plantill": 102, "envi": 102, "inform": 102, "solicitud": 102, "extraxion": 102, "pregunt": 103, "frecuent": 103, "proces": [103, 108, 117], "pued": 103, "dos": 103, "mas": [103, 108], "ortofot": [103, 113, 117], "geotiffs": 103, "unirl": 103, "the": 103, "softwar": 103, "not": 103, "using": [103, 117], "of": 103, "my": 103, "cpu": 103, "cor": 103, "memory": 103, "it": 103, "normal": 103, "if": 103, "i": 103, "nativ": 103, "can": 103, "allocat": 103, "mor": 103, "resourc": 103, "processing": 103, "licenci": 103, "quier": 103, "cre": 103, "aplic": 103, "comercial": 103, "inclu": 103, "odm": [103, 117], "necesit": 103, "exist": 103, "ademas": 103, "agplv3": 103, "issu": 103, "your": 103, "comput": 103, "running": 103, "out": 103, "you": 103, "do": 103, "consej": 104, "vuel": [104, 117], "punt": [105, 113, 117], "control": 105, "terrestr": 105, "practic": 105, "recomend": [105, 108], "coloc": 105, "format": 105, "archiv": [105, 106], "interfac": 105, "usuari": [105, 115], "posm": 105, "gcpi": 105, "editor": 105, "pro": 105, "referent": [105, 110, 115], "geolocaliz": 106, "bienven": 107, "document": 107, "opendronemap": [107, 113], "instal": [108, 117], "gui": 108, "introduccion": [108, 109], "quickstart": 108, "hardwar": [108, 112, 116], "minimum": 108, "ram": 108, "need": 108, "n": 108, "windows": 108, "pas": [108, 117], "1": 108, "verific": 108, "soport": [108, 112], "virtualiz": 108, "2": 108, "requisit": 108, "3": 108, "revis": 108, "memori": 108, "asign": 108, "4": 108, "descarg": 108, "webodm": [108, 117], "inici": 108, "mac": 108, "ejecut": 108, "linux": 108, "requer": 108, "ubuntu": 108, "debi": 108, "cent": 108, "rhel": 108, "fedor": 108, "arch": 108, "verifiqu": 108, "adicional": [108, 115], "comand": 108, "basic": 108, "resolu": 108, "problem": 108, "hol": 108, "maquin": [108, 117], "splitting": 109, "larg": 109, "datasets": 109, "calibr": [109, 117], "distribu": 109, "entend": 109, "acced": [109, 117], "registr": [109, 117], "ajust": 109, "escal": 109, "automat": 109, "clusterodm": 109, "agradec": 109, "precision": [110, 117], "esper": [110, 117], "aspect": 110, "impact": 110, "masc": 111, "multiespectral": 112, "uso": 112, "senter": 112, "agx710": 112, "sal": 113, "texturiz": [113, 117], "logs": 113, "list": [113, 117], "tod": 113, "solicit": 114, "funcion": 114, "desarroll": 115, "thermal": 116, "support": 116, "usag": 116, "tutorial": 117, "creacion": 117, "alta": 117, "calid": 117, "elev": 117, "med": 117, "volum": 117, "pil": 117, "granel": 117, "planif": 117, "trabaj": 117, "camp": 117, "patron": 117, "altur": 117, "gcps": 117, "parametr": 117, "medicion": 117, "usand": 117, "dock": 117, "instanci": 117, "acces": 117, "line": 117, "limpiez": 117, "singularity": 117, "sif": 117, "desd": 117, "ubic": 117, "ancho": 117, "baj": 117, "qui\u00e9n": 117, "prepar": 117, "proyect": 117, "estructur": 117, "directori": 117, "cambi": 117, "tama\u00f1": 117, "droplet": 117, "quit": 117, "segur": 117, "huy": 117, "despues": 117, "termin": 117, "supon": 117, "sobrev": 117, "tant": 117, "tiemp": 117, "modul": 117, "potre": 117, "visualiz": 117, "aparient": 117, "presupuest": 117, "vision": 117, "ilumin": 117, "dom": 117, "fond": 117, "Otro": 117, "herramient": 117, "recort": 117, "naveg": 117, "escen": 117}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.todo": 2, "sphinx": 57}, "alltitles": {"Alignment Files": [[0, "alignment-files"]], "Opciones e indicadores": [[1, "options-and-flags"]], "3d-tiles": [[2, "d-tiles"]], "align": [[3, "align"]], "auto-boundary": [[4, "auto-boundary"]], "What Is Auto-Boundary?": [[4, "what-is-auto-boundary"]], "When Is Auto-Boundary Helpful?": [[4, "when-is-auto-boundary-helpful"]], "Why would one use auto-boundary?": [[4, "why-would-one-use-auto-boundary"]], "Example Images": [[4, "example-images"], [7, "example-images"]], "True: --auto-boundary": [[4, "true-auto-boundary"]], "False: null": [[4, "false-null"], [7, "false-null"]], "auto-boundary-distance": [[5, "auto-boundary-distance"]], "bg-removal": [[6, "bg-removal"]], "boundary": [[7, "boundary"]], "What is Boundary [GeoJSON]?": [[7, "what-is-boundary-geojson"]], "When is Boundary [GeoJSON] appropriate?": [[7, "when-is-boundary-geojson-appropriate"]], "Why would one use Boundary [GeoJSON]?": [[7, "why-would-one-use-boundary-geojson"]], "How would one create Boundary [GeoJSON]?": [[7, "how-would-one-create-boundary-geojson"]], "GeoJSON.io": [[7, "geojson-io"]], "New GeoJSON": [[7, "new-geojson"]], "Creating A Polygon": [[7, "creating-a-polygon"]], "Placing Vertices": [[7, "placing-vertices"]], "Completing A Polygon": [[7, "completing-a-polygon"]], "Saving A Polygon": [[7, "saving-a-polygon"]], "Downloading A Polygon": [[7, "downloading-a-polygon"]], "Setting Boundary [GeoJSON] In Task Options": [[7, "setting-boundary-geojson-in-task-options"]], "Boundary [GeoJSON] Loaded In Task Options": [[7, "boundary-geojson-loaded-in-task-options"]], "QGIS": [[7, "qgis"]], "Creating A New Temporary Scratch Layer": [[7, "creating-a-new-temporary-scratch-layer"]], "New Temporary Scratch Layer Geometry Type": [[7, "new-temporary-scratch-layer-geometry-type"]], "New Temporary Scratch Layer Settings": [[7, "new-temporary-scratch-layer-settings"]], "Adding an Orthophoto Background": [[7, "adding-an-orthophoto-background"]], "Adding A Polyon Feature": [[7, "adding-a-polyon-feature"]], "Toggle Editing Off": [[7, "toggle-editing-off"]], "Save Changes To Temporary Scratch Layer": [[7, "save-changes-to-temporary-scratch-layer"]], "Export Temporary Scratch Layer Features": [[7, "export-temporary-scratch-layer-features"]], "Save Vector Layer As": [[7, "save-vector-layer-as"]], "True: --boundary [GeoJSON] - Point Cloud": [[7, "true-boundary-geojson-point-cloud"]], "True: --boundary [GeoJSON] - Orthophoto": [[7, "true-boundary-geojson-orthophoto"]], "True: --boundary [GeoJSON] - Digital Elevation Model": [[7, "true-boundary-geojson-digital-elevation-model"]], "True: --boundary [GeoJSON] - 3D Model/Textured Mesh": [[7, "true-boundary-geojson-3d-model-textured-mesh"]], "build-overviews": [[8, "build-overviews"]], "\u00bfQue son las vistas generales?": [[8, "what-are-overviews"]], "\u00bfCuando son apropiadas las vistas generales?": [[8, "when-are-overviews-appropriate"]], "\u00bfPor qu\u00e9 se utilizar\u00edan las vistas generales?": [[8, "why-would-one-use-overviews"]], "Im\u00e1genes de ejemplo": [[8, "example-images"], [9, "example-images"], [11, "example-images"]], "Verdadero: --build-overviews": [[8, "true-build-overviews"]], "Falso: null": [[8, "false-null"], [11, "false-null"]], "camera-lens": [[9, "camera-lens"]], "\u00bfque son los modelos de lentes de c\u00e1mara?": [[9, "what-are-camera-lens-models"]], "\u00bfCu\u00e1ndo son apropiadas las selecciones manuales?": [[9, "when-are-manual-selections-appropriate"]], "\u00bfPor qu\u00e9 se utilizar\u00eda un modelo de lente de c\u00e1mara en particular?": [[9, "why-would-one-use-a-particular-camera-lens-model"]], "auto : Datos rectil\u00edneos": [[9, "auto-rectilinear-data"]], "brown : Datos rectil\u00edneos": [[9, "brown-rectilinear-data"]], "fisheye : Datos rectil\u00edneos": [[9, "fisheye-rectilinear-data"]], "perspective : Datos rectil\u00edneos": [[9, "perspective-rectilinear-data"]], "spherical : Datos rectil\u00edneos": [[9, "spherical-rectilinear-data"]], "cameras": [[10, "cameras"]], "cog": [[11, "cog"]], "\u00bfQu\u00e9 son los GeoTIFF optimizados para la nube (COG)?": [[11, "what-are-cloud-optimized-geotiffs-cogs"]], "\u00bfCu\u00e1ndo son apropiados los COG?": [[11, "when-are-cogs-appropriate"]], "\u00bfPor qu\u00e9 uno usar\u00eda COG?": [[11, "why-would-one-use-cogs"]], "Verdadero: --cog": [[11, "true-cog"]], "copy-to": [[12, "copy-to"]], "crop": [[13, "crop"]], "debug": [[14, "debug"]], "dem-decimation": [[15, "dem-decimation"]], "dem-euclidean-map": [[16, "dem-euclidean-map"]], "dem-gapfill-steps": [[17, "dem-gapfill-steps"]], "dem-resolution": [[18, "dem-resolution"]], "depthmap-resolution": [[19, "depthmap-resolution"]], "dsm": [[20, "dsm"]], "dtm": [[21, "dtm"]], "end-with": [[22, "end-with"]], "fast-orthophoto": [[23, "fast-orthophoto"]], "feature-quality": [[24, "feature-quality"]], "feature-type": [[25, "feature-type"]], "force-gps": [[26, "force-gps"]], "gcp": [[27, "gcp"]], "geo": [[28, "geo"]], "gltf": [[29, "gltf"]], "gps-accuracy": [[30, "gps-accuracy"]], "help": [[31, "help"]], "ignore-gsd": [[32, "ignore-gsd"]], "matcher-neighbors": [[33, "matcher-neighbors"]], "matcher-type": [[34, "matcher-type"]], "max-concurrency": [[35, "max-concurrency"]], "merge": [[36, "merge"]], "mesh-octree-depth": [[37, "mesh-octree-depth"]], "mesh-size": [[38, "mesh-size"]], "min-num-features": [[39, "min-num-features"]], "name": [[40, "name"]], "no-gpu": [[41, "no-gpu"]], "optimize-disk-space": [[42, "optimize-disk-space"]], "orthophoto-compression": [[43, "orthophoto-compression"]], "orthophoto-cutline": [[44, "orthophoto-cutline"]], "orthophoto-kmz": [[45, "orthophoto-kmz"]], "orthophoto-no-tiled": [[46, "orthophoto-no-tiled"]], "orthophoto-png": [[47, "orthophoto-png"]], "orthophoto-resolution": [[48, "orthophoto-resolution"]], "pc-classify": [[49, "pc-classify"]], "pc-copc": [[50, "pc-copc"]], "pc-csv": [[51, "pc-csv"]], "pc-ept": [[52, "pc-ept"]], "pc-filter": [[53, "pc-filter"]], "pc-geometric": [[54, "pc-geometric"]], "pc-las": [[55, "pc-las"]], "pc-quality": [[56, "pc-quality"]], "pc-rectify": [[57, "pc-rectify"]], "pc-sample": [[58, "pc-sample"]], "pc-skip-geometric": [[59, "pc-skip-geometric"]], "pc-tile": [[60, "pc-tile"]], "primary-band": [[61, "primary-band"]], "project-path": [[62, "project-path"]], "radiometric-calibration": [[63, "radiometric-calibration"]], "rerun": [[64, "rerun"]], "rerun-all": [[65, "rerun-all"]], "rerun-from": [[66, "rerun-from"]], "resize-to": [[67, "resize-to"]], "rolling-shutter": [[68, "rolling-shutter"]], "rolling-shutter-readout": [[69, "rolling-shutter-readout"]], "sfm-algorithm": [[70, "sfm-algorithm"]], "skip-3dmodel": [[71, "skip-3dmodel"]], "skip-band-alignment": [[72, "skip-band-alignment"]], "skip-orthophoto": [[73, "skip-orthophoto"]], "skip-report": [[74, "skip-report"]], "sky-removal": [[75, "sky-removal"]], "sm-cluster": [[76, "sm-cluster"]], "sm-no-align": [[77, "sm-no-align"]], "smrf-scalar": [[78, "smrf-scalar"]], "smrf-slope": [[79, "smrf-slope"]], "smrf-threshold": [[80, "smrf-threshold"]], "smrf-window": [[81, "smrf-window"]], "split": [[82, "split"]], "split-image-groups": [[83, "split-image-groups"]], "split-overlap": [[84, "split-overlap"]], "texturing-data-term": [[85, "texturing-data-term"]], "texturing-keep-unseen-faces": [[86, "texturing-keep-unseen-faces"]], "texturing-outlier-removal-type": [[87, "texturing-outlier-removal-type"]], "texturing-single-material": [[88, "texturing-single-material"]], "texturing-skip-global-seam-leveling": [[89, "texturing-skip-global-seam-leveling"]], "texturing-skip-local-seam-leveling": [[90, "texturing-skip-local-seam-leveling"]], "texturing-tone-mapping": [[91, "texturing-tone-mapping"]], "tiles": [[92, "tiles"]], "time": [[93, "time"]], "use-3dmesh": [[94, "use-3dmesh"]], "use-exif": [[95, "use-exif"]], "use-fixed-camera-params": [[96, "use-fixed-camera-params"]], "use-hybrid-bundle-adjustment": [[97, "use-hybrid-bundle-adjustment"]], "Verboso": [[98, "verbose"]], "Versi\u00f3n": [[99, "version"]], "video-limit": [[100, "video-limit"]], "video-resolution": [[101, "video-resolution"]], "Como contribuir": [[102, "how-to-contribute"]], "Foro comunitario": [[102, "community-forum"]], "Reportando Errores": [[102, "reporting-bugs"]], "Plantilla Para Enviar Informes de Errores": [[102, "template-for-submitting-bug-reports"]], "Solicitudes de Extraxion": [[102, "pull-requests"]], "Preguntas frecuentes": [[103, "frequently-asked-questions"]], "Procesamiento de datos": [[103, "data-processing"]], "\u00bfPuedo procesar dos o m\u00e1s ortofotos GeoTIFFs para unirlos?": [[103, "can-i-process-two-or-more-orthophoto-geotiffs-to-stitch-them-together"]], "The software is not using all of my CPU cores / memory / GPU all of the times. Is it normal?": [[103, "the-software-is-not-using-all-of-my-cpu-cores-memory-gpu-all-of-the-times-is-it-normal"]], "If I use the native version of the software, how can I allocate more resources for processing?": [[103, "if-i-use-the-native-version-of-the-software-how-can-i-allocate-more-resources-for-processing"]], "Licenciamiento": [[103, "licensing"]], "Quiero crear una aplicaci\u00f3n comercial que incluya ODM. \u00bfNecesito una licencia comercial?": [[103, "i-want-to-build-a-commercial-application-that-includes-odm-do-i-need-a-commercial-license"]], "\u00bfExisten otras opciones de licencia adem\u00e1s de AGPLv3?": [[103, "are-there-other-licensing-options-aside-from-the-agplv3"]], "Memory issues": [[103, "memory-issues"]], "Your computer is running out of memory, what can you do?": [[103, "your-computer-is-running-out-of-memory-what-can-you-do"]], "Consejos de vuelo": [[104, "flying-tips"]], "Puntos de Control Terrestre": [[105, "ground-control-points"]], "Pr\u00e1cticas recomendadas para la colocaci\u00f3n de GCP": [[105, "recommended-practices-for-gcp-setting"]], "Formato del archivo GCP": [[105, "gcp-file-format"]], "Interfaces de Usuario": [[105, "user-interfaces"]], "POSM GCPi": [[105, "id1"]], "GCP Editor Pro": [[105, "id2"]], "Referencias": [[105, "references"], [110, "references"]], "Archivos de geolocalizaci\u00f3n de imagen": [[106, "image-geolocation-files"]], "Bienvenido a la documentaci\u00f3n de OpenDroneMap": [[107, "welcome-to-opendronemap-s-documentation"]], "Instalaci\u00f3n y Gu\u00eda de Introducci\u00f3n": [[108, "installation-and-getting-started"]], "Quickstart": [[108, "quickstart"]], "Recomendaciones de Hardware": [[108, "hardware-recommendations"]], "Minimum RAM needed for N images": [[108, "id4"]], "Instalaci\u00f3n": [[108, "installation"], [117, "install"]], "Windows": [[108, "windows"]], "Paso 1. Verificar el Soporte de Virtualizaci\u00f3n": [[108, "step-1-check-virtualization-support"], [108, "id1"]], "Paso 2. Requisitos de instalaci\u00f3n": [[108, "step-2-install-requirements"], [108, "id2"]], "Paso 3. Revisa la memoria y la asignaci\u00f3n del procesador": [[108, "step-3-check-memory-and-cpu-allocation"], [108, "id3"]], "Paso 4. Descarga WebODM": [[108, "step-4-download-webodm"]], "Paso 4. Inicie WebODM": [[108, "step-4-launch-webodm"]], "macOS": [[108, "macos"]], "Paso 4. Descargue y ejecute WebODM": [[108, "step-4-download-and-launch-webodm"]], "Linux": [[108, "linux"]], "Paso 1. Requerimientos de instalaci\u00f3n": [[108, "step-1-install-requirements"]], "Instalar en Ubuntu / Debian": [[108, "install-on-ubuntu-debian"]], "Instalar en CentOS / RHEL": [[108, "install-on-centos-rhel"]], "Instalar en Fedora": [[108, "install-on-fedora"]], "Instalar en Arch": [[108, "install-on-arch"]], "Paso 2. Verifique los requisitos adicionales": [[108, "step-2-check-additional-requirements"]], "Paso 3. Descargue y ejecute WebODM": [[108, "step-3-download-and-launch-webodm"]], "Comandos b\u00e1sicos y resoluci\u00f3n de problemas": [[108, "basic-commands-and-troubleshooting"]], "\u00a1Hola WebODM!": [[108, "hello-webodm"]], "Ejecutando en m\u00e1s de una m\u00e1quina": [[108, "running-on-more-than-one-machine"]], "Splitting Large Datasets": [[109, "splitting-large-datasets"]], "Calibrar im\u00e1genes": [[109, "calibrate-images"]], "Split-merge local": [[109, "local-split-merge"]], "Split-Merge distribuido": [[109, "distributed-split-merge"]], "Introducci\u00f3n a split-merge distribuido": [[109, "getting-started-with-distributed-split-merge"]], "Entendiendo el Cluster": [[109, "understanding-the-cluster"]], "Acceder a los registros": [[109, "accessing-the-logs"]], "Ajuste de escala autom\u00e1tico de ClusterODM": [[109, "autoscaling-clusterodm"]], "Limitaciones": [[109, "limitations"]], "Agradecimientos": [[109, "acknowledgments"]], "Precisi\u00f3n del Mapa": [[110, "map-accuracy"]], "Que esperar": [[110, "what-to-expect"]], "Aspectos que impactan la precisi\u00f3n del mapa": [[110, "aspects-impacting-map-accuracy"]], "Usar m\u00e1scaras de imagen": [[111, "using-image-masks"]], "Soporte multiespectral": [[112, "multispectral-support"]], "Hardware": [[112, "hardware"], [116, "hardware"]], "Uso": [[112, "usage"]], "Sentera AGX710": [[112, "sentera-agx710"]], "Salidas de OpenDroneMap": [[113, "opendronemap-outputs"]], "Nube de puntos": [[113, "point-cloud"]], "Modelo texturizado 3D": [[113, "d-textured-model"]], "Ortofoto": [[113, "orthophoto"]], "DTM/DSM": [[113, "dtm-dsm"]], "Logs": [[113, "logs"]], "Lista de todas las salidas": [[113, "list-of-all-outputs"]], "C\u00f3mo solicitar funciones": [[114, "how-to-request-features"]], "Referencias adicionales": [[115, "additional-references"]], "Para usuarios": [[115, "for-users"]], "Para desarrolladores": [[115, "for-developers"]], "Thermal Support": [[116, "thermal-support"]], "Usage": [[116, "usage"]], "Tutoriales": [[117, "tutorials"]], "Creaci\u00f3n de Ortofotos de Alta Calidad": [[117, "creating-high-quality-orthophotos"]], "Calibrar la c\u00e1mara": [[117, "calibrating-the-camera"]], "Creaci\u00f3n de modelos de elevaci\u00f3n digitales": [[117, "creating-digital-elevation-models"]], "Medir el volumen de pilas de materiales a granel": [[117, "measuring-stockpile-volume"]], "Planificaci\u00f3n del trabajo de campo": [[117, "fieldwork-planning"]], "Patr\u00f3n de vuelo": [[117, "flight-pattern"]], "Altura de vuelo": [[117, "flight-height"]], "GCPs": [[117, "gcps"]], "Par\u00e1metros de procesamiento": [[117, "processing-parameters"]], "Medici\u00f3n": [[117, "measuring"], [117, "measurement"]], "Precisi\u00f3n esperada": [[117, "expected-accuracy"]], "Usando Docker": [[117, "using-docker"]], "Listado de m\u00e1quinas Docker": [[117, "listing-docker-machines"]], "Accediendo a los registros en la instancia": [[117, "accessing-logs-on-the-instance"]], "Acceso de l\u00ednea de comando a las instancias": [[117, "command-line-access-to-instances"]], "Limpieza de Docker": [[117, "cleaning-up-after-docker"]], "Using Singularity": [[117, "using-singularity"]], "Downloading image": [[117, "downloading-image"]], "Using Singularity SIF image": [[117, "using-singularity-sif-image"]], "Usando ODM desde una ubicaci\u00f3n de ancho de banda bajo": [[117, "using-odm-from-low-bandwidth-location"]], "\u00bfQu\u00e9 es esto y para qui\u00e9n es?": [[117, "what-is-this-and-who-is-it-for"]], "Pasos": [[117, "steps"]], "Datos de preparaci\u00f3n y proyecto": [[117, "prep-data-and-project"]], "Estructura del directorio": [[117, "directory-structure"]], "Cambie el tama\u00f1o del Droplet, quite el seguro, huya": [[117, "resize-droplet-pull-pin-run-away"]], "Despu\u00e9s de que termine (suponiendo que sobrevivas tanto tiempo)": [[117, "after-it-finishes-assuming-you-survive-that-long"]], "Usar el m\u00f3dulo Potree de visualizaci\u00f3n 3D en WebODM": [[117, "using-potree-3d-viewer-module-on-webodm"]], "C\u00e1maras": [[117, "cameras"]], "Modelo texturizado": [[117, "textured-model"]], "Apariencia": [[117, "appearance"]], "Presupuesto de puntos": [[117, "point-budget"]], "Campo de visi\u00f3n": [[117, "field-of-view"]], "Iluminaci\u00f3n de domo": [[117, "eye-dome-lighting"]], "Fondo": [[117, "background"]], "Otro": [[117, "other"]], "Herramientas": [[117, "tools"]], "Recorte": [[117, "clipping"]], "Navegaci\u00f3n": [[117, "navigation"]], "Escena": [[117, "scene"]]}, "indexentries": {}}) \ No newline at end of file +Search.setIndex({"docnames": ["align", "arguments", "arguments/3d-tiles", "arguments/align", "arguments/auto-boundary", "arguments/auto-boundary-distance", "arguments/bg-removal", "arguments/boundary", "arguments/build-overviews", "arguments/camera-lens", "arguments/cameras", "arguments/cog", "arguments/copy-to", "arguments/crop", "arguments/debug", "arguments/dem-decimation", "arguments/dem-euclidean-map", "arguments/dem-gapfill-steps", "arguments/dem-resolution", "arguments/depthmap-resolution", "arguments/dsm", "arguments/dtm", "arguments/end-with", "arguments/fast-orthophoto", "arguments/feature-quality", "arguments/feature-type", "arguments/force-gps", "arguments/gcp", "arguments/geo", "arguments/gltf", "arguments/gps-accuracy", "arguments/help", "arguments/ignore-gsd", "arguments/matcher-neighbors", "arguments/matcher-type", "arguments/max-concurrency", "arguments/merge", "arguments/mesh-octree-depth", "arguments/mesh-size", "arguments/min-num-features", "arguments/name", "arguments/no-gpu", "arguments/optimize-disk-space", "arguments/orthophoto-compression", "arguments/orthophoto-cutline", "arguments/orthophoto-kmz", "arguments/orthophoto-no-tiled", "arguments/orthophoto-png", "arguments/orthophoto-resolution", "arguments/pc-classify", "arguments/pc-copc", "arguments/pc-csv", "arguments/pc-ept", "arguments/pc-filter", "arguments/pc-geometric", "arguments/pc-las", "arguments/pc-quality", "arguments/pc-rectify", "arguments/pc-sample", "arguments/pc-skip-geometric", "arguments/pc-tile", "arguments/primary-band", "arguments/project-path", "arguments/radiometric-calibration", "arguments/rerun", "arguments/rerun-all", "arguments/rerun-from", "arguments/resize-to", "arguments/rolling-shutter", "arguments/rolling-shutter-readout", "arguments/sfm-algorithm", "arguments/skip-3dmodel", "arguments/skip-band-alignment", "arguments/skip-orthophoto", "arguments/skip-report", "arguments/sky-removal", "arguments/sm-cluster", "arguments/sm-no-align", "arguments/smrf-scalar", "arguments/smrf-slope", "arguments/smrf-threshold", "arguments/smrf-window", "arguments/split", "arguments/split-image-groups", "arguments/split-overlap", "arguments/texturing-data-term", "arguments/texturing-keep-unseen-faces", "arguments/texturing-outlier-removal-type", "arguments/texturing-single-material", "arguments/texturing-skip-global-seam-leveling", "arguments/texturing-skip-local-seam-leveling", "arguments/texturing-tone-mapping", "arguments/tiles", "arguments/time", "arguments/use-3dmesh", "arguments/use-exif", "arguments/use-fixed-camera-params", "arguments/use-hybrid-bundle-adjustment", "arguments/verbose", "arguments/version", "arguments/video-limit", "arguments/video-resolution", "contributing", "faq", "flying", "gcp", "geo", "index", "installation", "large", "map-accuracy", "masks", "multispectral", "outputs", "requesting-features", "resources", "thermal", "tutorials"], "filenames": ["align.rst", "arguments.rst", "arguments/3d-tiles.rst", "arguments/align.rst", "arguments/auto-boundary.rst", "arguments/auto-boundary-distance.rst", "arguments/bg-removal.rst", "arguments/boundary.rst", "arguments/build-overviews.rst", "arguments/camera-lens.rst", "arguments/cameras.rst", "arguments/cog.rst", "arguments/copy-to.rst", "arguments/crop.rst", "arguments/debug.rst", "arguments/dem-decimation.rst", "arguments/dem-euclidean-map.rst", "arguments/dem-gapfill-steps.rst", "arguments/dem-resolution.rst", "arguments/depthmap-resolution.rst", "arguments/dsm.rst", "arguments/dtm.rst", "arguments/end-with.rst", "arguments/fast-orthophoto.rst", "arguments/feature-quality.rst", "arguments/feature-type.rst", "arguments/force-gps.rst", "arguments/gcp.rst", "arguments/geo.rst", "arguments/gltf.rst", "arguments/gps-accuracy.rst", "arguments/help.rst", "arguments/ignore-gsd.rst", "arguments/matcher-neighbors.rst", "arguments/matcher-type.rst", "arguments/max-concurrency.rst", "arguments/merge.rst", "arguments/mesh-octree-depth.rst", "arguments/mesh-size.rst", "arguments/min-num-features.rst", "arguments/name.rst", "arguments/no-gpu.rst", "arguments/optimize-disk-space.rst", "arguments/orthophoto-compression.rst", "arguments/orthophoto-cutline.rst", "arguments/orthophoto-kmz.rst", "arguments/orthophoto-no-tiled.rst", "arguments/orthophoto-png.rst", "arguments/orthophoto-resolution.rst", "arguments/pc-classify.rst", "arguments/pc-copc.rst", "arguments/pc-csv.rst", "arguments/pc-ept.rst", "arguments/pc-filter.rst", "arguments/pc-geometric.rst", "arguments/pc-las.rst", "arguments/pc-quality.rst", "arguments/pc-rectify.rst", "arguments/pc-sample.rst", "arguments/pc-skip-geometric.rst", "arguments/pc-tile.rst", "arguments/primary-band.rst", "arguments/project-path.rst", "arguments/radiometric-calibration.rst", "arguments/rerun.rst", "arguments/rerun-all.rst", "arguments/rerun-from.rst", "arguments/resize-to.rst", "arguments/rolling-shutter.rst", "arguments/rolling-shutter-readout.rst", "arguments/sfm-algorithm.rst", "arguments/skip-3dmodel.rst", "arguments/skip-band-alignment.rst", "arguments/skip-orthophoto.rst", "arguments/skip-report.rst", "arguments/sky-removal.rst", "arguments/sm-cluster.rst", "arguments/sm-no-align.rst", "arguments/smrf-scalar.rst", "arguments/smrf-slope.rst", "arguments/smrf-threshold.rst", "arguments/smrf-window.rst", "arguments/split.rst", "arguments/split-image-groups.rst", "arguments/split-overlap.rst", "arguments/texturing-data-term.rst", "arguments/texturing-keep-unseen-faces.rst", "arguments/texturing-outlier-removal-type.rst", "arguments/texturing-single-material.rst", "arguments/texturing-skip-global-seam-leveling.rst", "arguments/texturing-skip-local-seam-leveling.rst", "arguments/texturing-tone-mapping.rst", "arguments/tiles.rst", "arguments/time.rst", "arguments/use-3dmesh.rst", "arguments/use-exif.rst", "arguments/use-fixed-camera-params.rst", "arguments/use-hybrid-bundle-adjustment.rst", "arguments/verbose.rst", "arguments/version.rst", "arguments/video-limit.rst", "arguments/video-resolution.rst", "contributing.rst", "faq.rst", "flying.rst", "gcp.rst", "geo.rst", "index.rst", "installation.rst", "large.rst", "map-accuracy.rst", "masks.rst", "multispectral.rst", "outputs.rst", "requesting-features.rst", "resources.rst", "thermal.rst", "tutorials.rst"], "titles": ["Alignment Files", "Opciones e indicadores", "3d-tiles", "align", "auto-boundary", "auto-boundary-distance", "bg-removal", "boundary", "build-overviews", "camera-lens", "cameras", "cog", "copy-to", "crop", "debug", "dem-decimation", "dem-euclidean-map", "dem-gapfill-steps", "dem-resolution", "depthmap-resolution", "dsm", "dtm", "end-with", "fast-orthophoto", "feature-quality", "feature-type", "force-gps", "gcp", "geo", "gltf", "gps-accuracy", "help", "ignore-gsd", "matcher-neighbors", "matcher-type", "max-concurrency", "merge", "mesh-octree-depth", "mesh-size", "min-num-features", "name", "no-gpu", "optimize-disk-space", "orthophoto-compression", "orthophoto-cutline", "orthophoto-kmz", "orthophoto-no-tiled", "orthophoto-png", "orthophoto-resolution", "pc-classify", "pc-copc", "pc-csv", "pc-ept", "pc-filter", "pc-geometric", "pc-las", "pc-quality", "pc-rectify", "pc-sample", "pc-skip-geometric", "pc-tile", "primary-band", "project-path", "radiometric-calibration", "rerun", "rerun-all", "rerun-from", "resize-to", "rolling-shutter", "rolling-shutter-readout", "sfm-algorithm", "skip-3dmodel", "skip-band-alignment", "skip-orthophoto", "skip-report", "sky-removal", "sm-cluster", "sm-no-align", "smrf-scalar", "smrf-slope", "smrf-threshold", "smrf-window", "split", "split-image-groups", "split-overlap", "texturing-data-term", "texturing-keep-unseen-faces", "texturing-outlier-removal-type", "texturing-single-material", "texturing-skip-global-seam-leveling", "texturing-skip-local-seam-leveling", "texturing-tone-mapping", "tiles", "time", "use-3dmesh", "use-exif", "use-fixed-camera-params", "use-hybrid-bundle-adjustment", "Verboso", "Versi\u00f3n", "video-limit", "video-resolution", "Como contribuir", "Preguntas frecuentes", "Consejos de vuelo", "Puntos de Control Terrestre", "Archivos de geolocalizaci\u00f3n de imagen", "Bienvenido a la documentaci\u00f3n de OpenDroneMap", "Instalaci\u00f3n y Gu\u00eda de Introducci\u00f3n", "Splitting Large Datasets", "Precisi\u00f3n del Mapa", "Usar m\u00e1scaras de imagen", "Soporte multiespectral", "Salidas de OpenDroneMap", "C\u00f3mo solicitar funciones", "Referencias adicionales", "Thermal Support", "Tutoriales"], "terms": {"georeferencing": [0, 1, 28, 113], "by": [0, 1, 4, 7, 9, 13, 19, 33, 49, 59, 112, 113, 116, 117], "default": [0, 1, 2, 3, 4, 5, 6, 7, 10, 13, 18, 19, 28, 29, 33, 34, 39, 41, 49, 50, 56, 59, 68, 69, 70, 73, 74, 75, 77, 84, 88, 100, 101, 108], "is": [0, 1, 18, 34, 77, 107, 108, 109, 110, 112, 113, 114, 116, 117], "don": [0, 1, 28, 117], "using": [0, 1, 6, 7, 69, 75, 107, 110, 112, 116], "gps": [0, 1, 33, 70, 77, 105, 106, 107, 110], "or": [0, 1, 3, 4, 7, 27, 28, 34, 39, 73, 102, 103, 108, 114, 116, 117], "gcps": [0, 105, 107, 110], "if": [0, 1, 4, 7, 28, 41, 68, 70, 73, 77, 107, 108, 114], "provid": [0, 7], "starting": 0, "from": [0, 1, 4, 7, 70, 100, 107, 108, 112, 116, 117], "odm": [0, 1, 61, 102, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116], "3": [0, 1, 13, 17, 102, 105, 107, 109, 110, 117], "0": [0, 1, 5, 13, 17, 28, 33, 48, 53, 58, 69, 79, 80, 81, 100, 103, 105, 106, 108, 109, 111, 112, 117], "2": [0, 1, 35, 53, 94, 102, 105, 106, 107, 109, 110, 111, 115, 117], "peopl": 0, "can": [0, 1, 4, 7, 28, 34, 39, 49, 68, 70, 73, 102, 107, 109, 114, 115, 116, 117], "supply": 0, "referenc": 0, "to": [0, 1, 2, 3, 4, 5, 6, 13, 18, 19, 28, 29, 33, 39, 41, 50, 52, 59, 68, 69, 70, 73, 75, 77, 88, 100, 101, 102, 103, 107, 108, 109, 110, 112, 113, 114, 116, 117], "georeferenc": [0, 1, 50, 113], "the": [0, 1, 3, 4, 5, 6, 7, 13, 18, 19, 28, 33, 39, 49, 50, 59, 68, 69, 70, 73, 75, 101, 102, 105, 107, 108, 109, 110, 112, 113, 114, 115, 116, 117], "program": [0, 1, 8, 11, 102, 103, 108, 111, 117], "outputs": [0, 1, 2, 3, 13, 49], "reconstruction": [0, 1, 3, 4, 7, 39, 113], "will": [0, 4, 7, 103, 116], "be": [0, 1, 3, 7, 39, 59, 70, 102, 103, 112, 113, 114, 116, 117], "initially": 0, "perform": [0, 1, 33], "and": [0, 1, 2, 3, 4, 5, 6, 7, 29, 41, 50, 52, 59, 68, 69, 70, 73, 75, 77, 88, 100, 101, 102, 103, 108, 110, 112, 113, 114, 116, 117], "subsequently": 0, "align": [0, 1, 107], "model": [0, 1, 20, 21, 23, 71, 107, 108, 109, 110], "via": 0, "lin": [0, 105, 106, 109, 117], "scaling": 0, "rotation": 0, "shift": [0, 108], "operation": 0, "you": [0, 1, 4, 7, 28, 49, 68, 73, 107, 108, 114, 116, 117], "call": 0, "laz": [0, 1, 3, 113], "tif": [0, 111, 112, 113, 117], "singl": [0, 1, 7, 29, 107, 117], "band": [0, 1, 107, 112], "geotiff": [0, 1, 3, 8, 46, 107, 113], "dem": [0, 1, 3, 20, 21, 36, 49, 71, 92, 105, 107, 109, 117], "then": [0, 7], "automatically": [0, 1, 3, 5, 6, 13, 75, 117], "detect": [0, 9, 105, 106], "it": [0, 1, 4, 7, 41, 107, 108, 114, 117], "attempt": [0, 1], "this": [0, 1, 2, 3, 5, 6, 7, 18, 29, 41, 49, 50, 52, 59, 68, 69, 70, 73, 75, 77, 88, 100, 101, 103, 105, 109, 112, 114, 116], "anoth": [0, 117], "nam": [0, 1, 7, 102, 107, 112, 117], "specify": [0, 1, 5], "path": [0, 1, 3, 7, 12, 27, 28, 83, 107, 108, 109, 117], "must": 0, "creat": [0, 107, 108, 109, 112, 117], "in": [0, 1, 4, 18, 50, 59, 68, 69, 77, 101, 102, 103, 107, 108, 110, 112, 113, 117], "bas": [0, 1, 4, 9, 33, 105, 106, 108, 117], "of": [0, 1, 4, 5, 7, 19, 34, 39, 49, 59, 68, 69, 73, 77, 88, 100, 101, 102, 107, 108, 109, 110, 113, 114, 115, 116, 117], "your": [0, 1, 7, 69, 107, 108, 114], "project": [0, 1, 107, 109, 110, 113, 117], "fold": [0, 108, 112, 117], "learn": [0, 2, 3, 5, 6, 29, 41, 50, 52, 59, 68, 69, 70, 73, 75, 77, 88, 100, 101, 116], "edit": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "help": [0, 1, 2, 3, 5, 6, 29, 41, 50, 52, 59, 68, 69, 70, 73, 75, 77, 88, 100, 101, 107, 108, 109, 114, 116], "improv": [0, 1, 2, 3, 5, 6, 29, 41, 50, 52, 59, 68, 69, 70, 73, 75, 77, 88, 100, 101, 116, 117], "pag": [0, 2, 3, 5, 6, 29, 41, 50, 52, 59, 68, 69, 70, 73, 75, 77, 88, 100, 101, 114, 116, 117], "3d": [1, 4, 23, 71, 73, 85, 94, 104, 107, 109], "til": [1, 52, 107, 117], "generat": [1, 2, 7, 29, 70, 88, 116], "ogc": [1, 2], "fals": [1, 2, 6, 14, 20, 21, 23, 26, 29, 32, 41, 42, 44, 45, 46, 47, 49, 50, 51, 52, 54, 55, 57, 59, 60, 68, 71, 72, 73, 74, 75, 77, 86, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 107, 117], "string": [1, 3, 7, 27, 28, 61, 76, 83], "LAS": [1, 3, 55], "point": [1, 3, 19, 49, 50, 52, 59, 107, 113, 117], "cloud": [1, 3, 19, 49, 50, 59, 107, 113, 117], "that": [1, 3, 4, 7, 18, 69, 88, 103, 108, 114, 117], "should": [1, 3, 7, 112, 114, 117], "experimental": [1, 3, 6, 60, 63, 75, 117], "non": [1, 3, 4, 7, 27, 28, 43, 63, 76, 83, 87, 91, 103], "aut": [1, 7, 61, 107, 112, 117], "boundary": [1, 107, 112], "establezc": [1, 4, 9, 17, 24, 30, 43, 45, 47, 117], "automat": [1, 4, 9, 30, 61, 105, 106, 107, 108, 117], "limit": [1, 4, 7, 32, 48, 58, 107, 108, 110, 111, 114, 117], "utiliz": [1, 4, 11, 17, 20, 21, 30, 35, 37, 43, 72, 83, 105, 106, 107, 108, 109, 110, 111, 112, 115, 117], "ubic": [1, 4, 105, 107, 110, 113], "tom": [1, 4, 9, 96, 110, 111, 112, 117], "cam": [1, 4, 10, 63, 86, 96, 103, 105, 106, 107, 110, 112, 114], "par": [1, 4, 8, 9, 15, 16, 17, 20, 21, 25, 26, 27, 30, 37, 42, 43, 44, 48, 53, 57, 58, 60, 61, 62, 63, 67, 76, 84, 85, 92, 94, 95, 96, 97, 104, 106, 107, 108, 109, 110, 111, 112, 113, 114], "are": [1, 4, 7, 16, 17, 30, 39, 44, 69, 70, 85, 94, 103, 105, 108, 110, 111, 113, 117], "reconstruccion": [1, 4, 7, 9, 23, 26, 30, 37, 72, 97, 110, 111], "Esto": [1, 4, 16, 42, 54, 57, 58, 67, 71, 74, 84, 105, 106, 108, 109, 111, 114, 117], "pued": [1, 4, 7, 8, 9, 10, 11, 16, 30, 32, 44, 54, 58, 71, 72, 74, 91, 96, 102, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 117], "ayud": [1, 4, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 51, 53, 54, 55, 56, 57, 58, 60, 61, 62, 63, 64, 65, 66, 67, 71, 72, 74, 76, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 117], "elimin": [1, 4, 42, 58, 65, 87, 117], "artefact": [1, 4, 9, 117], "lejan": [1, 4], "fond": [1, 4, 107], "ciel": [1, 4, 111, 117], "paisaj": [1, 4], "etc": [1, 4, 8, 9, 11, 102, 108, 109, 115, 117], "veas": [1, 4], "tambien": [1, 4, 48, 105, 107, 108, 109, 110, 112, 115, 117], "predetermin": [1, 4, 7, 8, 9, 11, 14, 17, 20, 21, 22, 23, 24, 25, 26, 27, 30, 32, 35, 36, 37, 38, 40, 42, 43, 44, 45, 46, 47, 48, 51, 52, 53, 54, 55, 57, 58, 60, 61, 63, 64, 66, 67, 71, 72, 76, 78, 79, 80, 81, 82, 83, 85, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 108, 117], "distanc": [1, 18, 107], "positiv": [1, 5, 13, 15, 17, 19, 30, 33, 35, 38, 53, 58, 69, 78, 79, 80, 81, 82, 84, 100, 101], "float": [1, 5, 13, 18, 19, 30, 48, 53, 58, 78, 79, 80, 81], "betw": [1, 5, 7, 39], "camer": [1, 5, 28, 63, 68, 69, 70, 104, 107, 113, 116, 117], "shot": [1, 5], "locations": [1, 5, 7], "out": [1, 4, 5, 7, 107, 113, 117], "edge": [1, 5], "when": [1, 5, 103, 107], "computing": [1, 5, 59, 103], "with": [1, 5, 7, 33, 39, 70, 102, 103, 107, 108, 110, 112, 116, 117], "set": [1, 5, 28, 33, 69, 100], "choos": [1, 5, 7, 70], "valu": [1, 5, 18, 19, 28, 69, 113], "bg": [1, 107], "removal": [1, 107], "comput": [1, 6, 19, 75, 107, 108, 117], "imag": [1, 6, 13, 19, 28, 32, 33, 35, 39, 62, 68, 70, 75, 97, 103, 105, 107, 109, 110, 112, 113, 116], "masks": [1, 6, 75, 113], "ai": [1, 6, 75], "remov": [1, 6, 18, 53, 75, 109, 117], "background": [1, 4, 6, 107, 115], "json": [1, 7, 10, 109, 113, 117], "poligon": [1, 7, 44, 117], "geojson": [1, 107, 117], "Se": [1, 7, 9, 10, 72, 109, 114, 117], "especific": [1, 7, 9, 10, 72, 105, 106, 117], "com": [1, 7, 8, 9, 10, 11, 71, 83, 92, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 115], "rut": [1, 7, 10, 27, 62, 83, 108, 117], "archiv": [1, 7, 8, 10, 11, 27, 42, 83, 93, 95, 102, 107, 109, 111, 113, 117], "caden": [1, 7, 9, 10, 105, 106], "represent": [1, 7, 10, 45, 47, 117], "conten": [1, 7, 10, 62, 105, 106, 110, 117], "build": [1, 107, 108, 117], "overviews": [1, 107, 117], "cre": [1, 8, 11, 102, 105, 106, 107, 108, 109, 111, 113, 117], "vist": [1, 11, 107, 115, 117], "general": [1, 11, 104, 107, 108, 110, 115, 117], "ortofot": [1, 8, 23, 43, 44, 45, 47, 48, 67, 71, 92, 94, 107, 109, 112], "visualiz": [1, 8, 11, 92, 107], "mas": [1, 8, 9, 11, 16, 17, 20, 21, 24, 32, 37, 53, 56, 67, 82, 84, 85, 94, 102, 105, 106, 107, 109, 110, 113, 114, 115, 117], "rap": [1, 8, 11, 32, 94, 108, 117], "qgis": [1, 8, 11, 107, 112, 113, 117], "lens": [1, 107], "perspectiv": [1, 107], "brown": [1, 107], "fishey": [1, 107], "fisheye_opencv": [1, 9], "spherical": [1, 107], "equirectangul": [1, 9], "dual": [1, 9], "tip": [1, 8, 9, 11, 87, 104, 117], "proyeccion": [1, 9, 105, 106], "establec": [1, 9, 30, 53, 56, 58, 67, 105, 106, 108, 117], "valor": [1, 9, 16, 30, 37, 48, 63, 82, 87, 105, 106, 110, 117], "manual": [1, 30, 107, 109], "mejor": [1, 4, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 51, 53, 54, 55, 56, 57, 58, 60, 61, 62, 63, 64, 65, 66, 67, 71, 72, 74, 76, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 117], "distorsion": [1, 9, 104, 105, 109, 110, 117], "geometr": [1, 9, 54], "De": [1, 9, 36, 109, 117], "form": [1, 9, 11, 36, 102, 109, 110, 117], "aplic": [1, 9, 11, 63, 105, 107, 108, 117], "intent": [1, 9, 108, 114], "determin": [1, 9, 11, 110, 117], "lent": [1, 104, 107, 117], "part": [1, 4, 7, 9, 10, 23, 106, 109, 111, 112, 116, 117], "metadat": [1, 9, 113], "imagen": [1, 26, 30, 32, 61, 63, 67, 82, 83, 84, 85, 89, 96, 97, 103, 105, 106, 107, 108, 110, 111, 112, 114, 117], "utilic": [1, 10, 20, 21, 26, 61, 94, 108, 117], "parametr": [1, 8, 9, 10, 11, 20, 21, 45, 46, 47, 78, 79, 80, 81, 96, 107, 108, 112], "calcul": [1, 10, 16, 25, 54, 63, 94, 117], "conjunt": [1, 10, 36, 40, 42, 61, 72, 82, 97, 102, 109, 110, 112, 114, 117], "dat": [1, 7, 8, 10, 11, 26, 33, 36, 40, 42, 61, 62, 72, 82, 89, 97, 102, 104, 105, 106, 107, 108, 109, 110, 112, 113, 114, 116], "lug": [1, 10, 11, 67, 94, 102, 108, 109, 110, 115, 117], "cog": [1, 107], "optimiz": [1, 8, 50, 96, 107, 117], "nub": [1, 9, 51, 52, 53, 54, 55, 56, 57, 58, 107, 109, 110, 117], "normal": [1, 11, 107, 117], "copy": [1, 7, 107, 117], "copi": [1, 8, 12, 102, 117], "result": [1, 12, 16, 32, 44, 54, 58, 65, 71, 94, 96, 105, 108, 109, 110, 112, 113, 117], "sal": [1, 12, 17, 31, 32, 36, 38, 58, 99, 107, 108, 117], "carpet": [1, 12, 40, 62, 105, 106, 108, 109, 112, 117], "despues": [1, 12, 84, 105, 107, 108], "proces": [1, 8, 12, 22, 32, 35, 42, 54, 56, 61, 63, 64, 65, 66, 72, 89, 107, 109, 110, 112, 114], "crop": [1, 7, 107, 117], "creating": [1, 13, 107, 117], "smooth": [1, 13], "buff": [1, 13], "around": [1, 13], "dataset": [1, 4, 7, 13, 22, 40, 64, 66, 116], "boundari": [1, 4, 7, 13], "shrunk": [1, 13], "n": [1, 13, 17, 53, 58, 105, 106, 110, 112], "meters": [1, 13, 28, 106], "use": [1, 13, 28, 41, 67, 69, 105, 107, 108, 109, 110, 117], "disabl": [1, 13, 59, 113, 117], "cropping": [1, 13, 117], "decimation": [1, 107], "integ": [1, 15, 17, 33, 35, 37, 38, 39, 67, 69, 82, 84, 100, 101], "diezm": [1, 15], "punt": [1, 9, 15, 25, 27, 51, 52, 53, 54, 55, 56, 57, 58, 107, 108, 109, 110, 115], "gener": [1, 8, 11, 15, 17, 23, 24, 44, 45, 47, 56, 57, 71, 74, 92, 93, 108, 112, 117], "1": [1, 7, 15, 35, 37, 67, 78, 102, 105, 106, 107, 109, 110, 113, 117], "calid": [1, 15, 24, 32, 56, 67, 107, 110], "total": [1, 15, 109, 117], "100": [1, 15, 97, 108, 109, 117], "99": [1, 15, 108], "util": [1, 15, 16, 26, 44, 57, 58, 89, 96, 102, 105, 108, 111, 113, 117], "aceler": [1, 15, 97], "euclid": [1, 107], "map": [1, 7, 8, 11, 54, 60, 104, 105, 107, 117], "rast": [1, 8, 11, 16, 113, 117], "euclidian": [1, 16], "cad": [1, 16, 56, 61, 62, 82, 85, 97, 105, 108, 109, 110, 112, 117], "El": [1, 8, 11, 16, 27, 35, 38, 83, 104, 105, 106, 108, 109, 117], "inform": [1, 11, 16, 30, 74, 93, 95, 103, 105, 106, 107, 109, 110, 111, 117], "distanci": [1, 16, 17, 32, 48, 105, 110, 117], "desd": [1, 16, 42, 64, 66, 105, 107, 108, 112, 114], "celd": [1, 16], "nodat": [1, 16], "cercan": [1, 8, 9, 16, 17, 110], "rellen": [1, 16, 17], "cualqui": [1, 16, 108, 114, 117], "agujer": [1, 16], "aisl": [1, 16, 117], "gapfill": [1, 107, 117], "steps": [1, 102, 107, 117], "numer": [1, 17, 35, 63, 82, 99, 108, 109, 110, 117], "pas": [1, 17, 36, 102, 107, 109, 112], "huec": [1, 17], "deshabilit": [1, 17, 53, 58, 67, 117], "llen": [1, 17, 57, 117], "espaci": [1, 17, 42, 105, 108, 117], "comenz": [1, 17, 102, 108, 114, 115, 117], "radi": [1, 17, 58, 81, 84, 117], "igual": [1, 17, 110], "resolu": [1, 8, 17, 32, 35, 48, 58, 67, 107, 117], "diferent": [1, 9, 17, 108, 112, 113, 117], "progres": [1, 17, 20, 110, 117], "mayor": [1, 11, 17, 105, 108, 110, 117], "algoritm": [1, 17, 25, 109], "invers": [1, 17], "ponder": [1, 17], "idw": [1, 17], "fusion": [1, 9, 17, 60, 109], "lueg": [1, 8, 17, 105, 108, 109, 117], "restant": [1, 17, 109], "interpol": [1, 17, 117], "vecin": [1, 17], "resolution": [1, 107, 117], "dsm": [1, 18, 107, 117], "dtm": [1, 18, 57, 107, 117], "cm": [1, 18, 48, 110, 117], "pixel": [1, 18, 48, 105, 117], "not": [1, 4, 7, 18, 41, 59, 69, 102, 107, 108, 112, 114, 117], "capp": [1, 18], "2x": [1, 18], "ground": [1, 18, 105, 110, 113, 117], "sampling": [1, 18], "gsd": [1, 4, 18, 48, 107, 110, 117], "estimat": [1, 18, 59], "cap": [1, 8, 11, 18, 113, 117], "check": [1, 18], "ignor": [1, 18, 48, 107, 117], "also": [1, 7, 18, 39, 68, 103, 114, 116, 117], "5": [1, 18, 48, 53, 80, 105, 109, 110, 117], "etiquet": [1, 20, 21, 30, 63, 95, 102, 105, 106, 108, 117], "constru": [1, 20, 21, 105], "digital": [1, 20, 21, 63, 107, 109, 113], "superfici": [1, 20, 113, 117], "suel": [1, 20, 21, 32, 48, 105, 108, 110, 117], "objet": [1, 20, 105, 112, 117], "filtr": [1, 20, 21, 53, 58, 78, 79, 80, 81, 117], "morfolog": [1, 20, 21, 78, 79, 80, 81, 117], "verifiqu": [1, 20, 21, 107], "ajust": [1, 20, 21, 96, 97, 107, 108, 117], "fin": [1, 20, 21, 67, 117], "terren": [1, 9, 21, 57, 105, 110, 117], "sol": [1, 7, 9, 21, 23, 58, 63, 67, 71, 102, 103, 105, 106, 108, 109, 110, 111, 113, 117], "simpl": [1, 7, 21, 78, 79, 80, 81, 105, 106, 117], "smrf": [1, 21, 107, 117], "end": [1, 107, 117], "split": [1, 22, 64, 66, 76, 77, 107, 117], "merg": [1, 22, 64, 66, 76, 77, 107, 113, 117], "opensfm": [1, 9, 22, 64, 66, 109, 113, 117], "openmvs": [1, 22, 64, 66], "odm_filterpoints": [1, 22, 64, 66], "odm_meshing": [1, 22, 64, 66, 113], "mvs_texturing": [1, 22, 64, 66], "odm_georeferencing": [1, 22, 64, 66, 112, 113, 117], "odm_dem": [1, 22, 64, 66, 113], "odm_orthophot": [1, 22, 64, 66, 112, 113, 117], "odm_report": [1, 22, 64, 66, 112], "odm_postprocess": [1, 22, 64, 66], "finaliz": [1, 22, 102, 117], "etap": [1, 22, 42, 64, 66], "fast": [1, 7, 34, 70, 103, 107], "orthophot": [1, 36, 107, 113, 116, 117], "omit": [1, 23, 71, 89, 90, 111, 117], "dens": [1, 19, 23, 56, 113], "direct": [1, 23, 110, 117], "escas": [1, 23], "activ": [1, 23, 60, 91, 108, 109, 110, 117], "si": [1, 11, 23, 26, 30, 45, 46, 47, 60, 61, 63, 71, 74, 91, 95, 102, 105, 106, 108, 109, 110, 112, 113, 114, 117], "necesit": [1, 23, 71, 74, 102, 105, 107, 108, 114, 117], "complet": [1, 7, 8, 23, 71, 94, 117], "featur": [1, 4, 67, 107, 113, 114, 117], "quality": [1, 19, 60, 67, 103, 107, 117], "ultra": [1, 24, 56, 60, 117], "high": [1, 19, 24, 56, 117], "medium": [1, 7, 24, 56], "low": [1, 4, 7, 24, 56, 110], "lowest": [1, 24, 56], "extraccion": [1, 24, 67, 102], "caracterist": [1, 11, 24, 67, 85, 110, 114, 117], "Una": [1, 24, 56, 108, 117], "alta": [1, 24, 26, 30, 56, 105, 107, 110], "per": [1, 11, 24, 39, 42, 54, 56, 95, 104, 105, 108, 109, 110, 117], "requier": [1, 24, 56, 104, 108, 110, 117], "memori": [1, 24, 32, 35, 56, 60, 107, 109, 117], "llev": [1, 8, 24, 56, 109, 117], "tiemp": [1, 8, 9, 11, 24, 54, 56, 71, 74, 93, 107, 108, 114], "type": [1, 4, 107, 108, 117], "akaz": [1, 25], "hahog": [1, 25], "orb": [1, 25], "sift": [1, 25], "elij": [1, 8, 25, 36, 85, 108, 117], "extra": [1, 25, 112, 117], "clav": [1, 25, 109], "descriptor": [1, 25], "forc": [1, 105, 107], "exif": [1, 26, 33, 63, 105, 107, 109], "inclus": [1, 26, 109], "gcp": [1, 26, 95, 107, 109, 110, 117], "present": [1, 26, 69, 112, 117], "Esta": [1, 9, 11, 26, 94, 105, 108, 117], "bander": [1, 26, 108, 117], "tien": [1, 8, 11, 26, 42, 60, 95, 102, 103, 104, 105, 106, 108, 109, 110, 112, 114, 117], "medicion": [1, 26, 105, 107], "precision": [1, 26, 30, 54, 105, 106, 107, 109], "hac": [1, 11, 26, 84, 102, 103, 104, 108, 111, 114, 117], "nad": [1, 4, 26, 70, 117], "contien": [1, 27, 105, 106, 117], "control": [1, 27, 30, 49, 83, 107, 108, 109, 110, 115, 117], "terrestr": [1, 27, 107, 115, 117], "usad": [1, 8, 27, 105, 106, 117], "georreferenci": [1, 27, 95, 105, 109], "deb": [1, 9, 11, 27, 62, 63, 82, 83, 105, 106, 108, 109, 110, 114, 117], "ten": [1, 27, 62, 63, 82, 105, 108, 109, 110, 111, 117], "siguient": [1, 9, 27, 83, 105, 106, 107, 108, 109, 112, 113, 115, 117], "format": [1, 7, 11, 27, 28, 50, 51, 52, 55, 83, 106, 107, 111, 113, 115], "epsg": [1, 7, 27, 28, 105, 106], "cod": [1, 27, 28, 40, 102, 109, 112, 113, 117], "proj": [1, 27, 28, 105, 106], "definition": [1, 27, 28], "geo_x": [1, 27, 28, 105, 106], "geo_y": [1, 27, 28, 105, 106], "geo_z": [1, 27, 28, 105, 106], "im_x": [1, 27, 105], "im_y": [1, 27, 105], "image_nam": [1, 27, 28, 83, 105, 106], "gcp_nam": [1, 27, 105], "extra1": [1, 27, 105], "extra2": [1, 27, 105], "geo": [1, 106, 107], "geolocation": [1, 28], "fil": [1, 7, 28, 29, 63, 88, 100, 103, 107, 108, 112, 113, 117], "containing": [1, 28], "cent": [1, 28, 107], "coordinat": [1, 7, 28, 113], "used": [1, 7, 28, 109, 112, 113, 117], "for": [1, 7, 28, 34, 39, 69, 70, 100, 107, 109, 113, 114, 115, 116, 117], "t": [1, 28, 102, 110, 115], "hav": [1, 4, 7, 28, 88], "yaw": [1, 28, 106], "pitch": [1, 28, 106], "roll": [1, 28, 106], "them": [1, 7, 28], "needs": [1, 28], "following": [1, 28, 112, 116], "degr": [1, 28, 106], "horz": [1, 28, 106], "accuracy": [1, 28, 59, 68, 106, 107, 110], "vert": [1, 28, 106], "gltf": [1, 107], "binary": [1, 29], "glb": [1, 29], "textur": [1, 29, 88, 107, 113], "models": [1, 29, 117], "metr": [1, 30, 58, 80, 81, 105, 109, 110, 117], "dilucion": [1, 30], "dop": [1, 30], "tod": [1, 8, 9, 11, 30, 36, 63, 65, 89, 104, 105, 107, 108, 109, 112, 114, 117], "estan": [1, 30, 61, 84, 104, 105, 106, 107, 108, 110, 117], "rtk": [1, 30, 105, 106, 110], "consecuent": [1, 30], "configur": [1, 30, 46, 60, 63, 103, 105, 108, 109, 112, 117], "cas": [1, 8, 9, 11, 30, 108, 111, 117], "fall": [1, 9, 30, 117], "reduc": [1, 8, 30, 105, 109, 110, 117], "vec": [1, 8, 30, 32, 96, 106, 108, 110, 114, 117], "efect": [1, 30, 109, 110, 117], "combadur": [1, 30], "extens": [1, 30], "10": [1, 30, 103, 105, 106, 108, 110, 114, 117], "muestr": [1, 8, 9, 11, 31, 99, 102, 110, 117], "mensaj": [1, 14, 31, 98, 108, 109, 117], "muestre": [1, 32, 48, 58, 105], "La": [1, 11, 32, 105, 106, 107, 108, 109, 110, 113, 117], "maxim": [1, 32, 35, 38, 108], "cambi": [1, 32, 67, 107, 108, 110], "tama\u00f1": [1, 8, 11, 32, 67, 107, 110], "cuand": [1, 32, 72, 96, 102, 107, 108, 109, 110, 117], "necesari": [1, 32, 60, 103, 108, 114, 117], "menor": [1, 8, 32, 117], "uso": [1, 9, 32, 42, 60, 107, 108, 110, 117], "dad": [1, 32, 117], "estim": [1, 32, 48], "liger": [1, 32, 117], "match": [1, 7, 39, 107, 113, 117], "neighbors": [1, 34, 107], "matching": [1, 33], "nearest": [1, 33, 34], "on": [1, 4, 7, 33, 68, 77, 103, 110, 113, 114, 115, 117], "triangulation": [1, 33, 70], "order": 1, "filenam": [1, 7, 111, 117], "spe": 1, "up": [1, 7, 117], "processing": [1, 4, 7, 39, 100, 107, 108, 112, 117], "sequential": 1, "such": 1, "as": [1, 103, 107, 116, 117], "thos": [1, 108], "extract": [1, 39, 100, 101, 117], "vide": [1, 107], "appli": [1, 7], "only": [1, 7, 70, 73, 102], "datasets": [1, 59, 70, 77, 102, 107, 114, 116, 117], "bow": [1, 34], "bruteforc": [1, 34], "flann": [1, 34, 117], "algorithm": [1, 34, 107], "library": [1, 34], "approximat": [1, 34], "bag": [1, 34], "words": [1, 4, 34], "slow": [1, 34, 39, 103], "but": [1, 4, 19, 34, 59, 103], "mor": [1, 4, 7, 34, 39, 107, 114, 117], "stabl": [1, 34, 108], "sometim": [1, 34], "miss": [1, 34], "val": [1, 7, 11, 34, 117], "very": [1, 34, 77, 114], "robust": [1, 9, 34], "max": [1, 9, 107, 117], "concurrency": [1, 107, 117], "vari": [1, 11, 35, 44, 76, 107, 108, 109, 112, 117], "requisit": [1, 35, 103, 107], "gb": [1, 35, 117], "hil": [1, 35], "megapixel": [1, 35], "4": [1, 35, 105, 107, 110, 112, 117], "all": [1, 7, 36, 69, 102, 107, 108, 109, 112], "pointcloud": [1, 36], "combin": [1, 36, 90, 109, 114], "divid": [1, 36, 60, 82, 83, 109, 117], "dispon": [1, 36, 42, 105, 106, 107, 108, 109, 117], "mesh": [1, 107, 113, 117], "octre": [1, 107, 117], "depth": [1, 107, 117], "x": [1, 37, 105, 106, 108, 117], "14": [1, 37], "profund": [1, 37, 54, 60, 117], "mall": [1, 37, 38, 85, 86, 94, 109, 113, 115], "aument": [1, 37, 54, 56, 105, 117], "obten": [1, 37, 63, 108, 110, 117], "vertic": [1, 37, 38, 107], "recomend": [1, 37, 107, 109, 115, 117], "8": [1, 11, 37, 105, 108, 110, 117], "12": [1, 37, 108, 110, 117], "11": [1, 37, 105, 110, 117], "siz": [1, 107, 117], "conte": [1, 38], "200000": [1, 38], "min": [1, 107, 108, 117], "num": [1, 107, 117], "minimum": [1, 39], "numb": [1, 7, 39, 100, 108, 109], "useful": [1, 39, 77, 108], "finding": [1, 39], "potentially": [1, 39], "allowing": [1, 39], "littl": [1, 39], "overlap": [1, 7, 39, 107, 109, 117], "insufficient": [1, 39], "down": [1, 39, 117], "10000": [1, 39, 117], "nombr": [1, 40, 72, 102, 105, 106, 109, 111, 117], "g": [1, 40, 105, 106], "subcarpet": [1, 40, 62], "dentr": [1, 40, 105, 110, 114, 117], "proyect": [1, 40, 62, 102, 104, 105, 106, 107, 110, 114], "gpu": [1, 4, 7, 8, 9, 11, 107, 108, 117], "do": [1, 7, 41, 107, 110, 114, 117], "acceleration": [1, 41], "even": [1, 41], "s": [1, 7, 41, 103, 105, 106, 108, 110, 117], "avail": [1, 41, 70, 103, 108], "disk": [1, 7, 103, 107], "spac": [1, 103, 107], "intermedi": [1, 42], "pes": [1, 42], "disc": [1, 11, 42, 108, 117], "afect": [1, 9, 42, 67, 110, 117], "capac": [1, 11, 42, 117], "reinici": [1, 42, 65, 108, 117], "permit": [1, 8, 11, 42, 108, 109, 112, 117], "maquin": [1, 42, 60, 102, 107, 109], "suficient": [1, 42, 105, 117], "compression": [1, 107], "jpeg": [1, 43, 117], "lzw": [1, 43], "packbits": [1, 43], "deflat": [1, 43, 117], "lzma": [1, 43], "compresion": [1, 11, 43], "cutlin": [1, 107, 117], "alrededor": [1, 44, 58, 105, 117], "recort": [1, 44, 107], "cort": [1, 44, 117], "bord": [1, 7, 44], "entidad": [1, 44], "Este": [1, 44, 82, 105, 108, 115, 117], "unir": [1, 44], "mosaic": [1, 8, 11, 44, 60, 92], "costur": [1, 44, 90], "superpuest": [1, 44], "kmz": [1, 107, 117], "dese": [1, 8, 45, 46, 47, 95, 106, 108, 109, 111, 117], "googl": [1, 45], "earth": [1, 45, 114], "ray": [1, 11, 46, 117], "png": [1, 107, 111, 113, 117], "teng": [1, 11, 48, 72, 108, 109, 110, 117], "cuent": [1, 11, 48, 63, 108, 110, 117], "quit": [1, 48, 107], "marqu": [1, 48], "pc": [1, 19, 107, 117], "classify": [1, 107], "behavior": [1, 49, 102], "option": [1, 4, 7, 49, 68], "tweaking": [1, 49], "parameters": [1, 49], "copc": [1, 107], "sav": [1, 50, 73, 107, 108], "csv": [1, 105, 107, 113, 117], "export": [1, 51, 52, 55, 107, 117], "georeferenci": [1, 51, 52, 55, 113], "ept": [1, 107], "entwin": [1, 52], "filt": [1, 107, 117], "desv": [1, 53], "desviacion": [1, 53], "estand": [1, 9, 53, 110, 117], "medi": [1, 8, 11, 53, 82, 108, 117], "local": [1, 11, 53, 97, 107, 110, 117], "aproxim": [1, 56], "factor": [1, 8, 56, 110, 117], "4x": [1, 56], "rectify": [1, 107], "realic": [1, 57, 117], "rectif": [1, 57], "signif": [1, 57, 108], "clasific": [1, 57, 117], "incorrect": [1, 9, 57], "volv": [1, 57, 108, 117], "vaci": [1, 57], "sampl": [1, 107], "manten": [1, 58, 86, 105, 114, 115], "duplic": [1, 58], "skip": [1, 77, 107], "geometric": [1, 107], "geometrically": [1, 59], "consistent": [1, 54, 59, 117], "depthmaps": [1, 59, 113], "may": [1, 7, 59, 113], "usabl": [1, 59], "larg": [1, 4, 7, 59, 77, 107, 117], "flag": [1, 59], "primary": [1, 7, 107], "Al": [1, 61, 63, 82, 85, 102, 117], "multiespectral": [1, 61, 63, 107], "alin": [1, 61, 114], "posproces": [1, 61], "Tu": [1, 62], "jueg": [1, 62, 117], "radiometric": [1, 107, 112, 116], "calibration": [1, 104, 107, 116], "sun": [1, 63], "calibr": [1, 63, 106, 107, 112], "radiometr": [1, 63, 89, 106, 112], "ejecut": [1, 63, 64, 66, 97, 107, 109, 117], "termic": [1, 63], "reflect": [1, 63, 112], "temperatur": [1, 63, 116, 117], "contrari": [1, 63, 109, 117], "obtendr": [1, 63, 117], "nivel": [1, 11, 63, 110, 117], "negr": [1, 63, 111, 117], "vi\u00f1et": [1, 63], "gananci": [1, 63], "gradient": [1, 63, 117], "compens": [1, 63], "exposicion": [1, 63], "encuentr": [1, 63, 102, 105, 114, 117], "apropi": [1, 63, 107], "absolut": [1, 63, 110], "correccion": [1, 9, 63], "radiacion": [1, 63], "espectral": [1, 63], "registr": [1, 9, 63, 107], "traves": [1, 9, 11, 63, 107, 108, 109, 117], "sensor": [1, 9, 63, 69, 104, 110, 112], "luz": [1, 63], "descendent": [1, 63], "dls": [1, 63], "angul": [1, 9, 63, 106, 117], "rerun": [1, 107], "vuelv": [1, 64, 66, 117], "deten": [1, 64, 108, 110], "permanent": [1, 65], "previ": [1, 8, 11, 65, 105], "rolling": [1, 96, 107, 110], "shutt": [1, 96, 107, 110], "turn": [1, 68, 117], "correction": [1, 68], "wer": [1, 68], "tak": [1, 19, 68], "motion": [1, 68, 70], "results": [1, 68, 70, 73, 108, 112], "see": [1, 4, 7, 68, 103, 108], "readout": [1, 68, 107], "overrid": [1, 19, 69], "tim": [1, 4, 7, 69, 73, 107, 114, 117], "milliseconds": [1, 69], "inste": [1, 69, 88, 108, 114], "datab": [1, 69], "sfm": [1, 107], "incremental": [1, 70], "plan": [1, 9, 70, 94, 102, 104, 105, 108, 109, 117], "structur": [1, 70], "aerial": [1, 70, 110], "positions": [1, 70, 113], "angles": [1, 70], "bett": [1, 70, 116], "scen": [1, 70], "captur": [1, 7, 70, 102, 112, 116, 117], "at": [1, 7, 70, 103, 110, 117], "fix": [1, 70, 107], "altitud": [1, 70, 110], "much": [1, 4, 7, 11, 60, 70, 102, 108, 109, 114, 117], "partial": 1, "reconstructions": 1, "happ": [1, 102], "sufficient": [1, 7], "isolat": 1, "3dmodel": [1, 107], "ahorr": [1, 8, 71, 74, 117], "2d": [1, 8, 11, 71, 117], "alignment": [1, 77, 107], "miltiespectral": [1, 72], "principal": [1, 72, 105, 109, 114, 117], "recomiend": [1, 9, 72, 109, 110, 117], "eleg": [1, 72, 108], "detall": [1, 72, 102, 110], "nit": [1, 72, 85, 117], "enfoc": [1, 72, 110], "generation": [1, 73], "need": [1, 7, 73, 103], "dems": [1, 73, 109, 117], "report": [1, 107], "No": [1, 74, 102, 103, 108, 112, 114, 117], "pdf": [1, 74, 110, 117], "dich": [1, 74], "sky": [1, 4, 107], "sm": [1, 107, 109], "clust": [1, 84, 107], "url": [1, 76, 102], "instanci": [1, 76, 107, 109], "clusterodm": [1, 76, 107], "distribu": [1, 76, 105, 107, 108, 117], "fluj": [1, 76, 109, 117], "trabaj": [1, 76, 105, 107, 109], "nod": [1, 76, 108, 109, 117], "paralel": [1, 76, 108, 109, 117], "submodels": [1, 77], "good": [1, 4, 77, 112, 117], "enough": [1, 77], "scal": [1, 7, 107, 117], "elev": [1, 78, 80, 105, 107, 113], "escal": [1, 8, 78, 107, 110, 117], "25": [1, 78, 110], "slop": [1, 107, 117], "pendient": [1, 79, 117], "desplaz": [1, 79], "vertical": [1, 79, 106, 110, 117], "horizontal": [1, 79, 105, 106, 109, 110, 117], "15": [1, 79, 103, 105, 117], "threshold": [1, 107, 117], "umbral": [1, 80, 117], "window": [1, 107, 117], "ventan": [1, 81, 108, 117], "18": [1, 81, 108, 117], "submodel": [1, 82, 84, 109], "grand": [1, 8, 9, 60, 67, 82, 85, 97, 105, 109, 110, 117], "peque\u00f1": [1, 8, 82, 110, 117], "agrup": [1, 82, 84, 109, 117], "cumul": [1, 82], "regul": [1, 82], "cantid": [1, 8, 82, 108, 109, 117], "grup": [1, 82, 83, 109, 117], "promedi": [1, 82, 109, 110], "999999": [1, 82], "groups": [1, 107], "group_nam": [1, 83], "superposicion": [1, 84, 109, 117], "clusters": [1, 84, 117], "cerc": [1, 84, 90, 105, 117], "a\u00f1ad": [1, 84], "asegur": [1, 84, 105, 117], "superpong": [1, 84], "150": [1, 84], "texturing": [1, 107, 117], "keep": [1, 107], "unse": [1, 107], "fac": [1, 107], "car": [1, 86, 117], "ven": [1, 86, 110], "ningun": [1, 8, 9, 11, 86, 91, 117], "material": [1, 105, 107], "objs": [1, 88], "multipl": [1, 88, 108, 109, 112, 115], "ones": [1, 88], "global": [1, 97, 107, 110], "seam": [1, 107], "leveling": [1, 107], "normaliz": [1, 89, 112], "color": [1, 89, 90, 105, 113, 117], "estat": [1, 92, 108, 109], "adecu": [1, 9, 92, 104, 117], "leaflet": [1, 92], "u": [1, 92, 117], "openlayers": [1, 92], "3dmesh": [1, 107], "5d": [1, 94, 117], "poc": [1, 94, 108, 117], "proporcion": [1, 94, 106, 109, 111, 117], "similar": [1, 9, 94], "usar": [1, 95, 102, 103, 105, 107, 108, 109], "params": [1, 107], "desactiv": [1, 96, 108], "durant": [1, 96, 108, 110, 117], "paquet": [1, 96, 97], "A": [1, 96, 106, 107, 108, 109, 110, 111, 113, 114, 117], "ser": [1, 91, 96, 102, 105, 106, 108, 109, 110, 114, 117], "exhib": [1, 96], "dom": [1, 96, 107], "bol": [1, 9, 96], "obtur": [1, 96, 110], "hybrid": [1, 107, 117], "bundl": [1, 107, 117], "adjustment": [1, 107, 117], "agreg": [1, 97, 108, 109, 111, 114, 117], "version": [1, 102, 107, 108, 109, 112, 117], "maximum": [1, 100, 101], "fram": [1, 100, 101], "500": [1, 100, 108, 117], "output": [1, 7, 101, 109, 113, 117], "pixels": [1, 101], "4000": [1, 101], "quier": [1, 102, 105, 107, 117], "aprend": [1, 4, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 51, 53, 54, 55, 56, 57, 58, 60, 61, 62, 63, 64, 65, 66, 67, 71, 72, 74, 76, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 117], "coincident": 1, "arguments_edit": 1, "debug": [1, 107, 117], "depthmap": [1, 107, 117], "resiz": [1, 103, 107], "term": [1, 107, 117], "outli": [1, 107], "ton": [1, 107], "mapping": [1, 104, 107, 110], "verbos": [1, 107], "options": [3, 5, 9, 25, 33, 34, 69, 70, 100, 101, 107, 108], "paramet": [4, 7, 116], "bool": 4, "domain": [4, 7], "resourc": [4, 7, 107, 114], "impact": [4, 7, 8, 9, 11, 107, 108, 117], "cpu": [4, 7, 8, 9, 11, 107, 108, 117], "hdd": [4, 7, 8, 9, 11], "ram": [4, 7, 8, 9, 11, 60, 103, 117], "process": [4, 103, 116], "seeks": 4, "upon": 4, "k": 4, "means": 4, "filter": 4, "convex": 4, "hull": 4, "buffer": 4, "20x": 4, "mean": 4, "appropriat": [4, 107], "any": [4, 7, 113], "wher": [4, 7, 103, 115], "might": [4, 7, 114, 116], "possibly": 4, "consid": 4, "limiting": 4, "due": [4, 7], "presenc": [4, 7], "far": 4, "away": 4, "they": [4, 116], "normally": 4, "desir": 4, "does": 4, "meaningful": 4, "near": 4, "imagery": 4, "without": [4, 7, 117], "making": 4, "superfluous": 4, "saf": [4, 7], "includ": [4, 7], "other": [4, 7, 102, 116], "masking": 4, "likely": [4, 7], "choic": [4, 7, 103], "most": 4, "preventing": 4, "growing": 4, "needlessly": 4, "things": [4, 108], "lik": [4, 7, 113], "clouds": [4, 19], "treelin": 4, "get": [4, 108, 114], "memory": [4, 107, 108], "errors": [4, 7, 110, 113], "becom": 4, "less": 4, "decr": 4, "small": 4, "being": 4, "reconstruct": [4, 7], "webodm": [4, 7, 8, 11, 105, 107, 109, 110, 114, 115], "view": [4, 7, 109], "shows": [4, 7], "full": [4, 7, 103], "extent": [4, 7], "bound": [4, 7], "recosntruction": [4, 7], "compar": [4, 7, 11, 110, 117], "abov": [4, 7], "therefor": 4, "visually": 4, "spars": 4, "pagin": [4, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 51, 53, 54, 55, 56, 57, 58, 60, 61, 62, 63, 64, 65, 66, 67, 71, 72, 74, 76, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 117], "opcion": [7, 10, 12, 13, 15, 17, 18, 19, 22, 23, 24, 27, 28, 30, 35, 36, 37, 38, 39, 40, 43, 48, 53, 56, 58, 60, 61, 62, 63, 64, 66, 67, 76, 78, 79, 80, 81, 82, 83, 84, 85, 87, 91, 94, 107, 108, 109, 113, 117], "argument": 7, "serv": [7, 117], "constrain": 7, "final": [7, 67, 102, 103, 104, 117], "products": 7, "bounding": 7, "box": 7, "pass": 7, "passing": 7, "instanc": 7, "want": 7, "specific": 7, "subset": 7, "entir": 7, "interest": 7, "furth": [7, 117], "giv": [7, 112], "after": [7, 112, 117], "thereby": 7, "modifying": 7, "adds": 7, "concern": 7, "generating": 7, "product": [7, 117], "possibl": [7, 103, 116], "function": 7, "predefin": [7, 117], "aoi": [7, 117], "survey": 7, "property": 7, "lot": [7, 103, 117], "decid": [7, 109], "20m": 7, "overfly": 7, "so": [7, 103, 114, 116], "cle": 7, "right": [7, 114], "howev": 7, "flight": [7, 105], "height": 7, "bordering": 7, "properti": 7, "hom": [7, 108, 117], "representation": 7, "clip": 7, "just": [7, 117], "insid": [7, 108], "providing": 7, "focus": 7, "nothing": 7, "beyond": 7, "http": [7, 11, 103, 108, 109, 110, 115], "quick": 7, "webapp": 7, "opening": 7, "link": 7, "pan": 7, "zoom": [7, 117], "preview": 7, "find": [7, 109, 115], "selecting": 7, "draw": 7, "menu": [7, 108], "allow": 7, "plac": [7, 112], "left": 7, "clicking": 7, "vertex": 7, "many": [7, 116], "requir": [7, 102], "clos": 7, "click": 7, "first": [7, 102, 103, 114], "able": [7, 116, 117], "once": 7, "least": 7, "thre": 7, "different": [7, 103, 117], "than": [7, 117], "progress": 7, "dark": 7, "fill": 7, "implying": 7, "now": [7, 114], "looks": 7, "ready": 7, "select": 7, "brows": [7, 108], "prompt": 7, "otherwis": 7, "alert": 7, "downl": [7, 108, 117], "alternatively": [7, 103], "past": 7, "text": [7, 117], "panel": [7, 8, 11, 108], "head": 7, "textual": 7, "featurecollection": 7, "77": 7, "04460859298706": 7, "38": 7, "88532071975074": 7, "04014539718628": 7, "8801593862463": 7, "03295707702637": 7, "88331636291941": 7, "03965187072754": 7, "887959703337145": 7, "been": [7, 116], "chos": 7, "location": [7, 108], "access": [7, 110], "lat": 7, "into": 7, "icon": [7, 108, 117], "system": [7, 108], "clipboard": 7, "confirm": [7, 11], "its": [7, 113], "seeing": 7, "enabl": [7, 116], "https": [7, 105, 108, 109, 110, 114, 115, 117], "org": [7, 108, 110, 114, 115, 117], "sit": 7, "forusers": 7, "html": 7, "fre": [7, 108], "open": [7, 105, 108, 112], "sourc": [7, 108, 117], "geographic": 7, "information": [7, 102, 103, 105, 109, 115, 117], "within": 7, "way": [7, 108, 114, 117], "needing": 7, "setup": 7, "ther": [7, 103], "numerous": 7, "types": [7, 110], "opendronemap": [7, 8, 102, 108, 109, 110, 112, 114, 115, 117], "design": 7, "work": [7, 114, 116], "simil": [7, 9, 108, 109, 113, 114, 117], "adjust": 7, "leav": 7, "thes": 7, "pictur": 7, "defaults": 7, "usag": [7, 107], "run": [7, 108, 109, 112, 117], "already": [7, 103], "basemap": 7, "ensur": 7, "exactly": 7, "basemaps": 7, "10m": 7, "various": 7, "methods": [7, 103], "add": [7, 103, 108, 109], "mindful": 7, "differenc": 7, "angle": 7, "skew": 7, "registration": 7, "occur": 7, "tool": [7, 108], "begin": 7, "finish": 7, "canv": 7, "outlin": 7, "indicat": 7, "accept": 7, "writ": [7, 109], "mak": 7, "exporting": 7, "dialog": [7, 117], "functionality": 7, "layers": 7, "bring": 7, "sub": 7, "item": 7, "writt": 7, "crs": 7, "safest": 7, "4326": [7, 105, 106], "apply": 7, "modifi": 7, "proivd": 7, "outsid": 7, "boolean": [8, 11], "domini": [8, 9, 11], "recurs": [8, 9, 11, 102, 114, 115, 117], "Las": [8, 9, 104, 105, 106, 108, 109, 110, 112, 117], "denomin": 8, "piramid": [8, 11], "renderiz": [8, 9], "Un": [8, 102, 105, 110, 117], "cost": [8, 109, 110, 117], "major": 8, "rendimient": [8, 102, 108, 117], "potenci": 8, "dos": [8, 105, 107, 108, 109, 110, 114, 117], "128x128": 8, "256x256": 8, "almacen": [8, 11, 109, 113, 117], "intern": [8, 11], "extern": 8, "sidec": 8, "En": [8, 9, 11, 108, 109, 110, 117], "siempr": [8, 102, 108, 109, 117], "seran": 8, "Es": [8, 102, 105, 109, 117], "probabl": [8, 117], "casi": [8, 117], "algun": [8, 9, 105, 107, 108, 113, 114, 117], "excepcion": 8, "relat": [8, 110], "rar": 8, "primordial": 8, "softwar": [8, 11, 102, 107, 108, 110, 111, 114, 115, 117], "lectur": [8, 117], "admit": [8, 108, 109, 112], "Estas": [8, 9, 102], "ofrec": 8, "coinc": 8, "extension": [8, 117], "signific": [8, 117], "recuper": [8, 9], "buf": 8, "dinam": 8, "naveg": [8, 107, 108], "web": [8, 108, 109], "propiedad": [8, 11, 117], "demuestr": [8, 9, 102], "carec": [8, 11], "descripcion": [8, 11, 115, 117], "preferr": 9, "gran": [9, 108, 109, 114, 117], "hered": [9, 11], "360": [9, 117], "baj": [9, 103, 105, 107], "Los": [9, 11, 105, 106, 107, 108, 109, 110, 113, 114, 115, 117], "usa": [9, 102, 106, 108], "correg": [9, 105], "optic": 9, "plataform": [9, 102, 109], "nuestr": [9, 104, 107, 109, 112, 115, 117], "esencial": 9, "escen": [9, 54, 60, 107, 112], "tant": [9, 11, 107, 108, 110, 112], "actual": [9, 106, 108, 109, 117], "eleccion": [9, 105], "esfer": [9, 117], "gopr": 9, "insta360": 9, "kodak": 9, "pixpr": 9, "excepcional": 9, "posibl": [9, 102, 109, 112, 114, 117], "correct": [9, 108, 110, 112, 117], "cuy": [9, 117], "dud": 9, "primer": [9, 105, 106, 108, 109, 114], "distint": 9, "anterior": [9, 11, 108, 117], "reconstru": 9, "mediant": [9, 11, 108, 117], "introduc": [9, 117], "sever": 9, "bien": [9, 108, 112, 114], "Uno": 9, "ver": [9, 105, 108, 109, 114, 117], "coleccion": 9, "sobr": [9, 104, 105, 108, 109, 113, 115, 117], "homogene": 9, "camp": [9, 105, 106, 107, 108], "agricol": 9, "tal": [9, 117], "forz": 9, "pud": 9, "ojo": [9, 117], "pez": 9, "menud": 9, "indic": [9, 11, 105, 107, 108, 117], "extrem": 9, "prueb": [9, 114], "adel": [11, 117], "formul": 11, "especial": [11, 110, 117], "aprovech": 11, "asi": [11, 102, 105, 108, 110, 117], "porqu": [11, 102, 109, 117], "atribut": 11, "va": [11, 105, 117], "aloj": 11, "line": [11, 102, 105, 106, 107, 108, 109], "acced": [11, 107, 108, 113], "solicitud": [11, 107, 109, 114], "getrang": 11, "estructur": [11, 105, 107, 115], "vision": [11, 107], "leer": [11, 115, 117], "gis": [11, 110], "ventaj": [11, 117], "sirv": 11, "Con": [11, 110], "mostr": [11, 105, 107, 117], "rapid": [11, 109, 117], "herramient": [11, 102, 107, 108], "imprim": [11, 14, 98], "gdalinf": 11, "conform": [11, 117], "especif": [11, 102, 108, 110, 115, 117], "hech": [11, 105, 109, 117], "78": 11, "mb": 11, "presenci": 11, "6": [11, 109, 110], "30": [11, 105, 110, 117], "continu": [11, 108, 109, 113, 117], "layout": 11, "cumpl": [11, 103, 110], "falt": 11, "depur": 14, "controls": 19, "density": 19, "setting": [19, 107, 113], "long": [19, 116], "produc": [19, 109, 110, 113, 117], "calculat": 19, "640": 19, "urban": [54, 117], "reduzc": 60, "alto": [60, 105, 110], "leg": 67, "lad": [67, 110, 117], "redimension": [67, 117], "original": [67, 113, 117], "2048": 67, "gmi": 85, "texturiz": [85, 107, 109, 115], "triangul": [85, 117], "prioriz": 85, "aquell": [85, 108], "cubr": [85, 105, 108], "gauss_clamping": 87, "gauss_damping": 87, "metod": [87, 117], "atip": 87, "fotometr": 87, "gamm": 91, "mape": [91, 104, 110], "referent": [93, 107, 109, 117], "ejecu": [93, 108, 117], "adicional": [98, 102, 106, 107, 117], "consol": [98, 108, 109, 117], "depend": [102, 105, 110, 117], "comun": [102, 108, 114, 117], "aunqu": [102, 117], "involucrart": 102, "porblem": 102, "conectart": 102, "excelent": [102, 104], "pregunt": [102, 107, 108], "respond": 102, "encontr": [102, 105, 108, 109, 117], "consej": [102, 107], "tambi": [102, 104], "acces": [102, 107, 108, 110], "abiert": [102, 103, 114], "explor": [102, 108, 117], "buen": [102, 105, 108, 110, 115, 117], "revis": [102, 104, 107], "opon": 102, "ne": 102, "contact": 102, "desarroll": [102, 107, 112, 114], "escrib": [102, 105, 108], "nuev": [102, 108, 109, 111, 114, 117], "caracterisitc": 102, "rastr": 102, "problem": [102, 107, 114, 117], "github": [102, 105, 107, 108, 109, 114, 115, 117], "Por": [102, 106, 107, 108, 109, 110, 111, 117], "favor": [102, 108, 114], "repositori": [102, 114, 117], "etiquetal": 102, "explic": 102, "inclu": [102, 105, 107, 108, 109, 111, 117], "mantenedor": 102, "reproduc": [102, 117], "titul": [102, 105, 110, 117], "clar": [102, 110], "descript": 102, "identific": 102, "describ": 102, "exact": [102, 112, 117], "ejempl": [102, 105, 106, 107, 108, 109, 110, 111, 114, 117], "comienz": 102, "corr": [102, 108, 109], "dock": [102, 103, 107, 108, 109, 112], "vagrant": 102, "usast": 102, "terminal": [102, 108], "list": [102, 105, 107, 109, 111, 112, 116], "dig": 102, "hic": 102, "prove": [102, 104], "demonstr": 102, "links": 102, "snippets": 102, "peg": 102, "vas": 102, "prov": 102, "markdown": 102, "blocks": 102, "comport": [102, 117], "observ": [102, 108], "segu": [102, 117], "se\u00f1al": 102, "esper": [102, 105, 107, 109, 114], "pantall": [102, 105, 108, 117], "gif": 102, "anim": [102, 117], "descrit": [102, 108], "grab": 102, "gifs": 102, "mac": [102, 107], "windows": [102, 103, 107], "linux": [102, 103, 107, 113, 117], "relacion": [102, 110, 115], "poste": 102, "host": 102, "guest": 102, "desencaden": 102, "accion": 102, "estab": [102, 109], "compart": [102, 107, 112, 114], "informacion": 102, "usand": [102, 105, 106, 107, 108, 113], "paut": [102, 104], "abaj": [102, 108, 117], "configuracion": 102, "ambient": 102, "Que": [102, 107, 108], "lanzamient": 102, "establ": [102, 117], "clon": [102, 108, 109], "mast": [102, 115], "Cual": 102, "sistem": [102, 105, 108, 110], "oper": [102, 117], "virtual": [102, 108, 117], "virtualest": 102, "short": 102, "description": 102, "her": [102, 108, 113, 117], "reproduction": 102, "step": 102, "second": 102, "expect": 102, "screenshots": 102, "which": [102, 116], "follow": [102, 108], "demonstrat": 102, "enter": [102, 117], "OS": 102, "additional": 102, "start": [102, 108], "happening": 102, "recently": 102, "didn": 102, "an": [102, 103, 107, 110, 112, 117], "older": 102, "yes": [102, 103, 117], "reliably": 102, "doesn": 102, "randomly": 102, "happens": 102, "projects": [102, 108], "som": [102, 105, 112, 114], "sig": [102, 117], "gui": [102, 104, 107], "estil": 102, "pep8": 102, "python": [102, 108, 117], "evit": [102, 117], "codig": [102, 103, 105, 106, 109, 114], "dependient": 102, "fs": 102, "plus": 102, "gethomedirectory": 102, "ir": 102, "directori": [102, 107], "inici": [102, 107, 109, 117], "pth": 102, "join": 102, "concaten": 102, "tmpdir": 102, "tmp": 102, "referenci": [102, 105], "temporal": 102, "retorn": 102, "funcion": [102, 105, 107, 108, 109, 112, 117], "reotrn": 102, "null": [102, 107], "indefin": 102, "undefin": 102, "tub": 103, "fotogrametr": [103, 110, 117], "sid": [103, 108], "ortorrectific": 103, "hugin": 103, "sourceforg": [103, 108], "net": [103, 108], "_": [103, 108, 109, 112, 114, 117], "tri": 103, "always": 103, "utilization": 103, "several": 103, "moments": 103, "during": 103, "lots": 103, "uses": 103, "gratuit": [103, 114, 117], "public": 103, "libert": 103, "vend": 103, "asegures": [103, 105, 108, 109, 117], "particul": [103, 107], "divulg": 103, "fuent": [103, 114, 117], "sient": [103, 114], "buy": 103, "ultimat": 103, "solution": [103, 117], "uploading": 103, "tweak": 103, "settings": [103, 107, 117], "swapfil": 103, "both": [103, 114], "preferably": 103, "ssd": 103, "nvme": 103, "driv": 103, "still": 103, "wsl2": 103, "two": 103, "rows": 103, "wslconfig": 103, "microsoft": [103, 108], "documentation": 103, "advanc": 103, "configuration": [103, 109], "wsl": 103, "swap": [103, 108], "128gb": 103, "cours": 103, "c": [103, 109, 114], "temp": 103, "vhdx": 103, "stor": [103, 108], "partition": 103, "dedicat": 103, "ple": [103, 117], "consult": [103, 104, 117], "search": 103, "engin": 103, "distributions": 103, "equip": [104, 110, 117], "humanitari": 104, "openstreetmap": 104, "vol": [104, 117], "uav": [104, 110, 117], "elig": 104, "preparacion": 104, "mision": [104, 117], "dise\u00f1": [104, 117], "dron": [104, 105, 110, 114, 117], "islas": 104, "usos": 104, "dronedeploy": [104, 110], "exit": [104, 108, 114, 117], "tips": 104, "desafi": [104, 117], "precis": [104, 106, 109, 117], "seccion": [104, 108, 115, 117], "document": [104, 108, 115, 117], "coorden": [105, 106, 117], "conoc": [105, 107, 109, 117], "sigl": 105, "ingles": [105, 107], "posicion": [105, 110, 117], "tipic": [105, 117], "toffanin": [105, 108], "2019": [105, 110, 117], "existent": 105, "esquin": [105, 117], "paviment": 105, "estacion": [105, 117], "bald": 105, "contrast": 105, "maner": [105, 108, 109, 117], "Estos": 105, "compr": 105, "ampli": [105, 109, 112], "varied": 105, "van": [105, 117], "tap": 105, "cubet": 105, "hast": [105, 108, 109], "visibl": [105, 117], "consider": [105, 110, 117], "ilumin": [105, 107, 110], "veget": 105, "edifici": [105, 117], "obstacul": 105, "procur": 105, "uniform": [105, 117], "altas": 105, "minim": [105, 117], "ubiqu": 105, "centr": 105, "huell": [105, 110], "men": [105, 107, 108, 109, 110, 114, 117], "sep": [105, 117], "perimetr": 105, "traslap": [105, 117], "requer": [105, 107, 109, 117], "geograf": [105, 106, 117], "utm": [105, 106], "zon": [105, 106, 111], "ellps": [105, 106], "wgs84": [105, 106], "datum": [105, 106], "units": [105, 106], "m": [105, 106], "no_defs": [105, 106], "eg": [105, 106, 113], "16n": [105, 106], "coordin": 105, "Y": [105, 106, 110, 114], "z": [105, 106], "asoci": [105, 109], "extras": [105, 106], "opcional": [105, 106, 108], "separ": [105, 112, 117], "tabul": 105, "nan": [105, 117], "7a": 105, "column": [105, 106], "projection": [105, 106], "544256": 105, "7": [105, 108, 110, 117], "5320919": 105, "9": [105, 110, 112], "3044": 105, "2622": 105, "img_0525": 105, "jpg": [105, 106, 109, 111, 112, 113], "544157": 105, "5320899": 105, "4193": 105, "1552": 105, "img_0585": 105, "544033": 105, "5320876": 105, "1606": 105, "2763": 105, "img_0690": 105, "suministr": [105, 106], "llam": [105, 106, 108, 109, 117], "gcp_list": [105, 113, 117], "txt": [105, 106, 109, 113, 117], "med": [105, 107, 110], "junt": [105, 108, 117], "post": 105, "vuel": [105, 107, 110], "about": 105, "placing": [105, 107], "targets": 105, "befor": 105, "propi": [105, 117], "despu": [105, 117], "import": [105, 110, 113, 114, 117], "contr": 105, "fot": [105, 110, 111, 117], "defin": [105, 110, 117], "encabez": 105, "uav4ge": [105, 108], "gcpeditorpr": 105, "carg": [105, 117], "usarl": [105, 113, 117], "xyz": [105, 113, 117], "har": [105, 114, 117], "interfaz": [105, 108, 109], "caracter": 105, "proj4": 105, "vers": [105, 117], "37": [105, 117], "south": 105, "gcp01": 105, "529356": 105, "250827686": 105, "9251137": 105, "5643209": 105, "465": 105, "gcp02": 105, "530203": 105, "125367657": 105, "9250140": 105, "80991621": 105, "781": 105, "gcp03": 105, "530292": 105, "136003818": 105, "9250745": 105, "02372435": 105, "977": 105, "gcp04": 105, "gcp05": 105, "instal": [105, 107, 109], "plugin": 105, "nort": [105, 117], "label": [105, 108], "northing": 105, "easting": 105, "elevation": [105, 107], "cuadr": [105, 117], "dond": [105, 114, 115, 117], "seleccion": [105, 107, 108, 113, 117], "respect": [105, 108, 109, 117], "pier": [105, 108], "missing": [105, 108, 115], "guid": [105, 108, 110, 115], "masseranolabs": 105, "llc": 105, "defect": [106, 117], "incrust": 106, "usuari": [106, 107, 108, 109, 114, 117], "anul": 106, "person": [106, 111, 114, 117], "proposit": [106, 109], "10a": 106, "dji_0028": 106, "91": 106, "9942096111111": 106, "46": 106, "84252125": 106, "198": 106, "609": 106, "dji_0032": 106, "9938293055556": 106, "8424584444444": 106, "Hay": [107, 108, 117], "contribu": [107, 109, 114], "cualqu": [107, 108], "issu": 107, "idiom": 107, "traduccion": 107, "incomplet": 107, "aun": [107, 109, 117], "traduc": 107, "20": [107, 108, 117], "cient": [107, 108], "transifex": 107, "introduccion": 107, "czech": 107, "filipin": 107, "frances": 107, "espa\u00f1ol": 107, "indonesi": 107, "suajili": 107, "telugu": 107, "quickstart": 107, "hardwar": 107, "verific": 107, "soport": [107, 114], "virtualiz": 107, "asign": 107, "descarg": [107, 117], "ubuntu": [107, 117], "debi": 107, "rhel": 107, "fedor": 107, "arch": 107, "comand": [107, 109, 117], "basic": [107, 112, 117], "hol": 107, "tutorial": [107, 113], "creacion": [107, 113], "volum": 107, "pil": 107, "granel": 107, "planif": 107, "patron": 107, "altur": [107, 110], "limpiez": 107, "singularity": 107, "downloading": 107, "sif": 107, "ancho": 107, "Qu\u00e9": 107, "qui\u00e9n": 107, "prepar": [107, 114], "droplet": 107, "segur": 107, "huy": 107, "termin": [107, 110], "supon": 107, "sobrev": 107, "modul": 107, "potre": 107, "aparient": 107, "presupuest": 107, "Otro": 107, "what": [107, 110, 117], "helpful": 107, "why": [107, 114], "would": 107, "one": 107, "exampl": [107, 117], "tru": [107, 117], "how": [107, 110], "io": [107, 117], "new": [107, 108, 109, 114], "polygon": 107, "completing": 107, "saving": 107, "task": [107, 109, 113], "load": 107, "temporary": 107, "scratch": 107, "lay": 107, "geometry": 107, "adding": 107, "polyon": 107, "toggl": 107, "editing": 107, "off": 107, "chang": 107, "vector": [107, 117], "verdader": 107, "rectiline": 107, "logs": [107, 117], "practic": 107, "coloc": [107, 110, 117], "interfac": 107, "posm": 107, "gcpi": 107, "editor": [107, 117], "pro": 107, "aspect": 107, "geolocaliz": 107, "masc": 107, "splitting": 107, "entend": 107, "agradec": [107, 114], "senter": 107, "agx710": 107, "thermal": 107, "support": [107, 108, 112], "solicit": 107, "comunitari": 107, "error": [107, 108, 109, 110, 117], "plantill": 107, "envi": [107, 114, 117], "extraxion": 107, "frecuent": [107, 108], "geotiffs": 107, "unirl": 107, "my": [107, 109, 114, 117], "cor": [107, 108], "i": [107, 110, 114, 115, 117], "nativ": 107, "allocat": 107, "licenci": 107, "comercial": [107, 117], "exist": [107, 108, 117], "ademas": [107, 108, 109, 115, 117], "agplv3": 107, "running": [107, 117], "extraid": 108, "modific": [108, 117], "permis": 108, "realiz": [108, 109, 117], "installers": 108, "purch": 108, "easiest": 108, "install": [108, 109, 117], "said": 108, "ecoystem": 108, "community": [108, 110, 114, 115], "looking": [108, 117], "themselv": 108, "directions": 108, "64bit": 108, "manufactur": 108, "2010": 108, "20gb": 108, "4gb": 108, "200": [108, 110], "arrib": [108, 117], "qued": [108, 117], "ultim": [108, 110, 117], "100gb": 108, "16gb": 108, "cuant": [108, 110, 117], "mientr": [108, 109, 110, 117], "tarjet": 108, "grafic": 108, "moment": 108, "desempe\u00f1": 108, "lineal": 108, "40": [108, 117], "250": 108, "16": [108, 117], "32": [108, 117], "1500": 108, "64": [108, 117], "2500": 108, "128": [108, 117], "3500": 108, "192": [108, 117], "5000": 108, "256": [108, 117], "vms": 108, "Ya": 108, "abriend": 108, "administr": [108, 117], "tar": [108, 109, 110, 117], "presion": [108, 117], "ctrl": [108, 117], "esc": 108, "assist": 108, "virtualization": 108, "detection": 108, "www": [108, 110, 117], "us": [108, 116], "details": 108, "aspx": 108, "id": [108, 117], "592": 108, "ia": 108, "proced": 108, "desafortun": 108, "averigu": [108, 109], "motor": 108, "busqued": 108, "vtx": 108, "cuestion": 108, "inmediat": [108, 109], "f2": 108, "f12": 108, "arranqu": 108, "vt": 108, "tecl": [108, 117], "vendedor": 108, "pcs": 108, "git": [108, 109, 117], "scm": 108, "downloads": 108, "phyton": 108, "marc": [108, 117], "olvid": 108, "caj": [108, 117], "toolbox": 108, "rel": 108, "v18": 108, "09": [108, 110], "dockertoolbox": 108, "exe": 108, "professional": 108, "recient": 108, "deberi": 108, "win": 108, "20for": 108, "20windows": 108, "20install": 108, "NO": 108, "ambos": 108, "Ellos": 108, "conflict": 108, "abrel": 108, "escritori": 108, "vm": 108, "segund": [108, 109, 110, 117], "piens": 108, "emul": 108, "ciert": [108, 109, 111, 117], "abra": [108, 113, 117], "virtualbox": 108, "hag": [108, 117], "clic": [108, 117], "boton": [108, 117], "derech": [108, 117], "cerr": 108, "apag": [108, 117], "acpi": 108, "detern": 108, "muev": [108, 117], "desliz": [108, 117], "60": [108, 117], "70": [108, 117], "50": [108, 117], "pesta\u00f1": 108, "processor": 108, "ok": [108, 109, 114], "busc": [108, 114, 117], "ballen": 108, "blanc": [108, 111, 117], "bandej": 108, "avanz": 108, "mit": 108, "cpus": 108, "vien": [108, 117], "ahi": 108, "existing": 108, "repository": 108, "tecle": 108, "target": 108, "directory": [108, 112], "ahor": [108, 117], "vay": [108, 113], "desktop": 108, "facil": [108, 109, 114, 117], "futur": [108, 117], "bash": [108, 117], "sh": [108, 117], "component": [108, 109], "nodeodm": [108, 109, 115, 117], "aparec": 108, "vez": [108, 112, 117], "localhost": [108, 109], "8000": 108, "busqu": [108, 117], "direccion": [108, 109, 117], "ip": [108, 109], "conect": [108, 109, 117], "machin": [108, 109], "168": 108, "conectes": [108, 109], "reemplaz": [108, 117], "modern": 108, "posterior": 108, "sierr": 108, "superior": [108, 109, 117], "acopl": [108, 117], "abre": 108, "sysctl": 108, "kern": 108, "hv_support": 108, "obtendras": 108, "respuest": [108, 114, 117], "compat": [108, 109], "demasi": 108, "viej": 108, "dmg": 108, "osx": 108, "parec": [108, 117], "barr": [108, 117], "hell": 108, "world": 108, "devolv": 108, "apple": 108, "117": 108, "obtien": [108, 117], "considerel": 108, "preferent": 108, "cd": [108, 109, 117], "segun": [108, 110, 117], "siti": [108, 110], "docs": [108, 115], "oficial": 108, "binari": 108, "unic": [108, 117], "cuatr": 108, "pip": 108, "pod": [108, 109, 114, 117], "instruccion": [108, 109, 117], "abrir": [108, 117], "sud": [108, 117], "apt": [108, 117], "updat": [108, 109, 117], "curl": 108, "fssl": 108, "yum": 108, "dnf": 108, "pacm": 108, "sy": 108, "tres": [108, 114, 117], "script": [108, 112, 117], "dockercompos": 108, "compos": 108, "22": 108, "f46880f": 108, "command": [108, 109, 112, 117], "found": [108, 109], "Lo": 108, "encarg": 108, "adivin": 108, "cu\u00e1l": 108, "stop": [108, 109, 114], "prefij": 108, "port": [108, 109], "puert": [108, 109], "red": [108, 109], "80": [108, 117], "enumer": [108, 109, 113, 117], "restart": 108, "stuck": 108, "reset": 108, "admin": 108, "user": 108, "password": 108, "forget": 108, "resetadminpassword": 108, "newpass": 108, "everything": [108, 113], "latest": [108, 117], "specifi": 108, "dir": 108, "webodm_results": 108, "forum": 108, "ped": 108, "dificultad": 108, "dar": [108, 109, 117], "bienven": 108, "prim": [108, 109, 117], "tomes": 108, "familiariz": 108, "divers": 108, "menus": 108, "dashboard": 108, "mism": [108, 109, 111, 117], "lleg": 108, "aqu": [108, 117], "felicit": [108, 109], "repet": 108, "lanz": 108, "rm": [108, 109, 112, 117], "p": [108, 109, 110, 117], "3000": [108, 109, 117], "q": [108, 117], "tok": [108, 109], "secret": 108, "pid": 108, "lanc": 108, "contenedor": [108, 117], "hub": 108, "concurrent": 108, "proteg": 108, "autoriz": 108, "contrase\u00f1": 108, "debaj": 108, "hostnam": [108, 109], "guard": 108, "podr": [108, 109], "fragment": 109, "manej": [109, 117], "canaliz": [109, 115], "mil": 109, "habilit": [109, 117], "tare": 109, "obligatori": 109, "propag": 109, "caus": [109, 117], "tazon": [109, 117], "calibrat": 109, "13": [109, 110, 117], "000": [109, 117], "recopil": [109, 117], "banc": [109, 117], "mundial": [109, 117], "tanzani": [109, 117], "cuenc": [109, 117], "msimbasi": [109, 117], "propens": [109, 117], "inund": [109, 117], "salaam": [109, 117], "secuencial": 109, "simplement": [109, 111, 114, 117], "v": [109, 112, 117], "400": 109, "sab": [109, 114], "image_groups": [109, 117], "palabr": 109, "pertenec": [109, 117], "01": [109, 117], "02": 109, "03": [109, 117], "b": [109, 117], "04": [109, 117], "05": [109, 110], "overlay": 109, "orquest": 109, "3001": 109, "8080": 109, "telnet": 109, "connect": 109, "escap": [109, 113], "charact": 109, "onlin": 109, "api": [109, 115], "simpement": 109, "800": 109, "120": 109, "interrog": 109, "suced": [109, 117], "DEL": 109, "info": [109, 117], "lock": 109, "forwarding": 109, "tasks": 109, "unlock": 109, "resum": 109, "best": 109, "show": 109, "rout": 109, "cancel": 109, "asr": 109, "viewcmd": 109, "repeat": 109, "last": 109, "inic": 109, "offlin": 109, "l": [109, 110], "solucion": 109, "fech": 109, "amazon": [109, 117], "oce": [109, 117], "demand": [109, 117], "funcional": 109, "nodejs": [109, 117], "npm": 109, "bucket": 109, "s3": 109, "digitaloc": 109, "servic": 109, "index": [109, 115], "js": 109, "digitaloceanasrprovid": 109, "execut": 109, "adjunt": [109, 117], "cer": 109, "confi": [109, 117], "actu": 109, "sabr": 109, "reenvi": 109, "valid": 109, "fictici": 109, "bloqu": [109, 117], "embarg": [109, 117], "hab": 109, "cab": 109, "\u02bbimage_groups": 109, "division": 109, "pau": 109, "gent": 109, "mapillary": 109, "increibl": [109, 117], "tan": [109, 117], "grad": [110, 117], "coincid": [110, 117], "mund": 110, "real": 110, "refer": 110, "pascual": 110, "2011": 110, "correspond": [110, 117], "independient": [110, 117], "figur": 110, "fuer": [110, 114, 117], "planet": 110, "pix4d": 110, "acuerd": 110, "neces": [110, 114], "evalu": 110, "construccion": 110, "incendi": 110, "decision": 110, "fundamental": 110, "cumplimient": 110, "levant": 110, "propied": 110, "orden": [110, 117], "unid": [110, 117], "mont": 110, "rang": [110, 117], "madawalagam": 110, "2016": 110, "gnss": [110, 117], "estandar": 110, "nsdi": 110, "fgdc": 110, "condicion": [110, 117], "suboptim": 110, "barry": 110, "2013": 110, "clim": 110, "climat": [110, 117], "cobertur": 110, "veloc": [110, 117], "vient": [110, 117], "humed": 110, "influ": 110, "estabil": 110, "ruid": 110, "mov": [110, 117], "mecan": 110, "disminu": [110, 117], "habr": 110, "reconoc": [110, 117], "tiend": 110, "multiplic": 110, "increment": [110, 117], "math": 110, "2020": [110, 117], "coakley": 110, "r": [110, 117], "photogrammetry": 110, "network": 110, "baselin": 110, "surveys": 110, "ie": [110, 112], "accuracy_uav_compare_rtk_gps": 110, "deploy": 110, "points": [110, 113, 117], "2017": 110, "blog": 110, "munasingh": 110, "dampegam": 110, "d": [110, 117], "j": [110, 117], "samarakoon": 110, "consum": 110, "37th": 110, "conferenc": 110, "remot": [110, 117], "sensing": 110, "colomb": 110, "sri": 110, "lank": 110, "steph": 110, "marz": 110, "uavs": 110, "3937": 110, "manuel": 110, "loung": 110, "look": 110, "gisloung": 110, "07": 110, "accidental": 111, "entrad": 111, "oblicu": 111, "sujet": 111, "dimension": 111, "destin": [111, 117], "enmascar": 111, "gimp": 111, "colore": 111, "exclu": 111, "_mask": 111, "dji_0018": 111, "dji_0018_mask": 111, "bmp": 111, "capaz": [112, 117], "micasens": [112, 116], "rededg": 112, "mx": 112, "altum": [112, 116], "6x": 112, "dji": [112, 116], "phantom": 112, "multispectral": [112, 116], "multicam": 112, "tendr": 112, "alfa": 112, "whil": [112, 116], "officially": 112, "workflow": 112, "jpgs": 112, "ndre": 112, "renam": 112, "pattern": 112, "0000x_nir": 112, "10_51_14_img_00008": 112, "00008_nir": 112, "nrgb": 112, "0000x_rgb": 112, "10_51_14_img_00023": 112, "00023_rgb": 112, "xxxx_nir": 112, "xxxx_rgb": 112, "sam": 112, "could": [112, 113, 117], "input_image_d": 112, "output_d": [112, 117], "successful": 112, "bands": 112, "accurately": 112, "contrib": 112, "ndvi": 112, "rename_sentera_agx710_multispectral_tif": 112, "py": [112, 117], "python3": 112, "odm_georeferenced_model": [113, 117], "ply": 113, "univers": 113, "estatal": 113, "zanzib": 113, "cortes": 113, "khadij": 113, "abdullah": 113, "ali": 113, "odm_texturing": [113, 117], "odm_textured_model": 113, "obj": 113, "odm_textured_model_ge": 113, "meshlab": 113, "cortesi": 113, "odm_orthphot": 113, "cropp": 113, "stat": 113, "usan": 113, "vea": [113, 117], "stdout": 113, "ansi": 113, "39m": 113, "no_ansiesc": 113, "environment": 113, "variabl": [113, 117], "env": 113, "img": 113, "1234": 113, "tie": 113, "config": [113, 117], "yaml": [113, 117], "tracks": 113, "undistort": 113, "undistorted_tracks": 113, "undistorted_reconstruction": 113, "odm_mesh": 113, "odm_meshing_log": 113, "meshing": 113, "texture_n": 113, "associat": 113, "odm_georeferencing_log": 113, "log": 113, "odm_georeferencing_utm_log": 113, "extract_utm": 113, "portion": 113, "odm_orthophoto_log": 113, "gdal_translate_log": 113, "surfac": 113, "tops": 113, "terrain": [113, 117], "geotoff": 113, "comentari": 114, "crec": 114, "foss": 114, "interes": [114, 117], "cos": [114, 117], "dificil": [114, 117], "razon": [114, 117], "interior": [114, 117], "sent": [114, 117], "diner": 114, "sobrecarg": 114, "oportun": 114, "demanding": 114, "implement": [114, 117], "probably": 114, "going": 114, "convinc": 114, "development": 114, "team": 114, "imagin": 114, "somebody": 114, "knock": 114, "door": 114, "asked": 114, "reading": 114, "hous": 114, "cook": 114, "dinn": 114, "respons": 114, "reasonably": 114, "who": 114, "spend": 114, "energy": 114, "fulfilling": 114, "his": 114, "agend": 114, "own": 114, "suggesting": 114, "effectiv": 114, "cordial": 114, "ask": 114, "especially": 114, "re": 114, "offer": 114, "funds": 114, "explaining": 114, "suggestion": 114, "benefit": 114, "others": 114, "benefits": 114, "exclusively": 114, "hard": 114, "correspondient": 114, "tem": 114, "discusion": 114, "algui": [114, 117], "mencion": 114, "discut": 114, "adicion": 114, "canal": 114, "Sin": [114, 117], "truc": 114, "escuch": 114, "dic": [114, 117], "impuls": 114, "QUE": 114, "codific": 114, "entonc": [114, 117], "veng": 114, "miembr": 114, "feliz": 114, "test": 114, "averig\u00fc": 114, "reun": 114, "logr": [114, 117], "Nos": 114, "alegr": 114, "emocion": 114, "comprend": [114, 117], "apoy": 114, "brind": [114, 117], "leem": 115, "blob": 115, "adoc": 115, "concepts": 115, "665": 115, "dedic": [115, 117], "articul": [115, 117], "investig": 115, "valios": 115, "vanguardi": 115, "movimient": [115, 117], "estere": 115, "wav": 116, "infrar": 116, "lwir": 116, "alon": 116, "we": [116, 117], "aim": 116, "develop": 116, "zenmus": 116, "xt": 116, "h20": 116, "seri": [116, 117], "expand": 116, "sharing": 116, "balanc": 117, "instru": 117, "forestal": 117, "300000": 117, "600000": 117, "recr": 117, "tech": 117, "vibracion": 117, "enfoqu": 117, "deriv": 117, "sustancial": 117, "autocalibr": 117, "deseabl": 117, "jam": 117, "robson": 117, "2014": 117, "mitigating": 117, "systematic": 117, "topographic": 117, "networks": 117, "abord": 117, "minimiz": 117, "colect": 117, "mitig": 117, "apunt": 117, "haci": 117, "inclin": 117, "pilot": 117, "eficient": 117, "altern": 117, "rejill": 117, "cruz": 117, "orient": 117, "porcentaj": 117, "68": 117, "lateral": 117, "equivalent": 117, "83": 117, "42": 117, "mir": 117, "cc": 117, "frent": 117, "variacion": 117, "toler": 117, "arbol": 117, "morphological": 117, "classification": 117, "airborn": 117, "lid": 117, "tierr": 117, "erron": 117, "acept": 117, "ii": 117, "visual": 117, "confund": 117, "Otros": 117, "vac": 117, "my_odm_imag": 117, "24": 117, "fotograf": 117, "nubl": 117, "despej": 117, "permanezc": 117, "sombr": 117, "obstru": 117, "deteccion": 117, "pref": 117, "mediod": 117, "visibil": 117, "congruent": 117, "planific": 117, "mod": 117, "negat": 117, "polv": 117, "niebl": 117, "hum": 117, "ceniz": 117, "volcan": 117, "contamin": 117, "repos": 117, "erosion": 117, "maquinari": 117, "pronunci": 117, "veran": 117, "benefici": 117, "man": 117, "obra": 117, "insignif": 117, "podador": 117, "frontal": 117, "75": 117, "65": 117, "influenci": 117, "garantiz": 117, "equilibri": 117, "topograf": 117, "milimetr": 117, "ref": 117, "section": 117, "cuid": 117, "tabler": 117, "empiec": 117, "despleg": 117, "tridimensional": 117, "irregular": 117, "cuidad": 117, "emple": 117, "mal": 117, "curi": 117, "entorn": 117, "facilit": 117, "Unos": 117, "experient": 117, "estam": 117, "ps": 117, "contain": 117, "status": 117, "ports": 117, "2518817537ce": 117, "36": 117, "hours": 117, "ago": 117, "zen_wright": 117, "1cdc7fadf688": 117, "usr": 117, "bin": 117, "tcp": 117, "flamboyant_dhaw": 117, "quer": 117, "cd7b9585b8f6": 117, "days": 117, "nostalgic_lederberg": 117, "e31010c00b9a": 117, "suspicious_kepl": 117, "c44e0d0b8448": 117, "wonderful_burnell": 117, "caract": 117, "turning": 117, "initializing": 117, "app": 117, "mon": 117, "23": 117, "33": 117, "build_overviews": 117, "camera_lens": 117, "dem_decimation": 117, "dem_euclidean_map": 117, "flech": 117, "letr": 117, "minuscul": 117, "tail": 117, "follows": 117, "gdalwarp": 117, "bounds": 117, "gpkg": 117, "crop_to_cutlin": 117, "co": 117, "num_threads": 117, "bigtiff": 117, "if_saf": 117, "blockysiz": 117, "512": 117, "compress": 117, "blockxsiz": 117, "predictor": 117, "gdal_cachemax": 117, "48": 117, "95": 117, "alpha": 117, "111567p": 117, "137473l": 117, "input": 117, "d\u00e9": 117, "profundiz": 117, "ello": 117, "exec": 117, "shell": 117, "root": 117, "lament": 117, "limpi": 117, "exces": 117, "cantidad": 117, "crecient": 117, "maciej": 117, "\u0142ebkowski": 117, "\u02bbexcelent": 117, "lebkowski": 117, "sylabs": 117, "platform": 117, "laptop": 117, "hpc": 117, "university": 117, "company": 117, "anything": 117, "else": 117, "pull": 117, "cach": 117, "images_d": 117, "path_to_image_d": 117, "basenam": 117, "path_to_output_directori": 117, "mkdir": 117, "bind": 117, "writabl": 117, "tmpfs": 117, "odm_latest": 117, "\u02bbiv": 117, "gayton": 117, "ivangayton": 117, "gdal_scripts": 117, "\u02bbopendronemap": 117, "__": 117, "bastant": 117, "poder": 117, "ingres": 117, "restriccion": 117, "resolv": 117, "african": 117, "complic": 117, "factibl": 117, "cloudodm": 117, "familiar": 117, "unix": 117, "ssh": 117, "aws": 117, "moder": 117, "informat": 117, "expert": 117, "dispuest": 117, "preocup": 117, "dirig": 117, "afric": 117, "enfatiz": 117, "transferent": 117, "Eso": 117, "usd": 117, "mes": 117, "realment": 117, "barat": 117, "cuest": 117, "compatibil": 117, "dependent": 117, "privilegi": 117, "ayudart": 117, "xxx": 117, "ipv4": 117, "servidor": 117, "upgrad": 117, "peligr": 117, "actualiz": 117, "permanec": 117, "\u02bbodm": 117, "dec": 117, "abrevi": 117, "ambiental": 117, "bashrc": 117, "extraj": 117, "hiz": 117, "pythonpath": 117, "superbuild": 117, "lib": 117, "python2": 117, "dist": 117, "packag": 117, "src": 117, "ld_library_path": 117, "leam": 117, "comp": 117, "bloque": 117, "localic": 117, "dur": 117, "jerg": 117, "regl": 117, "oro": 117, "1000": 117, "deshac": 117, "costos": 117, "adjuntel": 117, "montaj": 117, "mnt": 117, "odmdat": 117, "secur": 117, "scp": 117, "imagefold": 117, "bits": 117, "critic": 117, "myproject": 117, "confus": 117, "realid": 117, "individual": 117, "project_path": 117, "each": 117, "modifiqu": 117, "esten": 117, "auxiliar": 117, "raiz": 117, "gestion": 117, "organiz": 117, "encant": 117, "echo": 117, "cat": 117, "provien": 117, "seguimient": 117, "monstruos": 117, "vcpu": 117, "hor": 117, "sum": 117, "super": 117, "comienc": 117, "perd": 117, "droplets": 117, "nohup": 117, "gnu": 117, "sesion": 117, "detendr": 117, "interrump": 117, "conexion": 117, "scre": 117, "project_nam": 117, "extra\u00f1": 117, "arruin": 117, "literal": 117, "aleatori": 117, "asum": 117, "sensat": 117, "f": 117, "atent": 117, "htop": 117, "ide": 117, "gir": 117, "pront": 117, "econom": 117, "comprim": 117, "gdal": 117, "hagal": 117, "agrand": 117, "gdal_translat": 117, "photometric": 117, "ycbcr": 117, "mask": 117, "gdal_tiff_internal_mask": 117, "obteng": 117, "pyramids": 117, "gdaladd": 117, "averag": 117, "1024": 117, "piez": 117, "zcvf": 117, "archivenam": 117, "enlac": 117, "tard": 117, "antigu": 117, "millon": 117, "element": 117, "visor": 117, "acentu": 117, "contorn": 117, "percepcion": 117, "cientif": 117, "fuerz": 117, "opac": 117, "eye": 117, "lighting": 117, "skybox": 117, "splat": 117, "densid": 117, "desplieg": 117, "preven": 117, "const": 117, "ocult": 117, "izquierd": 117, "des": 117, "mid": 117, "resalt": 117, "longitud": 117, "circul": 117, "circunferent": 117, "azimut": 117, "azimutal": 117, "horari": 117, "cub": 117, "reubic": 117, "rot": 117, "perfil": 117, "anot": 117, "exterior": 117, "coloqu": 117, "reubiqu": 117, "anclad": 117, "mous": 117, "rued": 117, "orbit": 117, "fly": 117, "pajar": 117, "w": 117, "atras": 117, "eje": 117, "helicopter": 117, "avion": 117, "restring": 117, "xy": 117, "restaur": 117, "alambr": 117, "brujul": 117, "verd": 117, "azul": 117, "pretend": 117, "seis": 117, "personaliz": 117, "ramp": 117}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"alignment": [0, 72], "fil": 0, "opcion": [1, 103], "indic": 1, "3d": [2, 7, 113, 117], "til": [2, 46, 60, 92], "align": [3, 77], "aut": [4, 5, 9], "boundary": [4, 5, 7], "what": [4, 7, 103], "is": [4, 7, 103], "when": [4, 7], "helpful": 4, "why": [4, 7], "would": [4, 7], "one": [4, 7], "use": [4, 7, 94, 95, 96, 97, 103], "exampl": [4, 7], "imag": [4, 7, 83, 106, 108, 111, 117], "tru": [4, 7], "fals": [4, 7, 8, 11], "null": [4, 7, 8, 11], "distanc": 5, "bg": 6, "removal": [6, 75, 87], "geojson": 7, "appropriat": 7, "how": [7, 103], "creat": 7, "io": 7, "new": 7, "creating": 7, "A": 7, "polygon": 7, "placing": 7, "vertic": 7, "completing": 7, "saving": 7, "downloading": [7, 117], "setting": 7, "in": 7, "task": 7, "options": 7, "load": 7, "qgis": 7, "temporary": 7, "scratch": 7, "lay": 7, "geometry": 7, "type": [7, 25, 34, 87], "settings": 7, "adding": 7, "an": 7, "orthophot": [7, 23, 43, 44, 45, 46, 47, 48, 73], "background": 7, "polyon": 7, "featur": [7, 24, 25, 39], "toggl": 7, "editing": 7, "off": 7, "sav": 7, "chang": 7, "to": [7, 12, 67], "export": 7, "vector": 7, "as": 7, "point": 7, "cloud": 7, "digital": [7, 117], "elevation": 7, "model": [7, 9, 113, 117], "textur": 7, "mesh": [7, 37, 38], "build": 8, "overviews": 8, "Que": [8, 110], "vist": 8, "general": 8, "cuand": [8, 9, 11], "apropi": [8, 9, 11], "Por": [8, 9, 11], "utiliz": [8, 9], "imagen": [8, 9, 11, 109], "ejempl": [8, 9, 11], "verdader": [8, 11], "camer": [9, 10, 96], "lens": 9, "lent": 9, "cam": [9, 117], "seleccion": 9, "manual": 9, "particul": 9, "dat": [9, 85, 103, 117], "rectiline": 9, "brown": 9, "fishey": 9, "perspectiv": 9, "spherical": 9, "cog": 11, "Qu\u00e9": [11, 117], "geotiff": 11, "optimiz": [11, 42], "par": [11, 102, 103, 105, 115, 117], "nub": [11, 113], "usar": [11, 111, 117], "copy": 12, "crop": 13, "debug": 14, "dem": [15, 16, 17, 18], "decimation": 15, "euclid": 16, "map": [16, 110], "gapfill": 17, "steps": 17, "resolution": [18, 19, 48, 101], "depthmap": 19, "dsm": [20, 113], "dtm": [21, 113], "end": 22, "with": 22, "fast": 23, "quality": [24, 56], "forc": 26, "gps": [26, 30], "gcp": [27, 105], "geo": 28, "gltf": 29, "accuracy": 30, "help": 31, "ignor": 32, "gsd": 32, "match": [33, 34], "neighbors": 33, "max": 35, "concurrency": 35, "merg": [36, 109], "octre": 37, "depth": 37, "siz": 38, "min": 39, "num": 39, "nam": 40, "gpu": [41, 103], "disk": 42, "spac": 42, "compression": 43, "cutlin": 44, "kmz": 45, "png": 47, "pc": [49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60], "classify": 49, "copc": 50, "csv": 51, "ept": 52, "filt": 53, "geometric": [54, 59], "rectify": 57, "sampl": 58, "skip": [59, 71, 72, 73, 74, 89, 90], "primary": 61, "band": [61, 72, 117], "project": 62, "path": 62, "radiometric": 63, "calibration": 63, "rerun": [64, 65, 66], "all": [65, 103], "from": 66, "resiz": 67, "rolling": [68, 69], "shutt": [68, 69], "readout": 69, "sfm": 70, "algorithm": 70, "3dmodel": 71, "report": [74, 102], "sky": 75, "sm": [76, 77], "clust": [76, 109], "smrf": [78, 79, 80, 81], "scal": 78, "slop": 79, "threshold": 80, "window": 81, "split": [82, 83, 84, 109], "groups": 83, "overlap": 84, "texturing": [85, 86, 87, 88, 89, 90, 91], "term": 85, "keep": 86, "unse": 86, "fac": 86, "outli": 87, "singl": 88, "material": [88, 117], "global": 89, "seam": [89, 90], "leveling": [89, 90], "local": [90, 109], "ton": 91, "mapping": 91, "tim": [93, 103], "3dmesh": 94, "exif": 95, "fix": 96, "params": 96, "hybrid": 97, "bundl": 97, "adjustment": 97, "verbos": 98, "version": [99, 103], "vide": [100, 101], "limit": [100, 109], "com": [102, 114, 117], "contribu": 102, "for": [102, 103, 108], "comunitari": 102, "error": 102, "plantill": 102, "envi": 102, "inform": 102, "solicitud": 102, "extraxion": 102, "pregunt": 103, "frecuent": 103, "proces": [103, 108, 117], "pued": 103, "dos": 103, "mas": [103, 108], "ortofot": [103, 113, 117], "geotiffs": 103, "unirl": 103, "the": 103, "softwar": 103, "not": 103, "using": [103, 117], "of": 103, "my": 103, "cpu": 103, "cor": 103, "memory": 103, "it": 103, "normal": 103, "if": 103, "i": 103, "nativ": 103, "can": 103, "allocat": 103, "mor": 103, "resourc": 103, "processing": 103, "licenci": 103, "quier": 103, "cre": 103, "aplic": 103, "comercial": 103, "inclu": 103, "odm": [103, 117], "necesit": 103, "exist": 103, "ademas": 103, "agplv3": 103, "issu": 103, "your": 103, "comput": 103, "running": 103, "out": 103, "you": 103, "do": 103, "consej": 104, "vuel": [104, 117], "punt": [105, 113, 117], "control": 105, "terrestr": 105, "practic": 105, "recomend": [105, 108], "coloc": 105, "format": 105, "archiv": [105, 106], "interfac": 105, "usuari": [105, 115], "posm": 105, "gcpi": 105, "editor": 105, "pro": 105, "referent": [105, 110, 115], "geolocaliz": 106, "bienven": 107, "document": 107, "opendronemap": [107, 113], "instal": [108, 117], "gui": 108, "introduccion": [108, 109], "quickstart": 108, "hardwar": [108, 112, 116], "minimum": 108, "ram": 108, "need": 108, "n": 108, "windows": 108, "pas": [108, 117], "1": 108, "verific": 108, "soport": [108, 112], "virtualiz": 108, "2": 108, "requisit": 108, "3": 108, "revis": 108, "memori": 108, "asign": 108, "4": 108, "descarg": 108, "webodm": [108, 117], "inici": 108, "mac": 108, "ejecut": 108, "linux": 108, "requer": 108, "ubuntu": 108, "debi": 108, "cent": 108, "rhel": 108, "fedor": 108, "arch": 108, "verifiqu": 108, "adicional": [108, 115], "comand": 108, "basic": 108, "resolu": 108, "problem": 108, "hol": 108, "maquin": [108, 117], "splitting": 109, "larg": 109, "datasets": 109, "calibr": [109, 117], "distribu": 109, "entend": 109, "acced": [109, 117], "registr": [109, 117], "ajust": 109, "escal": 109, "automat": 109, "clusterodm": 109, "agradec": 109, "precision": [110, 117], "esper": [110, 117], "aspect": 110, "impact": 110, "masc": 111, "multiespectral": 112, "uso": 112, "senter": 112, "agx710": 112, "sal": 113, "texturiz": [113, 117], "logs": 113, "list": [113, 117], "tod": 113, "solicit": 114, "funcion": 114, "desarroll": 115, "thermal": 116, "support": 116, "usag": 116, "tutorial": 117, "creacion": 117, "alta": 117, "calid": 117, "elev": 117, "med": 117, "volum": 117, "pil": 117, "granel": 117, "planif": 117, "trabaj": 117, "camp": 117, "patron": 117, "altur": 117, "gcps": 117, "parametr": 117, "medicion": 117, "usand": 117, "dock": 117, "instanci": 117, "acces": 117, "line": 117, "limpiez": 117, "singularity": 117, "sif": 117, "desd": 117, "ubic": 117, "ancho": 117, "baj": 117, "qui\u00e9n": 117, "prepar": 117, "proyect": 117, "estructur": 117, "directori": 117, "cambi": 117, "tama\u00f1": 117, "droplet": 117, "quit": 117, "segur": 117, "huy": 117, "despues": 117, "termin": 117, "supon": 117, "sobrev": 117, "tant": 117, "tiemp": 117, "modul": 117, "potre": 117, "visualiz": 117, "aparient": 117, "presupuest": 117, "vision": 117, "ilumin": 117, "dom": 117, "fond": 117, "Otro": 117, "herramient": 117, "recort": 117, "naveg": 117, "escen": 117}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.todo": 2, "sphinx": 57}, "alltitles": {"Alignment Files": [[0, "alignment-files"]], "Opciones e indicadores": [[1, "options-and-flags"]], "3d-tiles": [[2, "d-tiles"]], "align": [[3, "align"]], "auto-boundary": [[4, "auto-boundary"]], "What Is Auto-Boundary?": [[4, "what-is-auto-boundary"]], "When Is Auto-Boundary Helpful?": [[4, "when-is-auto-boundary-helpful"]], "Why would one use auto-boundary?": [[4, "why-would-one-use-auto-boundary"]], "Example Images": [[4, "example-images"], [7, "example-images"]], "True: --auto-boundary": [[4, "true-auto-boundary"]], "False: null": [[4, "false-null"], [7, "false-null"]], "auto-boundary-distance": [[5, "auto-boundary-distance"]], "bg-removal": [[6, "bg-removal"]], "boundary": [[7, "boundary"]], "What is Boundary [GeoJSON]?": [[7, "what-is-boundary-geojson"]], "When is Boundary [GeoJSON] appropriate?": [[7, "when-is-boundary-geojson-appropriate"]], "Why would one use Boundary [GeoJSON]?": [[7, "why-would-one-use-boundary-geojson"]], "How would one create Boundary [GeoJSON]?": [[7, "how-would-one-create-boundary-geojson"]], "GeoJSON.io": [[7, "geojson-io"]], "New GeoJSON": [[7, "new-geojson"]], "Creating A Polygon": [[7, "creating-a-polygon"]], "Placing Vertices": [[7, "placing-vertices"]], "Completing A Polygon": [[7, "completing-a-polygon"]], "Saving A Polygon": [[7, "saving-a-polygon"]], "Downloading A Polygon": [[7, "downloading-a-polygon"]], "Setting Boundary [GeoJSON] In Task Options": [[7, "setting-boundary-geojson-in-task-options"]], "Boundary [GeoJSON] Loaded In Task Options": [[7, "boundary-geojson-loaded-in-task-options"]], "QGIS": [[7, "qgis"]], "Creating A New Temporary Scratch Layer": [[7, "creating-a-new-temporary-scratch-layer"]], "New Temporary Scratch Layer Geometry Type": [[7, "new-temporary-scratch-layer-geometry-type"]], "New Temporary Scratch Layer Settings": [[7, "new-temporary-scratch-layer-settings"]], "Adding an Orthophoto Background": [[7, "adding-an-orthophoto-background"]], "Adding A Polyon Feature": [[7, "adding-a-polyon-feature"]], "Toggle Editing Off": [[7, "toggle-editing-off"]], "Save Changes To Temporary Scratch Layer": [[7, "save-changes-to-temporary-scratch-layer"]], "Export Temporary Scratch Layer Features": [[7, "export-temporary-scratch-layer-features"]], "Save Vector Layer As": [[7, "save-vector-layer-as"]], "True: --boundary [GeoJSON] - Point Cloud": [[7, "true-boundary-geojson-point-cloud"]], "True: --boundary [GeoJSON] - Orthophoto": [[7, "true-boundary-geojson-orthophoto"]], "True: --boundary [GeoJSON] - Digital Elevation Model": [[7, "true-boundary-geojson-digital-elevation-model"]], "True: --boundary [GeoJSON] - 3D Model/Textured Mesh": [[7, "true-boundary-geojson-3d-model-textured-mesh"]], "build-overviews": [[8, "build-overviews"]], "\u00bfQue son las vistas generales?": [[8, "what-are-overviews"]], "\u00bfCuando son apropiadas las vistas generales?": [[8, "when-are-overviews-appropriate"]], "\u00bfPor qu\u00e9 se utilizar\u00edan las vistas generales?": [[8, "why-would-one-use-overviews"]], "Im\u00e1genes de ejemplo": [[8, "example-images"], [9, "example-images"], [11, "example-images"]], "Verdadero: --build-overviews": [[8, "true-build-overviews"]], "Falso: null": [[8, "false-null"], [11, "false-null"]], "camera-lens": [[9, "camera-lens"]], "\u00bfque son los modelos de lentes de c\u00e1mara?": [[9, "what-are-camera-lens-models"]], "\u00bfCu\u00e1ndo son apropiadas las selecciones manuales?": [[9, "when-are-manual-selections-appropriate"]], "\u00bfPor qu\u00e9 se utilizar\u00eda un modelo de lente de c\u00e1mara en particular?": [[9, "why-would-one-use-a-particular-camera-lens-model"]], "auto : Datos rectil\u00edneos": [[9, "auto-rectilinear-data"]], "brown : Datos rectil\u00edneos": [[9, "brown-rectilinear-data"]], "fisheye : Datos rectil\u00edneos": [[9, "fisheye-rectilinear-data"]], "perspective : Datos rectil\u00edneos": [[9, "perspective-rectilinear-data"]], "spherical : Datos rectil\u00edneos": [[9, "spherical-rectilinear-data"]], "cameras": [[10, "cameras"]], "cog": [[11, "cog"]], "\u00bfQu\u00e9 son los GeoTIFF optimizados para la nube (COG)?": [[11, "what-are-cloud-optimized-geotiffs-cogs"]], "\u00bfCu\u00e1ndo son apropiados los COG?": [[11, "when-are-cogs-appropriate"]], "\u00bfPor qu\u00e9 uno usar\u00eda COG?": [[11, "why-would-one-use-cogs"]], "Verdadero: --cog": [[11, "true-cog"]], "copy-to": [[12, "copy-to"]], "crop": [[13, "crop"]], "debug": [[14, "debug"]], "dem-decimation": [[15, "dem-decimation"]], "dem-euclidean-map": [[16, "dem-euclidean-map"]], "dem-gapfill-steps": [[17, "dem-gapfill-steps"]], "dem-resolution": [[18, "dem-resolution"]], "depthmap-resolution": [[19, "depthmap-resolution"]], "dsm": [[20, "dsm"]], "dtm": [[21, "dtm"]], "end-with": [[22, "end-with"]], "fast-orthophoto": [[23, "fast-orthophoto"]], "feature-quality": [[24, "feature-quality"]], "feature-type": [[25, "feature-type"]], "force-gps": [[26, "force-gps"]], "gcp": [[27, "gcp"]], "geo": [[28, "geo"]], "gltf": [[29, "gltf"]], "gps-accuracy": [[30, "gps-accuracy"]], "help": [[31, "help"]], "ignore-gsd": [[32, "ignore-gsd"]], "matcher-neighbors": [[33, "matcher-neighbors"]], "matcher-type": [[34, "matcher-type"]], "max-concurrency": [[35, "max-concurrency"]], "merge": [[36, "merge"]], "mesh-octree-depth": [[37, "mesh-octree-depth"]], "mesh-size": [[38, "mesh-size"]], "min-num-features": [[39, "min-num-features"]], "name": [[40, "name"]], "no-gpu": [[41, "no-gpu"]], "optimize-disk-space": [[42, "optimize-disk-space"]], "orthophoto-compression": [[43, "orthophoto-compression"]], "orthophoto-cutline": [[44, "orthophoto-cutline"]], "orthophoto-kmz": [[45, "orthophoto-kmz"]], "orthophoto-no-tiled": [[46, "orthophoto-no-tiled"]], "orthophoto-png": [[47, "orthophoto-png"]], "orthophoto-resolution": [[48, "orthophoto-resolution"]], "pc-classify": [[49, "pc-classify"]], "pc-copc": [[50, "pc-copc"]], "pc-csv": [[51, "pc-csv"]], "pc-ept": [[52, "pc-ept"]], "pc-filter": [[53, "pc-filter"]], "pc-geometric": [[54, "pc-geometric"]], "pc-las": [[55, "pc-las"]], "pc-quality": [[56, "pc-quality"]], "pc-rectify": [[57, "pc-rectify"]], "pc-sample": [[58, "pc-sample"]], "pc-skip-geometric": [[59, "pc-skip-geometric"]], "pc-tile": [[60, "pc-tile"]], "primary-band": [[61, "primary-band"]], "project-path": [[62, "project-path"]], "radiometric-calibration": [[63, "radiometric-calibration"]], "rerun": [[64, "rerun"]], "rerun-all": [[65, "rerun-all"]], "rerun-from": [[66, "rerun-from"]], "resize-to": [[67, "resize-to"]], "rolling-shutter": [[68, "rolling-shutter"]], "rolling-shutter-readout": [[69, "rolling-shutter-readout"]], "sfm-algorithm": [[70, "sfm-algorithm"]], "skip-3dmodel": [[71, "skip-3dmodel"]], "skip-band-alignment": [[72, "skip-band-alignment"]], "skip-orthophoto": [[73, "skip-orthophoto"]], "skip-report": [[74, "skip-report"]], "sky-removal": [[75, "sky-removal"]], "sm-cluster": [[76, "sm-cluster"]], "sm-no-align": [[77, "sm-no-align"]], "smrf-scalar": [[78, "smrf-scalar"]], "smrf-slope": [[79, "smrf-slope"]], "smrf-threshold": [[80, "smrf-threshold"]], "smrf-window": [[81, "smrf-window"]], "split": [[82, "split"]], "split-image-groups": [[83, "split-image-groups"]], "split-overlap": [[84, "split-overlap"]], "texturing-data-term": [[85, "texturing-data-term"]], "texturing-keep-unseen-faces": [[86, "texturing-keep-unseen-faces"]], "texturing-outlier-removal-type": [[87, "texturing-outlier-removal-type"]], "texturing-single-material": [[88, "texturing-single-material"]], "texturing-skip-global-seam-leveling": [[89, "texturing-skip-global-seam-leveling"]], "texturing-skip-local-seam-leveling": [[90, "texturing-skip-local-seam-leveling"]], "texturing-tone-mapping": [[91, "texturing-tone-mapping"]], "tiles": [[92, "tiles"]], "time": [[93, "time"]], "use-3dmesh": [[94, "use-3dmesh"]], "use-exif": [[95, "use-exif"]], "use-fixed-camera-params": [[96, "use-fixed-camera-params"]], "use-hybrid-bundle-adjustment": [[97, "use-hybrid-bundle-adjustment"]], "Verboso": [[98, "verbose"]], "Versi\u00f3n": [[99, "version"]], "video-limit": [[100, "video-limit"]], "video-resolution": [[101, "video-resolution"]], "Como contribuir": [[102, "how-to-contribute"]], "Foro comunitario": [[102, "community-forum"]], "Reportando Errores": [[102, "reporting-bugs"]], "Plantilla Para Enviar Informes de Errores": [[102, "template-for-submitting-bug-reports"]], "Solicitudes de Extraxion": [[102, "pull-requests"]], "Preguntas frecuentes": [[103, "frequently-asked-questions"]], "Procesamiento de datos": [[103, "data-processing"]], "\u00bfPuedo procesar dos o m\u00e1s ortofotos GeoTIFFs para unirlos?": [[103, "can-i-process-two-or-more-orthophoto-geotiffs-to-stitch-them-together"]], "The software is not using all of my CPU cores / memory / GPU all of the times. Is it normal?": [[103, "the-software-is-not-using-all-of-my-cpu-cores-memory-gpu-all-of-the-times-is-it-normal"]], "If I use the native version of the software, how can I allocate more resources for processing?": [[103, "if-i-use-the-native-version-of-the-software-how-can-i-allocate-more-resources-for-processing"]], "Licenciamiento": [[103, "licensing"]], "Quiero crear una aplicaci\u00f3n comercial que incluya ODM. \u00bfNecesito una licencia comercial?": [[103, "i-want-to-build-a-commercial-application-that-includes-odm-do-i-need-a-commercial-license"]], "\u00bfExisten otras opciones de licencia adem\u00e1s de AGPLv3?": [[103, "are-there-other-licensing-options-aside-from-the-agplv3"]], "Memory issues": [[103, "memory-issues"]], "Your computer is running out of memory, what can you do?": [[103, "your-computer-is-running-out-of-memory-what-can-you-do"]], "Consejos de vuelo": [[104, "flying-tips"]], "Puntos de Control Terrestre": [[105, "ground-control-points"]], "Pr\u00e1cticas recomendadas para la colocaci\u00f3n de GCP": [[105, "recommended-practices-for-gcp-setting"]], "Formato del archivo GCP": [[105, "gcp-file-format"]], "Interfaces de Usuario": [[105, "user-interfaces"]], "POSM GCPi": [[105, "id1"]], "GCP Editor Pro": [[105, "id2"]], "Referencias": [[105, "references"], [110, "references"]], "Archivos de geolocalizaci\u00f3n de imagen": [[106, "image-geolocation-files"]], "Bienvenido a la documentaci\u00f3n de OpenDroneMap": [[107, "welcome-to-opendronemap-s-documentation"]], "Instalaci\u00f3n y Gu\u00eda de Introducci\u00f3n": [[108, "installation-and-getting-started"]], "Quickstart": [[108, "quickstart"]], "Recomendaciones de Hardware": [[108, "hardware-recommendations"]], "Minimum RAM needed for N images": [[108, "id4"]], "Instalaci\u00f3n": [[108, "installation"], [117, "install"]], "Windows": [[108, "windows"]], "Paso 1. Verificar el Soporte de Virtualizaci\u00f3n": [[108, "step-1-check-virtualization-support"], [108, "id1"]], "Paso 2. Requisitos de instalaci\u00f3n": [[108, "step-2-install-requirements"], [108, "id2"]], "Paso 3. Revisa la memoria y la asignaci\u00f3n del procesador": [[108, "step-3-check-memory-and-cpu-allocation"], [108, "id3"]], "Paso 4. Descarga WebODM": [[108, "step-4-download-webodm"]], "Paso 4. Inicie WebODM": [[108, "step-4-launch-webodm"]], "macOS": [[108, "macos"]], "Paso 4. Descargue y ejecute WebODM": [[108, "step-4-download-and-launch-webodm"]], "Linux": [[108, "linux"]], "Paso 1. Requerimientos de instalaci\u00f3n": [[108, "step-1-install-requirements"]], "Instalar en Ubuntu / Debian": [[108, "install-on-ubuntu-debian"]], "Instalar en CentOS / RHEL": [[108, "install-on-centos-rhel"]], "Instalar en Fedora": [[108, "install-on-fedora"]], "Instalar en Arch": [[108, "install-on-arch"]], "Paso 2. Verifique los requisitos adicionales": [[108, "step-2-check-additional-requirements"]], "Paso 3. Descargue y ejecute WebODM": [[108, "step-3-download-and-launch-webodm"]], "Comandos b\u00e1sicos y resoluci\u00f3n de problemas": [[108, "basic-commands-and-troubleshooting"]], "\u00a1Hola WebODM!": [[108, "hello-webodm"]], "Ejecutando en m\u00e1s de una m\u00e1quina": [[108, "running-on-more-than-one-machine"]], "Splitting Large Datasets": [[109, "splitting-large-datasets"]], "Calibrar im\u00e1genes": [[109, "calibrate-images"]], "Split-merge local": [[109, "local-split-merge"]], "Split-Merge distribuido": [[109, "distributed-split-merge"]], "Introducci\u00f3n a split-merge distribuido": [[109, "getting-started-with-distributed-split-merge"]], "Entendiendo el Cluster": [[109, "understanding-the-cluster"]], "Acceder a los registros": [[109, "accessing-the-logs"]], "Ajuste de escala autom\u00e1tico de ClusterODM": [[109, "autoscaling-clusterodm"]], "Limitaciones": [[109, "limitations"]], "Agradecimientos": [[109, "acknowledgments"]], "Precisi\u00f3n del Mapa": [[110, "map-accuracy"]], "Que esperar": [[110, "what-to-expect"]], "Aspectos que impactan la precisi\u00f3n del mapa": [[110, "aspects-impacting-map-accuracy"]], "Usar m\u00e1scaras de imagen": [[111, "using-image-masks"]], "Soporte multiespectral": [[112, "multispectral-support"]], "Hardware": [[112, "hardware"], [116, "hardware"]], "Uso": [[112, "usage"]], "Sentera AGX710": [[112, "sentera-agx710"]], "Salidas de OpenDroneMap": [[113, "opendronemap-outputs"]], "Nube de puntos": [[113, "point-cloud"]], "Modelo texturizado 3D": [[113, "d-textured-model"]], "Ortofoto": [[113, "orthophoto"]], "DTM/DSM": [[113, "dtm-dsm"]], "Logs": [[113, "logs"]], "Lista de todas las salidas": [[113, "list-of-all-outputs"]], "C\u00f3mo solicitar funciones": [[114, "how-to-request-features"]], "Referencias adicionales": [[115, "additional-references"]], "Para usuarios": [[115, "for-users"]], "Para desarrolladores": [[115, "for-developers"]], "Thermal Support": [[116, "thermal-support"]], "Usage": [[116, "usage"]], "Tutoriales": [[117, "tutorials"]], "Creaci\u00f3n de Ortofotos de Alta Calidad": [[117, "creating-high-quality-orthophotos"]], "Calibrar la c\u00e1mara": [[117, "calibrating-the-camera"]], "Creaci\u00f3n de modelos de elevaci\u00f3n digitales": [[117, "creating-digital-elevation-models"]], "Medir el volumen de pilas de materiales a granel": [[117, "measuring-stockpile-volume"]], "Planificaci\u00f3n del trabajo de campo": [[117, "fieldwork-planning"]], "Patr\u00f3n de vuelo": [[117, "flight-pattern"]], "Altura de vuelo": [[117, "flight-height"]], "GCPs": [[117, "gcps"]], "Par\u00e1metros de procesamiento": [[117, "processing-parameters"]], "Medici\u00f3n": [[117, "measuring"], [117, "measurement"]], "Precisi\u00f3n esperada": [[117, "expected-accuracy"]], "Usando Docker": [[117, "using-docker"]], "Listado de m\u00e1quinas Docker": [[117, "listing-docker-machines"]], "Accediendo a los registros en la instancia": [[117, "accessing-logs-on-the-instance"]], "Acceso de l\u00ednea de comando a las instancias": [[117, "command-line-access-to-instances"]], "Limpieza de Docker": [[117, "cleaning-up-after-docker"]], "Using Singularity": [[117, "using-singularity"]], "Downloading image": [[117, "downloading-image"]], "Using Singularity SIF image": [[117, "using-singularity-sif-image"]], "Usando ODM desde una ubicaci\u00f3n de ancho de banda bajo": [[117, "using-odm-from-low-bandwidth-location"]], "\u00bfQu\u00e9 es esto y para qui\u00e9n es?": [[117, "what-is-this-and-who-is-it-for"]], "Pasos": [[117, "steps"]], "Datos de preparaci\u00f3n y proyecto": [[117, "prep-data-and-project"]], "Estructura del directorio": [[117, "directory-structure"]], "Cambie el tama\u00f1o del Droplet, quite el seguro, huya": [[117, "resize-droplet-pull-pin-run-away"]], "Despu\u00e9s de que termine (suponiendo que sobrevivas tanto tiempo)": [[117, "after-it-finishes-assuming-you-survive-that-long"]], "Usar el m\u00f3dulo Potree de visualizaci\u00f3n 3D en WebODM": [[117, "using-potree-3d-viewer-module-on-webodm"]], "C\u00e1maras": [[117, "cameras"]], "Modelo texturizado": [[117, "textured-model"]], "Apariencia": [[117, "appearance"]], "Presupuesto de puntos": [[117, "point-budget"]], "Campo de visi\u00f3n": [[117, "field-of-view"]], "Iluminaci\u00f3n de domo": [[117, "eye-dome-lighting"]], "Fondo": [[117, "background"]], "Otro": [[117, "other"]], "Herramientas": [[117, "tools"]], "Recorte": [[117, "clipping"]], "Navegaci\u00f3n": [[117, "navigation"]], "Escena": [[117, "scene"]]}, "indexentries": {}}) \ No newline at end of file diff --git a/fil/.doctrees/arguments.doctree b/fil/.doctrees/arguments.doctree index 400d61f22e1a1052ddd65e90868a65c2f2b39361..1c3cf74ed67805ba4bd136cbaa9a2dd21fe50793 100644 GIT binary patch delta 9389 zcmdT~d3?>+wzoDXlO%F-hUCcfi%24ph|tg{tqQ6|xpAwl7Eey&q$fd6WT0+olBy1b zkR7%msA}5c8j|2pLxmd3MU53Lt!lNXxv8<&TWjwlo}NG6{pWq|=lbJ&_HXSqeAk}$ zmOUSPovrn1QKFmOxu(U+)zL}NtXa2wTUNJ>G1kINyDdM_kw4Ow|HLC-eAe>r#RIkM zG1k{?1=_3D0^3NVfBt)pGO610M%OuJ?+&axx8>V%GqGl*wGg?99tjY{1B`9jboo~@Gl_faA-K;Y z2|t>C_l!!r=kQAVOL3)@lPcTUbvd_unl+OmeVN}QhI~@ZTK_+Zy4SYmUDCVq#kGUr zCjVr4yZ^AJ6k|t$1+M=GGUvMQ&HtIir?1oaSF0lU(RKB8YgVs=iVZD!UQH-(zoD8Z z<9PaYgC8GK`wZ{6aZugW+P^dY$|gNuxh|GZ-L$=K&iWjH^&B?D@vpa3^Mf10bffL& zoHhK~hNoZ+Pu>{MV?U3sE8W-tJfmLEM{SDWmG#@}p4&VMn8}xK+!D^u?x^Myw;K2- zU-d-B;iUU%DrXpWa{1M|~OOQG^EjeR)!P zcYfqRIydj#!?O-NX-!AGn4OeFk@U*X^ zDtx?n!Lhb=Q3rc9=TndC`S`=JeB1HuJmbhQn8mvs4F}F=9X0Tb6B)3O*PrOfZyycR zy@6q;@qlApVcG*PDGkwl?y>8zg-<)40=szq@mMTl2%Zt+B@I49Srnfc(}G_;nZ`@M z7RF!wT#LcO_2E~Za6*G?GUf+0?cg$&y24$I+*|i1M!i5zkhKSWob%&WErP$&aGII@ zdD@&VEW)49>Jmd=OXjqfItG7!Xif~ALn`t7_8C)M@;6h!^t8WQ)+9*cRi`37N-<(De{OZOm&K>Bs72HTo^IZp$DY&k^f|FS^IQo- zxxQr zRXV<{M12i(+{{6Mx#?|f|R`X5Q6JaeX%Qk=-EJ+Gm zT@yiaTb0xbdLL zE5NN0yaM?8-($f~)OdiR;6p{pAt>NMGx+iuHv@DtF|-HO#>*lTXFNcwyKyrH{AV|7 zhDQzjhbo-{sC)Rh`z6@9XYNJu5{uXDcre$Q@5}|T@zr;e;I*cBViCaOY^*EP0fSzK^ zIPjePESxcJbI*I5coHBQb~f>V?NpR`A5>(7Cj*Oa4m#dSRY~xfOxRh(U@ou=GE2B2 zV-lAOOxm|jzRWW(GcnVVmsvTb(sd@Wd!Wy7 zy`1(TdO7Xe>1FQ-;Q=O(c~~8!m-C*A1}th3PVj_Izwzow zoEV0RI7`G1UnG|34YQ5;?!@xNac|Jrcon@+MK5(lU*H2qk17nAC!>oG{GkOKEyIiM z!4M}BTS6_XQWUBcg(}e_04dB<6i``G2tW!AzOdZ5&z-_PA^ecSSBk=ZMd752!Z3fN zuox+PsTzQaJ5>Yh^oQ2K8fA1*ZGsYp6%=id8O+Xx0O$j(U7&~zgf`G#BnLqOdn`~j z>o0*2C``664CXTCYY_e#8kh`n_wqH!-Ro0i;BBCxBywXQ z&FL8l5nxI+xFwis5UFh-iuEwaG5n-~#xV2~gHkYf^C(Pa1-kk#gB-$COffhIMS+b8 zM}jM<#R*UXDMCwx9?sP zOsF;vwlMaEf!D96&wki6P$B(t>vX4>5&VK@CGB(l3 z$0k08!|OrpiKLqZ6J%WIBQ0sUcK-MjP7PQs;?pp8&BNF$n__Qr#r{1FV=puEYmdjk zGU-5M^aNj4tpZQ)iL0#FDWlvOzLA0DdhJARCsf$#hhd-W4O5%LeX-{mNM>Ndp_1AZ zu%$^&%tg;a9NZRro`vV}=RvNYp}$578SWg_7h*giUR0z*3VX~XSG{;~H653nb|!hy zYJ3>6U=R)<_-`SehX|HI5xcQrCfS=gu7E=aLl6vct{4vQ0~=zZapbWD!wojcnK$4? zaCn!QWP(#o0y02Vzbj)g)S_AV%uBGzxSX^ey=yKP<{`*nwTk?A6?vm8^64QE!al_? zc%0jY5kFE9`@IayypOAhM_m!A`jCodWefe+* zf$Of!uFK3s#t2-%FRMUPMnHjAj9I4ER-|Qt+G}@UtVs2lzFvpjMByf9Kmizglk%e( z_7*;`VvqGD12usAP*D!x=gq25PrM3|xM5QSIydja0Nu@U;P%Uet&HWG<)j%;8nKWo z>K{-c%~8@$ZnfQ=SksNc5^>KC$*`1aRLsRxlrdMjVjj+hIJUq{_YznjJyPf|(VQ7xCv@Cl2|;pqA;mZ;lu7?CBa4^D zfw_3SdJ`$g8k3moNX)b5({s!dkA8N~@agTq_mx7;T3BcslUJw}IXZ?Z=MqG`3uAydA;yVl+}Yvs=g6BJss1D=RxQ8{dI6 z$2eR5Xlow69BI~k8$R+lMq3Lj`k8sjGl9j?{}NI4GV|A_mzkkKZo{idq%ZS-G|xYs zo-)w3=vAvdh#q;w^hw}Jw+`IAv2|%+Ko0dw$H+f>DY8e~2iaro?d);=4`R!|Oa}3y zFkKyNVl z1-p%OzhE(SA|ybd82grsOe-pOWud`p867$aB6Y{mH6AqIf(X9m4POuX^bD43>7hyR z9AjOBWyADPD%)&cBq2_u`IwTH4E17YL>pJ}6rdZlrwA{F24j{xtt`>)P zI~BXKA{VQMw;)V+0-cXk&WRO$W++zuCqp{0nTpjsr9!MwLaa!0x{?wrG$K|t@8fNu z{3GxZ3#Z`5`nfx;&&B9>@aXXcnJQZKRP4$QxM+2G7jJjpp!Y4xJJF)gjf&Ps?_yHy zyrOkosSquc5G~R?r=&;=2gsV~IE;3`5A~*Ci(A(PTg1YtxDAI{3#MIJC>EvnnH zrh&!dG&(d}j>;!f#-Uxq9#~ZfgKY*!P9wbI`{(=3D0tj zFkVIw=1M#Zmx>R{;aS}obmtJ4%JI1Bu*g&Jo=Q9gXU~KjU`s5#yy7vo+#-)jOT?Nv zID{98@8>|a*jE9^jbFKE^Oab~A(|ai$sAV6eCJB0xDu235knqO$xv~xO6F1}yb5CJ zd{;6J^D!B$qGYBl!2awj@aQ+M3a?4e&xH`NwF;`mh>yWTSmuF2ys;2wi7oTsoPfn( z6wdk3Ms!__*Y*Vq;Ga+?=2t;m(R~TpWG;kYaeoP_`!0e;F>fj8Mc`tH7W;`NVVmUHHZ;0-J&L@ZbeokZ79q24*;Bk%w*VL7r|T#c;e zEmy289#=85-XZdOA!e_DLBjhJxCP?``xLkAZ&#u1txs`Ai|`t>eS0~WME@GJ?Y;sG z9yic-X$YM?82-?`a$GI;$+;DcP z8hid5FsC=Sf)DSU-i=w6r&U|g)7A~JlK~fRZ-UNHMONyH%R}V^xQ!XiR8qR)7Hz}x z+l0+<*|g^D#yN_NivQE*VZ&R3@mGL`Z7_g_qB%guGp7@}I_>g8#B}G0AjcAC! zycZYu(w)!&jD_x`3dN3H@Fd>EB&Tu8nmA2%ajM=89X$syK;QYYmRJRODM_x2*B|1%Ep0#fQsvwq3YfXH&vex2AlBGtY~NwiN-#pd*fev}2$- z7k>qR1C}06-N{~7^zaMmc@2>21H$FCQ4?2xz!})-1O$CzIs#xUc4t;B;*R1n{I()c zstC*oSNE+ONAXpnB@viJ1mabBf)iQzGPX<+s8s~;OA?UkA1eYA6oJ}raj|^%1ROM; za3^p=#5X`2c1jUAsR;b+YJuwwVD|7Q0>>2rSw5_qVZ=$u1;!%esBS3^op()mlt?C0 z_r79sn3$wF_k0Uu!IT`~)jPJU8xACY+z(|InYZ~lZgdLuD?Pgc5^O3B-b>HVK@b7gB4(=EycO+1uH zrc$>?$%*OPE~dLK;vkPX4@Jha?nKXu)#veA{0o_-!cWSYh+TIPE4qL$zd=OojI4AK zlafGoOB=DBrW)-10lmJ zXB+UGME|(;j1d*n?m&pwMU5158pX&vu!to`%HUCVA((kaiYMLy?e5c6}K{K3wkTLlUGmfi}*?_wWU6T_+aeRXhd_a~uR?2?_{`2*wjk zAb5jd5MW81z5SR#p2rL941Yrab1d#+$1knVs1aSoM1c?Mm1jz)Q5o~2%W2~=_ zwB?DuKFk`JfvnWy#elXnl7~l%%|0xJ4UKf(@L^R93Y;_jSYz|iMxw7Lc#fd2ERoZ` z1OpzFipsp{&w&aj_nx#tM6H2RcVLm-LbcLi%O;1tWT}nwnx4G`{{sV| Bj<5g# delta 8546 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 Ag#Z8m diff --git a/fil/.doctrees/environment.pickle b/fil/.doctrees/environment.pickle index ebf318153c4a391a478388e17a62fa0716d6ff32..89b34fa5f5d1bd3b9886b4624d55ce647dfeb9f3 100644 GIT binary patch delta 20669 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 delta 20881 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 diff --git a/fil/_sources/arguments.rst.txt b/fil/_sources/arguments.rst.txt index 9641cf8f7..0b82ed94e 100644 --- a/fil/_sources/arguments.rst.txt +++ b/fil/_sources/arguments.rst.txt @@ -98,6 +98,9 @@ Options and Flags :ref:`matcher-neighbors` Perform image matching with the nearest images based on GPS exif data. Set to 0 to match by triangulation. Default: ``0`` +:ref:`matcher-order` + Perform image matching with the nearest N images based on image filename order. Can speed up processing of sequential images, such as those extracted from video. It is applied only on non-georeferenced datasets. Set to 0 to disable. Default: ``0`` + :ref:`matcher-type` bow | bruteforce | flann Matcher algorithm, Fast Library for Approximate Nearest Neighbors or Bag of Words. FLANN is slower, but more stable. BOW is faster, but can sometimes miss valid matches. BRUTEFORCE is very slow but robust.. Default: ``flann`` @@ -173,9 +176,6 @@ Options and Flags :ref:`pc-skip-geometric` Geometric estimates improve the accuracy of the point cloud by computing geometrically consistent depthmaps but may not be usable in larger datasets. This flag disables geometric estimates. Default: ``False`` -:ref:`pc-tile` - Reduce the memory usage needed for depthmap fusion by splitting large scenes into tiles. Turn this on if your machine doesn't have much RAM and/or you've set --pc-quality to high or ultra. Experimental. Default: ``False`` - :ref:`primary-band` When processing multispectral datasets, you can specify the name of the primary band that will be used for reconstruction. It's recommended to choose a band which has sharp details and is in focus. Default: ``auto`` @@ -203,6 +203,9 @@ Options and Flags :ref:`sfm-algorithm` incremental | triangulation | planar Choose the structure from motion algorithm. For aerial datasets, if camera GPS positions and angles are available, triangulation can generate better results. For planar scenes captured at fixed altitude with nadir-only images, planar can be much faster. . Default: ``incremental`` +:ref:`sfm-no-partial` + Do not attempt to merge partial reconstructions. This can happen when images do not have sufficient overlap or are isolated. Default: ``False`` + :ref:`skip-3dmodel` Skip generation of a full 3D model. This can save time if you only need 2D results such as orthophotos and DEMs. Default: ``False`` diff --git a/fil/arguments/index.html b/fil/arguments/index.html index 7803f3b85..346ed0bdd 100644 --- a/fil/arguments/index.html +++ b/fil/arguments/index.html @@ -482,6 +482,8 @@
matcher-neighbors <positive integer>

Perform image matching with the nearest images based on GPS exif data. Set to 0 to match by triangulation. Default: 0

+
matcher-order <positive integer>

Perform image matching with the nearest N images based on image filename order. Can speed up processing of sequential images, such as those extracted from video. It is applied only on non-georeferenced datasets. Set to 0 to disable. Default: 0

+
matcher-type bow | bruteforce | flann

Matcher algorithm, Fast Library for Approximate Nearest Neighbors or Bag of Words. FLANN is slower, but more stable. BOW is faster, but can sometimes miss valid matches. BRUTEFORCE is very slow but robust.. Default: flann

max-concurrency <positive integer>

The maximum number of processes to use in various processes. Peak memory requirement is ~1GB per thread and 2 megapixel image resolution. Default: 4

@@ -532,8 +534,6 @@
pc-skip-geometric

Geometric estimates improve the accuracy of the point cloud by computing geometrically consistent depthmaps but may not be usable in larger datasets. This flag disables geometric estimates. Default: False

-
pc-tile

Reduce the memory usage needed for depthmap fusion by splitting large scenes into tiles. Turn this on if your machine doesn't have much RAM and/or you've set --pc-quality to high or ultra. Experimental. Default: False

-
primary-band <string>

When processing multispectral datasets, you can specify the name of the primary band that will be used for reconstruction. It's recommended to choose a band which has sharp details and is in focus. Default: auto

project-path <path>

Path to the project folder. Your project folder should contain subfolders for each dataset. Each dataset should have an "images" folder.

@@ -552,6 +552,8 @@
sfm-algorithm incremental | triangulation | planar

Choose the structure from motion algorithm. For aerial datasets, if camera GPS positions and angles are available, triangulation can generate better results. For planar scenes captured at fixed altitude with nadir-only images, planar can be much faster. . Default: incremental

+
sfm-no-partial

Do not attempt to merge partial reconstructions. This can happen when images do not have sufficient overlap or are isolated. Default: False

+
skip-3dmodel

Skip generation of a full 3D model. This can save time if you only need 2D results such as orthophotos and DEMs. Default: False

skip-band-alignment

When processing multispectral datasets, ODM will automatically align the images for each band. If the images have been postprocessed and are already aligned, use this option. Default: False

diff --git a/fil/searchindex.js b/fil/searchindex.js index 3ced174f3..14ceb24c4 100644 --- a/fil/searchindex.js +++ b/fil/searchindex.js @@ -1 +1 @@ -Search.setIndex({"docnames": ["align", "arguments", "arguments/3d-tiles", "arguments/align", "arguments/auto-boundary", "arguments/auto-boundary-distance", "arguments/bg-removal", "arguments/boundary", "arguments/build-overviews", "arguments/camera-lens", "arguments/cameras", "arguments/cog", "arguments/copy-to", "arguments/crop", "arguments/debug", "arguments/dem-decimation", "arguments/dem-euclidean-map", "arguments/dem-gapfill-steps", "arguments/dem-resolution", "arguments/depthmap-resolution", "arguments/dsm", "arguments/dtm", "arguments/end-with", "arguments/fast-orthophoto", "arguments/feature-quality", "arguments/feature-type", "arguments/force-gps", "arguments/gcp", "arguments/geo", "arguments/gltf", "arguments/gps-accuracy", "arguments/help", "arguments/ignore-gsd", "arguments/matcher-neighbors", "arguments/matcher-type", "arguments/max-concurrency", "arguments/merge", "arguments/mesh-octree-depth", "arguments/mesh-size", "arguments/min-num-features", "arguments/name", "arguments/no-gpu", "arguments/optimize-disk-space", "arguments/orthophoto-compression", "arguments/orthophoto-cutline", "arguments/orthophoto-kmz", "arguments/orthophoto-no-tiled", "arguments/orthophoto-png", "arguments/orthophoto-resolution", "arguments/pc-classify", "arguments/pc-copc", "arguments/pc-csv", "arguments/pc-ept", "arguments/pc-filter", "arguments/pc-geometric", "arguments/pc-las", "arguments/pc-quality", "arguments/pc-rectify", "arguments/pc-sample", "arguments/pc-skip-geometric", "arguments/pc-tile", "arguments/primary-band", "arguments/project-path", "arguments/radiometric-calibration", "arguments/rerun", "arguments/rerun-all", "arguments/rerun-from", "arguments/resize-to", "arguments/rolling-shutter", "arguments/rolling-shutter-readout", "arguments/sfm-algorithm", "arguments/skip-3dmodel", "arguments/skip-band-alignment", "arguments/skip-orthophoto", "arguments/skip-report", "arguments/sky-removal", "arguments/sm-cluster", "arguments/sm-no-align", "arguments/smrf-scalar", "arguments/smrf-slope", "arguments/smrf-threshold", "arguments/smrf-window", "arguments/split", "arguments/split-image-groups", "arguments/split-overlap", "arguments/texturing-data-term", "arguments/texturing-keep-unseen-faces", "arguments/texturing-outlier-removal-type", "arguments/texturing-single-material", "arguments/texturing-skip-global-seam-leveling", "arguments/texturing-skip-local-seam-leveling", "arguments/texturing-tone-mapping", "arguments/tiles", "arguments/time", "arguments/use-3dmesh", "arguments/use-exif", "arguments/use-fixed-camera-params", "arguments/use-hybrid-bundle-adjustment", "arguments/verbose", "arguments/version", "arguments/video-limit", "arguments/video-resolution", "contributing", "faq", "flying", "gcp", "geo", "index", "installation", "large", "map-accuracy", "masks", "multispectral", "outputs", "requesting-features", "resources", "thermal", "tutorials"], "filenames": ["align.rst", "arguments.rst", "arguments/3d-tiles.rst", "arguments/align.rst", "arguments/auto-boundary.rst", "arguments/auto-boundary-distance.rst", "arguments/bg-removal.rst", "arguments/boundary.rst", "arguments/build-overviews.rst", "arguments/camera-lens.rst", "arguments/cameras.rst", "arguments/cog.rst", "arguments/copy-to.rst", "arguments/crop.rst", "arguments/debug.rst", "arguments/dem-decimation.rst", "arguments/dem-euclidean-map.rst", "arguments/dem-gapfill-steps.rst", "arguments/dem-resolution.rst", "arguments/depthmap-resolution.rst", "arguments/dsm.rst", "arguments/dtm.rst", "arguments/end-with.rst", "arguments/fast-orthophoto.rst", "arguments/feature-quality.rst", "arguments/feature-type.rst", "arguments/force-gps.rst", "arguments/gcp.rst", "arguments/geo.rst", "arguments/gltf.rst", "arguments/gps-accuracy.rst", "arguments/help.rst", "arguments/ignore-gsd.rst", "arguments/matcher-neighbors.rst", "arguments/matcher-type.rst", "arguments/max-concurrency.rst", "arguments/merge.rst", "arguments/mesh-octree-depth.rst", "arguments/mesh-size.rst", "arguments/min-num-features.rst", "arguments/name.rst", "arguments/no-gpu.rst", "arguments/optimize-disk-space.rst", "arguments/orthophoto-compression.rst", "arguments/orthophoto-cutline.rst", "arguments/orthophoto-kmz.rst", "arguments/orthophoto-no-tiled.rst", "arguments/orthophoto-png.rst", "arguments/orthophoto-resolution.rst", "arguments/pc-classify.rst", "arguments/pc-copc.rst", "arguments/pc-csv.rst", "arguments/pc-ept.rst", "arguments/pc-filter.rst", "arguments/pc-geometric.rst", "arguments/pc-las.rst", "arguments/pc-quality.rst", "arguments/pc-rectify.rst", "arguments/pc-sample.rst", "arguments/pc-skip-geometric.rst", "arguments/pc-tile.rst", "arguments/primary-band.rst", "arguments/project-path.rst", "arguments/radiometric-calibration.rst", "arguments/rerun.rst", "arguments/rerun-all.rst", "arguments/rerun-from.rst", "arguments/resize-to.rst", "arguments/rolling-shutter.rst", "arguments/rolling-shutter-readout.rst", "arguments/sfm-algorithm.rst", "arguments/skip-3dmodel.rst", "arguments/skip-band-alignment.rst", "arguments/skip-orthophoto.rst", "arguments/skip-report.rst", "arguments/sky-removal.rst", "arguments/sm-cluster.rst", "arguments/sm-no-align.rst", "arguments/smrf-scalar.rst", "arguments/smrf-slope.rst", "arguments/smrf-threshold.rst", "arguments/smrf-window.rst", "arguments/split.rst", "arguments/split-image-groups.rst", "arguments/split-overlap.rst", "arguments/texturing-data-term.rst", "arguments/texturing-keep-unseen-faces.rst", "arguments/texturing-outlier-removal-type.rst", "arguments/texturing-single-material.rst", "arguments/texturing-skip-global-seam-leveling.rst", "arguments/texturing-skip-local-seam-leveling.rst", "arguments/texturing-tone-mapping.rst", "arguments/tiles.rst", "arguments/time.rst", "arguments/use-3dmesh.rst", "arguments/use-exif.rst", "arguments/use-fixed-camera-params.rst", "arguments/use-hybrid-bundle-adjustment.rst", "arguments/verbose.rst", "arguments/version.rst", "arguments/video-limit.rst", "arguments/video-resolution.rst", "contributing.rst", "faq.rst", "flying.rst", "gcp.rst", "geo.rst", "index.rst", "installation.rst", "large.rst", "map-accuracy.rst", "masks.rst", "multispectral.rst", "outputs.rst", "requesting-features.rst", "resources.rst", "thermal.rst", "tutorials.rst"], "titles": ["Alignment Files", "Mga Opsyon at Tanda", "3d-tiles", "align", "auto-boundary", "auto-boundary-distance", "bg-removal", "boundary", "build-overviews", "camera-lens", "cameras", "cog", "copy-to", "crop", "debug", "dem-decimation", "dem-euclidean-map", "dem-gapfill-steps", "dem-resolution", "depthmap-resolution", "dsm", "dtm", "end-with", "fast-orthophoto", "feature-quality", "feature-type", "force-gps", "gcp", "geo", "gltf", "gps-accuracy", "help", "ignore-gsd", "matcher-neighbors", "matcher-type", "max-concurrency", "merge", "mesh-octree-depth", "mesh-size", "min-num-features", "name", "no-gpu", "optimize-disk-space", "orthophoto-compression", "orthophoto-cutline", "orthophoto-kmz", "orthophoto-no-tiled", "orthophoto-png", "orthophoto-resolution", "pc-classify", "pc-copc", "pc-csv", "pc-ept", "pc-filter", "pc-geometric", "pc-las", "pc-quality", "pc-rectify", "pc-sample", "pc-skip-geometric", "pc-tile", "primary-band", "project-path", "radiometric-calibration", "rerun", "rerun-all", "rerun-from", "resize-to", "rolling-shutter", "rolling-shutter-readout", "sfm-algorithm", "skip-3dmodel", "skip-band-alignment", "skip-orthophoto", "skip-report", "sky-removal", "sm-cluster", "sm-no-align", "smrf-scalar", "smrf-slope", "smrf-threshold", "smrf-window", "split", "split-image-groups", "split-overlap", "texturing-data-term", "texturing-keep-unseen-faces", "texturing-outlier-removal-type", "texturing-single-material", "texturing-skip-global-seam-leveling", "texturing-skip-local-seam-leveling", "texturing-tone-mapping", "tiles", "time", "use-3dmesh", "use-exif", "use-fixed-camera-params", "use-hybrid-bundle-adjustment", "verbose", "version", "video-limit", "video-resolution", "Paano makadaragdag", "Frequently Asked Questions", "Mga Paalala sa Pagpapalipad", "Ground Control Points", "Image Geolocation Files", "Malugod na pagtanggap mula sa OpenDroneMap's Documentation", "Instalasyon at Paano Simulan", "Splitting Large Datasets", "Kawastuan ng Mapa", "Gamit ang Image Masks", "Multispectral Support", "OpenDroneMap Outputs", "Paano Magrequest ng Features", "Karagdagang Sanggunian", "Thermal Support", "Mga Tutoryal"], "terms": {"georeferenc": [0, 1, 27, 28, 50, 51, 52, 55, 95, 105, 109, 113], "default": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 105, 106, 108, 117], "i": [0, 1, 8, 9, 11, 15, 18, 26, 32, 34, 35, 40, 48, 61, 63, 77, 84, 94, 102, 104, 105, 106, 107, 109, 111, 112, 113, 114, 115, 116], "done": [0, 1, 84, 114, 117], "us": [0, 1, 6, 10, 13, 15, 16, 17, 20, 21, 26, 27, 28, 30, 35, 37, 39, 41, 43, 44, 57, 58, 61, 67, 69, 72, 75, 77, 83, 89, 105, 107, 108, 109, 110, 112, 113, 116], "gp": [0, 1, 33, 70, 77, 105, 106, 107, 110], "gcp": [0, 1, 26, 95, 107, 109, 110], "provid": [0, 1, 7, 94, 117], "start": [0, 1, 17, 102, 108, 117], "from": [0, 1, 4, 7, 9, 10, 11, 16, 23, 42, 53, 70, 100, 107, 108, 112, 115, 116, 117], "odm": [0, 1, 72, 102, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116], "3": [0, 1, 13, 17, 102, 105, 107, 109, 110, 117], "0": [0, 1, 5, 13, 17, 28, 33, 48, 53, 58, 69, 79, 80, 81, 100, 103, 105, 106, 108, 109, 111, 112, 117], "2": [0, 1, 35, 53, 94, 102, 105, 106, 107, 109, 110, 111, 115, 117], "peopl": 0, "can": [0, 1, 4, 7, 9, 10, 11, 16, 28, 30, 32, 34, 39, 44, 49, 54, 58, 61, 68, 70, 71, 73, 74, 91, 96, 102, 107, 108, 109, 114, 115, 116, 117], "suppli": 0, "refer": [0, 8, 107, 109, 117], "georefer": 0, "program": [0, 1, 8, 11, 103, 111, 117], "output": [0, 1, 2, 3, 7, 12, 13, 17, 32, 36, 38, 49, 58, 101, 107, 108, 109, 117], "The": [0, 1, 4, 7, 8, 9, 11, 16, 27, 28, 35, 38, 83, 101, 105, 107, 108, 112, 113, 115, 117], "reconstruct": [0, 1, 3, 4, 7, 9, 23, 26, 30, 37, 39, 61, 97, 110, 111, 113], "initi": [0, 117], "perform": [0, 1, 8, 33, 57, 63, 108, 117], "subsequ": [0, 105], "model": [0, 1, 20, 21, 23, 29, 71, 107, 109], "via": [0, 1, 9, 11, 63, 109, 117], "linear": [0, 117], "scale": [0, 7, 109, 110], "rotat": [0, 117], "shift": [0, 108], "oper": [0, 117], "If": [0, 1, 7, 23, 26, 28, 30, 68, 72, 107, 114, 117], "you": [0, 1, 4, 7, 9, 23, 26, 28, 30, 45, 46, 47, 49, 60, 61, 63, 68, 71, 73, 74, 95, 107, 108, 114, 116, 117], "call": 0, "laz": [0, 1, 3, 113], "la": [0, 1, 3, 107, 117], "tif": [0, 111, 112, 113, 117], "singl": [0, 1, 7, 29, 58, 107, 117], "band": [0, 1, 107, 112, 117], "geotiff": [0, 1, 3, 8, 46, 107, 113], "dem": [0, 1, 3, 20, 21, 36, 49, 71, 73, 92, 107, 109, 117], "automat": [0, 1, 3, 4, 5, 6, 9, 13, 30, 72, 75, 105, 117], "detect": [0, 9, 117], "attempt": 0, "thi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "ha": [0, 1, 7, 8, 11, 61, 68, 116, 117], "anoth": [0, 1, 9, 10, 103, 117], "name": [0, 1, 7, 61, 102, 105, 107, 109, 112, 117], "specifi": [0, 1, 5, 7, 9, 10, 61, 105, 106, 108, 117], "path": [0, 1, 3, 7, 10, 12, 27, 28, 83, 102, 107, 108, 109, 117], "must": [0, 11], "creat": [0, 1, 8, 11, 13, 107, 108, 109, 112, 117], "base": [0, 1, 4, 33, 105, 106, 108, 109, 117], "your": [0, 1, 7, 9, 30, 60, 62, 69, 107, 108, 114, 117], "project": [0, 1, 9, 40, 102, 104, 105, 106, 107, 108, 109, 110, 113], "folder": [0, 1, 12, 40, 62, 105, 106, 108, 109, 112, 117], "learn": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "edit": [0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "help": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "improv": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "page": [0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "3d": [1, 4, 23, 71, 73, 85, 94, 104, 107, 109], "tile": [1, 8, 11, 52, 105, 107, 117], "gener": [1, 2, 7, 8, 11, 15, 17, 23, 24, 29, 44, 45, 47, 56, 57, 70, 71, 73, 74, 88, 92, 93, 108, 112, 116, 117], "ogc": [1, 2], "fals": [1, 2, 6, 14, 16, 20, 21, 23, 26, 29, 32, 41, 42, 44, 45, 46, 47, 49, 50, 51, 52, 54, 55, 57, 59, 60, 68, 71, 72, 73, 74, 75, 77, 86, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 107, 117], "align": [1, 107], "string": [1, 3, 7, 9, 10, 27, 28, 61, 76, 83, 105, 106], "point": [1, 3, 9, 15, 19, 27, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 107, 108, 109, 110, 115], "cloud": [1, 3, 4, 9, 19, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 107, 109, 110, 117], "should": [1, 3, 7, 9, 11, 62, 63, 82, 83, 108, 112, 114, 117], "experiment": [1, 3, 6, 60, 63, 75], "none": [1, 3, 4, 7, 8, 9, 11, 27, 28, 43, 63, 76, 83, 87, 91, 117], "auto": [1, 7, 61, 107, 112, 117], "boundari": [1, 13, 107, 112, 117], "set": [1, 4, 5, 9, 17, 19, 24, 28, 30, 33, 43, 45, 46, 47, 53, 56, 58, 60, 63, 67, 69, 100, 103, 105, 106, 107, 108, 109, 112, 113, 114, 117], "camera": [1, 4, 5, 28, 63, 68, 69, 70, 86, 103, 104, 105, 106, 107, 110, 112, 113, 114, 116], "shot": [1, 4, 5, 111, 112], "locat": [1, 4, 5, 7, 105, 108, 117], "limit": [1, 4, 7, 58, 107, 117], "area": [1, 4, 7, 16, 17, 30, 39, 44, 85, 94, 105, 111, 117], "remov": [1, 4, 18, 48, 53, 58, 107, 109, 117], "far": [1, 4], "awai": [1, 4], "background": [1, 4, 6, 107, 108, 115], "artifact": [1, 4, 9, 117], "sky": [1, 4, 107], "landscap": [1, 4], "etc": [1, 4, 8, 9, 11, 102, 108, 109, 115], "see": [1, 4, 7, 9, 68, 103, 104, 108], "also": [1, 4, 7, 18, 39, 48, 68, 103, 107, 108, 114, 116, 117], "distanc": [1, 16, 17, 18, 32, 48, 105, 107, 117], "posit": [1, 5, 13, 15, 17, 19, 30, 33, 35, 38, 53, 58, 69, 70, 78, 79, 80, 81, 82, 84, 100, 101, 110, 113, 117], "float": [1, 5, 13, 18, 19, 30, 48, 53, 58, 78, 79, 80, 81], "between": [1, 5, 7, 39, 84, 117], "outer": [1, 5], "edg": [1, 5, 9, 44], "when": [1, 5, 32, 61, 63, 72, 82, 85, 89, 96, 103, 107, 117], "comput": [1, 5, 6, 10, 16, 19, 25, 54, 59, 63, 75, 94, 107, 108, 117], "choos": [1, 5, 7, 8, 9, 25, 36, 61, 70, 85, 104], "valu": [1, 5, 9, 16, 18, 19, 28, 30, 37, 48, 63, 69, 82, 105, 106, 113, 117], "bg": [1, 107], "imag": [1, 6, 13, 19, 26, 28, 30, 32, 33, 35, 39, 62, 63, 67, 68, 70, 72, 75, 82, 84, 85, 89, 96, 97, 103, 105, 107, 110, 112, 113, 114, 116], "mask": [1, 4, 6, 75, 107, 113, 117], "ai": [1, 6, 75, 102, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115], "json": [1, 7, 10, 109, 113, 117], "geojson": [1, 107, 117], "polygon": [1, 44, 107, 117], "either": [1, 7, 8, 10], "file": [1, 7, 8, 10, 11, 27, 28, 29, 42, 83, 88, 93, 95, 100, 103, 107, 108, 109, 111, 112, 113, 117], "repres": [1, 7, 10, 117], "content": [1, 7, 10], "build": [1, 20, 21, 107, 108, 117], "overview": [1, 11, 107, 117], "orthophoto": [1, 8, 36, 67, 71, 92, 94, 107, 109, 112, 116], "faster": [1, 8, 32, 34, 70, 94], "displai": [1, 8, 11, 99, 105, 117], "qgi": [1, 8, 11, 107, 112, 113, 117], "len": [1, 104, 107], "perspect": [1, 107], "brown": [1, 107], "fishey": [1, 107], "fisheye_opencv": [1, 9], "spheric": [1, 107], "equirectangular": [1, 9], "dual": [1, 9], "type": [1, 4, 8, 9, 11, 105, 107, 108, 110, 117], "manual": [1, 30, 107], "geometr": [1, 9, 107], "undistort": [1, 9, 113], "By": [1, 4, 9, 36, 106, 117], "applic": [1, 9, 11, 107, 108, 114], "tri": [1, 9, 103], "determin": [1, 9, 117], "metadata": [1, 9, 113], "paramet": [1, 4, 7, 8, 9, 10, 11, 20, 21, 45, 46, 47, 49, 78, 79, 80, 81, 96, 107, 108, 112, 116], "dataset": [1, 4, 7, 10, 13, 15, 22, 36, 40, 42, 59, 61, 62, 64, 66, 70, 72, 77, 82, 97, 102, 107, 110, 112, 114, 116, 117], "instead": [1, 10, 11, 67, 69, 88, 94, 95, 108, 114], "calcul": [1, 10, 19], "them": [1, 7, 10, 28, 107], "cog": [1, 107], "optim": [1, 8, 50, 96, 107, 110, 117], "normal": [1, 4, 11, 89, 107, 112, 117], "copi": [1, 7, 8, 102, 107, 117], "result": [1, 12, 15, 32, 54, 65, 68, 70, 71, 73, 94, 96, 108, 112, 117], "after": [1, 7, 12, 84, 107, 108, 112], "process": [1, 4, 7, 12, 22, 32, 35, 39, 42, 54, 56, 61, 63, 65, 66, 72, 89, 100, 107, 108, 109, 112, 116], "crop": [1, 7, 44, 107, 113, 117], "smooth": [1, 13, 117], "buffer": [1, 4, 8, 13], "around": [1, 13, 44, 58, 117], "shrunk": [1, 13], "n": [1, 13, 17, 53, 58, 105, 106, 109, 110, 117], "meter": [1, 13, 28, 30, 58, 80, 81, 105, 106, 110, 117], "disabl": [1, 13, 17, 53, 58, 59, 67, 108, 113, 117], "decim": [1, 107], "integ": [1, 15, 17, 33, 35, 37, 38, 39, 67, 69, 82, 84, 100, 101], "befor": [1, 15, 16], "1": [1, 7, 15, 37, 67, 78, 102, 105, 106, 107, 109, 110, 113, 117], "full": [1, 4, 7, 8, 15, 23, 71, 94, 103, 117], "qualiti": [1, 15, 19, 32, 60, 67, 103, 107, 117], "100": [1, 15, 97, 108, 109], "99": [1, 15, 108], "speed": [1, 8, 15, 97, 110, 117], "up": [1, 7, 15, 56, 97, 107, 108, 109, 112], "veri": [1, 9, 15, 34, 77, 97, 114], "larg": [1, 4, 7, 9, 15, 30, 60, 77, 82, 97, 107, 117], "euclidean": [1, 107], "map": [1, 7, 8, 11, 104, 105, 107, 117], "an": [1, 8, 16, 23, 32, 42, 62, 102, 103, 107, 110, 111, 112, 114, 117], "raster": [1, 8, 11, 16, 113, 117], "each": [1, 16, 56, 62, 72, 82, 85, 110, 117], "report": [1, 16, 107], "cell": [1, 16], "nearest": [1, 16, 17, 33, 34], "nodata": [1, 16], "ani": [1, 4, 7, 16, 86, 113], "hole": [1, 16], "fill": [1, 7, 16, 17, 57], "take": [1, 8, 11, 16, 19, 24, 56, 63, 117], "place": [1, 11, 16, 107, 112, 117], "isol": [1, 16, 117], "have": [1, 4, 7, 9, 16, 26, 28, 42, 60, 62, 72, 82, 88, 95, 103, 117], "been": [1, 7, 9, 16, 72, 103, 116, 117], "gapfil": [1, 107, 117], "step": [1, 36, 56, 102, 107], "number": [1, 7, 17, 35, 39, 63, 82, 99, 100, 108, 109, 117], "gap": [1, 17, 57], "radiu": [1, 17, 58, 81, 84, 117], "equal": [1, 17], "resolut": [1, 8, 17, 32, 35, 58, 67, 107, 117], "differ": [1, 7, 9, 17, 103, 117], "ar": [1, 7, 17, 26, 30, 36, 37, 63, 69, 70, 72, 82, 84, 86, 92, 96, 107, 108, 109, 110, 113, 117], "progress": [1, 7, 17, 20], "bigger": [1, 17], "invers": [1, 17], "weight": [1, 17], "idw": [1, 17], "algorithm": [1, 17, 25, 34, 107, 109], "merg": [1, 17, 22, 64, 66, 76, 77, 107, 113, 117], "togeth": [1, 17, 107, 114], "remain": [1, 17, 117], "neighbor": [1, 17, 34, 84, 107], "interpol": [1, 17, 117], "dsm": [1, 18, 107, 117], "dtm": [1, 18, 57, 107, 117], "cm": [1, 18, 48, 117], "pixel": [1, 18, 48, 101, 105, 117], "note": [1, 11, 18, 48, 69], "cap": [1, 18, 32, 48], "2x": [1, 18], "ground": [1, 18, 20, 21, 27, 32, 48, 57, 107, 110, 113, 115, 117], "sampl": [1, 18, 32, 48, 105, 107], "gsd": [1, 4, 18, 48, 107, 110, 117], "estim": [1, 18, 32, 48, 59], "To": [1, 18, 48, 107, 114, 117], "check": [1, 18, 20, 21, 48, 107], "ignor": [1, 18, 48, 107, 117], "5": [1, 18, 48, 53, 80, 105, 109, 110, 117], "tag": [1, 20, 21, 30, 63, 95, 105], "digit": [1, 20, 21, 63, 107, 109, 113], "surfac": [1, 20, 113, 117], "object": [1, 20, 105, 117], "morpholog": [1, 20, 21, 78, 79, 80, 81, 117], "filter": [1, 4, 20, 21, 58, 78, 79, 80, 81, 107, 117], "finer": [1, 20, 21], "tune": [1, 20, 21], "terrain": [1, 9, 21, 110, 113, 117], "onli": [1, 7, 9, 21, 58, 64, 67, 70, 71, 73, 102, 117], "simpl": [1, 7, 21, 78, 79, 80, 81, 105, 106, 117], "smrf": [1, 21, 107, 117], "end": [1, 107, 117], "split": [1, 22, 36, 60, 64, 66, 76, 77, 107, 117], "opensfm": [1, 9, 22, 64, 66, 109, 113, 117], "openmv": [1, 22, 64, 66], "odm_filterpoint": [1, 22, 64, 66], "odm_mesh": [1, 22, 64, 66, 113], "mvs_textur": [1, 22, 64, 66], "odm_georeferenc": [1, 22, 64, 66, 112, 113, 117], "odm_dem": [1, 22, 64, 66, 113], "odm_orthophoto": [1, 22, 64, 66, 112, 113, 117], "odm_report": [1, 22, 64, 66, 112], "odm_postprocess": [1, 22, 64, 66], "stage": [1, 22, 42, 64, 66], "fast": [1, 7, 34, 103, 107], "skip": [1, 23, 77, 107], "dens": [1, 23, 113], "It": [1, 7, 23, 61, 103, 117], "directli": [1, 23], "spars": [1, 4, 23], "just": [1, 7, 23, 103, 117], "need": [1, 7, 23, 27, 28, 60, 71, 73, 74, 83, 107, 114, 117], "do": [1, 7, 23, 41, 107, 110, 114, 117], "turn": [1, 23, 60, 68, 91, 96, 117], "option": [1, 3, 4, 5, 9, 10, 12, 13, 15, 17, 18, 19, 22, 23, 24, 25, 27, 28, 30, 33, 34, 35, 36, 37, 38, 39, 40, 43, 48, 49, 53, 56, 58, 61, 62, 63, 64, 66, 67, 68, 69, 70, 72, 76, 78, 79, 80, 81, 82, 83, 84, 85, 87, 91, 94, 100, 101, 102, 105, 106, 107, 108, 109, 117], "featur": [1, 4, 11, 44, 67, 85, 107, 108, 113, 117], "ultra": [1, 24, 56, 60, 117], "high": [1, 24, 26, 30, 56, 60, 105, 117], "medium": [1, 7, 8, 11, 24, 56], "low": [1, 4, 7, 9, 24, 56, 107, 110], "lowest": [1, 24, 56, 117], "extract": [1, 24, 25, 39, 67, 100, 101, 117], "higher": [1, 19, 24, 56], "better": [1, 24, 32, 56, 70, 116, 117], "requir": [1, 7, 24, 35, 56, 103, 104, 105, 107, 109, 117], "more": [1, 4, 7, 9, 11, 24, 34, 37, 39, 53, 56, 107, 114, 117], "memori": [1, 4, 24, 32, 35, 56, 60, 107, 109, 117], "longer": [1, 19, 24, 56], "akaz": [1, 25], "hahog": [1, 25], "orb": [1, 25], "sift": [1, 25], "keypoint": [1, 25], "descriptor": [1, 25], "forc": [1, 9, 105, 107], "exif": [1, 26, 33, 63, 105, 107, 109], "data": [1, 7, 8, 11, 26, 33, 89, 104, 106, 107, 108, 109, 110, 113, 116], "even": [1, 26, 41], "present": [1, 26, 69, 112], "flag": [1, 26, 59, 108, 117], "precis": [1, 26, 30, 105, 110], "measur": [1, 26, 107], "doe": [1, 4, 8, 11, 26, 67, 117], "noth": [1, 7, 26], "contain": [1, 27, 28, 62, 108, 117], "control": [1, 19, 27, 30, 49, 83, 107, 110, 115, 117], "follow": [1, 9, 27, 28, 83, 102, 108, 112, 116, 117], "format": [1, 7, 11, 27, 28, 50, 51, 52, 55, 83, 106, 107, 111, 113, 115], "epsg": [1, 7, 27, 28, 105, 106], "code": [1, 27, 28, 40, 102, 105, 106, 109, 112, 113, 114, 117], "proj": [1, 27, 28, 105, 106], "definit": [1, 27, 28], "geo_x": [1, 27, 28, 105, 106], "geo_i": [1, 27, 28, 105, 106], "geo_z": [1, 27, 28, 105, 106], "im_x": [1, 27, 105], "im_i": [1, 27, 105], "image_nam": [1, 27, 28, 83, 105, 106], "gcp_name": [1, 27, 105], "extra1": [1, 27, 105], "extra2": [1, 27, 105], "geo": [1, 105, 106, 107], "geoloc": [1, 28, 107], "center": [1, 28], "coordin": [1, 7, 28, 105, 106, 113, 117], "don": [1, 28, 42, 74, 108], "t": [1, 28, 42, 60, 74, 102, 107, 108, 110, 112, 113, 114, 115], "yaw": [1, 28, 106], "pitch": [1, 28, 106], "roll": [1, 28, 96, 106, 107, 110], "degre": [1, 28, 106, 117], "horz": [1, 28, 106], "accuraci": [1, 28, 54, 59, 68, 106, 107], "vert": [1, 28, 106], "gltf": [1, 107], "binari": [1, 29, 108], "glb": [1, 29], "textur": [1, 29, 107, 109, 115], "dilut": [1, 30], "dop": [1, 30], "inform": [1, 7, 11, 30, 95, 102, 103, 109, 115, 117], "all": [1, 7, 9, 11, 30, 36, 63, 69, 89, 102, 107, 108, 109, 112, 117], "rtk": [1, 30, 105, 106, 110], "accordingli": [1, 30], "case": [1, 8, 9, 11, 30, 117], "fail": [1, 9, 30], "lower": [1, 8, 30, 32], "sometim": [1, 8, 30, 32, 34, 96, 117], "bowl": [1, 9, 30, 96, 109, 117], "effect": [1, 30, 109, 114], "over": [1, 9, 30, 79, 109, 113], "10": [1, 30, 103, 105, 106, 108, 110, 117], "show": [1, 4, 7, 9, 11, 31, 109, 117], "messag": [1, 14, 31, 98, 117], "exit": [1, 31, 99, 117], "maximum": [1, 32, 35, 38, 100, 101], "resiz": [1, 32, 103, 107], "necessari": [1, 32, 103, 114, 117], "usag": [1, 7, 32, 42, 60, 107, 117], "sinc": [1, 32, 103], "slightli": [1, 32, 117], "matcher": [1, 107, 117], "match": [1, 7, 8, 33, 34, 39, 113], "triangul": [1, 33, 70, 117], "bow": [1, 34], "bruteforc": [1, 34], "flann": [1, 34, 117], "librari": [1, 34], "approxim": [1, 34], "bag": [1, 34], "word": [1, 4, 34], "slower": [1, 34, 103], "stabl": [1, 34, 102, 108, 117], "miss": [1, 34, 105, 108, 115], "valid": [1, 7, 34, 109, 117], "slow": [1, 34, 39], "robust": [1, 9, 34], "max": [1, 9, 107, 117], "concurr": [1, 107, 108, 117], "variou": [1, 7, 9, 11, 35, 108], "peak": [1, 35], "1gb": [1, 35], "per": [1, 35, 39, 82], "thread": [1, 35], "megapixel": [1, 35], "4": [1, 35, 105, 107, 110, 112, 117], "pointcloud": [1, 36], "what": [1, 36, 107, 110, 114], "avail": [1, 36, 41, 42, 70, 103, 106, 108, 109, 117], "mesh": [1, 85, 86, 94, 107, 109, 113, 115, 117], "octre": [1, 107, 117], "depth": [1, 107, 117], "x": [1, 37, 105, 106, 108, 117], "14": [1, 37], "increas": [1, 8, 37, 54, 56, 117], "get": [1, 4, 37, 63, 108, 114, 117], "vertic": [1, 37, 107, 110, 117], "recommend": [1, 9, 37, 61, 107, 117], "8": [1, 11, 37, 105, 108, 110, 117], "12": [1, 37, 108, 110, 117], "11": [1, 37, 105, 110, 117], "size": [1, 8, 11, 107, 117], "vertex": [1, 7, 38], "count": [1, 38], "200000": [1, 38], "min": [1, 107, 117], "num": [1, 107, 117], "minimum": [1, 39, 105, 117], "find": [1, 7, 39, 109, 115, 117], "potenti": [1, 8, 39], "allow": [1, 7, 8, 11, 39, 42, 108, 117], "littl": [1, 39], "overlap": [1, 7, 39, 44, 105, 107, 109, 117], "insuffici": [1, 39], "down": [1, 39, 117], "10000": [1, 39, 117], "e": [1, 40, 105, 106, 109, 114, 117], "subfold": [1, 40, 62], "within": [1, 7, 40, 117], "gpu": [1, 4, 7, 8, 9, 11, 107, 108, 117], "acceler": [1, 41], "": [1, 7, 41, 61, 103, 105, 106, 108, 110, 114, 117], "disk": [1, 7, 11, 103, 107, 108, 117], "space": [1, 103, 105, 107, 108, 117], "delet": [1, 42, 65], "heavi": [1, 42], "intermedi": [1, 42], "affect": [1, 9, 42, 67], "abil": [1, 42], "restart": [1, 42, 108, 117], "pipelin": [1, 42, 65, 103, 109], "machin": [1, 42, 60, 102, 107, 109], "suffici": [1, 7, 42, 117], "compress": [1, 11, 107, 117], "jpeg": [1, 43, 117], "lzw": [1, 43], "packbit": [1, 43], "deflat": [1, 43, 117], "lzma": [1, 43], "cutlin": [1, 107, 117], "cut": [1, 44], "stitch": [1, 44, 107], "seamless": [1, 44], "mosaic": [1, 44], "multipl": [1, 44, 76, 88, 108, 112], "kmz": [1, 107, 117], "want": [1, 7, 8, 45, 46, 47, 95, 107], "googl": [1, 45], "earth": [1, 45, 114, 117], "render": [1, 8, 9, 45, 47], "stripe": [1, 11, 46], "png": [1, 107, 111, 113, 117], "pc": [1, 19, 107, 108, 117], "classifi": [1, 57, 107], "behavior": [1, 49, 102, 117], "tweak": [1, 49, 103], "copc": [1, 107], "save": [1, 8, 50, 71, 73, 74, 107, 108], "csv": [1, 105, 107, 113, 117], "export": [1, 51, 52, 55, 107, 117], "ept": [1, 107], "entwin": [1, 52], "deviat": [1, 53], "than": [1, 7, 11, 53, 84, 117], "standard": [1, 9, 53, 110, 117], "local": [1, 11, 53, 97, 107, 110, 117], "mean": [1, 4, 53, 57], "denser": [1, 19, 56], "time": [1, 4, 7, 8, 9, 11, 54, 56, 69, 71, 73, 74, 107, 108, 110, 114, 117], "roughli": [1, 56], "factor": [1, 8, 56, 110], "4x": [1, 56], "rectifi": [1, 107], "rectif": [1, 57], "wrongli": [1, 57], "re": [1, 57, 114], "keep": [1, 11, 58, 107], "duplic": [1, 58], "consist": [1, 54, 59, 117], "depthmap": [1, 54, 59, 60, 107, 113, 117], "mai": [1, 7, 9, 59, 102, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 117], "usabl": [1, 59], "larger": [1, 4, 7, 8, 59], "reduc": [1, 8, 60], "fusion": [1, 9, 60], "scene": [1, 9, 54, 60, 70, 107, 112], "doesn": [1, 60, 102], "much": [1, 4, 7, 11, 60, 70, 114], "ram": [1, 4, 7, 8, 9, 11, 60, 103, 117], "ve": [1, 60], "primari": [1, 7, 107], "multispectr": [1, 61, 63, 72, 107, 116], "which": [1, 9, 11, 61, 102, 116, 117], "sharp": [1, 61, 85, 105], "detail": [1, 61], "focu": [1, 61], "radiometr": [1, 89, 107, 112, 116], "calibr": [1, 104, 106, 107, 112, 116, 117], "sun": [1, 63, 110, 117], "thermal": [1, 63, 107], "obtain": [1, 63, 117], "reflect": [1, 63, 112], "temperatur": [1, 63, 116], "otherwis": [1, 7, 63, 117], "appli": [1, 7, 63, 108], "black": [1, 63, 111, 117], "level": [1, 11, 63, 107, 110, 117], "vignet": [1, 63], "row": [1, 63, 103], "gradient": [1, 63, 117], "gain": [1, 63], "exposur": [1, 63], "compens": [1, 63], "appropri": [1, 4, 63, 107], "found": [1, 63, 108, 109, 117], "absolut": [1, 63, 110], "correct": [1, 9, 63, 68, 112], "plu": [1, 63, 102], "spectral": [1, 63], "radianc": [1, 63], "regist": [1, 63], "downwel": [1, 63], "light": [1, 63, 107], "sensor": [1, 9, 63, 69, 104, 110, 112], "dl": [1, 63], "consider": [1, 63], "angl": [1, 7, 9, 63, 70, 117], "rerun": [1, 107], "stop": [1, 64, 108, 109, 114], "perman": [1, 65], "previou": [1, 65], "shutter": [1, 96, 107, 110], "were": [1, 68], "taken": [1, 9, 68, 96, 117], "motion": [1, 68, 70, 115], "readout": [1, 68, 107], "overrid": [1, 19, 69], "millisecond": [1, 69], "databas": [1, 9, 69], "sfm": [1, 107], "increment": [1, 70, 110], "planar": [1, 70, 94, 105], "structur": [1, 11, 70, 115, 117], "For": [1, 70, 103, 117], "aerial": [1, 70, 110], "captur": [1, 7, 70, 112, 116, 117], "fix": [1, 70, 107], "altitud": [1, 70, 110], "nadir": [1, 4, 70, 117], "3dmodel": [1, 107], "2d": [1, 8, 11, 71, 117], "postprocess": [1, 72], "alreadi": [1, 7, 72, 103], "pdf": [1, 74, 110, 117], "sm": [1, 107, 109], "cluster": [1, 82, 84, 107, 117], "url": [1, 76, 102], "clusterodm": [1, 76, 107], "instanc": [1, 7, 8, 76, 107, 109], "distribut": [1, 76, 103, 107, 117], "workflow": [1, 76, 109, 112], "node": [1, 76, 108, 109, 115, 117], "parallel": [1, 76, 108, 109], "submodel": [1, 77, 82, 84, 109], "good": [1, 4, 77, 112, 117], "enough": [1, 77], "scalar": [1, 107, 117], "elev": [1, 78, 80, 105, 107, 113], "25": [1, 78, 110], "slope": [1, 107, 117], "rise": [1, 79], "run": [1, 7, 79, 97, 107, 108, 109, 112, 117], "15": [1, 79, 103, 105, 117], "threshold": [1, 107, 117], "window": [1, 102, 103, 107, 117], "18": [1, 81, 108, 117], "averag": [1, 82, 110, 117], "smaller": [1, 4, 82], "group": [1, 82, 84, 107, 117], "regul": [1, 82], "999999": [1, 82], "how": [1, 9, 83, 107, 108, 110, 117], "group_namedefault": [1, 83], "closer": [1, 84], "ad": [1, 84, 97, 107, 108], "ensur": [1, 7, 84, 117], "150": [1, 84], "unseen": [1, 107], "face": [1, 107, 117], "seen": [1, 86], "materi": [1, 107, 117], "obj": [1, 88, 113], "ones": [1, 88], "global": [1, 97, 107, 110], "seam": [1, 107], "color": [1, 89, 90, 113, 117], "across": [1, 89], "blend": [1, 90], "static": [1, 92, 108, 109], "suitabl": [1, 92], "viewer": [1, 92, 107], "like": [1, 4, 7, 8, 92, 113, 117], "leaflet": [1, 92], "openlay": [1, 92], "3dmesh": [1, 107], "5d": [1, 94, 117], "bit": [1, 94], "similar": [1, 7, 9, 94, 109, 114], "param": [1, 107], "off": [1, 96, 107], "dure": [1, 96, 103, 117], "bundl": [1, 96, 107, 117], "adjust": [1, 7, 96, 107, 108, 117], "exhibit": [1, 96], "dome": [1, 96, 107], "hybrid": [1, 107, 117], "everi": [1, 8, 11, 97], "version": [1, 102, 107, 108, 109], "video": [1, 107], "frame": [1, 100, 101, 117], "500": [1, 100, 108, 117], "4000": [1, 101], "add": [1, 7, 103, 108, 109, 117], "command": [1, 102, 107, 108, 109, 112], "arguments_edit": 1, "debug": [1, 107, 117], "term": [1, 107, 117], "outlier": [1, 107], "tone": [1, 107], "verbos": [1, 107], "boolean": [4, 8, 11], "domain": [4, 7, 8, 9, 11], "resourc": [4, 7, 8, 9, 11, 107, 114, 117], "impact": [4, 7, 8, 9, 11, 107, 117], "cpu": [4, 7, 8, 9, 11, 107, 117], "hdd": [4, 7, 8, 9, 11], "seek": 4, "upon": 4, "k": 4, "convex": 4, "hull": 4, "20x": 4, "where": [4, 7, 103, 115, 117], "might": [4, 7, 114, 116], "possibli": 4, "consid": [4, 117], "due": [4, 7, 9, 11], "presenc": [4, 7, 11], "thei": [4, 116], "part": [4, 7, 109, 112, 116], "desir": [4, 117], "meaning": 4, "imageri": [4, 117], "without": [4, 7, 114, 117], "make": [4, 7, 103], "superflu": 4, "safe": [4, 7], "includ": [4, 7, 107, 117], "In": [4, 8, 9, 11, 103, 107, 117], "other": [4, 7, 9, 102, 107, 114, 116], "choic": [4, 7, 103], "most": [4, 11, 117], "prevent": [4, 117], "grow": 4, "needlessli": 4, "thing": [4, 108], "treelin": 4, "out": [4, 7, 107, 109, 113, 114, 117], "Of": [4, 7], "error": [4, 7, 108, 109, 110, 113, 117], "becom": 4, "less": [4, 110, 117], "decreas": 4, "being": [4, 8], "webodm": [4, 7, 8, 11, 105, 107, 109, 110, 114, 115], "view": [4, 7, 11, 107, 109, 115], "extent": [4, 7, 8, 117], "bound": [4, 7, 117], "recosntruct": [4, 7], "compar": [4, 7, 11, 110, 117], "abov": [4, 7, 11], "therefor": [4, 9], "visual": [4, 117], "argument": 7, "serv": [7, 11], "constrain": 7, "final": [7, 67, 103, 104], "product": 7, "box": [7, 105, 109, 117], "pass": 7, "specif": [7, 108, 115, 117], "subset": 7, "entir": [7, 117], "interest": [7, 117], "further": [7, 117], "given": [7, 11], "therebi": 7, "modifi": [7, 117], "concern": 7, "possibl": [7, 103, 116, 117], "One": [7, 8, 9], "function": [7, 117], "predefin": [7, 117], "aoi": [7, 117], "survei": [7, 105, 110, 117], "properti": [7, 8, 11, 117], "lot": [7, 103], "decid": 7, "20m": 7, "overfli": 7, "so": [7, 103, 108, 114, 116, 117], "clean": [7, 107], "right": [7, 104, 108, 114, 117], "howev": 7, "flight": [7, 107, 110], "height": [7, 107], "border": 7, "home": [7, 102, 108, 117], "represent": 7, "clip": [7, 107], "insid": [7, 108, 117], "focus": [7, 110], "beyond": 7, "http": [7, 11, 102, 104, 105, 108, 109, 110, 114, 115, 117], "quick": 7, "webapp": 7, "open": [7, 103, 105, 108, 112, 114], "link": [7, 117], "pan": 7, "zoom": [7, 117], "preview": [7, 8, 11], "select": [7, 107, 117], "draw": 7, "menu": [7, 108], "left": [7, 117], "click": [7, 108, 117], "mani": [7, 116], "close": [7, 108], "first": [7, 9, 102, 103, 108, 114, 117], "abl": [7, 9, 116, 117], "onc": [7, 117], "least": [7, 105], "three": [7, 117], "darker": 7, "impli": 7, "now": [7, 114, 117], "solid": 7, "look": [7, 108, 110, 117], "readi": 7, "browser": [7, 108], "prompt": [7, 108], "alert": 7, "altern": [7, 103], "past": [7, 102], "text": [7, 117], "panel": [7, 8, 11, 108], "header": [7, 105], "textual": 7, "featurecollect": 7, "77": 7, "04460859298706": 7, "38": 7, "88532071975074": 7, "04014539718628": 7, "8801593862463": 7, "03295707702637": 7, "88331636291941": 7, "03965187072754": 7, "887959703337145": 7, "chosen": 7, "access": [7, 11, 107, 108, 110], "later": 7, "icon": [7, 108, 117], "system": [7, 105, 108, 110], "clipboard": 7, "confirm": [7, 11], "its": [7, 9, 113, 117], "enabl": [7, 11, 108, 109, 112, 116, 117], "org": [7, 102, 104, 108, 110, 114, 115, 117], "en": 7, "site": [7, 110], "forus": 7, "html": 7, "free": [7, 103, 108, 114], "sourc": [7, 103, 108, 117], "geograph": [7, 117], "wai": [7, 108, 114, 117], "setup": [7, 117], "There": [7, 107], "numer": 7, "opendronemap": [7, 8, 102, 108, 109, 110, 112, 114, 115, 117], "design": 7, "work": [7, 114, 116], "leav": 7, "pictur": 7, "basemap": 7, "exactli": 7, "10m": 7, "method": [7, 87, 103, 117], "mind": [7, 11], "skew": 7, "registr": 7, "occur": 7, "tool": [7, 11, 107], "begin": 7, "finish": [7, 117], "canva": 7, "outlin": [7, 117], "indic": [7, 9, 11, 105], "accept": [7, 117], "write": [7, 109], "dialog": [7, 117], "bring": 7, "sub": [7, 110], "item": 7, "filenam": [7, 105, 106, 117], "written": 7, "cr": 7, "safest": 7, "4326": [7, 105, 106], "proivd": 7, "outsid": [7, 117], "pyramid": [8, 11, 117], "tradeoff": 8, "power": 8, "two": [8, 107, 117], "128x128": 8, "256x256": 8, "store": [8, 11, 103, 108], "intern": [8, 11], "extern": 8, "sidecar": 8, "alwai": [8, 103, 109, 117], "nearli": 8, "some": [8, 9, 102, 112, 114, 117], "few": [8, 117], "rel": [8, 110], "rare": [8, 9], "except": 8, "small": 8, "paramount": 8, "read": [8, 11, 114], "softwar": [8, 11, 102, 107, 108, 110, 111, 114, 115, 117], "support": [8, 107, 114], "closest": [8, 9], "signific": 8, "amount": 8, "retriev": [8, 9], "downscal": 8, "dynam": 8, "rapid": [8, 11], "navig": [8, 107, 108], "web": [8, 108, 109], "layer": [8, 11, 107, 113, 117], "demonstr": [8, 9, 102], "lack": [8, 11], "best": [9, 109, 117], "prefer": [9, 103, 108, 117], "wide": 9, "non": [9, 11, 103, 117], "legaci": [9, 11, 67], "360": [9, 117], "distort": [9, 104, 109], "optic": 9, "platform": [9, 102, 117], "record": 9, "our": [9, 104, 107], "These": 9, "essenti": 9, "proper": [9, 108], "current": 9, "gopro": 9, "insta360": 9, "kodak": 9, "pixpro": 9, "doubt": 9, "try": 9, "As": [9, 107, 114, 117], "prior": 9, "sever": [9, 103, 117], "introduc": 9, "wrong": 9, "well": [9, 11], "collect": [9, 117], "flat": 9, "homogenu": 9, "agricultur": 9, "field": [9, 105, 107, 108], "properli": [9, 117], "failur": 9, "often": 9, "advis": [9, 117], "hereaft": 11, "special": [11, 117], "formul": 11, "advantag": 11, "overivew": 11, "form": [11, 117], "becaus": 11, "attribut": 11, "go": [11, 114], "host": 11, "onlin": [11, 109], "getrang": 11, "request": [11, 107, 114], "capabl": [11, 117], "gi": [11, 110], "hold": 11, "whether": 11, "With": 11, "quickli": 11, "print": [11, 14, 98], "gdalinfo": 11, "conform": 11, "spec": [11, 117], "fact": 11, "78": 11, "mb": 11, "6": [11, 109, 110], "30": [11, 105, 110, 117], "below": 11, "layout": 11, "meet": 11, "densiti": [19, 117], "produc": [19, 117], "640": 19, "urban": [54, 117], "largest": [67, 85], "side": [67, 117], "purpos": [67, 106, 117], "origin": [67, 113, 117], "2048": 67, "gmi": 85, "triangl": 85, "priorit": 85, "those": [85, 108], "cover": 85, "gauss_clamp": 87, "gauss_damp": 87, "photometr": [87, 117], "gamma": 91, "one": [91, 107, 108, 117], "benchmark": 93, "runtim": [93, 117], "info": [93, 109, 117], "addit": [98, 102, 114, 117], "consol": [98, 108, 109, 117], "produkto": [102, 117], "kontribusyon": [102, 109], "isang": [102, 105, 108, 109, 110, 111, 112, 117], "grupo": [102, 109, 117], "na": [102, 104, 105, 106, 109, 111, 112, 113, 114, 115], "binubuo": 102, "tao": [102, 109, 114, 117], "maari": 102, "kang": [102, 109], "makaragdag": 102, "kontribusiyon": 102, "kahit": [102, 108, 109, 114, 117], "ikaw": [102, 105, 106, 107, 108, 109, 110, 114], "hindi": [102, 105, 106, 108, 109, 110, 111, 117], "ekspertong": 102, "programm": 102, "kung": [102, 105, 106, 107, 108, 109, 110, 112, 114, 115, 117], "indibidw": [102, 117], "gustong": [102, 105], "makatulong": 102, "nagkaroon": 102, "problema": [102, 117], "nangangailangan": [102, 108, 110, 114, 117], "tulong": [102, 114], "tugunan": 102, "ito": [102, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115], "commun": [102, 108, 110, 114, 115], "_": [102, 104, 108, 112, 114, 115, 117], "mabisang": 102, "sanggunian": [102, 104, 107], "maaar": [102, 105, 106, 109, 110, 111, 113, 117], "mahanap": 102, "sagot": [102, 114], "tanong": 102, "anumang": [102, 114, 117], "karagdagan": [102, 107], "impormasyon": [102, 105, 106, 109, 110, 115, 117], "gamit": [102, 105, 106, 107, 108, 112, 113, 117], "naman": [102, 105, 106, 108, 109, 110, 114, 117], "nai": [102, 105, 117], "ibahagi": 102, "dato": [102, 105, 110], "hinihikayat": 102, "namin": [102, 109, 114, 115, 117], "gamitin": [102, 105, 108, 109, 111, 113, 117], "platapormang": 102, "pagbahagi": 102, "karagdagang": [102, 104, 107], "kaalaman": [102, 104, 117], "upang": [102, 105, 108, 117], "iba": [102, 105, 107, 108, 110, 112, 113, 114, 117], "nawa": 102, "masulit": 102, "bago": [102, 105, 107, 109, 117], "magsumit": 102, "ating": [102, 112, 117], "itinutur": 102, "isyu": [102, 114], "github": [102, 105, 107, 108, 109, 114, 115, 117], "maaari": [102, 104, 105, 109, 112, 117], "lamang": [102, 104, 105, 106, 108, 109, 113, 117], "magbigai": 102, "ulat": 102, "imbakan": 102, "markahan": 102, "ilahad": 102, "kompleto": 102, "detaly": [102, 110], "masolusyonan": 102, "eksperto": [102, 117], "gumamit": [102, 105, 108, 111, 117], "klaro": 102, "detalyadong": 102, "deskripsyon": 102, "pamagat": 102, "mapadali": [102, 117], "pagresolba": 102, "isalaysai": 102, "buong": [102, 117], "pangyayari": 102, "nagsimula": 102, "siguraduhin": [102, 105, 108, 109, 117], "detalyado": 102, "pagsalaysai": 102, "halimbawa": [102, 105, 106, 108, 109, 110, 111, 117], "simulan": [102, 107, 114, 117], "kwento": 102, "sinisimulan": 102, "paggamit": [102, 104, 107, 108], "docker": [102, 103, 107, 108, 109, 112], "vagrant": 102, "anong": [102, 108, 117], "ginamit": [102, 113], "termin": [102, 108, 117], "kapag": [102, 108, 109, 110, 113, 117], "nagsalaysai": 102, "hakbang": [102, 108, 109, 117], "bigyang": [102, 108], "eksplanasyon": 102, "ginawa": [102, 105, 108, 117], "bawat": [102, 110, 112, 117], "masinsin": 102, "pano": 102, "isama": [102, 111], "kaw": 102, "papunta": [102, 117], "dokumento": [102, 107, 117], "o": [102, 105, 106, 107, 109, 110, 113, 114, 117], "proyektong": 102, "snippet": 102, "nailathalang": 102, "magpapasa": 102, "patungkol": [102, 115], "markdown": 102, "block": [102, 117], "naobserbahan": 102, "matapo": [102, 107, 108], "makumpleto": 102, "ituro": 102, "ano": [102, 107, 108, 109, 114], "mismo": 102, "nage": 102, "sanhi": 102, "kagawian": 102, "inaasahan": [102, 117], "makita": [102, 108, 109, 114, 117], "bakit": [102, 109], "magpasa": 102, "litrato": [102, 105, 111], "anim": [102, 117], "gif": 102, "pinapakitang": 102, "sinusundan": 102, "mo": [102, 105, 108, 109, 112, 117], "maresolba": 102, "mong": [102, 105, 108, 109, 117], "ma": [102, 105, 106, 107, 109, 110, 112, 113, 114, 115, 117], "itala": 102, "maco": [102, 107], "www": [102, 108, 110, 117], "cocko": 102, "com": [102, 105, 108, 109, 110, 115, 117], "licecap": 102, "pati": [102, 109], "rin": [102, 104, 108, 109, 110, 111, 117], "linux": [102, 103, 107, 113, 117], "pagsasagawa": 102, "paki": 102, "paskil": 102, "kumpletong": 102, "inyong": 102, "makina": 102, "pangalan": [102, 105, 106, 109, 117], "ari": 102, "kusang": 102, "lumaba": [102, 108], "tila": 102, "aksyon": 102, "ikwento": 102, "kuong": 102, "ginagawa": 102, "masira": 102, "panuto": 102, "baba": [102, 108], "iyong": [102, 105, 108, 114, 117], "pagsasaayo": 102, "kapaligiran": [102, 117], "bersiyon": [102, 108, 109, 117], "ginagamit": [102, 106, 109, 110, 117], "iyo": [102, 108], "ba": 102, "releas": [102, 103, 108], "tinatawag": [102, 105, 106, 108, 109, 117], "clone": [102, 108, 109], "master": [102, 115], "gumagamit": [102, 108, 109, 117], "pamamagitan": [102, 107, 108, 109, 111, 112, 117], "virtual": [102, 107, 117], "oo": 102, "vm": [102, 108], "bilang": [102, 104, 105, 106, 108, 109, 110, 112, 113, 114, 117], "bisita": 102, "short": 102, "descript": [102, 117], "problem": [102, 107], "here": [102, 113, 114, 117], "reproduct": 102, "second": [102, 108, 110, 117], "expect": [102, 107], "describ": 102, "observ": 102, "screenshot": 102, "enter": [102, 117], "happen": 102, "recent": 102, "didn": [102, 114], "older": 102, "ye": [102, 103, 117], "No": [102, 103, 112, 117], "reliabl": 102, "reproduc": 102, "randomli": 102, "larawan": 102, "pull": [102, 117], "hanggat": [102, 108], "sundan": [102, 108, 117], "pep8": 102, "python": [102, 108, 117], "style": 102, "guid": [102, 105, 107, 108, 110, 115], "tapusin": 102, "bagong": [102, 108, 109, 111], "linya": [102, 105, 106, 109, 117], "iwasan": 102, "depend": [102, 105, 117], "f": [102, 117], "gethomedirectori": 102, "makapunta": [102, 108], "directori": [102, 108, 112, 117], "join": 102, "pagsamasamahin": 102, "anh": 102, "tmpdir": 102, "imbi": 102, "tmp": 102, "tuw": 102, "kailangan": [102, 107, 109, 110, 114, 117], "reperensiya": 102, "pansamantalang": 102, "direktoryo": [102, 107], "return": 102, "pagkatapo": [102, 105, 117], "punsyon": 102, "null": [102, 107], "undefin": 102, "photogrammetr": 103, "orthorectifi": 103, "hugin": 103, "util": 103, "moment": 103, "under": [103, 108, 117], "sell": 103, "sure": 103, "compli": 103, "particular": [103, 107], "disclos": 103, "nope": 103, "sorri": 103, "bui": 103, "ultim": 103, "solut": [103, 117], "upload": 103, "configur": [103, 108, 109, 117], "swapfil": 103, "both": [103, 114, 117], "ssd": 103, "nvme": 103, "drive": [103, 117], "still": 103, "wsl2": 103, "wslconfig": 103, "microsoft": 103, "document": [103, 108, 115, 117], "advanc": [103, 108], "wsl": 103, "swap": [103, 108], "128gb": 103, "cours": 103, "c": [103, 109, 115], "temp": 103, "vhdx": 103, "partit": 103, "dedic": [103, 115, 117], "pleas": [103, 114, 117], "consult": 103, "search": [103, 108], "engin": [103, 108], "ang": [104, 105, 106, 107, 110, 112, 113, 114, 115], "humanitarian": 104, "openstreetmap": 104, "pangkat": [104, 109], "patnubai": 104, "tungkol": [104, 105, 115], "ng": [104, 106, 107, 108, 109, 111, 112, 115], "uav": [104, 110, 117], "guidelin": 104, "openaerialmap": 104, "pagpili": 104, "nararapat": 104, "05": [104, 109, 110], "tamang": [104, 117], "preparasiyon": 104, "para": [104, 106, 107, 108, 109, 110, 111, 112, 113, 114], "misyon": [104, 117], "nailahad": [104, 115], "nilalayon": 104, "drone": [104, 105, 110, 114, 117], "isla": 104, "ngunit": [104, 107, 110, 117], "magagamit": [104, 108, 109, 111, 115, 117], "pangkalahatan": [104, 110], "mapper": 104, "tingnan": 104, "din": [104, 108, 109, 110, 112, 117], "dronedeploi": [104, 110], "paggawa": [104, 105, 111, 113], "matagumpai": [104, 114], "mapa": [104, 107, 109], "nagbibigai": [104, 117], "pagpaplano": 104, "nga": [104, 114, 117], "challeng": 104, "accur": [104, 110, 112, 117], "section": [104, 115, 117], "doc": [104, 115, 117], "kapaki": 105, "pakinabang": 105, "pagwawasto": 105, "pagbaluktot": [105, 117], "pagtukoi": [105, 110], "malaman": [105, 114, 117], "pagsukat": [105, 110], "posisyon": [105, 110], "lupa": [105, 117], "karaniwang": [105, 117], "ginagamitan": 105, "mataa": [105, 107, 108, 109, 110], "katumpakan": 105, "toffanin": [105, 108], "2019": [105, 110, 117], "itakda": [105, 117], "istraktura": [105, 107], "tulad": [105, 106, 108, 111, 113], "sulok": 105, "simento": 105, "paradahan": 105, "sahig": 105, "nagsasalitan": 105, "kulai": 105, "man": [105, 108, 109], "maitatakda": 105, "target": [105, 108, 111], "nakalagai": [105, 110], "mabili": [105, 108, 109, 117], "gumawa": [105, 108, 109, 111, 117], "samut": 105, "sare": 105, "materyal": 105, "tuland": 105, "takip": 105, "timba": 105, "panatilih": 105, "nakikita": 105, "lahat": [105, 107, 108, 109, 112, 114], "lokasyon": [105, 107, 110, 113], "isaalang": 105, "alang": [105, 110], "inaasahang": 105, "pag": [105, 107, 108], "iilaw": 105, "halaman": 105, "gusali": [105, 117], "hadlang": 105, "kumuha": 105, "pantai": 105, "distribusyon": [105, 108], "loob": [105, 110, 114, 117], "proyekto": [105, 110, 111, 114, 117], "sinasakupan": 105, "mababa": [105, 110, 117], "pinakamaliit": 105, "pwede": [105, 108, 109, 111, 117], "karaniwan": [105, 109], "trabaho": [105, 117], "malalak": [105, 109, 117], "sapat": [105, 108, 117], "malapit": [105, 108], "kanto": 105, "gitna": 105, "habang": [105, 108, 109, 110, 112, 117], "isinasangalang": 105, "dapat": [105, 106, 107, 108, 109, 114, 115, 117], "malalaki": 105, "kesa": [105, 117], "footprint": [105, 110], "makakita": [105, 117], "mahigit": [105, 117], "imah": [105, 106, 108, 109, 110, 111, 112, 117], "masiguro": 105, "makikita": [105, 108, 109, 110, 117], "ihiwalai": 105, "mula": [105, 108, 111, 112, 113, 114, 117], "perimet": 105, "distansiya": [105, 110], "kaya": [105, 106, 108, 110, 114], "pagdagdag": [105, 109], "makakabawa": 105, "mapunta": 105, "unang": [105, 106, 109], "eto": 105, "matukoi": [105, 117], "g": [105, 106, 114, 117], "utm": [105, 106], "zone": [105, 106], "ellp": [105, 106], "wgs84": [105, 106], "datum": [105, 106], "unit": [105, 106, 110], "m": [105, 106], "no_def": [105, 106], "eg": [105, 106, 113], "16n": [105, 106], "line": [105, 107, 108, 109], "y": [105, 106, 108, 109], "z": [105, 106], "associ": [105, 113], "extra": [105, 106, 112], "hiwalai": [105, 117], "tab": [105, 108], "mase": 105, "nan": 105, "walang": [105, 106, 108, 117], "ika": 105, "7": [105, 108, 110, 117], "column": [105, 106], "madala": [105, 110, 117], "naglalaman": [105, 117], "label": [105, 106, 108, 117], "544256": 105, "5320919": 105, "9": [105, 110, 112], "3044": 105, "2622": 105, "img_0525": 105, "jpg": [105, 106, 109, 111, 112, 113], "544157": 105, "5320899": 105, "4193": 105, "1552": 105, "img_0585": 105, "544033": 105, "5320876": 105, "1606": 105, "2763": 105, "img_0690": 105, "nagsuppli": [105, 106], "madedetect": [105, 106], "ibang": [105, 106, 107, 108, 112, 113, 114, 117], "maspecifi": 105, "sukat": [105, 117], "kasama": [105, 106, 108, 109, 117], "itong": [105, 117], "post": [105, 108], "paglipad": [105, 117], "ngutin": 105, "meroon": 105, "facto": 105, "important": [105, 108, 110], "humanap": 105, "contrast": 105, "makakakita": 105, "objoect": 105, "corner": [105, 117], "magandang": [105, 108, 117], "ilagai": [105, 117], "hanapin": [105, 108, 109], "paligid": 105, "isu": 105, "gcp_list": [105, 113, 117], "txt": [105, 106, 109, 113, 117], "gawin": [105, 106, 108, 111, 114, 117], "resulta": [105, 108, 109, 110, 112, 117], "magkaroon": [105, 106, 117], "kada": [105, 108, 109, 110], "isa": [105, 108, 112, 114, 117], "dalawang": [105, 108, 109, 110, 114, 117], "load": [105, 107, 117], "dito": [105, 108, 109, 117], "mahahanap": 105, "demo": 105, "xyz": [105, 113, 117], "sumusunod": [105, 108, 109, 112, 113, 115, 117], "listahan": [105, 107, 111, 112, 117], "kasamang": 105, "proj4": 105, "ganito": [105, 108], "magig": 105, "itsura": 105, "37": [105, 117], "south": 105, "gcp01": 105, "529356": 105, "250827686": 105, "9251137": 105, "5643209": 105, "465": 105, "gcp02": 105, "530203": 105, "125367657": 105, "9250140": 105, "80991621": 105, "781": 105, "gcp03": 105, "530292": 105, "136003818": 105, "9250745": 105, "02372435": 105, "977": 105, "gcp04": 105, "gcp05": 105, "pwedeng": [105, 106, 108, 109, 110, 111, 114, 117], "list": [105, 107, 109, 116], "gpc": 105, "aplikasyon": [105, 108, 117], "instal": [105, 107, 109], "di": [105, 106, 117], "plugin": 105, "uav4geo": [105, 108], "gcpeditorpro": 105, "north": [105, 117], "east": 105, "import": [105, 113, 117], "main": [105, 109], "screen": [105, 108, 117], "susunod": [105, 117], "magdi": 105, "saan": [105, 110, 114, 115, 117], "pipiliin": 105, "piero": [105, 108], "masseranolab": 105, "llc": 105, "kasasam": 106, "sa": [106, 111, 112, 113, 114], "mga": [106, 107, 111, 112, 114], "mahe": 106, "minsan": [106, 108, 117], "pinipili": 106, "gagamit": [106, 107, 114], "palitan": 106, "sigurado": 106, "simula": [106, 111], "magsuppli": [106, 111], "maglaman": [106, 109], "magkakasunod": 106, "anggulo": 106, "kasalukuyan": [106, 108, 109], "rediometr": 106, "patayo": 106, "pahalang": 106, "naggulo": 106, "pang": [106, 107, 110, 117], "katulad": [106, 108, 110, 117], "dji_0028": 106, "91": 106, "9942096111111": 106, "46": 106, "84252125": 106, "198": 106, "609": 106, "dji_0032": 106, "9938293055556": 106, "8424584444444": 106, "awtomatikong": [106, 109, 117], "contribut": [107, 114], "anyon": 107, "welcom": 107, "share": [107, 112, 114, 116], "knowledg": 107, "issu": [107, 108], "naisalin": 107, "wika": 107, "bent": 107, "porsyento": [107, 117], "20": [107, 108, 117], "nito": [107, 108, 109, 110, 117], "filipino": 107, "iilang": 107, "salita": [107, 109], "mananatili": 107, "wikang": 107, "ingl": 107, "matutulungan": [107, 108, 112], "ninyo": 107, "kami": [107, 109, 112, 114, 117], "maisalin": 107, "salitang": 107, "banyaga": 107, "transifex": 107, "narito": 107, "gabai": 107, "paano": [107, 117], "masisimulan": [107, 117], "pagsalin": 107, "lenggwah": 107, "programa": [107, 108], "czech": 107, "prans": 107, "espanyol": 107, "indonesian": 107, "swahili": 107, "telugu": 107, "instalasyon": 107, "quickstart": 107, "hardwar": 107, "alloc": 107, "download": 107, "launch": [107, 109, 117], "maginstal": [107, 109], "ubuntu": [107, 117], "debian": 107, "cento": 107, "rhel": 107, "fedora": 107, "arch": 107, "basic": [107, 112, 117], "ccommand": 107, "troubleshoot": 107, "hello": 107, "pagpapatakbo": [107, 117], "dalawa": [107, 117], "marami": 107, "tutory": 107, "paglikha": 107, "kalidad": [107, 110], "kalibr": 107, "stockpil": 107, "volum": 107, "fieldwork": 107, "plan": 107, "pattern": [107, 112], "log": 107, "singular": 107, "sif": 107, "bandwidth": 107, "kanino": 107, "prep": 107, "droplet": 107, "hatakin": 107, "pin": 107, "proseso": [107, 108, 109, 110], "assum": 107, "nagsurv": 107, "ganoon": 107, "katag": 107, "potre": 107, "modul": 107, "appear": 107, "budget": 107, "ey": 107, "opsyon": 107, "tanda": 107, "why": [107, 114], "would": [107, 114, 117], "exampl": [107, 117], "true": [107, 117], "io": [107, 117], "new": [107, 108, 109, 114, 117], "A": [107, 109, 110, 113, 117], "complet": 107, "task": [107, 108, 109, 113], "temporari": 107, "scratch": 107, "geometri": 107, "polyon": 107, "toggl": [107, 117], "chang": [107, 117], "vector": [107, 117], "rectilinear": 107, "nirerekumendang": 107, "gawi": 107, "paglagai": 107, "user": [107, 108, 109, 114, 117], "interfac": [107, 108], "posm": 107, "gcpi": 107, "editor": [107, 117], "pro": 107, "kawastuan": 107, "aspeto": 107, "pagkaunawa": 107, "autosc": 107, "limitasyon": 107, "acknowledg": 107, "taga": 107, "buo": [107, 109], "paalala": 107, "pagpapalipad": [107, 117], "sentera": 107, "agx710": 107, "magrequest": 107, "makadaragdag": 107, "pagtitipon": 107, "komunidad": 107, "pagsumit": 107, "sira": 107, "templat": 107, "pagpapasa": 107, "bug": 107, "ipakita": 107, "frequent": 107, "ask": [107, 114], "question": 107, "my": [107, 109, 114, 117], "core": [107, 108], "nativ": 107, "licens": [107, 117], "commerci": [107, 117], "asid": 107, "agplv3": 107, "seksiyon": 108, "binago": 108, "bahagya": 108, "permisyon": 108, "gale": [108, 112], "gawa": [108, 110, 117], "ni": 108, "purchas": 108, "easiest": 108, "come": [108, 114, 117], "That": 108, "said": 108, "ecoystem": 108, "themselv": 108, "direct": [108, 117], "pinakakonti": 108, "patakbuhin": [108, 117], "64bit": 108, "manufactur": 108, "2010": 108, "gb": 108, "hihigit": 108, "200": [108, 110], "kayang": 108, "iprocess": 108, "nabanggit": 108, "taa": [108, 110, 117], "mauubusan": 108, "rekomendado": [108, 109, 110], "pinakabago": 108, "16": [108, 117], "nasa": [108, 110, 117], "papayagan": [108, 109, 117], "ilang": [108, 109, 111, 117], "daan": [108, 117], "maprocess": 108, "masyadong": [108, 117], "maram": [108, 109, 113, 117], "papahintulutan": 108, "pagproseso": [108, 109, 117], "samantalang": 108, "graphic": 108, "card": 108, "epekto": [108, 110, 117], "pagprocess": 108, "magdagdag": [108, 111, 117], "linearli": 108, "40": [108, 117], "250": 108, "32": [108, 117], "1500": 108, "64": [108, 117], "2500": 108, "128": [108, 117], "3500": 108, "192": 108, "5000": 108, "256": [108, 117], "nirerekomenda": [108, 109, 110], "lang": [108, 109, 114], "luma": 108, "suportado": [108, 109], "ina": [108, 117], "buksan": [108, 113, 117], "manag": [108, 117], "press": 108, "ctrl": [108, 117], "esc": 108, "switch": 108, "naka": [108, 117], "gumagana": [108, 109, 117], "paganahin": 108, "bagamat": 108, "higit": [108, 114], "modelo": [108, 110, 117], "komput": 108, "pinakamainam": 108, "paraan": [108, 109, 114], "vtx": 108, "kadalasan": [108, 114, 117], "ir": [108, 117], "kompyut": 108, "pagpindot": 108, "f2": 108, "f12": 108, "boot": 108, "pagpalit": 108, "mapahintulot": 108, "madal": 108, "vt": 108, "common": 108, "kei": [108, 117], "startup": 108, "vendor": 108, "una": [108, 109], "git": [108, 109, 117], "scm": 108, "latest": [108, 117], "iniinstal": 108, "forget": 108, "execut": [108, 109, 117], "toolbox": 108, "v18": 108, "09": [108, 110], "dockertoolbox": 108, "ex": 108, "profession": 108, "win": 108, "20for": 108, "20window": 108, "20instal": 108, "huwag": 108, "sabai": [108, 112], "sila": [108, 117], "magkaiba": 108, "maar": 108, "mahdulot": 108, "gulo": 108, "sistema": 108, "desktop": 108, "kaso": [108, 117], "wag": [108, 112, 117], "lagpasan": [108, 111], "kamalian": [108, 117], "nakadikta": 108, "ayusin": [108, 117], "tumatakbo": [108, 117], "likod": 108, "isipin": 108, "emul": 108, "laki": [108, 110, 117], "nakasubi": 108, "makakagamit": 108, "memorya": [108, 117], "nakatabi": 108, "kanya": 108, "tignan": [108, 109, 113, 117], "ibaba": [108, 113, 117], "virtualbox": 108, "pindutin": 108, "acpi": 108, "shutdown": 108, "tumigil": 108, "move": [108, 117], "slider": 108, "60": [108, 117], "70": [108, 117], "50": [108, 117], "processor": 108, "ok": [108, 109, 114], "trai": 108, "white": [108, 111, 117], "whale": 108, "maisubi": 108, "kalahati": 108, "gui": 108, "nabuksan": 108, "exist": 108, "repositori": [108, 114], "brows": 108, "magnavig": 108, "gusto": [108, 109, 112, 117], "kinakailangan": 108, "pagda": 108, "success": [108, 112], "pumunta": 108, "ka": [108, 114], "bumalik": 108, "balang": 108, "araw": 108, "bash": [108, 117], "sh": [108, 117], "compon": 108, "nadownload": 108, "rito": 108, "nodeodm": [108, 109, 115, 117], "babatiin": 108, "mensah": [108, 109], "localhost": [108, 109], "8000": 108, "ip": [108, 109], "address": [108, 117], "magcoconnect": 108, "sayo": 108, "pagtyp": 108, "makatanggap": 108, "168": 108, "tapo": [108, 109, 117], "magconnect": 108, "replac": 108, "karamihan": 108, "modernong": 108, "mac": 108, "sierra": 108, "pa": [108, 109, 114, 117], "sysctl": 108, "kern": 108, "hv_support": 108, "makakatanggap": 108, "lumalaba": 108, "kakayanin": 108, "mayroon": [108, 109, 114, 117], "dmg": 108, "At": [108, 110, 114], "sourceforg": 108, "net": 108, "osx": 108, "matapoa": 108, "simbolo": 108, "mukang": 108, "balyena": 108, "bar": 108, "app": [108, 117], "masigurado": [108, 117], "matiwasai": 108, "world": [108, 109, 117], "babalik": 108, "appl": 108, "117": 108, "nakatanggap": 108, "suri": 108, "mabuti": 108, "inagi": 108, "parang": 108, "limitadong": 108, "alokasyon": 108, "simbulo": 108, "piliin": [108, 113], "magamit": [108, 112, 117], "kalahato": 108, "kabuoang": 108, "memoryang": 108, "cd": [108, 109, 117], "makakatakbo": 108, "nagsusuporta": 108, "ayon": [108, 109, 110, 117], "websit": 108, "opisy": 108, "nasuportadong": 108, "pipili": 108, "ubunto": 108, "apat": 108, "pip": 108, "takpan": 108, "lilimitahan": 108, "instruksiyon": [108, 115, 117], "bagai": [108, 117], "pangbuka": 108, "ilan": [108, 117], "ita": 108, "sudo": [108, 117], "apt": [108, 117], "updat": [108, 109, 117], "curl": 108, "fssl": 108, "yum": 108, "dnf": 108, "pacman": 108, "sy": 108, "bukod": [108, 115], "tatlong": 108, "dockercompos": 108, "script": [108, 112, 117], "verifi": 108, "nakainstal": 108, "ityp": 108, "compos": 108, "22": 108, "f46880f": 108, "mainam": [108, 117], "bagi": 108, "dockei": 108, "mmga": 108, "magagawa": [108, 113], "encount": 108, "nangangalaga": 108, "pagsisimula": [108, 115], "pahintuin": 108, "hulaan": 108, "ipinapasa": 108, "tipik": 108, "prefix": 108, "port": [108, 109, 117], "nagiinstruct": 108, "network": [108, 109, 110, 117], "80": [108, 117], "importanteng": [108, 115, 117], "nakalista": [108, 113], "stuck": 108, "reset": 108, "admin": 108, "password": 108, "resetadminpassword": 108, "newpass": 108, "everyth": [108, 113, 117], "media": 108, "dir": [108, 117], "webodm_result": 108, "forum": [108, 114], "lugar": [108, 110, 115, 117], "pagtanungan": 108, "pangi": 108, "installasyon": 108, "katanungan": 108, "makatatanggap": 108, "pangbungad": 108, "tatanungin": 108, "ora": [108, 114, 117], "pagsanayan": 108, "explor": 108, "dashboard": [108, 117], "pansinin": 108, "ilalim": 108, "nagawa": [108, 117], "awtomatik": 108, "parehong": [108, 111], "umabot": 108, "kalayo": 108, "congratul": 108, "mauulit": 108, "pagta": 108, "rm": [108, 109, 112, 117], "p": [108, 109, 110, 117], "3000": [108, 109, 117], "q": [108, 117], "token": [108, 109], "secret": 108, "nagr": 108, "kai": [108, 109, 117], "makabagong": [108, 114], "hub": 108, "pinakabagong": 108, "nagset": [108, 117], "pinakamataa": 108, "pinoprotektahan": 108, "pinapahintulutan": 108, "button": [108, 117], "hostnam": [108, 109], "pangalawang": [108, 117], "dagdagan": 108, "Then": [108, 117], "maayo": [108, 109, 110, 112, 117], "nang": [108, 114, 117], "magprocess": 108, "hatiin": 109, "maliliit": [109, 117], "gagamitin": [109, 117], "napakalak": 109, "makaktulong": 109, "pagpaparocess": 109, "mage": 109, "malak": [109, 117], "mangangailangan": 109, "maliit": [109, 110, 117], "nakakonekta": 109, "iisang": [109, 117], "horizont": [109, 110, 117], "libong": 109, "laba": [109, 114], "basta": 109, "sumosoporta": 109, "slit": 109, "pagen": 109, "gumagawa": [109, 110], "pero": [109, 110, 117], "dahil": [109, 117], "propag": 109, "dahilan": 109, "magsanhi": 109, "instruct": 109, "13": [109, 110, 117], "000": [109, 117], "nakolekta": 109, "bank": [109, 117], "tanzania": [109, 117], "flood": 109, "prone": 109, "msimbasi": [109, 117], "basin": [109, 117], "dar": [109, 117], "salaam": [109, 117], "pagsplit": 109, "sunod": 109, "madali": [109, 114], "mapagdesisyunan": 109, "metro": [109, 117], "pagitan": [109, 110, 117], "pagkakabanggit": 109, "ti": [109, 117], "v": [109, 112, 117], "400": 109, "alam": 109, "papaano": [109, 117], "maglaan": 109, "halip": [109, 117], "pagpapangkat": 109, "maibibigai": [109, 114], "image_group": [109, 117], "pangalawa": 109, "nakakasakop": 109, "01": [109, 117], "02": 109, "03": [109, 117], "b": [109, 117], "04": [109, 117], "gagawa": 109, "daanan": 109, "mano": 109, "magbibigai": 109, "namamahagi": 109, "maramihan": 109, "inayo": 109, "3001": 109, "8080": 109, "kumonekta": [109, 117], "telnet": 109, "adress": 109, "connect": [109, 117], "escap": [109, 113, 117], "charact": 109, "api": [109, 115], "puntong": 109, "opsiyon": [109, 113, 117], "800": 109, "120": 109, "konektado": 109, "posibl": [109, 117], "magtanong": 109, "kalagayan": 109, "del": 109, "lock": [109, 117], "forward": [109, 117], "unlock": 109, "resum": 109, "rout": 109, "taskid": 109, "cancel": 109, "asr": 109, "viewcmd": 109, "repeat": 109, "last": 109, "aktibo": 109, "sinimulan": 109, "maglilista": 109, "nodesat": 109, "offlin": 109, "l": [109, 110], "maresolusyonan": 109, "magsimula": [109, 117], "lokal": [109, 110, 117], "nasisimulan": 109, "magperform": 109, "umaandar": 109, "ilista": 109, "autoscalesa": 109, "plataporma": 109, "hanggang": 109, "ngayon": [109, 117], "amazon": [109, 117], "ocean": [109, 117], "tinutulungan": 109, "mababaan": 109, "presyo": 109, "nauugnai": 109, "pagkakataon": [109, 111], "kakayanan": 109, "demand": [109, 114, 117], "mag": [109, 117], "gumaganang": 109, "nodej": [109, 117], "tsaka": 109, "npm": 109, "s3": 109, "compat": [109, 117], "bucket": 109, "maitago": 109, "digitalocean": [109, 117], "servic": 109, "index": [109, 115], "j": [109, 110, 117], "digitaloceanasrprovid": 109, "nakakabit": [109, 110], "plano": 109, "autoscal": 109, "naset": 109, "magka": 109, "zero": 109, "umasa": 109, "kabitan": 109, "kumilo": 109, "malalaman": 109, "pangasiwaan": 109, "hile": 109, "pagforward": 109, "ui": 109, "spin": 109, "kadahilanan": [109, 117], "idagdag": [109, 117], "dummi": 109, "napapadala": 109, "pino": 109, "kaunti": [109, 110, 117], "kombinasyon": [109, 114], "natitirang": 109, "medyo": [109, 117], "kase": 109, "eksakto": 109, "eksaktong": [109, 117], "macontrol": 109, "pagpugai": 109, "pau": 109, "mapillari": 109, "kanilang": [109, 114], "kamangha": 109, "mangha": 109, "pangunah": 109, "sangkap": 109, "inaabangan": 109, "kaunlaran": 109, "pagtulak": 109, "opendronmap": [109, 117], "gaano": 109, "kalaki": 109, "matutukoi": 110, "digri": 110, "lapit": 110, "kapareho": [110, 117], "halaga": [110, 117], "totoong": 110, "buhai": 110, "madalit": [110, 117], "sabi": [110, 117], "pinaguusapan": 110, "mali": 110, "naipon": 110, "tinutukoi": [110, 117], "pascual": 110, "2011": 110, "punto": [110, 117], "katumba": [110, 117], "aktuw": 110, "independient": 110, "mundo": 110, "kort": 110, "baguhin": 110, "figure1": 110, "figur": [110, 114], "pinapakita": 110, "wasto": 110, "kaugnai": 110, "planeta": 110, "pix4d": 110, "tama": [110, 117], "partikular": [110, 117], "pangangailangan": [110, 114], "progresyon": 110, "construct": 110, "apektadong": 110, "sunog": 110, "makakaapekto": 110, "pagdedesisyon": 110, "palatuntunin": 110, "asahan": 110, "order": [110, 117], "kaiilangan": 110, "dumedepend": 110, "mapapahusai": 110, "madawalagama": 110, "2016": 110, "1cm": 110, "gnss": [110, 117], "nsdi": 110, "fgdc": 110, "kondisyon": [110, 117], "barri": 110, "2013": 110, "weather": [110, 117], "panahon": 110, "direk": 110, "photogrammetri": [110, 117], "ipagsaalang": 110, "coverag": 110, "wind": [110, 117], "humid": 110, "nagiimpluwensiya": 110, "stabil": 110, "illumin": [110, 117], "malaki": [110, 117], "mahusai": [110, 117], "nois": 110, "malinaw": 110, "ikonsid": 110, "nagreresulta": [110, 117], "baluktot": 110, "gumagalaw": 110, "mechan": 110, "job": [110, 117], "nababawasan": 110, "linaw": 110, "pinaka": 110, "ispesy": 110, "nilagyan": 110, "apektado": 110, "bili": [110, 117], "paghov": 110, "kinukunan": 110, "makakuha": [110, 117], "kuha": 110, "photo": [110, 117], "malilimitahan": 110, "multipli": 110, "mather": 110, "2020": [110, 117], "coaklei": 110, "r": [110, 117], "baselin": 110, "ie": [110, 112], "accuracy_uav_compare_rtk_gp": 110, "deploi": 110, "2017": 110, "blog": 110, "munasingh": 110, "dampegama": 110, "d": [110, 117], "samarakoon": 110, "cost": [110, 117], "consum": 110, "grade": [110, 117], "37th": 110, "asian": 110, "confer": 110, "remot": [110, 117], "sens": 110, "colombo": 110, "sri": 110, "lanka": 110, "stephen": 110, "de": 110, "marzo": 110, "3937": 110, "manuel": 110, "loung": 110, "gisloung": 110, "07": 110, "mainform": 111, "langit": 111, "aksident": 111, "nasama": 111, "obliqu": 111, "limitahan": 111, "subject": 111, "balck": 111, "dimens": 111, "gutong": 111, "ulad": 111, "gimp": 111, "kulayan": 111, "isasama": 111, "titulo": 111, "1_mask": 111, "dji_0018": 111, "magkamask": 111, "dji_0018_mask": 111, "bmp": 111, "cersion": 112, "nagg": 112, "nagca": 112, "suportahan": 112, "dinevelop": 112, "gumana": 112, "micasens": [112, 116], "rededg": 112, "mx": 112, "altum": [112, 116], "6x": 112, "dji": [112, 116], "phantom": 112, "palawakin": 112, "nakunan": 112, "pinaprocess": 112, "paghiwalayin": 112, "ipasa": [112, 117], "multi": [112, 115], "magkakaroon": 112, "h": 112, "tig": 112, "alpha": [112, 117], "while": [112, 116, 117], "offici": 112, "give": 112, "ndre": 112, "renam": 112, "exact": 112, "0000x_nir": 112, "10_51_14_img_00008": 112, "00008_nir": 112, "nrgb": 112, "0000x_rgb": 112, "10_51_14_img_00023": 112, "00023_rgb": 112, "xxxx_nir": 112, "xxxx_rgb": 112, "same": 112, "could": [112, 113, 117], "input_image_dir": 112, "output_dir": [112, 117], "contrib": 112, "ndvi": 112, "rename_sentera_agx710_multispectral_tif": 112, "py": [112, 117], "python3": 112, "makatutulong": [113, 117], "procedur": 113, "odm_georeferenced_model": [113, 117], "ply": 113, "state": [113, 115], "univers": [113, 117], "zanzibar": 113, "courtesi": 113, "khadija": 113, "abdullah": 113, "ali": [113, 117], "odm_textur": [113, 117], "odm_textured_model": 113, "odm_textured_model_geo": 113, "maaaccess": 113, "meshlab": 113, "odm_orthphoto": 113, "un": 113, "tutori": 113, "maitatago": 113, "stdout": 113, "On": 113, "ansi": 113, "39m": 113, "no_ansiesc": 113, "environ": 113, "variabl": 113, "env": 113, "img": 113, "1234": 113, "tie": 113, "config": [113, 117], "yaml": [113, 117], "track": 113, "undistorted_track": 113, "undistorted_reconstruct": 113, "odm_meshing_log": 113, "texture_n": 113, "odm_georeferencing_log": 113, "odm_georeferencing_utm_log": 113, "extract_utm": 113, "portion": 113, "odm_orthophoto_log": 113, "gdal_translate_log": 113, "top": 113, "geotoff": 113, "feedback": 114, "mapalaki": 114, "mapanatili": 114, "foss": 114, "sours": 114, "nakakainter": 114, "palaba": 114, "pakiramdam": 114, "nilang": 114, "mahirap": 114, "alamin": [114, 117], "rison": 114, "mararamdaman": 114, "nila": 114, "kulang": 114, "pinagkukunan": 114, "aa": 114, "pera": 114, "oportunitad": 114, "implement": [114, 117], "probabl": 114, "convinc": 114, "develop": [114, 116], "team": 114, "imagin": 114, "somebodi": 114, "knock": 114, "door": 114, "hous": 114, "cook": 114, "me": 114, "dinner": 114, "respons": 114, "reason": 114, "who": 114, "person": 114, "spend": 114, "energi": 114, "fulfil": 114, "hi": 114, "agenda": 114, "own": 114, "suggest": 114, "cordial": 114, "especi": 114, "prepar": 114, "offer": 114, "fund": 114, "explain": 114, "benefit": [114, 117], "exclus": 114, "harder": 114, "isumit": 114, "paksa": 114, "diskusyon": 114, "subukan": 114, "paghahanap": 114, "mapagkukunan": 114, "nagbuka": 114, "dati": 114, "napagusapan": 114, "test": 114, "channel": 114, "pinakaimportant": 114, "makinig": 114, "kasali": 114, "nagsabi": 114, "big": [114, 117], "lift": 114, "we": [114, 116, 117], "monei": 114, "someon": 114, "TO": 114, "IT": 114, "tatlo": 114, "samakatuwid": 114, "gagana": [114, 117], "tugon": 114, "know": 114, "wa": 114, "hope": 114, "along": 114, "member": 114, "happi": 114, "earli": 114, "tester": 114, "let": 114, "put": 114, "toward": [114, 117], "nagagalak": 114, "nasasabik": 114, "nadagdag": 114, "iilan": 114, "suporta": 114, "ipatupad": 114, "gagawin": [114, 117], "am": [114, 117], "makakaya": 114, "matulungan": 114, "maintindihan": 114, "naaangkop": 114, "pasasalamatan": 114, "makakatulong": [115, 117], "basahin": [115, 117], "inirerekomenda": 115, "blob": 115, "adoc": 115, "kabuuang": 115, "concept": 115, "665": 115, "pinananatili": 115, "porum": 115, "research": 115, "paper": 115, "idea": 115, "propos": 115, "makakahanap": 115, "art": 115, "relat": 115, "stereo": 115, "mapaganda": 115, "long": 116, "wave": 116, "infrar": 116, "lwir": 116, "alon": 116, "aim": 116, "zenmus": 116, "xt": 116, "h20": 116, "seri": [116, 117], "u": 116, "expand": 116, "tagubilin": 117, "pagpapalit": 117, "pumipili": 117, "kompromiso": 117, "magpalit": 117, "resolusyon": 117, "bawasan": 117, "halagang": 117, "hudyat": 117, "babala": 117, "nagtuturo": 117, "laktawan": 117, "direktang": 117, "nakakaapekto": 117, "magpapataa": 117, "makagawa": 117, "sharper": 117, "kagubatan": 117, "itaa": 117, "300000": 117, "6000": 117, "maka": 117, "bubong": 117, "hamon": 117, "pangkaraniwang": 117, "pagbabago": 117, "temperatura": 117, "vibrat": 117, "poku": 117, "makaapekto": 117, "hango": 117, "resultang": 117, "sarili": 117, "pagkakalibr": 117, "nagresultang": 117, "papel": 117, "nina": 117, "jame": 117, "robson": 117, "2014": 117, "sistematikong": 117, "topograph": 117, "nagmula": 117, "onlinelibrari": 117, "wilei": 117, "doi": 117, "1002": 117, "esp": 117, "3609": 117, "nagpapakita": 117, "mabawasan": 117, "pagkabaluktot": 117, "nakalap": 117, "baha": 117, "pagaanin": 117, "pagpipilian": 117, "pinakasimpl": 117, "lumipad": 117, "pinaghihiwalai": 117, "tuwid": 117, "pababang": 117, "pagturo": 117, "nakakil": 117, "harap": 117, "pamamaraang": 117, "matag": 117, "kaysa": 117, "lipad": 117, "piloto": 117, "pamamaraan": 117, "bubuo": 117, "pangkalibr": 117, "napaliparan": 117, "kahalili": 117, "eksperimento": 117, "mababang": 117, "crossgrid": 117, "crosshatch": 117, "pinaghiwalai": 117, "pasulong": 117, "nakaharap": 117, "kahilera": 117, "kakailanganin": 117, "68": 117, "magkakapatong": 117, "sidelap": 117, "83": 117, "42": 117, "magkakahiwalai": 117, "nagpapabuti": 117, "kawastuhan": 117, "kamera": 117, "hinaharap": 117, "cc": 117, "BY": 117, "creativecommon": 117, "lumilikha": 117, "lumikha": 117, "siguraduh": 117, "watawat": 117, "ibabaw": 117, "mauri": 117, "kumpara": 117, "wala": 117, "kontrolin": 117, "iskala": 117, "taasan": 117, "lupain": 117, "parametro": 117, "libi": 117, "toler": 117, "parametrong": 117, "pagiiba": 117, "tataa": 117, "bingit": 117, "pagtaa": 117, "minimong": 117, "yunit": 117, "pinakalamak": 117, "paikot": 117, "pinakamalak": 117, "puno": 117, "atbp": 117, "aalisin": 117, "pinakamahusai": 117, "mapagkunan": 117, "ukol": 117, "classif": 117, "airborn": 117, "lidar": 117, "libr": 117, "pagiwa": 117, "pagkakamali": 117, "numero": 117, "poin": 117, "napagkakamalan": 117, "ii": 117, "bigyan": 117, "importansiya": 117, "bumubuo": 117, "hangarin": 117, "biswal": 117, "baga": 117, "mukhang": 117, "nags": 117, "tumutukoi": 117, "progresibong": 117, "eksena": 117, "magresulta": 117, "iniwan": 117, "laman": 117, "my_odm_imag": 117, "24": 117, "condit": 117, "thu": 117, "photographi": 117, "evenli": 117, "overcast": 117, "clear": 117, "ski": 117, "avoid": 117, "shadow": 117, "obstruct": 117, "lessen": 117, "middai": 117, "nake": 117, "visibl": 117, "congruent": 117, "advers": 117, "dust": 117, "fog": 117, "smoke": 117, "volcan": 117, "ash": 117, "pollut": 117, "gimbal": 117, "rest": 117, "eros": 117, "machineri": 117, "caus": 117, "steep": 117, "recogn": 117, "labor": 117, "neglig": 117, "lawn": 117, "mower": 117, "highli": 117, "75": 117, "65": 117, "influenc": 117, "balanc": 117, "tallest": 117, "achiev": 117, "typic": 117, "equip": 117, "greater": 117, "total": 117, "station": 117, "intend": 117, "millimetr": 117, "almost": 117, "care": 117, "adequ": 117, "defin": 117, "plane": 117, "clic": 117, "length": 117, "mostli": 117, "approach": 117, "bin": 117, "creation": 117, "pace": 117, "irregular": 117, "carefulli": 117, "rang": 117, "nageempli": 117, "madepli": 117, "naiintindihan": 117, "matanong": 117, "pangayayari": 117, "nagkakamali": 117, "intensiyon": 117, "pagdeploi": 117, "independ": 117, "lagai": 117, "masasab": 117, "pareho": 117, "simpleng": 117, "mapaayo": 117, "experi": 117, "paglista": 117, "kasalukuyang": 117, "pinapatakbo": 117, "id": 117, "statu": 117, "2518817537ce": 117, "36": 117, "hour": 117, "ago": 117, "zen_wright": 117, "1cdc7fadf688": 117, "usr": 117, "va": 117, "tcp": 117, "flamboyant_dhawan": 117, "cd7b9585b8f6": 117, "dai": 117, "nostalgic_lederberg": 117, "e31010c00b9a": 117, "suspicious_kepl": 117, "c44e0d0b8448": 117, "wonderful_burnel": 117, "mapuntahan": 117, "hamak": 117, "karakt": 117, "kunin": 117, "mabag": 117, "mon": 117, "sep": 117, "23": 117, "33": 117, "build_overview": 117, "camera_len": 117, "dem_decim": 117, "dem_euclidean_map": 117, "arrow": 117, "titik": 117, "back": 117, "pabalik": 117, "tail": 117, "gdalwarp": 117, "gpkg": 117, "crop_to_cutlin": 117, "co": 117, "num_thread": 117, "bigtiff": 117, "if_saf": 117, "blockys": 117, "512": 117, "blockxsiz": 117, "predictor": 117, "gdal_cachemax": 117, "48": 117, "95": 117, "111567p": 117, "137473l": 117, "input": 117, "sinasabihan": 117, "ibigai": 117, "limang": 117, "hule": 117, "natin": 117, "laliman": 117, "pagsusuri": 117, "makakakuha": 117, "diretsong": 117, "exec": 117, "mapasagawa": 117, "shell": 117, "root": 117, "tayo": 117, "suriin": 117, "kahina": 117, "hinayang": 117, "naglilini": 117, "sobrang": 117, "kumpleto": 117, "benepisyo": 117, "puntahan": 117, "kinakarga": 117, "bigat": 117, "nagamit": 117, "storag": 117, "overtim": 117, "si": 117, "maciej": 117, "\u0142ebkowski": 117, "napakahusai": 117, "pangkahalatang": 117, "ideya": 117, "aayusin": 117, "lebkowski": 117, "sylab": 117, "laptop": 117, "hpc": 117, "compani": 117, "server": 117, "anyth": 117, "els": 117, "cach": 117, "images_dir": 117, "path_to_image_dir": 117, "basenam": 117, "path_to_output_directori": 117, "mkdir": 117, "bind": 117, "writabl": 117, "tmpf": 117, "odm_latest": 117, "ivan": 117, "gayton": 117, "repo": 117, "lage": 117, "epektibo": 117, "pagset": 117, "makapagyarihan": 117, "gayon": 117, "masagot": 117, "incom": 117, "kakulangan": 117, "mareresolusyonan": 117, "agag": 117, "agad": 117, "pagpapababa": 117, "maproseso": 117, "african": 117, "nagsasaad": 117, "nakakalito": 117, "maisasagawa": 117, "cloudodm": 117, "unix": 117, "ssh": 117, "account": 117, "aw": 117, "kaunt": 117, "kaibahan": 117, "katamtaman": 117, "literaci": 117, "handang": 117, "pagdaanan": 117, "__": 117, "pagbasehan": 117, "kabuoan": 117, "nakatarget": 117, "maghahanap": 117, "ipoproseso": 117, "naghihintai": 117, "naglalayon": 117, "makababawa": 117, "transfer": 117, "simlpeng": 117, "4gb": 117, "magkakapresyo": 117, "month": 117, "siguradong": 117, "matutuloi": 117, "nire": 117, "mahal": 117, "pababain": 117, "pinakamura": 117, "drooplet": 117, "nagkakahalaga": 117, "magdowns": 117, "ubintu": 117, "instansiya": 117, "makasiguro": 117, "pribelehiyong": 117, "insan": 117, "xxx": 117, "ipv4": 117, "usernam": 117, "makakapareho": 117, "magpatuloi": 117, "pagpapasagawa": 117, "upgrad": 117, "regular": 117, "faulder": 117, "paginstal": 117, "abbrevi": 117, "elemento": 117, "pangkalikasan": 117, "kelangan": 117, "isaayo": 117, "bashrc": 117, "huli": 117, "nano": 117, "sakahit": 117, "napalitan": 117, "inextract": 117, "pythonpath": 117, "superbuild": 117, "lib": 117, "python2": 117, "dist": 117, "packag": 117, "src": 117, "ld_library_path": 117, "alalahanin": 117, "readm": 117, "direktoryong": 117, "kinumpara": 117, "ag": 117, "iinstruksiyon": 117, "maiwasan": 117, "crash": 117, "nitong": 117, "dinaragdag": 117, "kakaiba": 117, "hard": 117, "jargon": 117, "pamantayan": 117, "bese": 117, "raw": 117, "100gb": 117, "1000gb": 117, "napaandar": 117, "makapagbawa": 117, "mamahalin": 117, "capac": 117, "iset": 117, "attach": 117, "mount": 117, "ise": 117, "mnt": 117, "odmdata": 117, "push": 117, "onto": 117, "secur": 117, "scp": 117, "imagefold": 117, "matutulak": 117, "nagagawa": 117, "recurs": 117, "inattach": 117, "kukunsumo": 117, "nirerequir": 117, "kritik": 117, "ininstal": 117, "myproject": 117, "nag": 117, "parent": 117, "nangyayari": 117, "diirectori": 117, "tinatawagan": 117, "project_path": 117, "pinupunto": 117, "nilikha": 117, "individu": 117, "sinet": 117, "ganon": 117, "marer": 117, "lugaw": 117, "ancillari": 117, "pamamahala": 117, "organisado": 117, "incant": 117, "echo": 117, "cat": 117, "makakabuo": 117, "pinanggalingan": 117, "tatawagin": 117, "bantayan": 117, "kasapi": 117, "kaparehong": 117, "batch": 117, "patayin": 117, "vcpu": 117, "192gb": 117, "hr": 117, "dumaragdag": 117, "1000": 117, "masayang": 117, "launc": 117, "nohup": 117, "maputol": 117, "magtutuloi": 117, "tuloi": 117, "gnu": 117, "masimulan": 117, "session": 117, "hihinto": 117, "konesyon": 117, "masisira": 117, "humiwalai": 117, "kumabit": 117, "ulit": 117, "makakapagbigai": 117, "maliban": 117, "makuhanan": 117, "tandaan": 117, "project_nam": 117, "nagdudulot": 117, "kakaibang": 117, "ayt": 117, "umaasa": 117, "iderekta": 117, "tinuturo": 117, "masasayang": 117, "ispasyo": 117, "pagkopya": 117, "meroong": 117, "paniguradong": 117, "liter": 117, "sapalarang": 117, "papansinin": 117, "kinokontrol": 117, "dami": 117, "hinihiwalai": 117, "nakagrupo": 117, "tanggalin": 117, "progreso": 117, "htop": 117, "matantsa": 117, "konsumo": 117, "magspin": 117, "pangangalangan": 117, "inexpens": 117, "makatipid": 117, "icompress": 117, "gdal": 117, "pagpapalaki": 117, "gdal_transl": 117, "ycbcr": 117, "gdal_tiff_internal_mask": 117, "extens": 117, "magdownload": 117, "grab": 117, "nakuha": 117, "gdaladdo": 117, "1024": 117, "archiv": 117, "tar": 117, "pagdownload": 117, "piraso": 117, "zcvf": 117, "archivenam": 117, "activ": 117, "upper": 117, "mode": 117, "old": 117, "mid": 117, "handl": 117, "million": 117, "element": 117, "accentu": 117, "shape": 117, "shade": 117, "enhanc": 117, "percept": 117, "scientif": 117, "recognit": 117, "strength": 117, "opac": 117, "skybox": 117, "splat": 117, "unload": 117, "hide": 117, "tridimension": 117, "highlight": 117, "circl": 117, "circumfer": 117, "azimuth": 117, "clockwis": 117, "cube": 117, "reloc": 117, "redimens": 117, "handler": 117, "sphere": 117, "profil": 117, "annot": 117, "titl": 117, "anchor": 117, "mous": 117, "wheel": 117, "orbit": 117, "fly": 117, "bird": 117, "keyboard": 117, "w": 117, "backward": 117, "respect": 117, "axi": 117, "movement": 117, "slide": 117, "helicopt": 117, "aircraft": 117, "restrict": 117, "xy": 117, "restor": 117, "wirefram": 117, "compass": 117, "green": 117, "blue": 117, "plai": 117, "tree": 117, "arrang": 117, "six": 117, "ramp": 117, "cam": 117, "custom": 117}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"align": [0, 3, 72, 77], "file": [0, 105, 106], "mga": [1, 102, 104, 105, 108, 109, 110, 113, 115, 117], "opsyon": 1, "tanda": 1, "3d": [2, 7, 113, 117], "tile": [2, 46, 60, 92], "auto": [4, 5, 9], "boundari": [4, 5, 7], "what": [4, 7, 8, 9, 11, 103], "i": [4, 7, 103, 108, 110, 117], "when": [4, 7, 8, 9, 11], "help": [4, 31], "why": [4, 7, 8, 9, 11], "would": [4, 7, 8, 9, 11], "one": [4, 7, 8, 9, 11], "us": [4, 7, 8, 9, 11, 94, 95, 96, 97, 103, 117], "exampl": [4, 7, 8, 9, 11], "imag": [4, 7, 8, 9, 11, 83, 106, 108, 109, 111, 117], "true": [4, 7, 8, 11], "fals": [4, 7, 8, 11], "null": [4, 7, 8, 11], "distanc": 5, "bg": 6, "remov": [6, 75, 87], "geojson": 7, "appropri": [7, 8, 9, 11], "how": [7, 103], "creat": 7, "io": 7, "new": 7, "A": 7, "polygon": 7, "place": 7, "vertic": 7, "complet": 7, "save": 7, "download": [7, 108, 117], "set": 7, "In": 7, "task": 7, "option": [7, 103], "load": 7, "qgi": 7, "temporari": 7, "scratch": 7, "layer": 7, "geometri": 7, "type": [7, 25, 34, 87], "ad": 7, "an": 7, "orthophoto": [7, 23, 43, 44, 45, 46, 47, 48, 73, 103, 113, 117], "background": [7, 117], "polyon": 7, "featur": [7, 24, 25, 39, 114], "toggl": 7, "edit": 7, "off": 7, "chang": 7, "To": 7, "export": 7, "vector": 7, "As": 7, "point": [7, 105, 113, 117], "cloud": [7, 11, 113], "digit": [7, 117], "elev": [7, 117], "model": [7, 9, 113, 117], "textur": [7, 85, 86, 87, 88, 89, 90, 91, 113, 117], "mesh": [7, 37, 38], "build": [8, 103], "overview": 8, "ar": [8, 9, 11, 103], "camera": [9, 10, 96, 117], "len": 9, "manual": 9, "select": 9, "particular": 9, "rectilinear": 9, "data": [9, 85, 103, 117], "brown": 9, "fishey": 9, "perspect": 9, "spheric": 9, "cog": 11, "optim": [11, 42], "geotiff": [11, 103], "copi": 12, "crop": 13, "debug": 14, "dem": [15, 16, 17, 18], "decim": 15, "euclidean": 16, "map": [16, 91, 110], "gapfil": 17, "step": [17, 108, 117], "resolut": [18, 19, 48, 101], "depthmap": 19, "dsm": [20, 113], "dtm": [21, 113], "end": 22, "fast": 23, "qualiti": [24, 56], "forc": 26, "gp": [26, 30], "gcp": [27, 105, 117], "geo": 28, "gltf": 29, "accuraci": [30, 110, 117], "ignor": 32, "gsd": 32, "matcher": [33, 34], "neighbor": 33, "max": 35, "concurr": 35, "merg": [36, 109], "octre": 37, "depth": 37, "size": 38, "min": 39, "num": 39, "name": 40, "gpu": [41, 103], "disk": 42, "space": 42, "compress": 43, "cutlin": 44, "kmz": 45, "png": 47, "pc": [49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60], "classifi": 49, "copc": 50, "csv": 51, "ept": 52, "filter": 53, "geometr": [54, 59], "la": 55, "rectifi": 57, "sampl": 58, "skip": [59, 71, 72, 73, 74, 89, 90], "primari": 61, "band": [61, 72], "project": [62, 117], "path": 62, "radiometr": 63, "calibr": [63, 109], "rerun": [64, 65, 66], "all": [65, 103], "from": [66, 103], "resiz": [67, 117], "roll": [68, 69], "shutter": [68, 69], "readout": 69, "sfm": 70, "algorithm": 70, "3dmodel": 71, "report": [74, 102], "sky": 75, "sm": [76, 77], "cluster": [76, 109], "smrf": [78, 79, 80, 81], "scalar": 78, "slope": 79, "threshold": 80, "window": [81, 108], "split": [82, 83, 84, 109], "group": 83, "overlap": 84, "term": 85, "keep": 86, "unseen": 86, "face": 86, "outlier": 87, "singl": 88, "materi": 88, "global": 89, "seam": [89, 90], "level": [89, 90], "local": [90, 109], "tone": 91, "time": [93, 103], "3dmesh": 94, "exif": 95, "fix": 96, "param": 96, "hybrid": 97, "bundl": 97, "adjust": 97, "verbos": 98, "version": [99, 103], "video": [100, 101], "limit": 100, "paano": [102, 108, 109, 114], "makadaragdag": 102, "pagtitipon": 102, "ng": [102, 105, 110, 113, 114, 117], "komunidad": 102, "pagsumit": 102, "sira": 102, "templat": 102, "para": [102, 105, 115, 117], "sa": [102, 104, 105, 107, 108, 109, 110, 115, 117], "pagpapasa": 102, "bug": 102, "ipakita": 102, "ang": [102, 108, 109, 111, 117], "request": 102, "frequent": 103, "ask": 103, "question": 103, "process": [103, 117], "can": 103, "two": 103, "more": 103, "stitch": 103, "them": 103, "togeth": 103, "The": 103, "softwar": 103, "my": 103, "cpu": [103, 108], "core": 103, "memori": [103, 108], "normal": 103, "If": 103, "nativ": 103, "alloc": [103, 108], "resourc": 103, "licens": 103, "want": 103, "commerci": 103, "applic": 103, "includ": 103, "odm": [103, 117], "do": 103, "need": [103, 108], "other": [103, 117], "asid": 103, "agplv3": 103, "issu": 103, "your": 103, "comput": 103, "run": 103, "out": 103, "you": 103, "paalala": 104, "pagpapalipad": 104, "ground": 105, "control": 105, "nirerekumendang": 105, "gawi": 105, "paglagai": 105, "format": 105, "user": 105, "interfac": 105, "posm": 105, "gcpi": 105, "editor": 105, "pro": 105, "refer": 105, "geoloc": 106, "malugod": 107, "na": [107, 108, 110, 117], "pagtanggap": 107, "mula": 107, "opendronemap": [107, 113], "": 107, "document": 107, "instalasyon": 108, "simulan": [108, 109], "quickstart": 108, "hardwar": [108, 112, 116], "recommend": 108, "minimum": 108, "ram": 108, "n": 108, "instal": [108, 117], "1": 108, "check": 108, "virtual": 108, "support": [108, 112, 116], "2": 108, "requir": 108, "3": 108, "4": 108, "webodm": [108, 117], "launch": 108, "maco": 108, "linux": 108, "kailangan": 108, "bago": 108, "maginstal": 108, "ubuntu": 108, "debian": 108, "cento": 108, "rhel": 108, "fedora": 108, "arch": 108, "karagdagan": 108, "basic": 108, "ccommand": 108, "troubleshoot": 108, "hello": 108, "pagpapatakbo": 108, "dalawa": 108, "o": 108, "ma": 108, "marami": 108, "pang": 108, "machin": [108, 117], "larg": 109, "dataset": 109, "distribut": 109, "pagkaunawa": 109, "pag": [109, 117], "access": [109, 117], "log": [109, 113, 117], "autosc": 109, "clusterodm": 109, "limitasyon": 109, "acknowledg": 109, "kawastuan": 110, "mapa": 110, "dapat": 110, "expect": [110, 117], "aspeto": 110, "mai": 110, "impact": 110, "sanggunian": [110, 115], "gamit": 111, "mask": 111, "multispectr": 112, "paggamit": [112, 117], "sentera": 112, "agx710": 112, "output": 113, "listahan": 113, "magrequest": 114, "karagdagang": 115, "gagamit": 115, "taga": 115, "buo": 115, "thermal": 116, "usag": 116, "tutory": 117, "paglikha": 117, "mataa": 117, "kalidad": 117, "kalibr": 117, "measur": 117, "stockpil": 117, "volum": 117, "fieldwork": 117, "plan": 117, "flight": 117, "pattern": 117, "height": 117, "paramet": 117, "docker": 117, "list": 117, "instanc": 117, "command": 117, "line": 117, "clean": 117, "up": 117, "after": 117, "singular": 117, "sif": 117, "low": 117, "bandwidth": 117, "lokasyon": 117, "ano": 117, "ito": 117, "kanino": 117, "prep": 117, "istraktura": 117, "direktoryo": 117, "droplet": 117, "hatakin": 117, "pin": 117, "proseso": 117, "matapo": 117, "lahat": 117, "assum": 117, "ikaw": 117, "ai": 117, "nagsurv": 117, "ganoon": 117, "katag": 117, "potre": 117, "viewer": 117, "modul": 117, "appear": 117, "budget": 117, "field": 117, "view": 117, "ey": 117, "dome": 117, "light": 117, "tool": 117, "clip": 117, "navig": 117, "scene": 117}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.todo": 2, "sphinx": 57}, "alltitles": {"Alignment Files": [[0, "alignment-files"]], "Mga Opsyon at Tanda": [[1, "options-and-flags"]], "3d-tiles": [[2, "d-tiles"]], "align": [[3, "align"]], "auto-boundary": [[4, "auto-boundary"]], "What Is Auto-Boundary?": [[4, "what-is-auto-boundary"]], "When Is Auto-Boundary Helpful?": [[4, "when-is-auto-boundary-helpful"]], "Why would one use auto-boundary?": [[4, "why-would-one-use-auto-boundary"]], "Example Images": [[4, "example-images"], [7, "example-images"], [8, "example-images"], [9, "example-images"], [11, "example-images"]], "True: --auto-boundary": [[4, "true-auto-boundary"]], "False: null": [[4, "false-null"], [7, "false-null"], [8, "false-null"], [11, "false-null"]], "auto-boundary-distance": [[5, "auto-boundary-distance"]], "bg-removal": [[6, "bg-removal"]], "boundary": [[7, "boundary"]], "What is Boundary [GeoJSON]?": [[7, "what-is-boundary-geojson"]], "When is Boundary [GeoJSON] appropriate?": [[7, "when-is-boundary-geojson-appropriate"]], "Why would one use Boundary [GeoJSON]?": [[7, "why-would-one-use-boundary-geojson"]], "How would one create Boundary [GeoJSON]?": [[7, "how-would-one-create-boundary-geojson"]], "GeoJSON.io": [[7, "geojson-io"]], "New GeoJSON": [[7, "new-geojson"]], "Creating A Polygon": [[7, "creating-a-polygon"]], "Placing Vertices": [[7, "placing-vertices"]], "Completing A Polygon": [[7, "completing-a-polygon"]], "Saving A Polygon": [[7, "saving-a-polygon"]], "Downloading A Polygon": [[7, "downloading-a-polygon"]], "Setting Boundary [GeoJSON] In Task Options": [[7, "setting-boundary-geojson-in-task-options"]], "Boundary [GeoJSON] Loaded In Task Options": [[7, "boundary-geojson-loaded-in-task-options"]], "QGIS": [[7, "qgis"]], "Creating A New Temporary Scratch Layer": [[7, "creating-a-new-temporary-scratch-layer"]], "New Temporary Scratch Layer Geometry Type": [[7, "new-temporary-scratch-layer-geometry-type"]], "New Temporary Scratch Layer Settings": [[7, "new-temporary-scratch-layer-settings"]], "Adding an Orthophoto Background": [[7, "adding-an-orthophoto-background"]], "Adding A Polyon Feature": [[7, "adding-a-polyon-feature"]], "Toggle Editing Off": [[7, "toggle-editing-off"]], "Save Changes To Temporary Scratch Layer": [[7, "save-changes-to-temporary-scratch-layer"]], "Export Temporary Scratch Layer Features": [[7, "export-temporary-scratch-layer-features"]], "Save Vector Layer As": [[7, "save-vector-layer-as"]], "True: --boundary [GeoJSON] - Point Cloud": [[7, "true-boundary-geojson-point-cloud"]], "True: --boundary [GeoJSON] - Orthophoto": [[7, "true-boundary-geojson-orthophoto"]], "True: --boundary [GeoJSON] - Digital Elevation Model": [[7, "true-boundary-geojson-digital-elevation-model"]], "True: --boundary [GeoJSON] - 3D Model/Textured Mesh": [[7, "true-boundary-geojson-3d-model-textured-mesh"]], "build-overviews": [[8, "build-overviews"]], "What Are Overviews?": [[8, "what-are-overviews"]], "When are Overviews appropriate?": [[8, "when-are-overviews-appropriate"]], "Why would one use Overviews?": [[8, "why-would-one-use-overviews"]], "True: --build-overviews": [[8, "true-build-overviews"]], "camera-lens": [[9, "camera-lens"]], "What Are Camera Lens Models?": [[9, "what-are-camera-lens-models"]], "When are manual selections appropriate?": [[9, "when-are-manual-selections-appropriate"]], "Why would one use a particular Camera Lens Model?": [[9, "why-would-one-use-a-particular-camera-lens-model"]], "auto : Rectilinear Data": [[9, "auto-rectilinear-data"]], "brown : Rectilinear Data": [[9, "brown-rectilinear-data"]], "fisheye : Rectilinear Data": [[9, "fisheye-rectilinear-data"]], "perspective : Rectilinear Data": [[9, "perspective-rectilinear-data"]], "spherical : Rectilinear Data": [[9, "spherical-rectilinear-data"]], "cameras": [[10, "cameras"]], "cog": [[11, "cog"]], "What Are Cloud Optimized GeoTIFFs (COGs)?": [[11, "what-are-cloud-optimized-geotiffs-cogs"]], "When are COGs appropriate?": [[11, "when-are-cogs-appropriate"]], "Why would one use COGs?": [[11, "why-would-one-use-cogs"]], "True: --cog": [[11, "true-cog"]], "copy-to": [[12, "copy-to"]], "crop": [[13, "crop"]], "debug": [[14, "debug"]], "dem-decimation": [[15, "dem-decimation"]], "dem-euclidean-map": [[16, "dem-euclidean-map"]], "dem-gapfill-steps": [[17, "dem-gapfill-steps"]], "dem-resolution": [[18, "dem-resolution"]], "depthmap-resolution": [[19, "depthmap-resolution"]], "dsm": [[20, "dsm"]], "dtm": [[21, "dtm"]], "end-with": [[22, "end-with"]], "fast-orthophoto": [[23, "fast-orthophoto"]], "feature-quality": [[24, "feature-quality"]], "feature-type": [[25, "feature-type"]], "force-gps": [[26, "force-gps"]], "gcp": [[27, "gcp"]], "geo": [[28, "geo"]], "gltf": [[29, "gltf"]], "gps-accuracy": [[30, "gps-accuracy"]], "help": [[31, "help"]], "ignore-gsd": [[32, "ignore-gsd"]], "matcher-neighbors": [[33, "matcher-neighbors"]], "matcher-type": [[34, "matcher-type"]], "max-concurrency": [[35, "max-concurrency"]], "merge": [[36, "merge"]], "mesh-octree-depth": [[37, "mesh-octree-depth"]], "mesh-size": [[38, "mesh-size"]], "min-num-features": [[39, "min-num-features"]], "name": [[40, "name"]], "no-gpu": [[41, "no-gpu"]], "optimize-disk-space": [[42, "optimize-disk-space"]], "orthophoto-compression": [[43, "orthophoto-compression"]], "orthophoto-cutline": [[44, "orthophoto-cutline"]], "orthophoto-kmz": [[45, "orthophoto-kmz"]], "orthophoto-no-tiled": [[46, "orthophoto-no-tiled"]], "orthophoto-png": [[47, "orthophoto-png"]], "orthophoto-resolution": [[48, "orthophoto-resolution"]], "pc-classify": [[49, "pc-classify"]], "pc-copc": [[50, "pc-copc"]], "pc-csv": [[51, "pc-csv"]], "pc-ept": [[52, "pc-ept"]], "pc-filter": [[53, "pc-filter"]], "pc-geometric": [[54, "pc-geometric"]], "pc-las": [[55, "pc-las"]], "pc-quality": [[56, "pc-quality"]], "pc-rectify": [[57, "pc-rectify"]], "pc-sample": [[58, "pc-sample"]], "pc-skip-geometric": [[59, "pc-skip-geometric"]], "pc-tile": [[60, "pc-tile"]], "primary-band": [[61, "primary-band"]], "project-path": [[62, "project-path"]], "radiometric-calibration": [[63, "radiometric-calibration"]], "rerun": [[64, "rerun"]], "rerun-all": [[65, "rerun-all"]], "rerun-from": [[66, "rerun-from"]], "resize-to": [[67, "resize-to"]], "rolling-shutter": [[68, "rolling-shutter"]], "rolling-shutter-readout": [[69, "rolling-shutter-readout"]], "sfm-algorithm": [[70, "sfm-algorithm"]], "skip-3dmodel": [[71, "skip-3dmodel"]], "skip-band-alignment": [[72, "skip-band-alignment"]], "skip-orthophoto": [[73, "skip-orthophoto"]], "skip-report": [[74, "skip-report"]], "sky-removal": [[75, "sky-removal"]], "sm-cluster": [[76, "sm-cluster"]], "sm-no-align": [[77, "sm-no-align"]], "smrf-scalar": [[78, "smrf-scalar"]], "smrf-slope": [[79, "smrf-slope"]], "smrf-threshold": [[80, "smrf-threshold"]], "smrf-window": [[81, "smrf-window"]], "split": [[82, "split"]], "split-image-groups": [[83, "split-image-groups"]], "split-overlap": [[84, "split-overlap"]], "texturing-data-term": [[85, "texturing-data-term"]], "texturing-keep-unseen-faces": [[86, "texturing-keep-unseen-faces"]], "texturing-outlier-removal-type": [[87, "texturing-outlier-removal-type"]], "texturing-single-material": [[88, "texturing-single-material"]], "texturing-skip-global-seam-leveling": [[89, "texturing-skip-global-seam-leveling"]], "texturing-skip-local-seam-leveling": [[90, "texturing-skip-local-seam-leveling"]], "texturing-tone-mapping": [[91, "texturing-tone-mapping"]], "tiles": [[92, "tiles"]], "time": [[93, "time"]], "use-3dmesh": [[94, "use-3dmesh"]], "use-exif": [[95, "use-exif"]], "use-fixed-camera-params": [[96, "use-fixed-camera-params"]], "use-hybrid-bundle-adjustment": [[97, "use-hybrid-bundle-adjustment"]], "verbose": [[98, "verbose"]], "version": [[99, "version"]], "video-limit": [[100, "video-limit"]], "video-resolution": [[101, "video-resolution"]], "Paano makadaragdag": [[102, "how-to-contribute"]], "Pagtitipon ng Komunidad": [[102, "community-forum"]], "Pagsumite ng mga Sira": [[102, "reporting-bugs"]], "Template para sa pagpapasa ng Bug Reports": [[102, "template-for-submitting-bug-reports"]], "Ipakita ang mga Request": [[102, "pull-requests"]], "Frequently Asked Questions": [[103, "frequently-asked-questions"]], "Data Processing": [[103, "data-processing"]], "Can I process two or more orthophoto GeoTIFFs to stitch them together?": [[103, "can-i-process-two-or-more-orthophoto-geotiffs-to-stitch-them-together"]], "The software is not using all of my CPU cores / memory / GPU all of the times. Is it normal?": [[103, "the-software-is-not-using-all-of-my-cpu-cores-memory-gpu-all-of-the-times-is-it-normal"]], "If I use the native version of the software, how can I allocate more resources for processing?": [[103, "if-i-use-the-native-version-of-the-software-how-can-i-allocate-more-resources-for-processing"]], "Licensing": [[103, "licensing"]], "I want to build a commercial application that includes ODM. Do I need a commercial license?": [[103, "i-want-to-build-a-commercial-application-that-includes-odm-do-i-need-a-commercial-license"]], "Are there other licensing options aside from the AGPLv3?": [[103, "are-there-other-licensing-options-aside-from-the-agplv3"]], "Memory issues": [[103, "memory-issues"]], "Your computer is running out of memory, what can you do?": [[103, "your-computer-is-running-out-of-memory-what-can-you-do"]], "Mga Paalala sa Pagpapalipad": [[104, "flying-tips"]], "Ground Control Points": [[105, "ground-control-points"]], "Mga nirerekumendang gawi para sa paglagay ng GCP": [[105, "recommended-practices-for-gcp-setting"]], "GCP file format": [[105, "gcp-file-format"]], "User Interfaces": [[105, "user-interfaces"]], "POSM GCPi": [[105, "id1"]], "GCP Editor Pro": [[105, "id2"]], "References": [[105, "references"]], "Image Geolocation Files": [[106, "image-geolocation-files"]], "Malugod na pagtanggap mula sa OpenDroneMap's Documentation": [[107, "welcome-to-opendronemap-s-documentation"]], "Instalasyon at Paano Simulan": [[108, "installation-and-getting-started"]], "Quickstart": [[108, "quickstart"]], "Hardware Recommendations": [[108, "hardware-recommendations"]], "Minimum RAM needed for N images": [[108, "id4"]], "Installation": [[108, "installation"]], "Windows": [[108, "windows"]], "Step 1. I-check Virtualization Support": [[108, "step-1-check-virtualization-support"], [108, "id1"]], "Step 2. Install Requirements": [[108, "step-2-install-requirements"], [108, "id2"]], "Step 3. I-check ang Memory at CPU Allocation": [[108, "step-3-check-memory-and-cpu-allocation"], [108, "id3"]], "Step 4. Download WebODM": [[108, "step-4-download-webodm"]], "Step 4. Launch WebODM": [[108, "step-4-launch-webodm"]], "macOS": [[108, "macos"]], "Step 4. I-download at i-launch ang WebODM": [[108, "step-4-download-and-launch-webodm"]], "Linux": [[108, "linux"]], "Step 1. Mga kailangan bago maginstall.": [[108, "step-1-install-requirements"]], "Maginstall sa Ubuntu / Debian": [[108, "install-on-ubuntu-debian"]], "Maginstall sa CentOS / RHEL": [[108, "install-on-centos-rhel"]], "Maginstall sa Fedora": [[108, "install-on-fedora"]], "Maginstall sa Arch": [[108, "install-on-arch"]], "Step 2. I-check ang mga karagdagan na requirements": [[108, "step-2-check-additional-requirements"]], "Step 3. Download and Launch WebODM": [[108, "step-3-download-and-launch-webodm"]], "Basic na mga cCommands at Troubleshooting": [[108, "basic-commands-and-troubleshooting"]], "Hello, WebODM!": [[108, "hello-webodm"]], "Pagpapatakbo sa dalawa o mas marami pang machine": [[108, "running-on-more-than-one-machine"]], "Splitting Large Datasets": [[109, "splitting-large-datasets"]], "Calibrate images": [[109, "calibrate-images"]], "Local Split-Merge": [[109, "local-split-merge"]], "Distributed Split-Merge": [[109, "distributed-split-merge"]], "Paano simulan ang Distributed Split-Merge": [[109, "getting-started-with-distributed-split-merge"]], "Pagkaunawa sa Cluster": [[109, "understanding-the-cluster"]], "Pag-access sa Logs": [[109, "accessing-the-logs"]], "Autoscaling ClusterODM": [[109, "autoscaling-clusterodm"]], "Mga limitasyon": [[109, "limitations"]], "Acknowledgments": [[109, "acknowledgments"]], "Kawastuan ng Mapa": [[110, "map-accuracy"]], "Mga Dapat I-expect": [[110, "what-to-expect"]], "Mga aspeto na may impact sa map accuracy": [[110, "aspects-impacting-map-accuracy"]], "Mga Sanggunian": [[110, "references"]], "Gamit ang Image Masks": [[111, "using-image-masks"]], "Multispectral Support": [[112, "multispectral-support"]], "Hardware": [[112, "hardware"], [116, "hardware"]], "Paggamit": [[112, "usage"]], "Sentera AGX710": [[112, "sentera-agx710"]], "OpenDroneMap Outputs": [[113, "opendronemap-outputs"]], "Point Cloud": [[113, "point-cloud"]], "3D Textured Model": [[113, "d-textured-model"]], "Orthophoto": [[113, "orthophoto"]], "DTM/DSM": [[113, "dtm-dsm"]], "Logs": [[113, "logs"]], "Listahan ng mga output": [[113, "list-of-all-outputs"]], "Paano Magrequest ng Features": [[114, "how-to-request-features"]], "Karagdagang Sanggunian": [[115, "additional-references"]], "Para sa gagamit": [[115, "for-users"]], "Para sa mga taga-buo.": [[115, "for-developers"]], "Thermal Support": [[116, "thermal-support"]], "Usage": [[116, "usage"]], "Mga Tutoryal": [[117, "tutorials"]], "Paglikha ng Mataas na Kalidad ng Orthophotos": [[117, "creating-high-quality-orthophotos"]], "Pag-kalibrate ng Camera": [[117, "calibrating-the-camera"]], "Paglikha ng Digital Elevation Models": [[117, "creating-digital-elevation-models"]], "Measuring stockpile volume": [[117, "measuring-stockpile-volume"]], "Fieldwork planning": [[117, "fieldwork-planning"]], "Flight pattern": [[117, "flight-pattern"]], "Flight height": [[117, "flight-height"]], "GCPs": [[117, "gcps"]], "Processing parameters": [[117, "processing-parameters"]], "Measuring": [[117, "measuring"]], "Expected accuracy": [[117, "expected-accuracy"]], "Using Docker": [[117, "using-docker"]], "Listing Docker Machines": [[117, "listing-docker-machines"]], "Accessing logs on the instance": [[117, "accessing-logs-on-the-instance"]], "Command line access to instances": [[117, "command-line-access-to-instances"]], "Cleaning up after Docker": [[117, "cleaning-up-after-docker"]], "Using Singularity": [[117, "using-singularity"]], "Downloading image": [[117, "downloading-image"]], "Using Singularity SIF image": [[117, "using-singularity-sif-image"]], "Paggamit ng ODM para sa low-bandwidth na lokasyon.": [[117, "using-odm-from-low-bandwidth-location"]], "Ano ito at para kanino ito?": [[117, "what-is-this-and-who-is-it-for"]], "Steps": [[117, "steps"]], "Install": [[117, "install"]], "Prep data and project": [[117, "prep-data-and-project"]], "Istraktura ng direktoryo": [[117, "directory-structure"]], "I-resize ang droplet, hatakin ang pin at i-proseso ito.": [[117, "resize-droplet-pull-pin-run-away"]], "Matapos ang lahat (assuming na ikaw ay nagsurvive ng ganoon katagal)": [[117, "after-it-finishes-assuming-you-survive-that-long"]], "Using Potree 3D viewer module on WebODM": [[117, "using-potree-3d-viewer-module-on-webodm"]], "Cameras": [[117, "cameras"]], "Textured model": [[117, "textured-model"]], "Appearance": [[117, "appearance"]], "Point budget": [[117, "point-budget"]], "Field of view": [[117, "field-of-view"]], "Eye Dome-lighting": [[117, "eye-dome-lighting"]], "Background": [[117, "background"]], "Other": [[117, "other"]], "Tools": [[117, "tools"]], "Measurement": [[117, "measurement"]], "Clipping": [[117, "clipping"]], "Navigation": [[117, "navigation"]], "Scene": [[117, "scene"]]}, "indexentries": {}}) \ No newline at end of file +Search.setIndex({"docnames": ["align", "arguments", "arguments/3d-tiles", "arguments/align", "arguments/auto-boundary", "arguments/auto-boundary-distance", "arguments/bg-removal", "arguments/boundary", "arguments/build-overviews", "arguments/camera-lens", "arguments/cameras", "arguments/cog", "arguments/copy-to", "arguments/crop", "arguments/debug", "arguments/dem-decimation", "arguments/dem-euclidean-map", "arguments/dem-gapfill-steps", "arguments/dem-resolution", "arguments/depthmap-resolution", "arguments/dsm", "arguments/dtm", "arguments/end-with", "arguments/fast-orthophoto", "arguments/feature-quality", "arguments/feature-type", "arguments/force-gps", "arguments/gcp", "arguments/geo", "arguments/gltf", "arguments/gps-accuracy", "arguments/help", "arguments/ignore-gsd", "arguments/matcher-neighbors", "arguments/matcher-type", "arguments/max-concurrency", "arguments/merge", "arguments/mesh-octree-depth", "arguments/mesh-size", "arguments/min-num-features", "arguments/name", "arguments/no-gpu", "arguments/optimize-disk-space", "arguments/orthophoto-compression", "arguments/orthophoto-cutline", "arguments/orthophoto-kmz", "arguments/orthophoto-no-tiled", "arguments/orthophoto-png", "arguments/orthophoto-resolution", "arguments/pc-classify", "arguments/pc-copc", "arguments/pc-csv", "arguments/pc-ept", "arguments/pc-filter", "arguments/pc-geometric", "arguments/pc-las", "arguments/pc-quality", "arguments/pc-rectify", "arguments/pc-sample", "arguments/pc-skip-geometric", "arguments/pc-tile", "arguments/primary-band", "arguments/project-path", "arguments/radiometric-calibration", "arguments/rerun", "arguments/rerun-all", "arguments/rerun-from", "arguments/resize-to", "arguments/rolling-shutter", "arguments/rolling-shutter-readout", "arguments/sfm-algorithm", "arguments/skip-3dmodel", "arguments/skip-band-alignment", "arguments/skip-orthophoto", "arguments/skip-report", "arguments/sky-removal", "arguments/sm-cluster", "arguments/sm-no-align", "arguments/smrf-scalar", "arguments/smrf-slope", "arguments/smrf-threshold", "arguments/smrf-window", "arguments/split", "arguments/split-image-groups", "arguments/split-overlap", "arguments/texturing-data-term", "arguments/texturing-keep-unseen-faces", "arguments/texturing-outlier-removal-type", "arguments/texturing-single-material", "arguments/texturing-skip-global-seam-leveling", "arguments/texturing-skip-local-seam-leveling", "arguments/texturing-tone-mapping", "arguments/tiles", "arguments/time", "arguments/use-3dmesh", "arguments/use-exif", "arguments/use-fixed-camera-params", "arguments/use-hybrid-bundle-adjustment", "arguments/verbose", "arguments/version", "arguments/video-limit", "arguments/video-resolution", "contributing", "faq", "flying", "gcp", "geo", "index", "installation", "large", "map-accuracy", "masks", "multispectral", "outputs", "requesting-features", "resources", "thermal", "tutorials"], "filenames": ["align.rst", "arguments.rst", "arguments/3d-tiles.rst", "arguments/align.rst", "arguments/auto-boundary.rst", "arguments/auto-boundary-distance.rst", "arguments/bg-removal.rst", "arguments/boundary.rst", "arguments/build-overviews.rst", "arguments/camera-lens.rst", "arguments/cameras.rst", "arguments/cog.rst", "arguments/copy-to.rst", "arguments/crop.rst", "arguments/debug.rst", "arguments/dem-decimation.rst", "arguments/dem-euclidean-map.rst", "arguments/dem-gapfill-steps.rst", "arguments/dem-resolution.rst", "arguments/depthmap-resolution.rst", "arguments/dsm.rst", "arguments/dtm.rst", "arguments/end-with.rst", "arguments/fast-orthophoto.rst", "arguments/feature-quality.rst", "arguments/feature-type.rst", "arguments/force-gps.rst", "arguments/gcp.rst", "arguments/geo.rst", "arguments/gltf.rst", "arguments/gps-accuracy.rst", "arguments/help.rst", "arguments/ignore-gsd.rst", "arguments/matcher-neighbors.rst", "arguments/matcher-type.rst", "arguments/max-concurrency.rst", "arguments/merge.rst", "arguments/mesh-octree-depth.rst", "arguments/mesh-size.rst", "arguments/min-num-features.rst", "arguments/name.rst", "arguments/no-gpu.rst", "arguments/optimize-disk-space.rst", "arguments/orthophoto-compression.rst", "arguments/orthophoto-cutline.rst", "arguments/orthophoto-kmz.rst", "arguments/orthophoto-no-tiled.rst", "arguments/orthophoto-png.rst", "arguments/orthophoto-resolution.rst", "arguments/pc-classify.rst", "arguments/pc-copc.rst", "arguments/pc-csv.rst", "arguments/pc-ept.rst", "arguments/pc-filter.rst", "arguments/pc-geometric.rst", "arguments/pc-las.rst", "arguments/pc-quality.rst", "arguments/pc-rectify.rst", "arguments/pc-sample.rst", "arguments/pc-skip-geometric.rst", "arguments/pc-tile.rst", "arguments/primary-band.rst", "arguments/project-path.rst", "arguments/radiometric-calibration.rst", "arguments/rerun.rst", "arguments/rerun-all.rst", "arguments/rerun-from.rst", "arguments/resize-to.rst", "arguments/rolling-shutter.rst", "arguments/rolling-shutter-readout.rst", "arguments/sfm-algorithm.rst", "arguments/skip-3dmodel.rst", "arguments/skip-band-alignment.rst", "arguments/skip-orthophoto.rst", "arguments/skip-report.rst", "arguments/sky-removal.rst", "arguments/sm-cluster.rst", "arguments/sm-no-align.rst", "arguments/smrf-scalar.rst", "arguments/smrf-slope.rst", "arguments/smrf-threshold.rst", "arguments/smrf-window.rst", "arguments/split.rst", "arguments/split-image-groups.rst", "arguments/split-overlap.rst", "arguments/texturing-data-term.rst", "arguments/texturing-keep-unseen-faces.rst", "arguments/texturing-outlier-removal-type.rst", "arguments/texturing-single-material.rst", "arguments/texturing-skip-global-seam-leveling.rst", "arguments/texturing-skip-local-seam-leveling.rst", "arguments/texturing-tone-mapping.rst", "arguments/tiles.rst", "arguments/time.rst", "arguments/use-3dmesh.rst", "arguments/use-exif.rst", "arguments/use-fixed-camera-params.rst", "arguments/use-hybrid-bundle-adjustment.rst", "arguments/verbose.rst", "arguments/version.rst", "arguments/video-limit.rst", "arguments/video-resolution.rst", "contributing.rst", "faq.rst", "flying.rst", "gcp.rst", "geo.rst", "index.rst", "installation.rst", "large.rst", "map-accuracy.rst", "masks.rst", "multispectral.rst", "outputs.rst", "requesting-features.rst", "resources.rst", "thermal.rst", "tutorials.rst"], "titles": ["Alignment Files", "Mga Opsyon at Tanda", "3d-tiles", "align", "auto-boundary", "auto-boundary-distance", "bg-removal", "boundary", "build-overviews", "camera-lens", "cameras", "cog", "copy-to", "crop", "debug", "dem-decimation", "dem-euclidean-map", "dem-gapfill-steps", "dem-resolution", "depthmap-resolution", "dsm", "dtm", "end-with", "fast-orthophoto", "feature-quality", "feature-type", "force-gps", "gcp", "geo", "gltf", "gps-accuracy", "help", "ignore-gsd", "matcher-neighbors", "matcher-type", "max-concurrency", "merge", "mesh-octree-depth", "mesh-size", "min-num-features", "name", "no-gpu", "optimize-disk-space", "orthophoto-compression", "orthophoto-cutline", "orthophoto-kmz", "orthophoto-no-tiled", "orthophoto-png", "orthophoto-resolution", "pc-classify", "pc-copc", "pc-csv", "pc-ept", "pc-filter", "pc-geometric", "pc-las", "pc-quality", "pc-rectify", "pc-sample", "pc-skip-geometric", "pc-tile", "primary-band", "project-path", "radiometric-calibration", "rerun", "rerun-all", "rerun-from", "resize-to", "rolling-shutter", "rolling-shutter-readout", "sfm-algorithm", "skip-3dmodel", "skip-band-alignment", "skip-orthophoto", "skip-report", "sky-removal", "sm-cluster", "sm-no-align", "smrf-scalar", "smrf-slope", "smrf-threshold", "smrf-window", "split", "split-image-groups", "split-overlap", "texturing-data-term", "texturing-keep-unseen-faces", "texturing-outlier-removal-type", "texturing-single-material", "texturing-skip-global-seam-leveling", "texturing-skip-local-seam-leveling", "texturing-tone-mapping", "tiles", "time", "use-3dmesh", "use-exif", "use-fixed-camera-params", "use-hybrid-bundle-adjustment", "verbose", "version", "video-limit", "video-resolution", "Paano makadaragdag", "Frequently Asked Questions", "Mga Paalala sa Pagpapalipad", "Ground Control Points", "Image Geolocation Files", "Malugod na pagtanggap mula sa OpenDroneMap's Documentation", "Instalasyon at Paano Simulan", "Splitting Large Datasets", "Kawastuan ng Mapa", "Gamit ang Image Masks", "Multispectral Support", "OpenDroneMap Outputs", "Paano Magrequest ng Features", "Karagdagang Sanggunian", "Thermal Support", "Mga Tutoryal"], "terms": {"georeferenc": [0, 1, 27, 28, 50, 51, 52, 55, 95, 105, 109, 113], "default": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 105, 106, 108, 117], "i": [0, 1, 8, 9, 11, 15, 18, 26, 32, 34, 35, 40, 48, 61, 63, 77, 84, 94, 102, 104, 105, 106, 107, 109, 111, 112, 113, 114, 115, 116], "done": [0, 1, 84, 114, 117], "us": [0, 1, 6, 10, 13, 15, 16, 17, 20, 21, 26, 27, 28, 30, 35, 37, 39, 41, 43, 44, 57, 58, 61, 67, 69, 72, 75, 77, 83, 89, 105, 107, 108, 109, 110, 112, 113, 116], "gp": [0, 1, 33, 70, 77, 105, 106, 107, 110], "gcp": [0, 1, 26, 95, 107, 109, 110], "provid": [0, 1, 7, 94, 117], "start": [0, 1, 17, 102, 108, 117], "from": [0, 1, 4, 7, 9, 10, 11, 16, 23, 42, 53, 70, 100, 107, 108, 112, 115, 116, 117], "odm": [0, 1, 72, 102, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116], "3": [0, 1, 13, 17, 102, 105, 107, 109, 110, 117], "0": [0, 1, 5, 13, 17, 28, 33, 48, 53, 58, 69, 79, 80, 81, 100, 103, 105, 106, 108, 109, 111, 112, 117], "2": [0, 1, 35, 53, 94, 102, 105, 106, 107, 109, 110, 111, 115, 117], "peopl": 0, "can": [0, 1, 4, 7, 9, 10, 11, 16, 28, 30, 32, 34, 39, 44, 49, 54, 58, 61, 68, 70, 71, 73, 74, 91, 96, 102, 107, 108, 109, 114, 115, 116, 117], "suppli": 0, "refer": [0, 8, 107, 109, 117], "georefer": 0, "program": [0, 1, 8, 11, 103, 111, 117], "output": [0, 1, 2, 3, 7, 12, 13, 17, 32, 36, 38, 49, 58, 101, 107, 108, 109, 117], "The": [0, 1, 4, 7, 8, 9, 11, 16, 27, 28, 35, 38, 83, 101, 105, 107, 108, 112, 113, 115, 117], "reconstruct": [0, 1, 3, 4, 7, 9, 23, 26, 30, 37, 39, 61, 97, 110, 111, 113], "initi": [0, 117], "perform": [0, 1, 8, 33, 57, 63, 108, 117], "subsequ": [0, 105], "model": [0, 1, 20, 21, 23, 29, 71, 107, 109], "via": [0, 1, 9, 11, 63, 109, 117], "linear": [0, 117], "scale": [0, 7, 109, 110], "rotat": [0, 117], "shift": [0, 108], "oper": [0, 117], "If": [0, 1, 7, 23, 26, 28, 30, 68, 72, 107, 114, 117], "you": [0, 1, 4, 7, 9, 23, 26, 28, 30, 45, 46, 47, 49, 60, 61, 63, 68, 71, 73, 74, 95, 107, 108, 114, 116, 117], "call": 0, "laz": [0, 1, 3, 113], "la": [0, 1, 3, 107, 117], "tif": [0, 111, 112, 113, 117], "singl": [0, 1, 7, 29, 58, 107, 117], "band": [0, 1, 107, 112, 117], "geotiff": [0, 1, 3, 8, 46, 107, 113], "dem": [0, 1, 3, 20, 21, 36, 49, 71, 73, 92, 107, 109, 117], "automat": [0, 1, 3, 4, 5, 6, 9, 13, 30, 72, 75, 105, 117], "detect": [0, 9, 117], "attempt": [0, 1], "thi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "ha": [0, 1, 7, 8, 11, 61, 68, 116, 117], "anoth": [0, 1, 9, 10, 103, 117], "name": [0, 1, 7, 61, 102, 105, 107, 109, 112, 117], "specifi": [0, 1, 5, 7, 9, 10, 61, 105, 106, 108, 117], "path": [0, 1, 3, 7, 10, 12, 27, 28, 83, 102, 107, 108, 109, 117], "must": [0, 11], "creat": [0, 1, 8, 11, 13, 107, 108, 109, 112, 117], "base": [0, 1, 4, 33, 105, 106, 108, 109, 117], "your": [0, 1, 7, 9, 30, 60, 62, 69, 107, 108, 114, 117], "project": [0, 1, 9, 40, 102, 104, 105, 106, 107, 108, 109, 110, 113], "folder": [0, 1, 12, 40, 62, 105, 106, 108, 109, 112, 117], "learn": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "edit": [0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "help": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "improv": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "page": [0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "3d": [1, 4, 23, 71, 73, 85, 94, 104, 107, 109], "tile": [1, 8, 11, 52, 105, 107, 117], "gener": [1, 2, 7, 8, 11, 15, 17, 23, 24, 29, 44, 45, 47, 56, 57, 70, 71, 73, 74, 88, 92, 93, 108, 112, 116, 117], "ogc": [1, 2], "fals": [1, 2, 6, 14, 16, 20, 21, 23, 26, 29, 32, 41, 42, 44, 45, 46, 47, 49, 50, 51, 52, 54, 55, 57, 59, 60, 68, 71, 72, 73, 74, 75, 77, 86, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 107, 117], "align": [1, 107], "string": [1, 3, 7, 9, 10, 27, 28, 61, 76, 83, 105, 106], "point": [1, 3, 9, 15, 19, 27, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 107, 108, 109, 110, 115], "cloud": [1, 3, 4, 9, 19, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 107, 109, 110, 117], "should": [1, 3, 7, 9, 11, 62, 63, 82, 83, 108, 112, 114, 117], "experiment": [1, 3, 6, 60, 63, 75], "none": [1, 3, 4, 7, 8, 9, 11, 27, 28, 43, 63, 76, 83, 87, 91, 117], "auto": [1, 7, 61, 107, 112, 117], "boundari": [1, 13, 107, 112, 117], "set": [1, 4, 5, 9, 17, 19, 24, 28, 30, 33, 43, 45, 46, 47, 53, 56, 58, 60, 63, 67, 69, 100, 103, 105, 106, 107, 108, 109, 112, 113, 114, 117], "camera": [1, 4, 5, 28, 63, 68, 69, 70, 86, 103, 104, 105, 106, 107, 110, 112, 113, 114, 116], "shot": [1, 4, 5, 111, 112], "locat": [1, 4, 5, 7, 105, 108, 117], "limit": [1, 4, 7, 58, 107, 117], "area": [1, 4, 7, 16, 17, 30, 39, 44, 85, 94, 105, 111, 117], "remov": [1, 4, 18, 48, 53, 58, 107, 109, 117], "far": [1, 4], "awai": [1, 4], "background": [1, 4, 6, 107, 108, 115], "artifact": [1, 4, 9, 117], "sky": [1, 4, 107], "landscap": [1, 4], "etc": [1, 4, 8, 9, 11, 102, 108, 109, 115], "see": [1, 4, 7, 9, 68, 103, 104, 108], "also": [1, 4, 7, 18, 39, 48, 68, 103, 107, 108, 114, 116, 117], "distanc": [1, 16, 17, 18, 32, 48, 105, 107, 117], "posit": [1, 5, 13, 15, 17, 19, 30, 33, 35, 38, 53, 58, 69, 70, 78, 79, 80, 81, 82, 84, 100, 101, 110, 113, 117], "float": [1, 5, 13, 18, 19, 30, 48, 53, 58, 78, 79, 80, 81], "between": [1, 5, 7, 39, 84, 117], "outer": [1, 5], "edg": [1, 5, 9, 44], "when": [1, 5, 32, 61, 63, 72, 82, 85, 89, 96, 103, 107, 117], "comput": [1, 5, 6, 10, 16, 19, 25, 54, 59, 63, 75, 94, 107, 108, 117], "choos": [1, 5, 7, 8, 9, 25, 36, 61, 70, 85, 104], "valu": [1, 5, 9, 16, 18, 19, 28, 30, 37, 48, 63, 69, 82, 105, 106, 113, 117], "bg": [1, 107], "imag": [1, 6, 13, 19, 26, 28, 30, 32, 33, 35, 39, 62, 63, 67, 68, 70, 72, 75, 82, 84, 85, 89, 96, 97, 103, 105, 107, 110, 112, 113, 114, 116], "mask": [1, 4, 6, 75, 107, 113, 117], "ai": [1, 6, 75, 102, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115], "json": [1, 7, 10, 109, 113, 117], "geojson": [1, 107, 117], "polygon": [1, 44, 107, 117], "either": [1, 7, 8, 10], "file": [1, 7, 8, 10, 11, 27, 28, 29, 42, 83, 88, 93, 95, 100, 103, 107, 108, 109, 111, 112, 113, 117], "repres": [1, 7, 10, 117], "content": [1, 7, 10], "build": [1, 20, 21, 107, 108, 117], "overview": [1, 11, 107, 117], "orthophoto": [1, 8, 36, 67, 71, 92, 94, 107, 109, 112, 116], "faster": [1, 8, 32, 34, 70, 94], "displai": [1, 8, 11, 99, 105, 117], "qgi": [1, 8, 11, 107, 112, 113, 117], "len": [1, 104, 107], "perspect": [1, 107], "brown": [1, 107], "fishey": [1, 107], "fisheye_opencv": [1, 9], "spheric": [1, 107], "equirectangular": [1, 9], "dual": [1, 9], "type": [1, 4, 8, 9, 11, 105, 107, 108, 110, 117], "manual": [1, 30, 107], "geometr": [1, 9, 107], "undistort": [1, 9, 113], "By": [1, 4, 9, 36, 106, 117], "applic": [1, 9, 11, 107, 108, 114], "tri": [1, 9, 103], "determin": [1, 9, 117], "metadata": [1, 9, 113], "paramet": [1, 4, 7, 8, 9, 10, 11, 20, 21, 45, 46, 47, 49, 78, 79, 80, 81, 96, 107, 108, 112, 116], "dataset": [1, 4, 7, 10, 13, 15, 22, 36, 40, 42, 59, 61, 62, 64, 66, 70, 72, 77, 82, 97, 102, 107, 110, 112, 114, 116, 117], "instead": [1, 10, 11, 67, 69, 88, 94, 95, 108, 114], "calcul": [1, 10, 19], "them": [1, 7, 10, 28, 107], "cog": [1, 107], "optim": [1, 8, 50, 96, 107, 110, 117], "normal": [1, 4, 11, 89, 107, 112, 117], "copi": [1, 7, 8, 102, 107, 117], "result": [1, 12, 15, 32, 54, 65, 68, 70, 71, 73, 94, 96, 108, 112, 117], "after": [1, 7, 12, 84, 107, 108, 112], "process": [1, 4, 7, 12, 22, 32, 35, 39, 42, 54, 56, 61, 63, 65, 66, 72, 89, 100, 107, 108, 109, 112, 116], "crop": [1, 7, 44, 107, 113, 117], "smooth": [1, 13, 117], "buffer": [1, 4, 8, 13], "around": [1, 13, 44, 58, 117], "shrunk": [1, 13], "n": [1, 13, 17, 53, 58, 105, 106, 109, 110, 117], "meter": [1, 13, 28, 30, 58, 80, 81, 105, 106, 110, 117], "disabl": [1, 13, 17, 53, 58, 59, 67, 108, 113, 117], "decim": [1, 107], "integ": [1, 15, 17, 33, 35, 37, 38, 39, 67, 69, 82, 84, 100, 101], "befor": [1, 15, 16], "1": [1, 7, 15, 37, 67, 78, 102, 105, 106, 107, 109, 110, 113, 117], "full": [1, 4, 7, 8, 15, 23, 71, 94, 103, 117], "qualiti": [1, 15, 19, 32, 60, 67, 103, 107, 117], "100": [1, 15, 97, 108, 109], "99": [1, 15, 108], "speed": [1, 8, 15, 97, 110, 117], "up": [1, 7, 15, 56, 97, 107, 108, 109, 112], "veri": [1, 9, 15, 34, 77, 97, 114], "larg": [1, 4, 7, 9, 15, 30, 60, 77, 82, 97, 107, 117], "euclidean": [1, 107], "map": [1, 7, 8, 11, 104, 105, 107, 117], "an": [1, 8, 16, 23, 32, 42, 62, 102, 103, 107, 110, 111, 112, 114, 117], "raster": [1, 8, 11, 16, 113, 117], "each": [1, 16, 56, 62, 72, 82, 85, 110, 117], "report": [1, 16, 107], "cell": [1, 16], "nearest": [1, 16, 17, 33, 34], "nodata": [1, 16], "ani": [1, 4, 7, 16, 86, 113], "hole": [1, 16], "fill": [1, 7, 16, 17, 57], "take": [1, 8, 11, 16, 19, 24, 56, 63, 117], "place": [1, 11, 16, 107, 112, 117], "isol": [1, 16, 117], "have": [1, 4, 7, 9, 16, 26, 28, 42, 60, 62, 72, 82, 88, 95, 103, 117], "been": [1, 7, 9, 16, 72, 103, 116, 117], "gapfil": [1, 107, 117], "step": [1, 36, 56, 102, 107], "number": [1, 7, 17, 35, 39, 63, 82, 99, 100, 108, 109, 117], "gap": [1, 17, 57], "radiu": [1, 17, 58, 81, 84, 117], "equal": [1, 17], "resolut": [1, 8, 17, 32, 35, 58, 67, 107, 117], "differ": [1, 7, 9, 17, 103, 117], "ar": [1, 7, 17, 26, 30, 36, 37, 63, 69, 70, 72, 82, 84, 86, 92, 96, 107, 108, 109, 110, 113, 117], "progress": [1, 7, 17, 20], "bigger": [1, 17], "invers": [1, 17], "weight": [1, 17], "idw": [1, 17], "algorithm": [1, 17, 25, 34, 107, 109], "merg": [1, 17, 22, 64, 66, 76, 77, 107, 113, 117], "togeth": [1, 17, 107, 114], "remain": [1, 17, 117], "neighbor": [1, 17, 34, 84, 107], "interpol": [1, 17, 117], "dsm": [1, 18, 107, 117], "dtm": [1, 18, 57, 107, 117], "cm": [1, 18, 48, 117], "pixel": [1, 18, 48, 101, 105, 117], "note": [1, 11, 18, 48, 69], "cap": [1, 18, 32, 48], "2x": [1, 18], "ground": [1, 18, 20, 21, 27, 32, 48, 57, 107, 110, 113, 115, 117], "sampl": [1, 18, 32, 48, 105, 107], "gsd": [1, 4, 18, 48, 107, 110, 117], "estim": [1, 18, 32, 48, 59], "To": [1, 18, 48, 107, 114, 117], "check": [1, 18, 20, 21, 48, 107], "ignor": [1, 18, 48, 107, 117], "5": [1, 18, 48, 53, 80, 105, 109, 110, 117], "tag": [1, 20, 21, 30, 63, 95, 105], "digit": [1, 20, 21, 63, 107, 109, 113], "surfac": [1, 20, 113, 117], "object": [1, 20, 105, 117], "morpholog": [1, 20, 21, 78, 79, 80, 81, 117], "filter": [1, 4, 20, 21, 58, 78, 79, 80, 81, 107, 117], "finer": [1, 20, 21], "tune": [1, 20, 21], "terrain": [1, 9, 21, 110, 113, 117], "onli": [1, 7, 9, 21, 58, 64, 67, 70, 71, 73, 102, 117], "simpl": [1, 7, 21, 78, 79, 80, 81, 105, 106, 117], "smrf": [1, 21, 107, 117], "end": [1, 107, 117], "split": [1, 22, 36, 60, 64, 66, 76, 77, 107, 117], "opensfm": [1, 9, 22, 64, 66, 109, 113, 117], "openmv": [1, 22, 64, 66], "odm_filterpoint": [1, 22, 64, 66], "odm_mesh": [1, 22, 64, 66, 113], "mvs_textur": [1, 22, 64, 66], "odm_georeferenc": [1, 22, 64, 66, 112, 113, 117], "odm_dem": [1, 22, 64, 66, 113], "odm_orthophoto": [1, 22, 64, 66, 112, 113, 117], "odm_report": [1, 22, 64, 66, 112], "odm_postprocess": [1, 22, 64, 66], "stage": [1, 22, 42, 64, 66], "fast": [1, 7, 34, 103, 107], "skip": [1, 23, 77, 107], "dens": [1, 23, 113], "It": [1, 7, 23, 61, 103, 117], "directli": [1, 23], "spars": [1, 4, 23], "just": [1, 7, 23, 103, 117], "need": [1, 7, 23, 27, 28, 60, 71, 73, 74, 83, 107, 114, 117], "do": [1, 7, 23, 41, 107, 110, 114, 117], "turn": [1, 23, 60, 68, 91, 96, 117], "option": [1, 3, 4, 5, 9, 10, 12, 13, 15, 17, 18, 19, 22, 23, 24, 25, 27, 28, 30, 33, 34, 35, 36, 37, 38, 39, 40, 43, 48, 49, 53, 56, 58, 61, 62, 63, 64, 66, 67, 68, 69, 70, 72, 76, 78, 79, 80, 81, 82, 83, 84, 85, 87, 91, 94, 100, 101, 102, 105, 106, 107, 108, 109, 117], "featur": [1, 4, 11, 44, 67, 85, 107, 108, 113, 117], "ultra": [1, 24, 56, 60, 117], "high": [1, 24, 26, 30, 56, 60, 105, 117], "medium": [1, 7, 8, 11, 24, 56], "low": [1, 4, 7, 9, 24, 56, 107, 110], "lowest": [1, 24, 56, 117], "extract": [1, 24, 25, 39, 67, 100, 101, 117], "higher": [1, 19, 24, 56], "better": [1, 24, 32, 56, 70, 116, 117], "requir": [1, 7, 24, 35, 56, 103, 104, 105, 107, 109, 117], "more": [1, 4, 7, 9, 11, 24, 34, 37, 39, 53, 56, 107, 114, 117], "memori": [1, 4, 24, 32, 35, 56, 60, 107, 109, 117], "longer": [1, 19, 24, 56], "akaz": [1, 25], "hahog": [1, 25], "orb": [1, 25], "sift": [1, 25], "keypoint": [1, 25], "descriptor": [1, 25], "forc": [1, 9, 105, 107], "exif": [1, 26, 33, 63, 105, 107, 109], "data": [1, 7, 8, 11, 26, 33, 89, 104, 106, 107, 108, 109, 110, 113, 116], "even": [1, 26, 41], "present": [1, 26, 69, 112], "flag": [1, 26, 59, 108, 117], "precis": [1, 26, 30, 105, 110], "measur": [1, 26, 107], "doe": [1, 4, 8, 11, 26, 67, 117], "noth": [1, 7, 26], "contain": [1, 27, 28, 62, 108, 117], "control": [1, 19, 27, 30, 49, 83, 107, 110, 115, 117], "follow": [1, 9, 27, 28, 83, 102, 108, 112, 116, 117], "format": [1, 7, 11, 27, 28, 50, 51, 52, 55, 83, 106, 107, 111, 113, 115], "epsg": [1, 7, 27, 28, 105, 106], "code": [1, 27, 28, 40, 102, 105, 106, 109, 112, 113, 114, 117], "proj": [1, 27, 28, 105, 106], "definit": [1, 27, 28], "geo_x": [1, 27, 28, 105, 106], "geo_i": [1, 27, 28, 105, 106], "geo_z": [1, 27, 28, 105, 106], "im_x": [1, 27, 105], "im_i": [1, 27, 105], "image_nam": [1, 27, 28, 83, 105, 106], "gcp_name": [1, 27, 105], "extra1": [1, 27, 105], "extra2": [1, 27, 105], "geo": [1, 105, 106, 107], "geoloc": [1, 28, 107], "center": [1, 28], "coordin": [1, 7, 28, 105, 106, 113, 117], "don": [1, 28, 42, 74, 108], "t": [1, 28, 42, 60, 74, 102, 107, 108, 110, 112, 113, 114, 115], "yaw": [1, 28, 106], "pitch": [1, 28, 106], "roll": [1, 28, 96, 106, 107, 110], "degre": [1, 28, 106, 117], "horz": [1, 28, 106], "accuraci": [1, 28, 54, 59, 68, 106, 107], "vert": [1, 28, 106], "gltf": [1, 107], "binari": [1, 29, 108], "glb": [1, 29], "textur": [1, 29, 107, 109, 115], "dilut": [1, 30], "dop": [1, 30], "inform": [1, 7, 11, 30, 95, 102, 103, 109, 115, 117], "all": [1, 7, 9, 11, 30, 36, 63, 69, 89, 102, 107, 108, 109, 112, 117], "rtk": [1, 30, 105, 106, 110], "accordingli": [1, 30], "case": [1, 8, 9, 11, 30, 117], "fail": [1, 9, 30], "lower": [1, 8, 30, 32], "sometim": [1, 8, 30, 32, 34, 96, 117], "bowl": [1, 9, 30, 96, 109, 117], "effect": [1, 30, 109, 114], "over": [1, 9, 30, 79, 109, 113], "10": [1, 30, 103, 105, 106, 108, 110, 117], "show": [1, 4, 7, 9, 11, 31, 109, 117], "messag": [1, 14, 31, 98, 117], "exit": [1, 31, 99, 117], "maximum": [1, 32, 35, 38, 100, 101], "resiz": [1, 32, 103, 107], "necessari": [1, 32, 103, 114, 117], "usag": [1, 7, 32, 42, 60, 107, 117], "sinc": [1, 32, 103], "slightli": [1, 32, 117], "matcher": [1, 107, 117], "match": [1, 7, 8, 33, 34, 39, 113], "triangul": [1, 33, 70, 117], "order": [1, 110, 117], "filenam": [1, 7, 105, 106, 117], "sequenti": 1, "those": [1, 85, 108], "video": [1, 107], "appli": [1, 7, 63, 108], "non": [1, 9, 11, 103, 117], "bow": [1, 34], "bruteforc": [1, 34], "flann": [1, 34, 117], "librari": [1, 34], "approxim": [1, 34], "bag": [1, 34], "word": [1, 4, 34], "slower": [1, 34, 103], "stabl": [1, 34, 102, 108, 117], "miss": [1, 34, 105, 108, 115], "valid": [1, 7, 34, 109, 117], "slow": [1, 34, 39], "robust": [1, 9, 34], "max": [1, 9, 107, 117], "concurr": [1, 107, 108, 117], "variou": [1, 7, 9, 11, 35, 108], "peak": [1, 35], "1gb": [1, 35], "per": [1, 35, 39, 82], "thread": [1, 35], "megapixel": [1, 35], "4": [1, 35, 105, 107, 110, 112, 117], "pointcloud": [1, 36], "what": [1, 36, 107, 110, 114], "avail": [1, 36, 41, 42, 70, 103, 106, 108, 109, 117], "mesh": [1, 85, 86, 94, 107, 109, 113, 115, 117], "octre": [1, 107, 117], "depth": [1, 107, 117], "x": [1, 37, 105, 106, 108, 117], "14": [1, 37], "increas": [1, 8, 37, 54, 56, 117], "get": [1, 4, 37, 63, 108, 114, 117], "vertic": [1, 37, 107, 110, 117], "recommend": [1, 9, 37, 61, 107, 117], "8": [1, 11, 37, 105, 108, 110, 117], "12": [1, 37, 108, 110, 117], "11": [1, 37, 105, 110, 117], "size": [1, 8, 11, 107, 117], "vertex": [1, 7, 38], "count": [1, 38], "200000": [1, 38], "min": [1, 107, 117], "num": [1, 107, 117], "minimum": [1, 39, 105, 117], "find": [1, 7, 39, 109, 115, 117], "potenti": [1, 8, 39], "allow": [1, 7, 8, 11, 39, 42, 108, 117], "littl": [1, 39], "overlap": [1, 7, 39, 44, 105, 107, 109, 117], "insuffici": [1, 39], "down": [1, 39, 117], "10000": [1, 39, 117], "e": [1, 40, 105, 106, 109, 114, 117], "subfold": [1, 40, 62], "within": [1, 7, 40, 117], "gpu": [1, 4, 7, 8, 9, 11, 107, 108, 117], "acceler": [1, 41], "": [1, 7, 41, 61, 103, 105, 106, 108, 110, 114, 117], "disk": [1, 7, 11, 103, 107, 108, 117], "space": [1, 103, 105, 107, 108, 117], "delet": [1, 42, 65], "heavi": [1, 42], "intermedi": [1, 42], "affect": [1, 9, 42, 67], "abil": [1, 42], "restart": [1, 42, 108, 117], "pipelin": [1, 42, 65, 103, 109], "machin": [1, 42, 60, 102, 107, 109], "suffici": [1, 7, 42, 117], "compress": [1, 11, 107, 117], "jpeg": [1, 43, 117], "lzw": [1, 43], "packbit": [1, 43], "deflat": [1, 43, 117], "lzma": [1, 43], "cutlin": [1, 107, 117], "cut": [1, 44], "stitch": [1, 44, 107], "seamless": [1, 44], "mosaic": [1, 44], "multipl": [1, 44, 76, 88, 108, 112], "kmz": [1, 107, 117], "want": [1, 7, 8, 45, 46, 47, 95, 107], "googl": [1, 45], "earth": [1, 45, 114, 117], "render": [1, 8, 9, 45, 47], "stripe": [1, 11, 46], "png": [1, 107, 111, 113, 117], "pc": [1, 19, 107, 108, 117], "classifi": [1, 57, 107], "behavior": [1, 49, 102, 117], "tweak": [1, 49, 103], "copc": [1, 107], "save": [1, 8, 50, 71, 73, 74, 107, 108], "csv": [1, 105, 107, 113, 117], "export": [1, 51, 52, 55, 107, 117], "ept": [1, 107], "entwin": [1, 52], "deviat": [1, 53], "than": [1, 7, 11, 53, 84, 117], "standard": [1, 9, 53, 110, 117], "local": [1, 11, 53, 97, 107, 110, 117], "mean": [1, 4, 53, 57], "denser": [1, 19, 56], "time": [1, 4, 7, 8, 9, 11, 54, 56, 69, 71, 73, 74, 107, 108, 110, 114, 117], "roughli": [1, 56], "factor": [1, 8, 56, 110], "4x": [1, 56], "rectifi": [1, 107], "rectif": [1, 57], "wrongli": [1, 57], "re": [1, 57, 114], "keep": [1, 11, 58, 107], "duplic": [1, 58], "consist": [1, 54, 59, 117], "depthmap": [1, 54, 59, 60, 107, 113, 117], "mai": [1, 7, 9, 59, 102, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 117], "usabl": [1, 59], "larger": [1, 4, 7, 8, 59], "primari": [1, 7, 107], "multispectr": [1, 61, 63, 72, 107, 116], "which": [1, 9, 11, 61, 102, 116, 117], "sharp": [1, 61, 85, 105], "detail": [1, 61], "focu": [1, 61], "radiometr": [1, 89, 107, 112, 116], "calibr": [1, 104, 106, 107, 112, 116, 117], "sun": [1, 63, 110, 117], "thermal": [1, 63, 107], "obtain": [1, 63, 117], "reflect": [1, 63, 112], "temperatur": [1, 63, 116], "otherwis": [1, 7, 63, 117], "black": [1, 63, 111, 117], "level": [1, 11, 63, 107, 110, 117], "vignet": [1, 63], "row": [1, 63, 103], "gradient": [1, 63, 117], "gain": [1, 63], "exposur": [1, 63], "compens": [1, 63], "appropri": [1, 4, 63, 107], "found": [1, 63, 108, 109, 117], "absolut": [1, 63, 110], "correct": [1, 9, 63, 68, 112], "plu": [1, 63, 102], "spectral": [1, 63], "radianc": [1, 63], "regist": [1, 63], "downwel": [1, 63], "light": [1, 63, 107], "sensor": [1, 9, 63, 69, 104, 110, 112], "dl": [1, 63], "consider": [1, 63], "angl": [1, 7, 9, 63, 70, 117], "rerun": [1, 107], "stop": [1, 64, 108, 109, 114], "perman": [1, 65], "previou": [1, 65], "shutter": [1, 96, 107, 110], "were": [1, 68], "taken": [1, 9, 68, 96, 117], "motion": [1, 68, 70, 115], "readout": [1, 68, 107], "overrid": [1, 19, 69], "millisecond": [1, 69], "databas": [1, 9, 69], "sfm": [1, 107], "increment": [1, 70, 110], "planar": [1, 70, 94, 105], "structur": [1, 11, 70, 115, 117], "For": [1, 70, 103, 117], "aerial": [1, 70, 110], "scene": [1, 9, 54, 60, 70, 107, 112], "captur": [1, 7, 70, 112, 116, 117], "fix": [1, 70, 107], "altitud": [1, 70, 110], "nadir": [1, 4, 70, 117], "much": [1, 4, 7, 11, 60, 70, 114], "partial": 1, "happen": [1, 102], "3dmodel": [1, 107], "2d": [1, 8, 11, 71, 117], "postprocess": [1, 72], "alreadi": [1, 7, 72, 103], "pdf": [1, 74, 110, 117], "sm": [1, 107, 109], "cluster": [1, 82, 84, 107, 117], "url": [1, 76, 102], "clusterodm": [1, 76, 107], "instanc": [1, 7, 8, 76, 107, 109], "distribut": [1, 76, 103, 107, 117], "workflow": [1, 76, 109, 112], "node": [1, 76, 108, 109, 115, 117], "parallel": [1, 76, 108, 109], "submodel": [1, 77, 82, 84, 109], "good": [1, 4, 77, 112, 117], "enough": [1, 77], "scalar": [1, 107, 117], "elev": [1, 78, 80, 105, 107, 113], "25": [1, 78, 110], "slope": [1, 107, 117], "rise": [1, 79], "run": [1, 7, 79, 97, 107, 108, 109, 112, 117], "15": [1, 79, 103, 105, 117], "threshold": [1, 107, 117], "window": [1, 102, 103, 107, 117], "18": [1, 81, 108, 117], "averag": [1, 82, 110, 117], "smaller": [1, 4, 82], "group": [1, 82, 84, 107, 117], "regul": [1, 82], "999999": [1, 82], "how": [1, 9, 83, 107, 108, 110, 117], "group_namedefault": [1, 83], "closer": [1, 84], "ad": [1, 84, 97, 107, 108], "ensur": [1, 7, 84, 117], "150": [1, 84], "unseen": [1, 107], "face": [1, 107, 117], "seen": [1, 86], "materi": [1, 107, 117], "obj": [1, 88, 113], "ones": [1, 88], "global": [1, 97, 107, 110], "seam": [1, 107], "color": [1, 89, 90, 113, 117], "across": [1, 89], "blend": [1, 90], "static": [1, 92, 108, 109], "suitabl": [1, 92], "viewer": [1, 92, 107], "like": [1, 4, 7, 8, 92, 113, 117], "leaflet": [1, 92], "openlay": [1, 92], "3dmesh": [1, 107], "5d": [1, 94, 117], "bit": [1, 94], "similar": [1, 7, 9, 94, 109, 114], "param": [1, 107], "off": [1, 96, 107], "dure": [1, 96, 103, 117], "bundl": [1, 96, 107, 117], "adjust": [1, 7, 96, 107, 108, 117], "exhibit": [1, 96], "dome": [1, 96, 107], "hybrid": [1, 107, 117], "everi": [1, 8, 11, 97], "version": [1, 102, 107, 108, 109], "frame": [1, 100, 101, 117], "500": [1, 100, 108, 117], "4000": [1, 101], "add": [1, 7, 103, 108, 109, 117], "command": [1, 102, 107, 108, 109, 112], "arguments_edit": 1, "debug": [1, 107, 117], "term": [1, 107, 117], "outlier": [1, 107], "tone": [1, 107], "verbos": [1, 107], "boolean": [4, 8, 11], "domain": [4, 7, 8, 9, 11], "resourc": [4, 7, 8, 9, 11, 107, 114, 117], "impact": [4, 7, 8, 9, 11, 107, 117], "cpu": [4, 7, 8, 9, 11, 107, 117], "hdd": [4, 7, 8, 9, 11], "ram": [4, 7, 8, 9, 11, 60, 103, 117], "seek": 4, "upon": 4, "k": 4, "convex": 4, "hull": 4, "20x": 4, "where": [4, 7, 103, 115, 117], "might": [4, 7, 114, 116], "possibli": 4, "consid": [4, 117], "due": [4, 7, 9, 11], "presenc": [4, 7, 11], "thei": [4, 116], "part": [4, 7, 109, 112, 116], "desir": [4, 117], "meaning": 4, "imageri": [4, 117], "without": [4, 7, 114, 117], "make": [4, 7, 103], "superflu": 4, "safe": [4, 7], "includ": [4, 7, 107, 117], "In": [4, 8, 9, 11, 103, 107, 117], "other": [4, 7, 9, 102, 107, 114, 116], "choic": [4, 7, 103], "most": [4, 11, 117], "prevent": [4, 117], "grow": 4, "needlessli": 4, "thing": [4, 108], "treelin": 4, "out": [4, 7, 107, 109, 113, 114, 117], "Of": [4, 7], "error": [4, 7, 108, 109, 110, 113, 117], "becom": 4, "less": [4, 110, 117], "decreas": 4, "being": [4, 8], "webodm": [4, 7, 8, 11, 105, 107, 109, 110, 114, 115], "view": [4, 7, 11, 107, 109, 115], "extent": [4, 7, 8, 117], "bound": [4, 7, 117], "recosntruct": [4, 7], "compar": [4, 7, 11, 110, 117], "abov": [4, 7, 11], "therefor": [4, 9], "visual": [4, 117], "argument": 7, "serv": [7, 11], "constrain": 7, "final": [7, 67, 103, 104], "product": 7, "box": [7, 105, 109, 117], "pass": 7, "specif": [7, 108, 115, 117], "subset": 7, "entir": [7, 117], "interest": [7, 117], "further": [7, 117], "given": [7, 11], "therebi": 7, "modifi": [7, 117], "concern": 7, "possibl": [7, 103, 116, 117], "One": [7, 8, 9], "function": [7, 117], "predefin": [7, 117], "aoi": [7, 117], "survei": [7, 105, 110, 117], "properti": [7, 8, 11, 117], "lot": [7, 103], "decid": 7, "20m": 7, "overfli": 7, "so": [7, 103, 108, 114, 116, 117], "clean": [7, 107], "right": [7, 104, 108, 114, 117], "howev": 7, "flight": [7, 107, 110], "height": [7, 107], "border": 7, "home": [7, 102, 108, 117], "represent": 7, "clip": [7, 107], "insid": [7, 108, 117], "focus": [7, 110], "beyond": 7, "http": [7, 11, 102, 104, 105, 108, 109, 110, 114, 115, 117], "quick": 7, "webapp": 7, "open": [7, 103, 105, 108, 112, 114], "link": [7, 117], "pan": 7, "zoom": [7, 117], "preview": [7, 8, 11], "select": [7, 107, 117], "draw": 7, "menu": [7, 108], "left": [7, 117], "click": [7, 108, 117], "mani": [7, 116], "close": [7, 108], "first": [7, 9, 102, 103, 108, 114, 117], "abl": [7, 9, 116, 117], "onc": [7, 117], "least": [7, 105], "three": [7, 117], "darker": 7, "impli": 7, "now": [7, 114, 117], "solid": 7, "look": [7, 108, 110, 117], "readi": 7, "browser": [7, 108], "prompt": [7, 108], "alert": 7, "altern": [7, 103], "past": [7, 102], "text": [7, 117], "panel": [7, 8, 11, 108], "header": [7, 105], "textual": 7, "featurecollect": 7, "77": 7, "04460859298706": 7, "38": 7, "88532071975074": 7, "04014539718628": 7, "8801593862463": 7, "03295707702637": 7, "88331636291941": 7, "03965187072754": 7, "887959703337145": 7, "chosen": 7, "access": [7, 11, 107, 108, 110], "later": 7, "icon": [7, 108, 117], "system": [7, 105, 108, 110], "clipboard": 7, "confirm": [7, 11], "its": [7, 9, 113, 117], "enabl": [7, 11, 108, 109, 112, 116, 117], "org": [7, 102, 104, 108, 110, 114, 115, 117], "en": 7, "site": [7, 110], "forus": 7, "html": 7, "free": [7, 103, 108, 114], "sourc": [7, 103, 108, 117], "geograph": [7, 117], "wai": [7, 108, 114, 117], "setup": [7, 117], "There": [7, 107], "numer": 7, "opendronemap": [7, 8, 102, 108, 109, 110, 112, 114, 115, 117], "design": 7, "work": [7, 114, 116], "leav": 7, "pictur": 7, "basemap": 7, "exactli": 7, "10m": 7, "method": [7, 87, 103, 117], "mind": [7, 11], "skew": 7, "registr": 7, "occur": 7, "tool": [7, 11, 107], "begin": 7, "finish": [7, 117], "canva": 7, "outlin": [7, 117], "indic": [7, 9, 11, 105], "accept": [7, 117], "write": [7, 109], "dialog": [7, 117], "bring": 7, "sub": [7, 110], "item": 7, "written": 7, "cr": 7, "safest": 7, "4326": [7, 105, 106], "proivd": 7, "outsid": [7, 117], "pyramid": [8, 11, 117], "reduc": [8, 60], "tradeoff": 8, "power": 8, "two": [8, 107, 117], "128x128": 8, "256x256": 8, "store": [8, 11, 103, 108], "intern": [8, 11], "extern": 8, "sidecar": 8, "alwai": [8, 103, 109, 117], "nearli": 8, "some": [8, 9, 102, 112, 114, 117], "few": [8, 117], "rel": [8, 110], "rare": [8, 9], "except": 8, "small": 8, "paramount": 8, "read": [8, 11, 114], "softwar": [8, 11, 102, 107, 108, 110, 111, 114, 115, 117], "support": [8, 107, 114], "closest": [8, 9], "signific": 8, "amount": 8, "retriev": [8, 9], "downscal": 8, "dynam": 8, "rapid": [8, 11], "navig": [8, 107, 108], "web": [8, 108, 109], "layer": [8, 11, 107, 113, 117], "demonstr": [8, 9, 102], "lack": [8, 11], "best": [9, 109, 117], "prefer": [9, 103, 108, 117], "wide": 9, "legaci": [9, 11, 67], "360": [9, 117], "distort": [9, 104, 109], "optic": 9, "platform": [9, 102, 117], "record": 9, "our": [9, 104, 107], "These": 9, "essenti": 9, "proper": [9, 108], "current": 9, "gopro": 9, "fusion": [9, 60], "insta360": 9, "kodak": 9, "pixpro": 9, "doubt": 9, "try": 9, "As": [9, 107, 114, 117], "prior": 9, "sever": [9, 103, 117], "introduc": 9, "wrong": 9, "well": [9, 11], "collect": [9, 117], "flat": 9, "homogenu": 9, "agricultur": 9, "field": [9, 105, 107, 108], "properli": [9, 117], "failur": 9, "often": 9, "advis": [9, 117], "hereaft": 11, "special": [11, 117], "formul": 11, "advantag": 11, "overivew": 11, "form": [11, 117], "becaus": 11, "attribut": 11, "go": [11, 114], "host": 11, "onlin": [11, 109], "getrang": 11, "request": [11, 107, 114], "capabl": [11, 117], "gi": [11, 110], "hold": 11, "whether": 11, "With": 11, "quickli": 11, "print": [11, 14, 98], "gdalinfo": 11, "conform": 11, "spec": [11, 117], "fact": 11, "78": 11, "mb": 11, "6": [11, 109, 110], "30": [11, 105, 110, 117], "below": 11, "layout": 11, "meet": 11, "densiti": [19, 117], "produc": [19, 117], "640": 19, "urban": [54, 117], "doesn": [60, 102], "ve": 60, "largest": [67, 85], "side": [67, 117], "purpos": [67, 106, 117], "origin": [67, 113, 117], "2048": 67, "gmi": 85, "triangl": 85, "priorit": 85, "cover": 85, "gauss_clamp": 87, "gauss_damp": 87, "photometr": [87, 117], "gamma": 91, "one": [91, 107, 108, 117], "benchmark": 93, "runtim": [93, 117], "info": [93, 109, 117], "addit": [98, 102, 114, 117], "consol": [98, 108, 109, 117], "produkto": [102, 117], "kontribusyon": [102, 109], "isang": [102, 105, 108, 109, 110, 111, 112, 117], "grupo": [102, 109, 117], "na": [102, 104, 105, 106, 109, 111, 112, 113, 114, 115], "binubuo": 102, "tao": [102, 109, 114, 117], "maari": 102, "kang": [102, 109], "makaragdag": 102, "kontribusiyon": 102, "kahit": [102, 108, 109, 114, 117], "ikaw": [102, 105, 106, 107, 108, 109, 110, 114], "hindi": [102, 105, 106, 108, 109, 110, 111, 117], "ekspertong": 102, "programm": 102, "kung": [102, 105, 106, 107, 108, 109, 110, 112, 114, 115, 117], "indibidw": [102, 117], "gustong": [102, 105], "makatulong": 102, "nagkaroon": 102, "problema": [102, 117], "nangangailangan": [102, 108, 110, 114, 117], "tulong": [102, 114], "tugunan": 102, "ito": [102, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115], "commun": [102, 108, 110, 114, 115], "_": [102, 104, 108, 112, 114, 115, 117], "mabisang": 102, "sanggunian": [102, 104, 107], "maaar": [102, 105, 106, 109, 110, 111, 113, 117], "mahanap": 102, "sagot": [102, 114], "tanong": 102, "anumang": [102, 114, 117], "karagdagan": [102, 107], "impormasyon": [102, 105, 106, 109, 110, 115, 117], "gamit": [102, 105, 106, 107, 108, 112, 113, 117], "naman": [102, 105, 106, 108, 109, 110, 114, 117], "nai": [102, 105, 117], "ibahagi": 102, "dato": [102, 105, 110], "hinihikayat": 102, "namin": [102, 109, 114, 115, 117], "gamitin": [102, 105, 108, 109, 111, 113, 117], "platapormang": 102, "pagbahagi": 102, "karagdagang": [102, 104, 107], "kaalaman": [102, 104, 117], "upang": [102, 105, 108, 117], "iba": [102, 105, 107, 108, 110, 112, 113, 114, 117], "nawa": 102, "masulit": 102, "bago": [102, 105, 107, 109, 117], "magsumit": 102, "ating": [102, 112, 117], "itinutur": 102, "isyu": [102, 114], "github": [102, 105, 107, 108, 109, 114, 115, 117], "maaari": [102, 104, 105, 109, 112, 117], "lamang": [102, 104, 105, 106, 108, 109, 113, 117], "magbigai": 102, "ulat": 102, "imbakan": 102, "markahan": 102, "ilahad": 102, "kompleto": 102, "detaly": [102, 110], "masolusyonan": 102, "eksperto": [102, 117], "gumamit": [102, 105, 108, 111, 117], "klaro": 102, "detalyadong": 102, "deskripsyon": 102, "pamagat": 102, "mapadali": [102, 117], "pagresolba": 102, "isalaysai": 102, "buong": [102, 117], "pangyayari": 102, "nagsimula": 102, "siguraduhin": [102, 105, 108, 109, 117], "detalyado": 102, "pagsalaysai": 102, "halimbawa": [102, 105, 106, 108, 109, 110, 111, 117], "simulan": [102, 107, 114, 117], "kwento": 102, "sinisimulan": 102, "paggamit": [102, 104, 107, 108], "docker": [102, 103, 107, 108, 109, 112], "vagrant": 102, "anong": [102, 108, 117], "ginamit": [102, 113], "termin": [102, 108, 117], "kapag": [102, 108, 109, 110, 113, 117], "nagsalaysai": 102, "hakbang": [102, 108, 109, 117], "bigyang": [102, 108], "eksplanasyon": 102, "ginawa": [102, 105, 108, 117], "bawat": [102, 110, 112, 117], "masinsin": 102, "pano": 102, "isama": [102, 111], "kaw": 102, "papunta": [102, 117], "dokumento": [102, 107, 117], "o": [102, 105, 106, 107, 109, 110, 113, 114, 117], "proyektong": 102, "snippet": 102, "nailathalang": 102, "magpapasa": 102, "patungkol": [102, 115], "markdown": 102, "block": [102, 117], "naobserbahan": 102, "matapo": [102, 107, 108], "makumpleto": 102, "ituro": 102, "ano": [102, 107, 108, 109, 114], "mismo": 102, "nage": 102, "sanhi": 102, "kagawian": 102, "inaasahan": [102, 117], "makita": [102, 108, 109, 114, 117], "bakit": [102, 109], "magpasa": 102, "litrato": [102, 105, 111], "anim": [102, 117], "gif": 102, "pinapakitang": 102, "sinusundan": 102, "mo": [102, 105, 108, 109, 112, 117], "maresolba": 102, "mong": [102, 105, 108, 109, 117], "ma": [102, 105, 106, 107, 109, 110, 112, 113, 114, 115, 117], "itala": 102, "maco": [102, 107], "www": [102, 108, 110, 117], "cocko": 102, "com": [102, 105, 108, 109, 110, 115, 117], "licecap": 102, "pati": [102, 109], "rin": [102, 104, 108, 109, 110, 111, 117], "linux": [102, 103, 107, 113, 117], "pagsasagawa": 102, "paki": 102, "paskil": 102, "kumpletong": 102, "inyong": 102, "makina": 102, "pangalan": [102, 105, 106, 109, 117], "ari": 102, "kusang": 102, "lumaba": [102, 108], "tila": 102, "aksyon": 102, "ikwento": 102, "kuong": 102, "ginagawa": 102, "masira": 102, "panuto": 102, "baba": [102, 108], "iyong": [102, 105, 108, 114, 117], "pagsasaayo": 102, "kapaligiran": [102, 117], "bersiyon": [102, 108, 109, 117], "ginagamit": [102, 106, 109, 110, 117], "iyo": [102, 108], "ba": 102, "releas": [102, 103, 108], "tinatawag": [102, 105, 106, 108, 109, 117], "clone": [102, 108, 109], "master": [102, 115], "gumagamit": [102, 108, 109, 117], "pamamagitan": [102, 107, 108, 109, 111, 112, 117], "virtual": [102, 107, 117], "oo": 102, "vm": [102, 108], "bilang": [102, 104, 105, 106, 108, 109, 110, 112, 113, 114, 117], "bisita": 102, "short": 102, "descript": [102, 117], "problem": [102, 107], "here": [102, 113, 114, 117], "reproduct": 102, "second": [102, 108, 110, 117], "expect": [102, 107], "describ": 102, "observ": 102, "screenshot": 102, "enter": [102, 117], "recent": 102, "didn": [102, 114], "older": 102, "ye": [102, 103, 117], "No": [102, 103, 112, 117], "reliabl": 102, "reproduc": 102, "randomli": 102, "larawan": 102, "pull": [102, 117], "hanggat": [102, 108], "sundan": [102, 108, 117], "pep8": 102, "python": [102, 108, 117], "style": 102, "guid": [102, 105, 107, 108, 110, 115], "tapusin": 102, "bagong": [102, 108, 109, 111], "linya": [102, 105, 106, 109, 117], "iwasan": 102, "depend": [102, 105, 117], "f": [102, 117], "gethomedirectori": 102, "makapunta": [102, 108], "directori": [102, 108, 112, 117], "join": 102, "pagsamasamahin": 102, "anh": 102, "tmpdir": 102, "imbi": 102, "tmp": 102, "tuw": 102, "kailangan": [102, 107, 109, 110, 114, 117], "reperensiya": 102, "pansamantalang": 102, "direktoryo": [102, 107], "return": 102, "pagkatapo": [102, 105, 117], "punsyon": 102, "null": [102, 107], "undefin": 102, "photogrammetr": 103, "orthorectifi": 103, "hugin": 103, "util": 103, "moment": 103, "under": [103, 108, 117], "sell": 103, "sure": 103, "compli": 103, "particular": [103, 107], "disclos": 103, "nope": 103, "sorri": 103, "bui": 103, "ultim": 103, "solut": [103, 117], "upload": 103, "configur": [103, 108, 109, 117], "swapfil": 103, "both": [103, 114, 117], "ssd": 103, "nvme": 103, "drive": [103, 117], "still": 103, "wsl2": 103, "wslconfig": 103, "microsoft": 103, "document": [103, 108, 115, 117], "advanc": [103, 108], "wsl": 103, "swap": [103, 108], "128gb": 103, "cours": 103, "c": [103, 109, 115], "temp": 103, "vhdx": 103, "partit": 103, "dedic": [103, 115, 117], "pleas": [103, 114, 117], "consult": 103, "search": [103, 108], "engin": [103, 108], "ang": [104, 105, 106, 107, 110, 112, 113, 114, 115], "humanitarian": 104, "openstreetmap": 104, "pangkat": [104, 109], "patnubai": 104, "tungkol": [104, 105, 115], "ng": [104, 106, 107, 108, 109, 111, 112, 115], "uav": [104, 110, 117], "guidelin": 104, "openaerialmap": 104, "pagpili": 104, "nararapat": 104, "05": [104, 109, 110], "tamang": [104, 117], "preparasiyon": 104, "para": [104, 106, 107, 108, 109, 110, 111, 112, 113, 114], "misyon": [104, 117], "nailahad": [104, 115], "nilalayon": 104, "drone": [104, 105, 110, 114, 117], "isla": 104, "ngunit": [104, 107, 110, 117], "magagamit": [104, 108, 109, 111, 115, 117], "pangkalahatan": [104, 110], "mapper": 104, "tingnan": 104, "din": [104, 108, 109, 110, 112, 117], "dronedeploi": [104, 110], "paggawa": [104, 105, 111, 113], "matagumpai": [104, 114], "mapa": [104, 107, 109], "nagbibigai": [104, 117], "pagpaplano": 104, "nga": [104, 114, 117], "challeng": 104, "accur": [104, 110, 112, 117], "section": [104, 115, 117], "doc": [104, 115, 117], "kapaki": 105, "pakinabang": 105, "pagwawasto": 105, "pagbaluktot": [105, 117], "pagtukoi": [105, 110], "malaman": [105, 114, 117], "pagsukat": [105, 110], "posisyon": [105, 110], "lupa": [105, 117], "karaniwang": [105, 117], "ginagamitan": 105, "mataa": [105, 107, 108, 109, 110], "katumpakan": 105, "toffanin": [105, 108], "2019": [105, 110, 117], "itakda": [105, 117], "istraktura": [105, 107], "tulad": [105, 106, 108, 111, 113], "sulok": 105, "simento": 105, "paradahan": 105, "sahig": 105, "nagsasalitan": 105, "kulai": 105, "man": [105, 108, 109], "maitatakda": 105, "target": [105, 108, 111], "nakalagai": [105, 110], "mabili": [105, 108, 109, 117], "gumawa": [105, 108, 109, 111, 117], "samut": 105, "sare": 105, "materyal": 105, "tuland": 105, "takip": 105, "timba": 105, "panatilih": 105, "nakikita": 105, "lahat": [105, 107, 108, 109, 112, 114], "lokasyon": [105, 107, 110, 113], "isaalang": 105, "alang": [105, 110], "inaasahang": 105, "pag": [105, 107, 108], "iilaw": 105, "halaman": 105, "gusali": [105, 117], "hadlang": 105, "kumuha": 105, "pantai": 105, "distribusyon": [105, 108], "loob": [105, 110, 114, 117], "proyekto": [105, 110, 111, 114, 117], "sinasakupan": 105, "mababa": [105, 110, 117], "pinakamaliit": 105, "pwede": [105, 108, 109, 111, 117], "karaniwan": [105, 109], "trabaho": [105, 117], "malalak": [105, 109, 117], "sapat": [105, 108, 117], "malapit": [105, 108], "kanto": 105, "gitna": 105, "habang": [105, 108, 109, 110, 112, 117], "isinasangalang": 105, "dapat": [105, 106, 107, 108, 109, 114, 115, 117], "malalaki": 105, "kesa": [105, 117], "footprint": [105, 110], "makakita": [105, 117], "mahigit": [105, 117], "imah": [105, 106, 108, 109, 110, 111, 112, 117], "masiguro": 105, "makikita": [105, 108, 109, 110, 117], "ihiwalai": 105, "mula": [105, 108, 111, 112, 113, 114, 117], "perimet": 105, "distansiya": [105, 110], "kaya": [105, 106, 108, 110, 114], "pagdagdag": [105, 109], "makakabawa": 105, "mapunta": 105, "unang": [105, 106, 109], "eto": 105, "matukoi": [105, 117], "g": [105, 106, 114, 117], "utm": [105, 106], "zone": [105, 106], "ellp": [105, 106], "wgs84": [105, 106], "datum": [105, 106], "unit": [105, 106, 110], "m": [105, 106], "no_def": [105, 106], "eg": [105, 106, 113], "16n": [105, 106], "line": [105, 107, 108, 109], "y": [105, 106, 108, 109], "z": [105, 106], "associ": [105, 113], "extra": [105, 106, 112], "hiwalai": [105, 117], "tab": [105, 108], "mase": 105, "nan": 105, "walang": [105, 106, 108, 117], "ika": 105, "7": [105, 108, 110, 117], "column": [105, 106], "madala": [105, 110, 117], "naglalaman": [105, 117], "label": [105, 106, 108, 117], "544256": 105, "5320919": 105, "9": [105, 110, 112], "3044": 105, "2622": 105, "img_0525": 105, "jpg": [105, 106, 109, 111, 112, 113], "544157": 105, "5320899": 105, "4193": 105, "1552": 105, "img_0585": 105, "544033": 105, "5320876": 105, "1606": 105, "2763": 105, "img_0690": 105, "nagsuppli": [105, 106], "madedetect": [105, 106], "ibang": [105, 106, 107, 108, 112, 113, 114, 117], "maspecifi": 105, "sukat": [105, 117], "kasama": [105, 106, 108, 109, 117], "itong": [105, 117], "post": [105, 108], "paglipad": [105, 117], "ngutin": 105, "meroon": 105, "facto": 105, "important": [105, 108, 110], "humanap": 105, "contrast": 105, "makakakita": 105, "objoect": 105, "corner": [105, 117], "magandang": [105, 108, 117], "ilagai": [105, 117], "hanapin": [105, 108, 109], "paligid": 105, "isu": 105, "gcp_list": [105, 113, 117], "txt": [105, 106, 109, 113, 117], "gawin": [105, 106, 108, 111, 114, 117], "resulta": [105, 108, 109, 110, 112, 117], "magkaroon": [105, 106, 117], "kada": [105, 108, 109, 110], "isa": [105, 108, 112, 114, 117], "dalawang": [105, 108, 109, 110, 114, 117], "load": [105, 107, 117], "dito": [105, 108, 109, 117], "mahahanap": 105, "demo": 105, "xyz": [105, 113, 117], "sumusunod": [105, 108, 109, 112, 113, 115, 117], "listahan": [105, 107, 111, 112, 117], "kasamang": 105, "proj4": 105, "ganito": [105, 108], "magig": 105, "itsura": 105, "37": [105, 117], "south": 105, "gcp01": 105, "529356": 105, "250827686": 105, "9251137": 105, "5643209": 105, "465": 105, "gcp02": 105, "530203": 105, "125367657": 105, "9250140": 105, "80991621": 105, "781": 105, "gcp03": 105, "530292": 105, "136003818": 105, "9250745": 105, "02372435": 105, "977": 105, "gcp04": 105, "gcp05": 105, "pwedeng": [105, 106, 108, 109, 110, 111, 114, 117], "list": [105, 107, 109, 116], "gpc": 105, "aplikasyon": [105, 108, 117], "instal": [105, 107, 109], "di": [105, 106, 117], "plugin": 105, "uav4geo": [105, 108], "gcpeditorpro": 105, "north": [105, 117], "east": 105, "import": [105, 113, 117], "main": [105, 109], "screen": [105, 108, 117], "susunod": [105, 117], "magdi": 105, "saan": [105, 110, 114, 115, 117], "pipiliin": 105, "piero": [105, 108], "masseranolab": 105, "llc": 105, "kasasam": 106, "sa": [106, 111, 112, 113, 114], "mga": [106, 107, 111, 112, 114], "mahe": 106, "minsan": [106, 108, 117], "pinipili": 106, "gagamit": [106, 107, 114], "palitan": 106, "sigurado": 106, "simula": [106, 111], "magsuppli": [106, 111], "maglaman": [106, 109], "magkakasunod": 106, "anggulo": 106, "kasalukuyan": [106, 108, 109], "rediometr": 106, "patayo": 106, "pahalang": 106, "naggulo": 106, "pang": [106, 107, 110, 117], "katulad": [106, 108, 110, 117], "dji_0028": 106, "91": 106, "9942096111111": 106, "46": 106, "84252125": 106, "198": 106, "609": 106, "dji_0032": 106, "9938293055556": 106, "8424584444444": 106, "awtomatikong": [106, 109, 117], "contribut": [107, 114], "anyon": 107, "welcom": 107, "share": [107, 112, 114, 116], "knowledg": 107, "issu": [107, 108], "naisalin": 107, "wika": 107, "bent": 107, "porsyento": [107, 117], "20": [107, 108, 117], "nito": [107, 108, 109, 110, 117], "filipino": 107, "iilang": 107, "salita": [107, 109], "mananatili": 107, "wikang": 107, "ingl": 107, "matutulungan": [107, 108, 112], "ninyo": 107, "kami": [107, 109, 112, 114, 117], "maisalin": 107, "salitang": 107, "banyaga": 107, "transifex": 107, "narito": 107, "gabai": 107, "paano": [107, 117], "masisimulan": [107, 117], "pagsalin": 107, "lenggwah": 107, "programa": [107, 108], "czech": 107, "prans": 107, "espanyol": 107, "indonesian": 107, "swahili": 107, "telugu": 107, "instalasyon": 107, "quickstart": 107, "hardwar": 107, "alloc": 107, "download": 107, "launch": [107, 109, 117], "maginstal": [107, 109], "ubuntu": [107, 117], "debian": 107, "cento": 107, "rhel": 107, "fedora": 107, "arch": 107, "basic": [107, 112, 117], "ccommand": 107, "troubleshoot": 107, "hello": 107, "pagpapatakbo": [107, 117], "dalawa": [107, 117], "marami": 107, "tutory": 107, "paglikha": 107, "kalidad": [107, 110], "kalibr": 107, "stockpil": 107, "volum": 107, "fieldwork": 107, "plan": 107, "pattern": [107, 112], "log": 107, "singular": 107, "sif": 107, "bandwidth": 107, "kanino": 107, "prep": 107, "droplet": 107, "hatakin": 107, "pin": 107, "proseso": [107, 108, 109, 110], "assum": 107, "nagsurv": 107, "ganoon": 107, "katag": 107, "potre": 107, "modul": 107, "appear": 107, "budget": 107, "ey": 107, "opsyon": 107, "tanda": 107, "why": [107, 114], "would": [107, 114, 117], "exampl": [107, 117], "true": [107, 117], "io": [107, 117], "new": [107, 108, 109, 114, 117], "A": [107, 109, 110, 113, 117], "complet": 107, "task": [107, 108, 109, 113], "temporari": 107, "scratch": 107, "geometri": 107, "polyon": 107, "toggl": [107, 117], "chang": [107, 117], "vector": [107, 117], "rectilinear": 107, "nirerekumendang": 107, "gawi": 107, "paglagai": 107, "user": [107, 108, 109, 114, 117], "interfac": [107, 108], "posm": 107, "gcpi": 107, "editor": [107, 117], "pro": 107, "kawastuan": 107, "aspeto": 107, "pagkaunawa": 107, "autosc": 107, "limitasyon": 107, "acknowledg": 107, "taga": 107, "buo": [107, 109], "paalala": 107, "pagpapalipad": [107, 117], "sentera": 107, "agx710": 107, "magrequest": 107, "makadaragdag": 107, "pagtitipon": 107, "komunidad": 107, "pagsumit": 107, "sira": 107, "templat": 107, "pagpapasa": 107, "bug": 107, "ipakita": 107, "frequent": 107, "ask": [107, 114], "question": 107, "my": [107, 109, 114, 117], "core": [107, 108], "nativ": 107, "licens": [107, 117], "commerci": [107, 117], "asid": 107, "agplv3": 107, "seksiyon": 108, "binago": 108, "bahagya": 108, "permisyon": 108, "gale": [108, 112], "gawa": [108, 110, 117], "ni": 108, "purchas": 108, "easiest": 108, "come": [108, 114, 117], "That": 108, "said": 108, "ecoystem": 108, "themselv": 108, "direct": [108, 117], "pinakakonti": 108, "patakbuhin": [108, 117], "64bit": 108, "manufactur": 108, "2010": 108, "gb": 108, "hihigit": 108, "200": [108, 110], "kayang": 108, "iprocess": 108, "nabanggit": 108, "taa": [108, 110, 117], "mauubusan": 108, "rekomendado": [108, 109, 110], "pinakabago": 108, "16": [108, 117], "nasa": [108, 110, 117], "papayagan": [108, 109, 117], "ilang": [108, 109, 111, 117], "daan": [108, 117], "maprocess": 108, "masyadong": [108, 117], "maram": [108, 109, 113, 117], "papahintulutan": 108, "pagproseso": [108, 109, 117], "samantalang": 108, "graphic": 108, "card": 108, "epekto": [108, 110, 117], "pagprocess": 108, "magdagdag": [108, 111, 117], "linearli": 108, "40": [108, 117], "250": 108, "32": [108, 117], "1500": 108, "64": [108, 117], "2500": 108, "128": [108, 117], "3500": 108, "192": 108, "5000": 108, "256": [108, 117], "nirerekomenda": [108, 109, 110], "lang": [108, 109, 114], "luma": 108, "suportado": [108, 109], "ina": [108, 117], "buksan": [108, 113, 117], "manag": [108, 117], "press": 108, "ctrl": [108, 117], "esc": 108, "switch": 108, "naka": [108, 117], "gumagana": [108, 109, 117], "paganahin": 108, "bagamat": 108, "higit": [108, 114], "modelo": [108, 110, 117], "komput": 108, "pinakamainam": 108, "paraan": [108, 109, 114], "vtx": 108, "kadalasan": [108, 114, 117], "ir": [108, 117], "kompyut": 108, "pagpindot": 108, "f2": 108, "f12": 108, "boot": 108, "pagpalit": 108, "mapahintulot": 108, "madal": 108, "vt": 108, "common": 108, "kei": [108, 117], "startup": 108, "vendor": 108, "una": [108, 109], "git": [108, 109, 117], "scm": 108, "latest": [108, 117], "iniinstal": 108, "forget": 108, "execut": [108, 109, 117], "toolbox": 108, "v18": 108, "09": [108, 110], "dockertoolbox": 108, "ex": 108, "profession": 108, "win": 108, "20for": 108, "20window": 108, "20instal": 108, "huwag": 108, "sabai": [108, 112], "sila": [108, 117], "magkaiba": 108, "maar": 108, "mahdulot": 108, "gulo": 108, "sistema": 108, "desktop": 108, "kaso": [108, 117], "wag": [108, 112, 117], "lagpasan": [108, 111], "kamalian": [108, 117], "nakadikta": 108, "ayusin": [108, 117], "tumatakbo": [108, 117], "likod": 108, "isipin": 108, "emul": 108, "laki": [108, 110, 117], "nakasubi": 108, "makakagamit": 108, "memorya": [108, 117], "nakatabi": 108, "kanya": 108, "tignan": [108, 109, 113, 117], "ibaba": [108, 113, 117], "virtualbox": 108, "pindutin": 108, "acpi": 108, "shutdown": 108, "tumigil": 108, "move": [108, 117], "slider": 108, "60": [108, 117], "70": [108, 117], "50": [108, 117], "processor": 108, "ok": [108, 109, 114], "trai": 108, "white": [108, 111, 117], "whale": 108, "maisubi": 108, "kalahati": 108, "gui": 108, "nabuksan": 108, "exist": 108, "repositori": [108, 114], "brows": 108, "magnavig": 108, "gusto": [108, 109, 112, 117], "kinakailangan": 108, "pagda": 108, "success": [108, 112], "pumunta": 108, "ka": [108, 114], "bumalik": 108, "balang": 108, "araw": 108, "bash": [108, 117], "sh": [108, 117], "compon": 108, "nadownload": 108, "rito": 108, "nodeodm": [108, 109, 115, 117], "babatiin": 108, "mensah": [108, 109], "localhost": [108, 109], "8000": 108, "ip": [108, 109], "address": [108, 117], "magcoconnect": 108, "sayo": 108, "pagtyp": 108, "makatanggap": 108, "168": 108, "tapo": [108, 109, 117], "magconnect": 108, "replac": 108, "karamihan": 108, "modernong": 108, "mac": 108, "sierra": 108, "pa": [108, 109, 114, 117], "sysctl": 108, "kern": 108, "hv_support": 108, "makakatanggap": 108, "lumalaba": 108, "kakayanin": 108, "mayroon": [108, 109, 114, 117], "dmg": 108, "At": [108, 110, 114], "sourceforg": 108, "net": 108, "osx": 108, "matapoa": 108, "simbolo": 108, "mukang": 108, "balyena": 108, "bar": 108, "app": [108, 117], "masigurado": [108, 117], "matiwasai": 108, "world": [108, 109, 117], "babalik": 108, "appl": 108, "117": 108, "nakatanggap": 108, "suri": 108, "mabuti": 108, "inagi": 108, "parang": 108, "limitadong": 108, "alokasyon": 108, "simbulo": 108, "piliin": [108, 113], "magamit": [108, 112, 117], "kalahato": 108, "kabuoang": 108, "memoryang": 108, "cd": [108, 109, 117], "makakatakbo": 108, "nagsusuporta": 108, "ayon": [108, 109, 110, 117], "websit": 108, "opisy": 108, "nasuportadong": 108, "pipili": 108, "ubunto": 108, "apat": 108, "pip": 108, "takpan": 108, "lilimitahan": 108, "instruksiyon": [108, 115, 117], "bagai": [108, 117], "pangbuka": 108, "ilan": [108, 117], "ita": 108, "sudo": [108, 117], "apt": [108, 117], "updat": [108, 109, 117], "curl": 108, "fssl": 108, "yum": 108, "dnf": 108, "pacman": 108, "sy": 108, "bukod": [108, 115], "tatlong": 108, "dockercompos": 108, "script": [108, 112, 117], "verifi": 108, "nakainstal": 108, "ityp": 108, "compos": 108, "22": 108, "f46880f": 108, "mainam": [108, 117], "bagi": 108, "dockei": 108, "mmga": 108, "magagawa": [108, 113], "encount": 108, "nangangalaga": 108, "pagsisimula": [108, 115], "pahintuin": 108, "hulaan": 108, "ipinapasa": 108, "tipik": 108, "prefix": 108, "port": [108, 109, 117], "nagiinstruct": 108, "network": [108, 109, 110, 117], "80": [108, 117], "importanteng": [108, 115, 117], "nakalista": [108, 113], "stuck": 108, "reset": 108, "admin": 108, "password": 108, "resetadminpassword": 108, "newpass": 108, "everyth": [108, 113, 117], "media": 108, "dir": [108, 117], "webodm_result": 108, "forum": [108, 114], "lugar": [108, 110, 115, 117], "pagtanungan": 108, "pangi": 108, "installasyon": 108, "katanungan": 108, "makatatanggap": 108, "pangbungad": 108, "tatanungin": 108, "ora": [108, 114, 117], "pagsanayan": 108, "explor": 108, "dashboard": [108, 117], "pansinin": 108, "ilalim": 108, "nagawa": [108, 117], "awtomatik": 108, "parehong": [108, 111], "umabot": 108, "kalayo": 108, "congratul": 108, "mauulit": 108, "pagta": 108, "rm": [108, 109, 112, 117], "p": [108, 109, 110, 117], "3000": [108, 109, 117], "q": [108, 117], "token": [108, 109], "secret": 108, "nagr": 108, "kai": [108, 109, 117], "makabagong": [108, 114], "hub": 108, "pinakabagong": 108, "nagset": [108, 117], "pinakamataa": 108, "pinoprotektahan": 108, "pinapahintulutan": 108, "button": [108, 117], "hostnam": [108, 109], "pangalawang": [108, 117], "dagdagan": 108, "Then": [108, 117], "maayo": [108, 109, 110, 112, 117], "nang": [108, 114, 117], "magprocess": 108, "hatiin": 109, "maliliit": [109, 117], "gagamitin": [109, 117], "napakalak": 109, "makaktulong": 109, "pagpaparocess": 109, "mage": 109, "malak": [109, 117], "mangangailangan": 109, "maliit": [109, 110, 117], "nakakonekta": 109, "iisang": [109, 117], "horizont": [109, 110, 117], "libong": 109, "laba": [109, 114], "basta": 109, "sumosoporta": 109, "slit": 109, "pagen": 109, "gumagawa": [109, 110], "pero": [109, 110, 117], "dahil": [109, 117], "propag": 109, "dahilan": 109, "magsanhi": 109, "instruct": 109, "13": [109, 110, 117], "000": [109, 117], "nakolekta": 109, "bank": [109, 117], "tanzania": [109, 117], "flood": 109, "prone": 109, "msimbasi": [109, 117], "basin": [109, 117], "dar": [109, 117], "salaam": [109, 117], "pagsplit": 109, "sunod": 109, "madali": [109, 114], "mapagdesisyunan": 109, "metro": [109, 117], "pagitan": [109, 110, 117], "pagkakabanggit": 109, "ti": [109, 117], "v": [109, 112, 117], "400": 109, "alam": 109, "papaano": [109, 117], "maglaan": 109, "halip": [109, 117], "pagpapangkat": 109, "maibibigai": [109, 114], "image_group": [109, 117], "pangalawa": 109, "nakakasakop": 109, "01": [109, 117], "02": 109, "03": [109, 117], "b": [109, 117], "04": [109, 117], "gagawa": 109, "daanan": 109, "mano": 109, "magbibigai": 109, "namamahagi": 109, "maramihan": 109, "inayo": 109, "3001": 109, "8080": 109, "kumonekta": [109, 117], "telnet": 109, "adress": 109, "connect": [109, 117], "escap": [109, 113, 117], "charact": 109, "api": [109, 115], "puntong": 109, "opsiyon": [109, 113, 117], "800": 109, "120": 109, "konektado": 109, "posibl": [109, 117], "magtanong": 109, "kalagayan": 109, "del": 109, "lock": [109, 117], "forward": [109, 117], "unlock": 109, "resum": 109, "rout": 109, "taskid": 109, "cancel": 109, "asr": 109, "viewcmd": 109, "repeat": 109, "last": 109, "aktibo": 109, "sinimulan": 109, "maglilista": 109, "nodesat": 109, "offlin": 109, "l": [109, 110], "maresolusyonan": 109, "magsimula": [109, 117], "lokal": [109, 110, 117], "nasisimulan": 109, "magperform": 109, "umaandar": 109, "ilista": 109, "autoscalesa": 109, "plataporma": 109, "hanggang": 109, "ngayon": [109, 117], "amazon": [109, 117], "ocean": [109, 117], "tinutulungan": 109, "mababaan": 109, "presyo": 109, "nauugnai": 109, "pagkakataon": [109, 111], "kakayanan": 109, "demand": [109, 114, 117], "mag": [109, 117], "gumaganang": 109, "nodej": [109, 117], "tsaka": 109, "npm": 109, "s3": 109, "compat": [109, 117], "bucket": 109, "maitago": 109, "digitalocean": [109, 117], "servic": 109, "index": [109, 115], "j": [109, 110, 117], "digitaloceanasrprovid": 109, "nakakabit": [109, 110], "plano": 109, "autoscal": 109, "naset": 109, "magka": 109, "zero": 109, "umasa": 109, "kabitan": 109, "kumilo": 109, "malalaman": 109, "pangasiwaan": 109, "hile": 109, "pagforward": 109, "ui": 109, "spin": 109, "kadahilanan": [109, 117], "idagdag": [109, 117], "dummi": 109, "napapadala": 109, "pino": 109, "kaunti": [109, 110, 117], "kombinasyon": [109, 114], "natitirang": 109, "medyo": [109, 117], "kase": 109, "eksakto": 109, "eksaktong": [109, 117], "macontrol": 109, "pagpugai": 109, "pau": 109, "mapillari": 109, "kanilang": [109, 114], "kamangha": 109, "mangha": 109, "pangunah": 109, "sangkap": 109, "inaabangan": 109, "kaunlaran": 109, "pagtulak": 109, "opendronmap": [109, 117], "gaano": 109, "kalaki": 109, "matutukoi": 110, "digri": 110, "lapit": 110, "kapareho": [110, 117], "halaga": [110, 117], "totoong": 110, "buhai": 110, "madalit": [110, 117], "sabi": [110, 117], "pinaguusapan": 110, "mali": 110, "naipon": 110, "tinutukoi": [110, 117], "pascual": 110, "2011": 110, "punto": [110, 117], "katumba": [110, 117], "aktuw": 110, "independient": 110, "mundo": 110, "kort": 110, "baguhin": 110, "figure1": 110, "figur": [110, 114], "pinapakita": 110, "wasto": 110, "kaugnai": 110, "planeta": 110, "pix4d": 110, "tama": [110, 117], "partikular": [110, 117], "pangangailangan": [110, 114], "progresyon": 110, "construct": 110, "apektadong": 110, "sunog": 110, "makakaapekto": 110, "pagdedesisyon": 110, "palatuntunin": 110, "asahan": 110, "kaiilangan": 110, "dumedepend": 110, "mapapahusai": 110, "madawalagama": 110, "2016": 110, "1cm": 110, "gnss": [110, 117], "nsdi": 110, "fgdc": 110, "kondisyon": [110, 117], "barri": 110, "2013": 110, "weather": [110, 117], "panahon": 110, "direk": 110, "photogrammetri": [110, 117], "ipagsaalang": 110, "coverag": 110, "wind": [110, 117], "humid": 110, "nagiimpluwensiya": 110, "stabil": 110, "illumin": [110, 117], "malaki": [110, 117], "mahusai": [110, 117], "nois": 110, "malinaw": 110, "ikonsid": 110, "nagreresulta": [110, 117], "baluktot": 110, "gumagalaw": 110, "mechan": 110, "job": [110, 117], "nababawasan": 110, "linaw": 110, "pinaka": 110, "ispesy": 110, "nilagyan": 110, "apektado": 110, "bili": [110, 117], "paghov": 110, "kinukunan": 110, "makakuha": [110, 117], "kuha": 110, "photo": [110, 117], "malilimitahan": 110, "multipli": 110, "mather": 110, "2020": [110, 117], "coaklei": 110, "r": [110, 117], "baselin": 110, "ie": [110, 112], "accuracy_uav_compare_rtk_gp": 110, "deploi": 110, "2017": 110, "blog": 110, "munasingh": 110, "dampegama": 110, "d": [110, 117], "samarakoon": 110, "cost": [110, 117], "consum": 110, "grade": [110, 117], "37th": 110, "asian": 110, "confer": 110, "remot": [110, 117], "sens": 110, "colombo": 110, "sri": 110, "lanka": 110, "stephen": 110, "de": 110, "marzo": 110, "3937": 110, "manuel": 110, "loung": 110, "gisloung": 110, "07": 110, "mainform": 111, "langit": 111, "aksident": 111, "nasama": 111, "obliqu": 111, "limitahan": 111, "subject": 111, "balck": 111, "dimens": 111, "gutong": 111, "ulad": 111, "gimp": 111, "kulayan": 111, "isasama": 111, "titulo": 111, "1_mask": 111, "dji_0018": 111, "magkamask": 111, "dji_0018_mask": 111, "bmp": 111, "cersion": 112, "nagg": 112, "nagca": 112, "suportahan": 112, "dinevelop": 112, "gumana": 112, "micasens": [112, 116], "rededg": 112, "mx": 112, "altum": [112, 116], "6x": 112, "dji": [112, 116], "phantom": 112, "palawakin": 112, "nakunan": 112, "pinaprocess": 112, "paghiwalayin": 112, "ipasa": [112, 117], "multi": [112, 115], "magkakaroon": 112, "h": 112, "tig": 112, "alpha": [112, 117], "while": [112, 116, 117], "offici": 112, "give": 112, "ndre": 112, "renam": 112, "exact": 112, "0000x_nir": 112, "10_51_14_img_00008": 112, "00008_nir": 112, "nrgb": 112, "0000x_rgb": 112, "10_51_14_img_00023": 112, "00023_rgb": 112, "xxxx_nir": 112, "xxxx_rgb": 112, "same": 112, "could": [112, 113, 117], "input_image_dir": 112, "output_dir": [112, 117], "contrib": 112, "ndvi": 112, "rename_sentera_agx710_multispectral_tif": 112, "py": [112, 117], "python3": 112, "makatutulong": [113, 117], "procedur": 113, "odm_georeferenced_model": [113, 117], "ply": 113, "state": [113, 115], "univers": [113, 117], "zanzibar": 113, "courtesi": 113, "khadija": 113, "abdullah": 113, "ali": [113, 117], "odm_textur": [113, 117], "odm_textured_model": 113, "odm_textured_model_geo": 113, "maaaccess": 113, "meshlab": 113, "odm_orthphoto": 113, "un": 113, "tutori": 113, "maitatago": 113, "stdout": 113, "On": 113, "ansi": 113, "39m": 113, "no_ansiesc": 113, "environ": 113, "variabl": 113, "env": 113, "img": 113, "1234": 113, "tie": 113, "config": [113, 117], "yaml": [113, 117], "track": 113, "undistorted_track": 113, "undistorted_reconstruct": 113, "odm_meshing_log": 113, "texture_n": 113, "odm_georeferencing_log": 113, "odm_georeferencing_utm_log": 113, "extract_utm": 113, "portion": 113, "odm_orthophoto_log": 113, "gdal_translate_log": 113, "top": 113, "geotoff": 113, "feedback": 114, "mapalaki": 114, "mapanatili": 114, "foss": 114, "sours": 114, "nakakainter": 114, "palaba": 114, "pakiramdam": 114, "nilang": 114, "mahirap": 114, "alamin": [114, 117], "rison": 114, "mararamdaman": 114, "nila": 114, "kulang": 114, "pinagkukunan": 114, "aa": 114, "pera": 114, "oportunitad": 114, "implement": [114, 117], "probabl": 114, "convinc": 114, "develop": [114, 116], "team": 114, "imagin": 114, "somebodi": 114, "knock": 114, "door": 114, "hous": 114, "cook": 114, "me": 114, "dinner": 114, "respons": 114, "reason": 114, "who": 114, "person": 114, "spend": 114, "energi": 114, "fulfil": 114, "hi": 114, "agenda": 114, "own": 114, "suggest": 114, "cordial": 114, "especi": 114, "prepar": 114, "offer": 114, "fund": 114, "explain": 114, "benefit": [114, 117], "exclus": 114, "harder": 114, "isumit": 114, "paksa": 114, "diskusyon": 114, "subukan": 114, "paghahanap": 114, "mapagkukunan": 114, "nagbuka": 114, "dati": 114, "napagusapan": 114, "test": 114, "channel": 114, "pinakaimportant": 114, "makinig": 114, "kasali": 114, "nagsabi": 114, "big": [114, 117], "lift": 114, "we": [114, 116, 117], "monei": 114, "someon": 114, "TO": 114, "IT": 114, "tatlo": 114, "samakatuwid": 114, "gagana": [114, 117], "tugon": 114, "know": 114, "wa": 114, "hope": 114, "along": 114, "member": 114, "happi": 114, "earli": 114, "tester": 114, "let": 114, "put": 114, "toward": [114, 117], "nagagalak": 114, "nasasabik": 114, "nadagdag": 114, "iilan": 114, "suporta": 114, "ipatupad": 114, "gagawin": [114, 117], "am": [114, 117], "makakaya": 114, "matulungan": 114, "maintindihan": 114, "naaangkop": 114, "pasasalamatan": 114, "makakatulong": [115, 117], "basahin": [115, 117], "inirerekomenda": 115, "blob": 115, "adoc": 115, "kabuuang": 115, "concept": 115, "665": 115, "pinananatili": 115, "porum": 115, "research": 115, "paper": 115, "idea": 115, "propos": 115, "makakahanap": 115, "art": 115, "relat": 115, "stereo": 115, "mapaganda": 115, "long": 116, "wave": 116, "infrar": 116, "lwir": 116, "alon": 116, "aim": 116, "zenmus": 116, "xt": 116, "h20": 116, "seri": [116, 117], "u": 116, "expand": 116, "tagubilin": 117, "pagpapalit": 117, "pumipili": 117, "kompromiso": 117, "magpalit": 117, "resolusyon": 117, "bawasan": 117, "halagang": 117, "hudyat": 117, "babala": 117, "nagtuturo": 117, "laktawan": 117, "direktang": 117, "nakakaapekto": 117, "magpapataa": 117, "makagawa": 117, "sharper": 117, "kagubatan": 117, "itaa": 117, "300000": 117, "6000": 117, "maka": 117, "bubong": 117, "hamon": 117, "pangkaraniwang": 117, "pagbabago": 117, "temperatura": 117, "vibrat": 117, "poku": 117, "makaapekto": 117, "hango": 117, "resultang": 117, "sarili": 117, "pagkakalibr": 117, "nagresultang": 117, "papel": 117, "nina": 117, "jame": 117, "robson": 117, "2014": 117, "sistematikong": 117, "topograph": 117, "nagmula": 117, "onlinelibrari": 117, "wilei": 117, "doi": 117, "1002": 117, "esp": 117, "3609": 117, "nagpapakita": 117, "mabawasan": 117, "pagkabaluktot": 117, "nakalap": 117, "baha": 117, "pagaanin": 117, "pagpipilian": 117, "pinakasimpl": 117, "lumipad": 117, "pinaghihiwalai": 117, "tuwid": 117, "pababang": 117, "pagturo": 117, "nakakil": 117, "harap": 117, "pamamaraang": 117, "matag": 117, "kaysa": 117, "lipad": 117, "piloto": 117, "pamamaraan": 117, "bubuo": 117, "pangkalibr": 117, "napaliparan": 117, "kahalili": 117, "eksperimento": 117, "mababang": 117, "crossgrid": 117, "crosshatch": 117, "pinaghiwalai": 117, "pasulong": 117, "nakaharap": 117, "kahilera": 117, "kakailanganin": 117, "68": 117, "magkakapatong": 117, "sidelap": 117, "83": 117, "42": 117, "magkakahiwalai": 117, "nagpapabuti": 117, "kawastuhan": 117, "kamera": 117, "hinaharap": 117, "cc": 117, "BY": 117, "creativecommon": 117, "lumilikha": 117, "lumikha": 117, "siguraduh": 117, "watawat": 117, "ibabaw": 117, "mauri": 117, "kumpara": 117, "wala": 117, "kontrolin": 117, "iskala": 117, "taasan": 117, "lupain": 117, "parametro": 117, "libi": 117, "toler": 117, "parametrong": 117, "pagiiba": 117, "tataa": 117, "bingit": 117, "pagtaa": 117, "minimong": 117, "yunit": 117, "pinakalamak": 117, "paikot": 117, "pinakamalak": 117, "puno": 117, "atbp": 117, "aalisin": 117, "pinakamahusai": 117, "mapagkunan": 117, "ukol": 117, "classif": 117, "airborn": 117, "lidar": 117, "libr": 117, "pagiwa": 117, "pagkakamali": 117, "numero": 117, "poin": 117, "napagkakamalan": 117, "ii": 117, "bigyan": 117, "importansiya": 117, "bumubuo": 117, "hangarin": 117, "biswal": 117, "baga": 117, "mukhang": 117, "nags": 117, "tumutukoi": 117, "progresibong": 117, "eksena": 117, "magresulta": 117, "iniwan": 117, "laman": 117, "my_odm_imag": 117, "24": 117, "condit": 117, "thu": 117, "photographi": 117, "evenli": 117, "overcast": 117, "clear": 117, "ski": 117, "avoid": 117, "shadow": 117, "obstruct": 117, "lessen": 117, "middai": 117, "nake": 117, "visibl": 117, "congruent": 117, "advers": 117, "dust": 117, "fog": 117, "smoke": 117, "volcan": 117, "ash": 117, "pollut": 117, "gimbal": 117, "rest": 117, "eros": 117, "machineri": 117, "caus": 117, "steep": 117, "recogn": 117, "labor": 117, "neglig": 117, "lawn": 117, "mower": 117, "highli": 117, "75": 117, "65": 117, "influenc": 117, "balanc": 117, "tallest": 117, "achiev": 117, "typic": 117, "equip": 117, "greater": 117, "total": 117, "station": 117, "intend": 117, "millimetr": 117, "almost": 117, "care": 117, "adequ": 117, "defin": 117, "plane": 117, "clic": 117, "length": 117, "mostli": 117, "approach": 117, "bin": 117, "creation": 117, "pace": 117, "irregular": 117, "carefulli": 117, "rang": 117, "nageempli": 117, "madepli": 117, "naiintindihan": 117, "matanong": 117, "pangayayari": 117, "nagkakamali": 117, "intensiyon": 117, "pagdeploi": 117, "independ": 117, "lagai": 117, "masasab": 117, "pareho": 117, "simpleng": 117, "mapaayo": 117, "experi": 117, "paglista": 117, "kasalukuyang": 117, "pinapatakbo": 117, "id": 117, "statu": 117, "2518817537ce": 117, "36": 117, "hour": 117, "ago": 117, "zen_wright": 117, "1cdc7fadf688": 117, "usr": 117, "va": 117, "tcp": 117, "flamboyant_dhawan": 117, "cd7b9585b8f6": 117, "dai": 117, "nostalgic_lederberg": 117, "e31010c00b9a": 117, "suspicious_kepl": 117, "c44e0d0b8448": 117, "wonderful_burnel": 117, "mapuntahan": 117, "hamak": 117, "karakt": 117, "kunin": 117, "mabag": 117, "mon": 117, "sep": 117, "23": 117, "33": 117, "build_overview": 117, "camera_len": 117, "dem_decim": 117, "dem_euclidean_map": 117, "arrow": 117, "titik": 117, "back": 117, "pabalik": 117, "tail": 117, "gdalwarp": 117, "gpkg": 117, "crop_to_cutlin": 117, "co": 117, "num_thread": 117, "bigtiff": 117, "if_saf": 117, "blockys": 117, "512": 117, "blockxsiz": 117, "predictor": 117, "gdal_cachemax": 117, "48": 117, "95": 117, "111567p": 117, "137473l": 117, "input": 117, "sinasabihan": 117, "ibigai": 117, "limang": 117, "hule": 117, "natin": 117, "laliman": 117, "pagsusuri": 117, "makakakuha": 117, "diretsong": 117, "exec": 117, "mapasagawa": 117, "shell": 117, "root": 117, "tayo": 117, "suriin": 117, "kahina": 117, "hinayang": 117, "naglilini": 117, "sobrang": 117, "kumpleto": 117, "benepisyo": 117, "puntahan": 117, "kinakarga": 117, "bigat": 117, "nagamit": 117, "storag": 117, "overtim": 117, "si": 117, "maciej": 117, "\u0142ebkowski": 117, "napakahusai": 117, "pangkahalatang": 117, "ideya": 117, "aayusin": 117, "lebkowski": 117, "sylab": 117, "laptop": 117, "hpc": 117, "compani": 117, "server": 117, "anyth": 117, "els": 117, "cach": 117, "images_dir": 117, "path_to_image_dir": 117, "basenam": 117, "path_to_output_directori": 117, "mkdir": 117, "bind": 117, "writabl": 117, "tmpf": 117, "odm_latest": 117, "ivan": 117, "gayton": 117, "repo": 117, "lage": 117, "epektibo": 117, "pagset": 117, "makapagyarihan": 117, "gayon": 117, "masagot": 117, "incom": 117, "kakulangan": 117, "mareresolusyonan": 117, "agag": 117, "agad": 117, "pagpapababa": 117, "maproseso": 117, "african": 117, "nagsasaad": 117, "nakakalito": 117, "maisasagawa": 117, "cloudodm": 117, "unix": 117, "ssh": 117, "account": 117, "aw": 117, "kaunt": 117, "kaibahan": 117, "katamtaman": 117, "literaci": 117, "handang": 117, "pagdaanan": 117, "__": 117, "pagbasehan": 117, "kabuoan": 117, "nakatarget": 117, "maghahanap": 117, "ipoproseso": 117, "naghihintai": 117, "naglalayon": 117, "makababawa": 117, "transfer": 117, "simlpeng": 117, "4gb": 117, "magkakapresyo": 117, "month": 117, "siguradong": 117, "matutuloi": 117, "nire": 117, "mahal": 117, "pababain": 117, "pinakamura": 117, "drooplet": 117, "nagkakahalaga": 117, "magdowns": 117, "ubintu": 117, "instansiya": 117, "makasiguro": 117, "pribelehiyong": 117, "insan": 117, "xxx": 117, "ipv4": 117, "usernam": 117, "makakapareho": 117, "magpatuloi": 117, "pagpapasagawa": 117, "upgrad": 117, "regular": 117, "faulder": 117, "paginstal": 117, "abbrevi": 117, "elemento": 117, "pangkalikasan": 117, "kelangan": 117, "isaayo": 117, "bashrc": 117, "huli": 117, "nano": 117, "sakahit": 117, "napalitan": 117, "inextract": 117, "pythonpath": 117, "superbuild": 117, "lib": 117, "python2": 117, "dist": 117, "packag": 117, "src": 117, "ld_library_path": 117, "alalahanin": 117, "readm": 117, "direktoryong": 117, "kinumpara": 117, "ag": 117, "iinstruksiyon": 117, "maiwasan": 117, "crash": 117, "nitong": 117, "dinaragdag": 117, "kakaiba": 117, "hard": 117, "jargon": 117, "pamantayan": 117, "bese": 117, "raw": 117, "100gb": 117, "1000gb": 117, "napaandar": 117, "makapagbawa": 117, "mamahalin": 117, "capac": 117, "iset": 117, "attach": 117, "mount": 117, "ise": 117, "mnt": 117, "odmdata": 117, "push": 117, "onto": 117, "secur": 117, "scp": 117, "imagefold": 117, "matutulak": 117, "nagagawa": 117, "recurs": 117, "inattach": 117, "kukunsumo": 117, "nirerequir": 117, "kritik": 117, "ininstal": 117, "myproject": 117, "nag": 117, "parent": 117, "nangyayari": 117, "diirectori": 117, "tinatawagan": 117, "project_path": 117, "pinupunto": 117, "nilikha": 117, "individu": 117, "sinet": 117, "ganon": 117, "marer": 117, "lugaw": 117, "ancillari": 117, "pamamahala": 117, "organisado": 117, "incant": 117, "echo": 117, "cat": 117, "makakabuo": 117, "pinanggalingan": 117, "tatawagin": 117, "bantayan": 117, "kasapi": 117, "kaparehong": 117, "batch": 117, "patayin": 117, "vcpu": 117, "192gb": 117, "hr": 117, "dumaragdag": 117, "1000": 117, "masayang": 117, "launc": 117, "nohup": 117, "maputol": 117, "magtutuloi": 117, "tuloi": 117, "gnu": 117, "masimulan": 117, "session": 117, "hihinto": 117, "konesyon": 117, "masisira": 117, "humiwalai": 117, "kumabit": 117, "ulit": 117, "makakapagbigai": 117, "maliban": 117, "makuhanan": 117, "tandaan": 117, "project_nam": 117, "nagdudulot": 117, "kakaibang": 117, "ayt": 117, "umaasa": 117, "iderekta": 117, "tinuturo": 117, "masasayang": 117, "ispasyo": 117, "pagkopya": 117, "meroong": 117, "paniguradong": 117, "liter": 117, "sapalarang": 117, "papansinin": 117, "kinokontrol": 117, "dami": 117, "hinihiwalai": 117, "nakagrupo": 117, "tanggalin": 117, "progreso": 117, "htop": 117, "matantsa": 117, "konsumo": 117, "magspin": 117, "pangangalangan": 117, "inexpens": 117, "makatipid": 117, "icompress": 117, "gdal": 117, "pagpapalaki": 117, "gdal_transl": 117, "ycbcr": 117, "gdal_tiff_internal_mask": 117, "extens": 117, "magdownload": 117, "grab": 117, "nakuha": 117, "gdaladdo": 117, "1024": 117, "archiv": 117, "tar": 117, "pagdownload": 117, "piraso": 117, "zcvf": 117, "archivenam": 117, "activ": 117, "upper": 117, "mode": 117, "old": 117, "mid": 117, "handl": 117, "million": 117, "element": 117, "accentu": 117, "shape": 117, "shade": 117, "enhanc": 117, "percept": 117, "scientif": 117, "recognit": 117, "strength": 117, "opac": 117, "skybox": 117, "splat": 117, "unload": 117, "hide": 117, "tridimension": 117, "highlight": 117, "circl": 117, "circumfer": 117, "azimuth": 117, "clockwis": 117, "cube": 117, "reloc": 117, "redimens": 117, "handler": 117, "sphere": 117, "profil": 117, "annot": 117, "titl": 117, "anchor": 117, "mous": 117, "wheel": 117, "orbit": 117, "fly": 117, "bird": 117, "keyboard": 117, "w": 117, "backward": 117, "respect": 117, "axi": 117, "movement": 117, "slide": 117, "helicopt": 117, "aircraft": 117, "restrict": 117, "xy": 117, "restor": 117, "wirefram": 117, "compass": 117, "green": 117, "blue": 117, "plai": 117, "tree": 117, "arrang": 117, "six": 117, "ramp": 117, "cam": 117, "custom": 117}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"align": [0, 3, 72, 77], "file": [0, 105, 106], "mga": [1, 102, 104, 105, 108, 109, 110, 113, 115, 117], "opsyon": 1, "tanda": 1, "3d": [2, 7, 113, 117], "tile": [2, 46, 60, 92], "auto": [4, 5, 9], "boundari": [4, 5, 7], "what": [4, 7, 8, 9, 11, 103], "i": [4, 7, 103, 108, 110, 117], "when": [4, 7, 8, 9, 11], "help": [4, 31], "why": [4, 7, 8, 9, 11], "would": [4, 7, 8, 9, 11], "one": [4, 7, 8, 9, 11], "us": [4, 7, 8, 9, 11, 94, 95, 96, 97, 103, 117], "exampl": [4, 7, 8, 9, 11], "imag": [4, 7, 8, 9, 11, 83, 106, 108, 109, 111, 117], "true": [4, 7, 8, 11], "fals": [4, 7, 8, 11], "null": [4, 7, 8, 11], "distanc": 5, "bg": 6, "remov": [6, 75, 87], "geojson": 7, "appropri": [7, 8, 9, 11], "how": [7, 103], "creat": 7, "io": 7, "new": 7, "A": 7, "polygon": 7, "place": 7, "vertic": 7, "complet": 7, "save": 7, "download": [7, 108, 117], "set": 7, "In": 7, "task": 7, "option": [7, 103], "load": 7, "qgi": 7, "temporari": 7, "scratch": 7, "layer": 7, "geometri": 7, "type": [7, 25, 34, 87], "ad": 7, "an": 7, "orthophoto": [7, 23, 43, 44, 45, 46, 47, 48, 73, 103, 113, 117], "background": [7, 117], "polyon": 7, "featur": [7, 24, 25, 39, 114], "toggl": 7, "edit": 7, "off": 7, "chang": 7, "To": 7, "export": 7, "vector": 7, "As": 7, "point": [7, 105, 113, 117], "cloud": [7, 11, 113], "digit": [7, 117], "elev": [7, 117], "model": [7, 9, 113, 117], "textur": [7, 85, 86, 87, 88, 89, 90, 91, 113, 117], "mesh": [7, 37, 38], "build": [8, 103], "overview": 8, "ar": [8, 9, 11, 103], "camera": [9, 10, 96, 117], "len": 9, "manual": 9, "select": 9, "particular": 9, "rectilinear": 9, "data": [9, 85, 103, 117], "brown": 9, "fishey": 9, "perspect": 9, "spheric": 9, "cog": 11, "optim": [11, 42], "geotiff": [11, 103], "copi": 12, "crop": 13, "debug": 14, "dem": [15, 16, 17, 18], "decim": 15, "euclidean": 16, "map": [16, 91, 110], "gapfil": 17, "step": [17, 108, 117], "resolut": [18, 19, 48, 101], "depthmap": 19, "dsm": [20, 113], "dtm": [21, 113], "end": 22, "fast": 23, "qualiti": [24, 56], "forc": 26, "gp": [26, 30], "gcp": [27, 105, 117], "geo": 28, "gltf": 29, "accuraci": [30, 110, 117], "ignor": 32, "gsd": 32, "matcher": [33, 34], "neighbor": 33, "max": 35, "concurr": 35, "merg": [36, 109], "octre": 37, "depth": 37, "size": 38, "min": 39, "num": 39, "name": 40, "gpu": [41, 103], "disk": 42, "space": 42, "compress": 43, "cutlin": 44, "kmz": 45, "png": 47, "pc": [49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60], "classifi": 49, "copc": 50, "csv": 51, "ept": 52, "filter": 53, "geometr": [54, 59], "la": 55, "rectifi": 57, "sampl": 58, "skip": [59, 71, 72, 73, 74, 89, 90], "primari": 61, "band": [61, 72], "project": [62, 117], "path": 62, "radiometr": 63, "calibr": [63, 109], "rerun": [64, 65, 66], "all": [65, 103], "from": [66, 103], "resiz": [67, 117], "roll": [68, 69], "shutter": [68, 69], "readout": 69, "sfm": 70, "algorithm": 70, "3dmodel": 71, "report": [74, 102], "sky": 75, "sm": [76, 77], "cluster": [76, 109], "smrf": [78, 79, 80, 81], "scalar": 78, "slope": 79, "threshold": 80, "window": [81, 108], "split": [82, 83, 84, 109], "group": 83, "overlap": 84, "term": 85, "keep": 86, "unseen": 86, "face": 86, "outlier": 87, "singl": 88, "materi": 88, "global": 89, "seam": [89, 90], "level": [89, 90], "local": [90, 109], "tone": 91, "time": [93, 103], "3dmesh": 94, "exif": 95, "fix": 96, "param": 96, "hybrid": 97, "bundl": 97, "adjust": 97, "verbos": 98, "version": [99, 103], "video": [100, 101], "limit": 100, "paano": [102, 108, 109, 114], "makadaragdag": 102, "pagtitipon": 102, "ng": [102, 105, 110, 113, 114, 117], "komunidad": 102, "pagsumit": 102, "sira": 102, "templat": 102, "para": [102, 105, 115, 117], "sa": [102, 104, 105, 107, 108, 109, 110, 115, 117], "pagpapasa": 102, "bug": 102, "ipakita": 102, "ang": [102, 108, 109, 111, 117], "request": 102, "frequent": 103, "ask": 103, "question": 103, "process": [103, 117], "can": 103, "two": 103, "more": 103, "stitch": 103, "them": 103, "togeth": 103, "The": 103, "softwar": 103, "my": 103, "cpu": [103, 108], "core": 103, "memori": [103, 108], "normal": 103, "If": 103, "nativ": 103, "alloc": [103, 108], "resourc": 103, "licens": 103, "want": 103, "commerci": 103, "applic": 103, "includ": 103, "odm": [103, 117], "do": 103, "need": [103, 108], "other": [103, 117], "asid": 103, "agplv3": 103, "issu": 103, "your": 103, "comput": 103, "run": 103, "out": 103, "you": 103, "paalala": 104, "pagpapalipad": 104, "ground": 105, "control": 105, "nirerekumendang": 105, "gawi": 105, "paglagai": 105, "format": 105, "user": 105, "interfac": 105, "posm": 105, "gcpi": 105, "editor": 105, "pro": 105, "refer": 105, "geoloc": 106, "malugod": 107, "na": [107, 108, 110, 117], "pagtanggap": 107, "mula": 107, "opendronemap": [107, 113], "": 107, "document": 107, "instalasyon": 108, "simulan": [108, 109], "quickstart": 108, "hardwar": [108, 112, 116], "recommend": 108, "minimum": 108, "ram": 108, "n": 108, "instal": [108, 117], "1": 108, "check": 108, "virtual": 108, "support": [108, 112, 116], "2": 108, "requir": 108, "3": 108, "4": 108, "webodm": [108, 117], "launch": 108, "maco": 108, "linux": 108, "kailangan": 108, "bago": 108, "maginstal": 108, "ubuntu": 108, "debian": 108, "cento": 108, "rhel": 108, "fedora": 108, "arch": 108, "karagdagan": 108, "basic": 108, "ccommand": 108, "troubleshoot": 108, "hello": 108, "pagpapatakbo": 108, "dalawa": 108, "o": 108, "ma": 108, "marami": 108, "pang": 108, "machin": [108, 117], "larg": 109, "dataset": 109, "distribut": 109, "pagkaunawa": 109, "pag": [109, 117], "access": [109, 117], "log": [109, 113, 117], "autosc": 109, "clusterodm": 109, "limitasyon": 109, "acknowledg": 109, "kawastuan": 110, "mapa": 110, "dapat": 110, "expect": [110, 117], "aspeto": 110, "mai": 110, "impact": 110, "sanggunian": [110, 115], "gamit": 111, "mask": 111, "multispectr": 112, "paggamit": [112, 117], "sentera": 112, "agx710": 112, "output": 113, "listahan": 113, "magrequest": 114, "karagdagang": 115, "gagamit": 115, "taga": 115, "buo": 115, "thermal": 116, "usag": 116, "tutory": 117, "paglikha": 117, "mataa": 117, "kalidad": 117, "kalibr": 117, "measur": 117, "stockpil": 117, "volum": 117, "fieldwork": 117, "plan": 117, "flight": 117, "pattern": 117, "height": 117, "paramet": 117, "docker": 117, "list": 117, "instanc": 117, "command": 117, "line": 117, "clean": 117, "up": 117, "after": 117, "singular": 117, "sif": 117, "low": 117, "bandwidth": 117, "lokasyon": 117, "ano": 117, "ito": 117, "kanino": 117, "prep": 117, "istraktura": 117, "direktoryo": 117, "droplet": 117, "hatakin": 117, "pin": 117, "proseso": 117, "matapo": 117, "lahat": 117, "assum": 117, "ikaw": 117, "ai": 117, "nagsurv": 117, "ganoon": 117, "katag": 117, "potre": 117, "viewer": 117, "modul": 117, "appear": 117, "budget": 117, "field": 117, "view": 117, "ey": 117, "dome": 117, "light": 117, "tool": 117, "clip": 117, "navig": 117, "scene": 117}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.todo": 2, "sphinx": 57}, "alltitles": {"Alignment Files": [[0, "alignment-files"]], "Mga Opsyon at Tanda": [[1, "options-and-flags"]], "3d-tiles": [[2, "d-tiles"]], "align": [[3, "align"]], "auto-boundary": [[4, "auto-boundary"]], "What Is Auto-Boundary?": [[4, "what-is-auto-boundary"]], "When Is Auto-Boundary Helpful?": [[4, "when-is-auto-boundary-helpful"]], "Why would one use auto-boundary?": [[4, "why-would-one-use-auto-boundary"]], "Example Images": [[4, "example-images"], [7, "example-images"], [8, "example-images"], [9, "example-images"], [11, "example-images"]], "True: --auto-boundary": [[4, "true-auto-boundary"]], "False: null": [[4, "false-null"], [7, "false-null"], [8, "false-null"], [11, "false-null"]], "auto-boundary-distance": [[5, "auto-boundary-distance"]], "bg-removal": [[6, "bg-removal"]], "boundary": [[7, "boundary"]], "What is Boundary [GeoJSON]?": [[7, "what-is-boundary-geojson"]], "When is Boundary [GeoJSON] appropriate?": [[7, "when-is-boundary-geojson-appropriate"]], "Why would one use Boundary [GeoJSON]?": [[7, "why-would-one-use-boundary-geojson"]], "How would one create Boundary [GeoJSON]?": [[7, "how-would-one-create-boundary-geojson"]], "GeoJSON.io": [[7, "geojson-io"]], "New GeoJSON": [[7, "new-geojson"]], "Creating A Polygon": [[7, "creating-a-polygon"]], "Placing Vertices": [[7, "placing-vertices"]], "Completing A Polygon": [[7, "completing-a-polygon"]], "Saving A Polygon": [[7, "saving-a-polygon"]], "Downloading A Polygon": [[7, "downloading-a-polygon"]], "Setting Boundary [GeoJSON] In Task Options": [[7, "setting-boundary-geojson-in-task-options"]], "Boundary [GeoJSON] Loaded In Task Options": [[7, "boundary-geojson-loaded-in-task-options"]], "QGIS": [[7, "qgis"]], "Creating A New Temporary Scratch Layer": [[7, "creating-a-new-temporary-scratch-layer"]], "New Temporary Scratch Layer Geometry Type": [[7, "new-temporary-scratch-layer-geometry-type"]], "New Temporary Scratch Layer Settings": [[7, "new-temporary-scratch-layer-settings"]], "Adding an Orthophoto Background": [[7, "adding-an-orthophoto-background"]], "Adding A Polyon Feature": [[7, "adding-a-polyon-feature"]], "Toggle Editing Off": [[7, "toggle-editing-off"]], "Save Changes To Temporary Scratch Layer": [[7, "save-changes-to-temporary-scratch-layer"]], "Export Temporary Scratch Layer Features": [[7, "export-temporary-scratch-layer-features"]], "Save Vector Layer As": [[7, "save-vector-layer-as"]], "True: --boundary [GeoJSON] - Point Cloud": [[7, "true-boundary-geojson-point-cloud"]], "True: --boundary [GeoJSON] - Orthophoto": [[7, "true-boundary-geojson-orthophoto"]], "True: --boundary [GeoJSON] - Digital Elevation Model": [[7, "true-boundary-geojson-digital-elevation-model"]], "True: --boundary [GeoJSON] - 3D Model/Textured Mesh": [[7, "true-boundary-geojson-3d-model-textured-mesh"]], "build-overviews": [[8, "build-overviews"]], "What Are Overviews?": [[8, "what-are-overviews"]], "When are Overviews appropriate?": [[8, "when-are-overviews-appropriate"]], "Why would one use Overviews?": [[8, "why-would-one-use-overviews"]], "True: --build-overviews": [[8, "true-build-overviews"]], "camera-lens": [[9, "camera-lens"]], "What Are Camera Lens Models?": [[9, "what-are-camera-lens-models"]], "When are manual selections appropriate?": [[9, "when-are-manual-selections-appropriate"]], "Why would one use a particular Camera Lens Model?": [[9, "why-would-one-use-a-particular-camera-lens-model"]], "auto : Rectilinear Data": [[9, "auto-rectilinear-data"]], "brown : Rectilinear Data": [[9, "brown-rectilinear-data"]], "fisheye : Rectilinear Data": [[9, "fisheye-rectilinear-data"]], "perspective : Rectilinear Data": [[9, "perspective-rectilinear-data"]], "spherical : Rectilinear Data": [[9, "spherical-rectilinear-data"]], "cameras": [[10, "cameras"]], "cog": [[11, "cog"]], "What Are Cloud Optimized GeoTIFFs (COGs)?": [[11, "what-are-cloud-optimized-geotiffs-cogs"]], "When are COGs appropriate?": [[11, "when-are-cogs-appropriate"]], "Why would one use COGs?": [[11, "why-would-one-use-cogs"]], "True: --cog": [[11, "true-cog"]], "copy-to": [[12, "copy-to"]], "crop": [[13, "crop"]], "debug": [[14, "debug"]], "dem-decimation": [[15, "dem-decimation"]], "dem-euclidean-map": [[16, "dem-euclidean-map"]], "dem-gapfill-steps": [[17, "dem-gapfill-steps"]], "dem-resolution": [[18, "dem-resolution"]], "depthmap-resolution": [[19, "depthmap-resolution"]], "dsm": [[20, "dsm"]], "dtm": [[21, "dtm"]], "end-with": [[22, "end-with"]], "fast-orthophoto": [[23, "fast-orthophoto"]], "feature-quality": [[24, "feature-quality"]], "feature-type": [[25, "feature-type"]], "force-gps": [[26, "force-gps"]], "gcp": [[27, "gcp"]], "geo": [[28, "geo"]], "gltf": [[29, "gltf"]], "gps-accuracy": [[30, "gps-accuracy"]], "help": [[31, "help"]], "ignore-gsd": [[32, "ignore-gsd"]], "matcher-neighbors": [[33, "matcher-neighbors"]], "matcher-type": [[34, "matcher-type"]], "max-concurrency": [[35, "max-concurrency"]], "merge": [[36, "merge"]], "mesh-octree-depth": [[37, "mesh-octree-depth"]], "mesh-size": [[38, "mesh-size"]], "min-num-features": [[39, "min-num-features"]], "name": [[40, "name"]], "no-gpu": [[41, "no-gpu"]], "optimize-disk-space": [[42, "optimize-disk-space"]], "orthophoto-compression": [[43, "orthophoto-compression"]], "orthophoto-cutline": [[44, "orthophoto-cutline"]], "orthophoto-kmz": [[45, "orthophoto-kmz"]], "orthophoto-no-tiled": [[46, "orthophoto-no-tiled"]], "orthophoto-png": [[47, "orthophoto-png"]], "orthophoto-resolution": [[48, "orthophoto-resolution"]], "pc-classify": [[49, "pc-classify"]], "pc-copc": [[50, "pc-copc"]], "pc-csv": [[51, "pc-csv"]], "pc-ept": [[52, "pc-ept"]], "pc-filter": [[53, "pc-filter"]], "pc-geometric": [[54, "pc-geometric"]], "pc-las": [[55, "pc-las"]], "pc-quality": [[56, "pc-quality"]], "pc-rectify": [[57, "pc-rectify"]], "pc-sample": [[58, "pc-sample"]], "pc-skip-geometric": [[59, "pc-skip-geometric"]], "pc-tile": [[60, "pc-tile"]], "primary-band": [[61, "primary-band"]], "project-path": [[62, "project-path"]], "radiometric-calibration": [[63, "radiometric-calibration"]], "rerun": [[64, "rerun"]], "rerun-all": [[65, "rerun-all"]], "rerun-from": [[66, "rerun-from"]], "resize-to": [[67, "resize-to"]], "rolling-shutter": [[68, "rolling-shutter"]], "rolling-shutter-readout": [[69, "rolling-shutter-readout"]], "sfm-algorithm": [[70, "sfm-algorithm"]], "skip-3dmodel": [[71, "skip-3dmodel"]], "skip-band-alignment": [[72, "skip-band-alignment"]], "skip-orthophoto": [[73, "skip-orthophoto"]], "skip-report": [[74, "skip-report"]], "sky-removal": [[75, "sky-removal"]], "sm-cluster": [[76, "sm-cluster"]], "sm-no-align": [[77, "sm-no-align"]], "smrf-scalar": [[78, "smrf-scalar"]], "smrf-slope": [[79, "smrf-slope"]], "smrf-threshold": [[80, "smrf-threshold"]], "smrf-window": [[81, "smrf-window"]], "split": [[82, "split"]], "split-image-groups": [[83, "split-image-groups"]], "split-overlap": [[84, "split-overlap"]], "texturing-data-term": [[85, "texturing-data-term"]], "texturing-keep-unseen-faces": [[86, "texturing-keep-unseen-faces"]], "texturing-outlier-removal-type": [[87, "texturing-outlier-removal-type"]], "texturing-single-material": [[88, "texturing-single-material"]], "texturing-skip-global-seam-leveling": [[89, "texturing-skip-global-seam-leveling"]], "texturing-skip-local-seam-leveling": [[90, "texturing-skip-local-seam-leveling"]], "texturing-tone-mapping": [[91, "texturing-tone-mapping"]], "tiles": [[92, "tiles"]], "time": [[93, "time"]], "use-3dmesh": [[94, "use-3dmesh"]], "use-exif": [[95, "use-exif"]], "use-fixed-camera-params": [[96, "use-fixed-camera-params"]], "use-hybrid-bundle-adjustment": [[97, "use-hybrid-bundle-adjustment"]], "verbose": [[98, "verbose"]], "version": [[99, "version"]], "video-limit": [[100, "video-limit"]], "video-resolution": [[101, "video-resolution"]], "Paano makadaragdag": [[102, "how-to-contribute"]], "Pagtitipon ng Komunidad": [[102, "community-forum"]], "Pagsumite ng mga Sira": [[102, "reporting-bugs"]], "Template para sa pagpapasa ng Bug Reports": [[102, "template-for-submitting-bug-reports"]], "Ipakita ang mga Request": [[102, "pull-requests"]], "Frequently Asked Questions": [[103, "frequently-asked-questions"]], "Data Processing": [[103, "data-processing"]], "Can I process two or more orthophoto GeoTIFFs to stitch them together?": [[103, "can-i-process-two-or-more-orthophoto-geotiffs-to-stitch-them-together"]], "The software is not using all of my CPU cores / memory / GPU all of the times. Is it normal?": [[103, "the-software-is-not-using-all-of-my-cpu-cores-memory-gpu-all-of-the-times-is-it-normal"]], "If I use the native version of the software, how can I allocate more resources for processing?": [[103, "if-i-use-the-native-version-of-the-software-how-can-i-allocate-more-resources-for-processing"]], "Licensing": [[103, "licensing"]], "I want to build a commercial application that includes ODM. Do I need a commercial license?": [[103, "i-want-to-build-a-commercial-application-that-includes-odm-do-i-need-a-commercial-license"]], "Are there other licensing options aside from the AGPLv3?": [[103, "are-there-other-licensing-options-aside-from-the-agplv3"]], "Memory issues": [[103, "memory-issues"]], "Your computer is running out of memory, what can you do?": [[103, "your-computer-is-running-out-of-memory-what-can-you-do"]], "Mga Paalala sa Pagpapalipad": [[104, "flying-tips"]], "Ground Control Points": [[105, "ground-control-points"]], "Mga nirerekumendang gawi para sa paglagay ng GCP": [[105, "recommended-practices-for-gcp-setting"]], "GCP file format": [[105, "gcp-file-format"]], "User Interfaces": [[105, "user-interfaces"]], "POSM GCPi": [[105, "id1"]], "GCP Editor Pro": [[105, "id2"]], "References": [[105, "references"]], "Image Geolocation Files": [[106, "image-geolocation-files"]], "Malugod na pagtanggap mula sa OpenDroneMap's Documentation": [[107, "welcome-to-opendronemap-s-documentation"]], "Instalasyon at Paano Simulan": [[108, "installation-and-getting-started"]], "Quickstart": [[108, "quickstart"]], "Hardware Recommendations": [[108, "hardware-recommendations"]], "Minimum RAM needed for N images": [[108, "id4"]], "Installation": [[108, "installation"]], "Windows": [[108, "windows"]], "Step 1. I-check Virtualization Support": [[108, "step-1-check-virtualization-support"], [108, "id1"]], "Step 2. Install Requirements": [[108, "step-2-install-requirements"], [108, "id2"]], "Step 3. I-check ang Memory at CPU Allocation": [[108, "step-3-check-memory-and-cpu-allocation"], [108, "id3"]], "Step 4. Download WebODM": [[108, "step-4-download-webodm"]], "Step 4. Launch WebODM": [[108, "step-4-launch-webodm"]], "macOS": [[108, "macos"]], "Step 4. I-download at i-launch ang WebODM": [[108, "step-4-download-and-launch-webodm"]], "Linux": [[108, "linux"]], "Step 1. Mga kailangan bago maginstall.": [[108, "step-1-install-requirements"]], "Maginstall sa Ubuntu / Debian": [[108, "install-on-ubuntu-debian"]], "Maginstall sa CentOS / RHEL": [[108, "install-on-centos-rhel"]], "Maginstall sa Fedora": [[108, "install-on-fedora"]], "Maginstall sa Arch": [[108, "install-on-arch"]], "Step 2. I-check ang mga karagdagan na requirements": [[108, "step-2-check-additional-requirements"]], "Step 3. Download and Launch WebODM": [[108, "step-3-download-and-launch-webodm"]], "Basic na mga cCommands at Troubleshooting": [[108, "basic-commands-and-troubleshooting"]], "Hello, WebODM!": [[108, "hello-webodm"]], "Pagpapatakbo sa dalawa o mas marami pang machine": [[108, "running-on-more-than-one-machine"]], "Splitting Large Datasets": [[109, "splitting-large-datasets"]], "Calibrate images": [[109, "calibrate-images"]], "Local Split-Merge": [[109, "local-split-merge"]], "Distributed Split-Merge": [[109, "distributed-split-merge"]], "Paano simulan ang Distributed Split-Merge": [[109, "getting-started-with-distributed-split-merge"]], "Pagkaunawa sa Cluster": [[109, "understanding-the-cluster"]], "Pag-access sa Logs": [[109, "accessing-the-logs"]], "Autoscaling ClusterODM": [[109, "autoscaling-clusterodm"]], "Mga limitasyon": [[109, "limitations"]], "Acknowledgments": [[109, "acknowledgments"]], "Kawastuan ng Mapa": [[110, "map-accuracy"]], "Mga Dapat I-expect": [[110, "what-to-expect"]], "Mga aspeto na may impact sa map accuracy": [[110, "aspects-impacting-map-accuracy"]], "Mga Sanggunian": [[110, "references"]], "Gamit ang Image Masks": [[111, "using-image-masks"]], "Multispectral Support": [[112, "multispectral-support"]], "Hardware": [[112, "hardware"], [116, "hardware"]], "Paggamit": [[112, "usage"]], "Sentera AGX710": [[112, "sentera-agx710"]], "OpenDroneMap Outputs": [[113, "opendronemap-outputs"]], "Point Cloud": [[113, "point-cloud"]], "3D Textured Model": [[113, "d-textured-model"]], "Orthophoto": [[113, "orthophoto"]], "DTM/DSM": [[113, "dtm-dsm"]], "Logs": [[113, "logs"]], "Listahan ng mga output": [[113, "list-of-all-outputs"]], "Paano Magrequest ng Features": [[114, "how-to-request-features"]], "Karagdagang Sanggunian": [[115, "additional-references"]], "Para sa gagamit": [[115, "for-users"]], "Para sa mga taga-buo.": [[115, "for-developers"]], "Thermal Support": [[116, "thermal-support"]], "Usage": [[116, "usage"]], "Mga Tutoryal": [[117, "tutorials"]], "Paglikha ng Mataas na Kalidad ng Orthophotos": [[117, "creating-high-quality-orthophotos"]], "Pag-kalibrate ng Camera": [[117, "calibrating-the-camera"]], "Paglikha ng Digital Elevation Models": [[117, "creating-digital-elevation-models"]], "Measuring stockpile volume": [[117, "measuring-stockpile-volume"]], "Fieldwork planning": [[117, "fieldwork-planning"]], "Flight pattern": [[117, "flight-pattern"]], "Flight height": [[117, "flight-height"]], "GCPs": [[117, "gcps"]], "Processing parameters": [[117, "processing-parameters"]], "Measuring": [[117, "measuring"]], "Expected accuracy": [[117, "expected-accuracy"]], "Using Docker": [[117, "using-docker"]], "Listing Docker Machines": [[117, "listing-docker-machines"]], "Accessing logs on the instance": [[117, "accessing-logs-on-the-instance"]], "Command line access to instances": [[117, "command-line-access-to-instances"]], "Cleaning up after Docker": [[117, "cleaning-up-after-docker"]], "Using Singularity": [[117, "using-singularity"]], "Downloading image": [[117, "downloading-image"]], "Using Singularity SIF image": [[117, "using-singularity-sif-image"]], "Paggamit ng ODM para sa low-bandwidth na lokasyon.": [[117, "using-odm-from-low-bandwidth-location"]], "Ano ito at para kanino ito?": [[117, "what-is-this-and-who-is-it-for"]], "Steps": [[117, "steps"]], "Install": [[117, "install"]], "Prep data and project": [[117, "prep-data-and-project"]], "Istraktura ng direktoryo": [[117, "directory-structure"]], "I-resize ang droplet, hatakin ang pin at i-proseso ito.": [[117, "resize-droplet-pull-pin-run-away"]], "Matapos ang lahat (assuming na ikaw ay nagsurvive ng ganoon katagal)": [[117, "after-it-finishes-assuming-you-survive-that-long"]], "Using Potree 3D viewer module on WebODM": [[117, "using-potree-3d-viewer-module-on-webodm"]], "Cameras": [[117, "cameras"]], "Textured model": [[117, "textured-model"]], "Appearance": [[117, "appearance"]], "Point budget": [[117, "point-budget"]], "Field of view": [[117, "field-of-view"]], "Eye Dome-lighting": [[117, "eye-dome-lighting"]], "Background": [[117, "background"]], "Other": [[117, "other"]], "Tools": [[117, "tools"]], "Measurement": [[117, "measurement"]], "Clipping": [[117, "clipping"]], "Navigation": [[117, "navigation"]], "Scene": [[117, "scene"]]}, "indexentries": {}}) \ No newline at end of file diff --git a/fr/.doctrees/arguments.doctree b/fr/.doctrees/arguments.doctree index b8b80f9cef9f526bba9a625ce5382268cfae2162..837ad4a87bee53f4d1713b728cadf072b2c8d5f0 100644 GIT binary patch delta 9444 zcmdT~eOQ%6+V>tf2Nd}@aL(cDz9C7h^yvThME?nrDZB+`rh}?R_1t0P|t=&RrWfV@e+wyzo=1;Tb4}0KAL>vGU zpHLN7JWk7;l`+FspiRjruuao)bJVjoJu};ulQGMt$<}?eM>BG?f;=0V6y<4o`MFbV z1qGQoGql|4T7hkLku9e%Gb7vSD?uwLnrhcF3baCdZh=j+%`42$m|BQ!r|0L+(&l7N zv*q^Do+#8Z3*xnmyu9p8$(;QH(dXpm^qyhM&9_ar<=b+m;+tt1g{ZBNC;iUMYpQzm z7&sJP4xRi!K(68S6uw8nBl!Qc5@}Ij|eP#ad6h5~$UfdlCR(`Oyp>olOJAvP=^WvkcEj)H#1vk`$ z=rir+tO;JcZ_PM{e@bfl^PK(Bm8WVpGrqSzl&`Ce;dkl}RhI3|0@%&()y47gpH%Qq z_l4=Rv1O%~7-3{1cuB*vm3)69<9}=n<)77Cc}?S?%7X`I0{{B3mtHr^mOsPBJ)3Jd zYY5QiVnhG#JhWjt?|0pMSoB?>+5rDY8e~)9f+!SbN-) z^Uy=0cb6_jQ|yM)ZrU)BW@G^dEM(>s+Gg1DN0dne*=3a%qADN$>`^zaUBob2V)*2X zhj{6^V_F$HuzO4@Ll^F}kd-YgD=B-qEY_~G>#_N2UUL31KJ3fEY^^tMUZ2PlFZka<^~>nW6Bot+?7;vYfq(GYmcDEczRQl+lX0~--uZ>0Uw4 z<@{IIi&?pk?CkpXXx{UOo2=PKKrF^P_(m^w${Bq#QYAto>ath%x%mv3y7;<;+r^i^ zbt}TO>Q`N$3;pXHY@IK~%9yX}e_wn=5p&x$-K!|#ZfCUgcw0q#x%~)Z@xJ0*FBrl4 z`N~1SXF2p_7UN4p54St|K+I-f=AZm@*7UTiw5NS}_1zfuoYL_udYuV_K*|s^J)t`< zzvri4f?m_nE9L?f$NN&RuX2ak{P1g@s}{izY=KiwsZ-7ZC5No%D>>suo*t6Ls|@Om z+g){R7gOAzH*+W*JDmMd>x(1bSB!KAtNwq`*ZWEY6*o%}Vuw3iV`rS~7Zp345i7bu zB0DLW8CqgKiU2P#i*0&nGI{yAjF6X~SmgmR%+F7bhqs>^j}UxZpGX~H(XT+#u70u; zsHpR!PH>#@gk%sW{2)~9(LuEEH^35x?}+iB0nCm#FZeTbvv*J$M7cKviHQNs2eMWN zz{^l5^1NZZj-$^h;-EJSU{m}k>%`3fh<5zm2j(+Y<|ocA1PgyA!@}P3QzKr6Ryf(I z-Aa^|-BXm9VU+M)4j$s70nQogIygJ$U7a}P57F$PigLd*$|EYutpO0MUybf+Rg_e$ zR#94v@CL9eern?1a4NW>6p&q;RKU=j0>2i5U0r8}DwDp3j(A54fGgdkX=nhvq5%seGohZY_vg&fL~MdFrIYM2&2VQ;W*rn zVvFpa46RASzrs<2M<}c^7P)FD67Pqigcp^Bxk|z-207Tp7F4hXX$zDBD&|TBqAecc z#OP4eoEQdMS-C;ZLD+O(3RcNMp*Cxj9BfK*x<;a$)^K>w*yt*!QEarLoPQ}fhn1Yq zl$<#l$|*;Ghm;&D9#kFjxd#0~+>7bRz2UK#d-#s{zK_M+vqr*bV7>gsj40^Adizsu zi=cQI41+{kJS2(1(GaMA8$Cw*i-_Scltuf?)Y~7Asn-?_CdShJY0Vo3lZBQ5eIZ@U z?hlcCzK5r5H^E``yrohYTkJ0<9jqd4 zDf$g4>lJj5iw+g%`%@Co5d0wC>DLkRrGBsk=98w8j2qj2;D?^B1~tWsZj3?#84+EL5dsr3ctr8OziE4?Slf;Eb|SJ1G)(nbPtfR zJ~tGS9ozbY6-*-nT!I}DATADoNcL!eTu4R+sF+d(jK%(T41^&4-_h4F^o4;@ad3dl z?x;bK$Haw^9g&44<6z=Dnajywa+D8+*8$!X4-G^2Z%OxJ_oEozM&;XmI0WjpqQg}} z8x9Y%Rj3?Sk=ZF2U)6Bv?Z)Z@XcZaE4m)G3SFur>eJZxokHaWOYcf0u#v87&-4J6Q zgd>}VVZYXHWJnNLAa_FH7Yk7Sxr_2u)zFAc^)s(3yP)ub9_n0wN|ojqZcU3oDL z&N5bPq}gfV1&KY_Vkc*DC+802{Db6#C#bfUWA|@yw!rq)=}5UlQNHh_tRc#N;zT-x z!e((j9lsQtC9mFrZZ;{}IlqS>#?DHr1UWR13#l7}mxuSxdftItCm{3NzL598TSisJ)x(@q@W8=spDo-ENsJ!uhtutO9KCP#g- zj`CDTrU~TF%0~uxLc5CWcbS+nFh#sL6SH<&C-Y>*oTHe>WJ4fKbWF~M*MLn#e>MH} z)#&f{COPv`av;}pg$Xkrx1!{uH^nHf=72jay-&%|no@R5E_`U*O4hW~?fe356@hsW z36-59-d7^3m5A0n*~Kz~q~z`*X*Q1QCZ*uFv*BIOQ%b>!`wDb>P|&eX0ccDa#PeY^ zgFE6>A$HQ;PP*HQ&eJS=drJ{m;D$5i8!F~H^!J@&+&UKuy2hJj%&}(5TQ#s`5^a_V ziu*w^%xg04O$?EIZGk((b|^%&F9UONmAZ5(m_Dm_PHykKjC{K98TR1gh{@eja`6JE zP|GMRw9U#Z)CzMoc>vX%4YYjQ)ZCnc!u+DCg_&6BqfM}97HCuPa>{bxn+sX+n%X$?NM=@~`Yg+n#EZ+IYOr92g)gvR)+gfJR`Ijce!TPF5$fbXLPli(I0dsOFbn^lDMz} zf^|pGZYN<^6_wx zTrw1>{d!jn>nn8E=8`IPCv7{J68x!Ll#JKR4qZ7T*x% zf-QInF{#AEF?JL90K6cceiu1jk{sfjt+*{+s2CF7!#(mjbXgEACZ}O~6$Hy2-r5S> z$TqzP9|7AS{aeJlo6*JAU^Ubm&{6?^-n z3iP-N^n#L+UV(vrfzFO}21<{OD$xBEFa^Z=ow!{;Y=RhZVJC))?q@rXb_**VS`a0L!_|og9b;^9?*lBc>rZ4*W#O{2e6ITUX+zu58fhnIPP*+*2A-o zkN4t%ROlPf=5`&@jcvfzZTp}EV2j8;09H}=Pi#809s=~=W4CM!ReOt#p>nWT6Asqp zdI)h7uQa2Nhz2}4A81A&rbFnXTX%~y?F?deBbdabqfjmK8$r|GKxcXj*OvEZ_=ip~ z701w5OcP9E;_DOWtGpTeJMJXj+cZc4?4U($@s24Cr%ywi{tkNDhn{eoN5wrBnk?e!GtkDaTGYDHuDIc< zSbH8XGpod%gr&#eFganHT3{luC-5a+>B4WwgS=G1Dmk6VbhK(o2Z~@Z@+&<44!Hn* zz&OuU$~^JX7cd-NR!Uw}N?uh;W?Y0Mk5mTeaZZO8FHcpGuhd+*2#bNe9j5M8{@$qu ztD0{>yk530zpsa3yNIMX(R3N7Ny%5xZfthd)GU^@;swTWrRiTvQ;X8{LK`IMbtI|j zz9f%SSC)Uu7uO72?mB zzq|-Z43{fzf`FUOt@IGA!9-sE4Nfypk{L_y|;J7+u$Rcqr>MY9E8Cg7v+`gqsk!vHBW-ae=Ga1)}*oTwfO}Q42doy{<&P^F1!q zUL>mI=b~iI%Su$hbr{Ro7N@8xr>HGI6D6(RQ=(p0q9)(LL)$sPJ|$>wQSnsZLQM=^p6WaiwW#JM@OGs|F2~SMgoMuG_GU>8+~Ye64Df z@mY?t^yDT=bW9znkCVh?$DBJb8%zVNE+ag^D(?IQNo=T9j^rR}If$j;6OQ8PyAZ86 zkhXrxV^T8azpO~K%0W!Oho@cfepk>rGJ#ouJ@3?Ick04tsY^DRcwZO8_B0Q^?aG22 z+>K2F<1$xq%Y?g*4P;ztTcNbQrL?u`SiIgy+Dd<>O;#*c+OqU)Ib*w=f@+`dU*a`Ai(r?Po>r*`Zipl=_Lx49q+I-&6j^ajN)d;= zSSd4TG*omR_YmaWx(#Z+nx0U@kjvk5{W)6RAdFP3eoPvf+0i< zHnJBzLWn9slLJuc%hK?pX+k@zf#FBf%p7Rfd>PkYKYx}8csn^VfWc%i?T+~31bM`X7!H1 z6SzG(%Lo6KcI*7#3uR9d*H!UF2+L(xHFfsR31vfAWQ3dqNN_5Yh5BD5cOA#baYa+I zZVL|!`zsqL%_MO!>mDK6EbJ-24sL9Nmc9{UY#3YL@A02$$O^*;#Vw8SXHbafJh{?? z)TM>90no$oyKuI_t2iIqWEB$3A(%(-BEcUB{zx#N;7APCm2XD7{ONRIV)q{G+Umy*^6ZuY$#Iw5T6=FxjRK< zCa{4p*|9c(tz|IJk(|h`yJZJcEM|f2-O`wqv*QV++vek>jS7dT>16951J delta 8649 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 Mmvxu@-)6)A3x4_b(EtDd delta 21154 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 Perform image matching with the nearest images based on GPS exif data. Set to 0 to match by triangulation. Default: ``0`` +:ref:`matcher-order` + Perform image matching with the nearest N images based on image filename order. Can speed up processing of sequential images, such as those extracted from video. It is applied only on non-georeferenced datasets. Set to 0 to disable. Default: ``0`` + :ref:`matcher-type` bow | bruteforce | flann Matcher algorithm, Fast Library for Approximate Nearest Neighbors or Bag of Words. FLANN is slower, but more stable. BOW is faster, but can sometimes miss valid matches. BRUTEFORCE is very slow but robust.. Default: ``flann`` @@ -173,9 +176,6 @@ Options and Flags :ref:`pc-skip-geometric` Geometric estimates improve the accuracy of the point cloud by computing geometrically consistent depthmaps but may not be usable in larger datasets. This flag disables geometric estimates. Default: ``False`` -:ref:`pc-tile` - Reduce the memory usage needed for depthmap fusion by splitting large scenes into tiles. Turn this on if your machine doesn't have much RAM and/or you've set --pc-quality to high or ultra. Experimental. Default: ``False`` - :ref:`primary-band` When processing multispectral datasets, you can specify the name of the primary band that will be used for reconstruction. It's recommended to choose a band which has sharp details and is in focus. Default: ``auto`` @@ -203,6 +203,9 @@ Options and Flags :ref:`sfm-algorithm` incremental | triangulation | planar Choose the structure from motion algorithm. For aerial datasets, if camera GPS positions and angles are available, triangulation can generate better results. For planar scenes captured at fixed altitude with nadir-only images, planar can be much faster. . Default: ``incremental`` +:ref:`sfm-no-partial` + Do not attempt to merge partial reconstructions. This can happen when images do not have sufficient overlap or are isolated. Default: ``False`` + :ref:`skip-3dmodel` Skip generation of a full 3D model. This can save time if you only need 2D results such as orthophotos and DEMs. Default: ``False`` diff --git a/fr/arguments/index.html b/fr/arguments/index.html index 8a2683727..5f23322ba 100644 --- a/fr/arguments/index.html +++ b/fr/arguments/index.html @@ -483,6 +483,8 @@

matcher-neighbors <positive integer>

Perform image matching with the nearest images based on GPS exif data. Set to 0 to match by triangulation. Default: 0

+
matcher-order <positive integer>

Perform image matching with the nearest N images based on image filename order. Can speed up processing of sequential images, such as those extracted from video. It is applied only on non-georeferenced datasets. Set to 0 to disable. Default: 0

+
matcher-type bow | bruteforce | flann

Matcher algorithm, Fast Library for Approximate Nearest Neighbors or Bag of Words. FLANN is slower, but more stable. BOW is faster, but can sometimes miss valid matches. BRUTEFORCE is very slow but robust.. Default: flann

max-concurrency <positive integer>

Le nombre maximal de processus à utiliser dans divers processus. L’exigence de mémoire maximale est d’environ 1 Go par thread et une résolution d’image de 2 mégapixels. Par défaut : 4

@@ -533,8 +535,6 @@
pc-skip-geometric

Geometric estimates improve the accuracy of the point cloud by computing geometrically consistent depthmaps but may not be usable in larger datasets. This flag disables geometric estimates. Default: False

-
pc-tile

Réduisez l’utilisation de la mémoire nécessaire pour la fusion de la carte de profondeur en divisant les grandes scènes en tuiles. Activez cette option si votre machine n’a pas beaucoup de RAM et/ou si vous avez défini –pc-quality sur high ou ultra. Expérimental. Par défaut : Faux

-
primary-band <string>

Lors du traitement de jeux de données multispectrales, vous pouvez spécifier le nom de la bande principale qui sera utilisée pour la reconstruction. Il est recommandé de choisir un groupe qui a des détails nets et qui est net. Par défaut : auto

project-path <path>

Chemin d’accès au dossier du projet. Votre dossier de projet doit contenir des sous-dossiers pour chaque jeu de données. Chaque ensemble de données doit avoir un dossier « images ».

@@ -553,6 +553,8 @@
sfm-algorithm incremental | triangulation | planar

Choose the structure from motion algorithm. For aerial datasets, if camera GPS positions and angles are available, triangulation can generate better results. For planar scenes captured at fixed altitude with nadir-only images, planar can be much faster. . Default: incremental

+
sfm-no-partial

Do not attempt to merge partial reconstructions. This can happen when images do not have sufficient overlap or are isolated. Default: False

+
skip-3dmodel

Ignorer la génération d’un modèle 3D complet. Cela peut vous faire gagner du temps si vous n’avez besoin que de résultats 2D tels que des orthophotos et des DEM. Par défaut : Faux

skip-band-alignment

Lors du traitement d’ensembles de données multispectrales, ODM alignera automatiquement les images pour chaque bande. Si les images ont été post-traitées et sont déjà alignées, utilisez cette option. Par défaut : Faux

diff --git a/fr/searchindex.js b/fr/searchindex.js index 7a930f587..3c12b26b0 100644 --- a/fr/searchindex.js +++ b/fr/searchindex.js @@ -1 +1 @@ -Search.setIndex({"docnames": ["align", "arguments", "arguments/3d-tiles", "arguments/align", "arguments/auto-boundary", "arguments/auto-boundary-distance", "arguments/bg-removal", "arguments/boundary", "arguments/build-overviews", "arguments/camera-lens", "arguments/cameras", "arguments/cog", "arguments/copy-to", "arguments/crop", "arguments/debug", "arguments/dem-decimation", "arguments/dem-euclidean-map", "arguments/dem-gapfill-steps", "arguments/dem-resolution", "arguments/depthmap-resolution", "arguments/dsm", "arguments/dtm", "arguments/end-with", "arguments/fast-orthophoto", "arguments/feature-quality", "arguments/feature-type", "arguments/force-gps", "arguments/gcp", "arguments/geo", "arguments/gltf", "arguments/gps-accuracy", "arguments/help", "arguments/ignore-gsd", "arguments/matcher-neighbors", "arguments/matcher-type", "arguments/max-concurrency", "arguments/merge", "arguments/mesh-octree-depth", "arguments/mesh-size", "arguments/min-num-features", "arguments/name", "arguments/no-gpu", "arguments/optimize-disk-space", "arguments/orthophoto-compression", "arguments/orthophoto-cutline", "arguments/orthophoto-kmz", "arguments/orthophoto-no-tiled", "arguments/orthophoto-png", "arguments/orthophoto-resolution", "arguments/pc-classify", "arguments/pc-copc", "arguments/pc-csv", "arguments/pc-ept", "arguments/pc-filter", "arguments/pc-geometric", "arguments/pc-las", "arguments/pc-quality", "arguments/pc-rectify", "arguments/pc-sample", "arguments/pc-skip-geometric", "arguments/pc-tile", "arguments/primary-band", "arguments/project-path", "arguments/radiometric-calibration", "arguments/rerun", "arguments/rerun-all", "arguments/rerun-from", "arguments/resize-to", "arguments/rolling-shutter", "arguments/rolling-shutter-readout", "arguments/sfm-algorithm", "arguments/skip-3dmodel", "arguments/skip-band-alignment", "arguments/skip-orthophoto", "arguments/skip-report", "arguments/sky-removal", "arguments/sm-cluster", "arguments/sm-no-align", "arguments/smrf-scalar", "arguments/smrf-slope", "arguments/smrf-threshold", "arguments/smrf-window", "arguments/split", "arguments/split-image-groups", "arguments/split-overlap", "arguments/texturing-data-term", "arguments/texturing-keep-unseen-faces", "arguments/texturing-outlier-removal-type", "arguments/texturing-single-material", "arguments/texturing-skip-global-seam-leveling", "arguments/texturing-skip-local-seam-leveling", "arguments/texturing-tone-mapping", "arguments/tiles", "arguments/time", "arguments/use-3dmesh", "arguments/use-exif", "arguments/use-fixed-camera-params", "arguments/use-hybrid-bundle-adjustment", "arguments/verbose", "arguments/version", "arguments/video-limit", "arguments/video-resolution", "contributing", "faq", "flying", "gcp", "geo", "index", "installation", "large", "map-accuracy", "masks", "multispectral", "outputs", "requesting-features", "resources", "thermal", "tutorials"], "filenames": ["align.rst", "arguments.rst", "arguments/3d-tiles.rst", "arguments/align.rst", "arguments/auto-boundary.rst", "arguments/auto-boundary-distance.rst", "arguments/bg-removal.rst", "arguments/boundary.rst", "arguments/build-overviews.rst", "arguments/camera-lens.rst", "arguments/cameras.rst", "arguments/cog.rst", "arguments/copy-to.rst", "arguments/crop.rst", "arguments/debug.rst", "arguments/dem-decimation.rst", "arguments/dem-euclidean-map.rst", "arguments/dem-gapfill-steps.rst", "arguments/dem-resolution.rst", "arguments/depthmap-resolution.rst", "arguments/dsm.rst", "arguments/dtm.rst", "arguments/end-with.rst", "arguments/fast-orthophoto.rst", "arguments/feature-quality.rst", "arguments/feature-type.rst", "arguments/force-gps.rst", "arguments/gcp.rst", "arguments/geo.rst", "arguments/gltf.rst", "arguments/gps-accuracy.rst", "arguments/help.rst", "arguments/ignore-gsd.rst", "arguments/matcher-neighbors.rst", "arguments/matcher-type.rst", "arguments/max-concurrency.rst", "arguments/merge.rst", "arguments/mesh-octree-depth.rst", "arguments/mesh-size.rst", "arguments/min-num-features.rst", "arguments/name.rst", "arguments/no-gpu.rst", "arguments/optimize-disk-space.rst", "arguments/orthophoto-compression.rst", "arguments/orthophoto-cutline.rst", "arguments/orthophoto-kmz.rst", "arguments/orthophoto-no-tiled.rst", "arguments/orthophoto-png.rst", "arguments/orthophoto-resolution.rst", "arguments/pc-classify.rst", "arguments/pc-copc.rst", "arguments/pc-csv.rst", "arguments/pc-ept.rst", "arguments/pc-filter.rst", "arguments/pc-geometric.rst", "arguments/pc-las.rst", "arguments/pc-quality.rst", "arguments/pc-rectify.rst", "arguments/pc-sample.rst", "arguments/pc-skip-geometric.rst", "arguments/pc-tile.rst", "arguments/primary-band.rst", "arguments/project-path.rst", "arguments/radiometric-calibration.rst", "arguments/rerun.rst", "arguments/rerun-all.rst", "arguments/rerun-from.rst", "arguments/resize-to.rst", "arguments/rolling-shutter.rst", "arguments/rolling-shutter-readout.rst", "arguments/sfm-algorithm.rst", "arguments/skip-3dmodel.rst", "arguments/skip-band-alignment.rst", "arguments/skip-orthophoto.rst", "arguments/skip-report.rst", "arguments/sky-removal.rst", "arguments/sm-cluster.rst", "arguments/sm-no-align.rst", "arguments/smrf-scalar.rst", "arguments/smrf-slope.rst", "arguments/smrf-threshold.rst", "arguments/smrf-window.rst", "arguments/split.rst", "arguments/split-image-groups.rst", "arguments/split-overlap.rst", "arguments/texturing-data-term.rst", "arguments/texturing-keep-unseen-faces.rst", "arguments/texturing-outlier-removal-type.rst", "arguments/texturing-single-material.rst", "arguments/texturing-skip-global-seam-leveling.rst", "arguments/texturing-skip-local-seam-leveling.rst", "arguments/texturing-tone-mapping.rst", "arguments/tiles.rst", "arguments/time.rst", "arguments/use-3dmesh.rst", "arguments/use-exif.rst", "arguments/use-fixed-camera-params.rst", "arguments/use-hybrid-bundle-adjustment.rst", "arguments/verbose.rst", "arguments/version.rst", "arguments/video-limit.rst", "arguments/video-resolution.rst", "contributing.rst", "faq.rst", "flying.rst", "gcp.rst", "geo.rst", "index.rst", "installation.rst", "large.rst", "map-accuracy.rst", "masks.rst", "multispectral.rst", "outputs.rst", "requesting-features.rst", "resources.rst", "thermal.rst", "tutorials.rst"], "titles": ["Alignment Files", "Options et indicateurs", "3d-tiles", "align", "auto-boundary", "auto-boundary-distance", "bg-removal", "boundary", "build-overviews", "camera-lens", "cameras", "cog", "copy-to", "crop", "debug", "dem-decimation", "dem-euclidean-map", "dem-gapfill-steps", "dem-resolution", "depthmap-resolution", "dsm", "dtm", "end-with", "fast-orthophoto", "feature-quality", "feature-type", "force-gps", "gcp", "geo", "gltf", "gps-accuracy", "help", "ignore-gsd", "matcher-neighbors", "matcher-type", "max-concurrency", "merge", "mesh-octree-depth", "mesh-size", "min-num-features", "name", "no-gpu", "optimize-disk-space", "orthophoto-compression", "orthophoto-cutline", "orthophoto-kmz", "orthophoto-no-tiled", "orthophoto-png", "orthophoto-resolution", "pc-classify", "pc-copc", "pc-csv", "pc-ept", "pc-filter", "pc-geometric", "pc-las", "pc-quality", "pc-rectify", "pc-sample", "pc-skip-geometric", "pc-tile", "primary-band", "project-path", "radiometric-calibration", "rerun", "rerun-all", "rerun-from", "resize-to", "rolling-shutter", "rolling-shutter-readout", "sfm-algorithm", "skip-3dmodel", "skip-band-alignment", "skip-orthophoto", "skip-report", "sky-removal", "sm-cluster", "sm-no-align", "smrf-scalar", "smrf-slope", "smrf-threshold", "smrf-window", "split", "split-image-groups", "split-overlap", "texturing-data-term", "texturing-keep-unseen-faces", "texturing-outlier-removal-type", "texturing-single-material", "texturing-skip-global-seam-leveling", "texturing-skip-local-seam-leveling", "texturing-tone-mapping", "tiles", "time", "use-3dmesh", "use-exif", "use-fixed-camera-params", "use-hybrid-bundle-adjustment", "verbose", "version", "video-limit", "video-resolution", "Comment contribuer", "Frequently Asked Questions", "Conseils de vol", "Ground Control Points", "Fichiers de g\u00e9olocalisation d\u2019images", "Bienvenue dans la documentation d\u2019OpenDroneMap", "Installation et Pr\u00e9ambule", "Splitting Large Datasets", "Pr\u00e9cision de la carte", "Utiliser les images masque", "Support Multispectral", "Sorties OpenDroneMap", "Comment demander des fonctionnalit\u00e9s", "R\u00e9f\u00e9rences Additionnelles", "Thermal Support", "Tutorials"], "terms": {"georeferencing": [0, 1, 27, 28, 95, 105, 109, 113], "by": [0, 1, 4, 7, 8, 9, 11, 13, 19, 33, 36, 48, 49, 53, 54, 56, 58, 59, 60, 67, 105, 109, 112, 113, 116, 117], "default": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 105, 108, 117], "is": [0, 1, 8, 9, 11, 15, 18, 26, 32, 34, 35, 48, 61, 63, 77, 84, 94, 104, 105, 107, 108, 109, 112, 113, 114, 116], "don": [0, 1, 28, 42, 74, 84, 102, 104, 106, 108, 110, 112, 113, 114, 117], "using": [0, 1, 4, 6, 7, 17, 20, 21, 69, 75, 105, 107, 109, 110, 112, 116], "gp": [0, 1, 33, 70, 77, 105, 106, 107, 110], "or": [0, 1, 3, 4, 7, 8, 9, 10, 11, 27, 28, 34, 39, 60, 73, 85, 91, 92, 96, 102, 105, 107, 108, 109, 114, 116, 117], "gcp": [0, 1, 26, 95, 107, 109, 110], "if": [0, 1, 4, 7, 23, 26, 28, 30, 41, 45, 46, 47, 60, 63, 68, 70, 71, 72, 73, 74, 77, 95, 105, 107, 108, 109, 114, 117], "provided": [0, 109, 117], "starting": [0, 17, 109, 117], "from": [0, 1, 4, 7, 9, 10, 11, 16, 23, 42, 53, 70, 100, 105, 107, 108, 112, 116], "odm": [0, 1, 72, 102, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116], "3": [0, 1, 13, 17, 102, 105, 107, 109, 110, 117], "0": [0, 1, 5, 13, 17, 28, 33, 48, 53, 58, 69, 79, 80, 81, 100, 103, 105, 106, 108, 109, 111, 112, 117], "2": [0, 1, 35, 53, 94, 102, 105, 106, 107, 109, 110, 111, 115, 117], "peopl": [0, 117], "can": [0, 1, 4, 7, 9, 10, 11, 16, 28, 30, 32, 34, 39, 44, 49, 54, 58, 61, 68, 70, 71, 73, 74, 91, 96, 102, 105, 107, 109, 114, 115, 116, 117], "supply": [0, 105], "a": [0, 1, 3, 4, 5, 8, 10, 11, 13, 17, 20, 21, 23, 30, 36, 44, 45, 46, 47, 48, 56, 58, 61, 63, 68, 71, 74, 76, 82, 84, 88, 93, 94, 95, 96, 97, 102, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 116, 117], "referent": [0, 107, 109, 117], "to": [0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 105, 107, 108, 109, 112, 113, 114, 116], "georeferent": 0, "the": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 15, 16, 17, 18, 19, 20, 21, 23, 25, 27, 28, 30, 32, 33, 35, 36, 37, 38, 39, 42, 43, 44, 45, 47, 48, 49, 50, 51, 52, 53, 54, 55, 57, 58, 59, 60, 61, 62, 63, 65, 67, 68, 69, 70, 72, 73, 75, 82, 83, 84, 85, 86, 90, 94, 95, 97, 98, 101, 102, 105, 107, 108, 110, 112, 113, 114, 115, 116], "program": [0, 8, 11, 103, 117], "output": [0, 1, 2, 3, 7, 12, 13, 17, 32, 36, 38, 49, 58, 101, 109, 113, 117], "reconstruct": [0, 1, 3, 4, 7, 9, 23, 26, 30, 37, 39, 61, 97, 110, 111, 113], "will": [0, 4, 7, 8, 9, 11, 30, 57, 61, 63, 67, 72, 103, 105, 109, 116, 117], "be": [0, 1, 3, 7, 8, 9, 10, 11, 16, 30, 39, 42, 44, 57, 58, 59, 61, 70, 83, 91, 96, 102, 103, 105, 109, 112, 113, 114, 116, 117], "initially": 0, "performed": [0, 117], "and": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 105, 107, 108, 109, 110, 111, 112, 113, 114, 116], "subsequently": 0, "aligned": [0, 1, 3, 72], "model": [0, 1, 20, 21, 23, 29, 71, 107, 108, 109, 110], "vi": [0, 1, 9, 11, 63, 107, 108, 109, 117], "linear": [0, 117], "scaling": [0, 109, 117], "rotat": [0, 117], "shift": 0, "oper": [0, 117], "you": [0, 1, 4, 7, 9, 23, 26, 28, 30, 45, 46, 47, 49, 60, 61, 63, 68, 71, 73, 74, 95, 105, 107, 108, 109, 114, 116], "called": [0, 105, 109, 117], "align": [0, 1, 72, 107, 114], "laz": [0, 1, 3, 113], "las": [0, 1, 3, 107, 117], "tif": [0, 111, 112, 113, 117], "singl": [0, 1, 7, 29, 58, 105, 107, 117], "band": [0, 1, 107, 112, 117], "geotiff": [0, 1, 3, 8, 46, 107, 113], "dem": [0, 1, 3, 20, 21, 36, 49, 71, 73, 92, 107, 109, 117], "then": [0, 7, 8, 17, 105, 109, 117], "automatically": [0, 1, 3, 4, 5, 6, 9, 13, 30, 72, 75, 105, 109, 117], "detect": [0, 9, 105, 117], "it": [0, 1, 4, 7, 8, 9, 11, 23, 30, 32, 41, 61, 105, 107, 108, 109, 114], "attempt": 0, "this": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 103, 105, 107, 109, 112, 114, 116], "has": [0, 1, 7, 8, 11, 61, 68, 105, 109, 116, 117], "anoth": [0, 9, 10, 103, 105, 117], "nam": [0, 1, 7, 61, 102, 105, 107, 109, 112, 117], "specify": [0, 1, 5, 61, 105, 117], "path": [0, 1, 3, 7, 10, 12, 27, 28, 83, 102, 105, 106, 107, 108, 109, 117], "must": [0, 11, 105, 109], "created": [0, 7, 105, 117], "in": [0, 1, 4, 8, 9, 11, 15, 18, 30, 32, 35, 36, 37, 48, 50, 51, 52, 54, 55, 56, 58, 59, 61, 63, 68, 69, 76, 77, 86, 94, 101, 102, 103, 104, 105, 107, 108, 109, 112, 113, 117], "bas": [0, 105, 107, 110, 112, 117], "of": [0, 1, 4, 5, 7, 8, 9, 10, 11, 15, 17, 19, 30, 32, 34, 35, 38, 39, 40, 44, 45, 47, 49, 54, 56, 58, 59, 61, 63, 68, 69, 71, 73, 74, 77, 82, 84, 87, 88, 89, 90, 91, 94, 100, 101, 102, 105, 107, 108, 109, 110, 113, 114, 115, 116], "your": [0, 1, 7, 9, 30, 60, 62, 69, 105, 107, 108, 109, 114, 117], "project": [0, 1, 9, 40, 102, 104, 105, 106, 107, 108, 109, 113], "fold": [0, 1, 12, 40, 62, 105, 108, 109, 112, 117], "learn": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 103, 105, 109, 116, 117], "edit": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 103, 105, 109, 116, 117], "help": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 103, 105, 107, 108, 109, 114, 116, 117], "improv": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 103, 105, 109, 116, 117], "pag": [0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "3d": [1, 4, 23, 71, 73, 85, 94, 104, 107, 109], "til": [1, 8, 11, 52, 105, 107], "generat": [1, 2, 7, 23, 24, 29, 44, 45, 47, 56, 70, 88, 92, 93, 116, 117], "ogc": [1, 2], "fals": [1, 2, 6, 14, 16, 20, 21, 23, 26, 29, 32, 41, 42, 44, 45, 46, 47, 49, 50, 51, 52, 54, 55, 57, 59, 60, 68, 71, 72, 73, 74, 75, 77, 86, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 107, 117], "string": [1, 3, 7, 9, 10, 27, 28, 61, 76, 83, 105], "point": [1, 3, 9, 15, 19, 27, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 107, 109, 110, 115], "cloud": [1, 3, 4, 9, 19, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 107, 109, 113, 117], "that": [1, 3, 4, 7, 8, 9, 11, 16, 18, 42, 44, 48, 53, 57, 61, 69, 82, 83, 84, 85, 86, 88, 92, 96, 105, 107, 108, 109, 114], "should": [1, 3, 7, 9, 11, 62, 63, 82, 83, 105, 109, 112, 114, 117], "experimental": [1, 3, 6, 60, 63, 75, 117], "non": [1, 3, 4, 7, 8, 9, 11, 27, 28, 43, 63, 76, 83, 87, 91, 103, 108, 113, 117], "auto": [1, 7, 61, 107, 109, 112, 117], "boundary": [1, 107, 112], "set": [1, 4, 5, 9, 17, 24, 28, 30, 33, 43, 45, 46, 47, 53, 56, 58, 60, 63, 67, 69, 100, 105, 114, 117], "cam": [1, 4, 5, 28, 63, 68, 69, 70, 86, 103, 104, 105, 107, 113, 114, 116], "shot": [1, 4, 5], "locat": [1, 4, 5, 7, 105, 107, 108], "lim": [1, 4, 7, 58, 107], "are": [1, 4, 7, 16, 17, 26, 30, 36, 37, 39, 44, 63, 69, 70, 72, 82, 84, 85, 86, 92, 94, 96, 105, 107, 108, 109, 110, 113, 117], "remov": [1, 4, 6, 18, 48, 58, 75, 109, 117], "far": [1, 4], "away": [1, 4, 107], "background": [1, 4, 6, 107, 115], "artifact": [1, 4, 9, 117], "sky": [1, 4, 107], "landscap": [1, 4], "etc": [1, 4, 8, 9, 11, 102, 108, 109, 115, 117], "See": [1, 4, 68, 103, 104, 108], "also": [1, 4, 7, 18, 39, 48, 68, 103, 105, 109, 114, 116, 117], "distanc": [1, 16, 17, 18, 32, 48, 105, 107, 110, 117], "posit": [1, 5, 13, 15, 17, 19, 30, 33, 35, 38, 53, 58, 69, 70, 78, 79, 80, 81, 82, 84, 100, 101, 105, 110, 113, 117], "float": [1, 5, 13, 18, 19, 30, 48, 53, 58, 78, 79, 80, 81], "between": [1, 5, 7, 39, 84, 109, 117], "out": [1, 4, 5, 7, 107, 109, 113, 114, 117], "edge": [1, 5, 9, 44], "when": [1, 5, 32, 61, 63, 72, 82, 85, 89, 96, 103, 107, 109, 117], "computing": [1, 5, 25, 54, 59, 103, 117], "with": [1, 5, 7, 8, 9, 11, 17, 30, 33, 39, 44, 70, 85, 93, 96, 102, 103, 105, 107, 108, 112, 116, 117], "choos": [1, 5, 7, 8, 25, 36, 61, 70, 85, 117], "valu": [1, 5, 9, 16, 18, 19, 28, 30, 37, 48, 63, 69, 82, 105, 113, 117], "bg": [1, 107], "removal": [1, 107], "comput": [1, 6, 16, 19, 63, 75, 94, 107, 108, 117], "imag": [1, 6, 13, 19, 26, 28, 30, 32, 33, 35, 39, 62, 63, 67, 68, 70, 72, 75, 82, 84, 85, 89, 96, 97, 103, 105, 107, 110, 112, 113, 114, 116], "mask": [1, 6, 75, 113, 117], "AI": [1, 6, 75], "json": [1, 7, 10, 109, 113, 117], "geojson": [1, 107, 117], "polygon": [1, 44, 107, 117], "limiting": [1, 4, 7], "specified": [1, 7, 10, 105, 108, 117], "eith": [1, 7, 8, 10, 105, 117], "fil": [1, 7, 8, 10, 11, 27, 28, 29, 42, 83, 88, 93, 95, 100, 103, 107, 108, 109, 112, 113, 117], "representing": [1, 7, 10], "content": [1, 7, 10, 102], "build": [1, 20, 21, 105, 107, 108, 117], "overview": [1, 11, 107, 117], "cr\u00e9": [1, 102, 106, 108, 111, 113], "aper\u00e7us": 1, "orthophoto": [1, 8, 36, 67, 94, 107, 112, 117], "affichag": 1, "plus": [1, 63, 102, 106, 107, 110, 113, 114, 115], "rapid": [1, 8, 11, 108], "dan": [1, 102, 106, 108, 110, 111, 112, 113, 115], "programm": [1, 108, 111], "tel": [1, 106, 111, 117], "qgis": [1, 8, 11, 107, 112, 113, 117], "Par": [1, 102, 106, 108, 110, 111], "d\u00e9faut": [1, 106, 108], "len": [1, 104, 107], "perspect": [1, 107], "brown": [1, 107], "fishey": [1, 107], "fisheye_opencv": [1, 9], "spherical": [1, 107], "equirectangular": [1, 9], "dual": [1, 9], "d\u00e9fin": [1, 110], "typ": [1, 4, 8, 9, 11, 105, 107, 108, 110, 117], "camer": [1, 106, 110, 112], "La": [1, 106, 107, 108, 110], "d\u00e9finit": 1, "manuel": [1, 110], "valeur": [1, 106, 110], "peut": [1, 106, 108, 110, 111, 114, 115], "aid": [1, 102, 104, 106, 107, 108, 110, 111, 112, 113, 114, 115], "am\u00e9lior": [1, 102, 104, 106, 107, 108, 110, 111, 112, 113, 114, 115], "distors": 1, "g\u00e9ometr": 1, "appliqu": [1, 9, 11, 107, 108], "tent": 1, "d\u00e9termin": 1, "object": [1, 20, 105, 117], "part": [1, 4, 7, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116], "m\u00e9tadon": 1, "utilis": [1, 102, 104, 106, 107, 108, 110, 113, 114], "parametr": [1, 108, 112], "calcul": 1, "autr": [1, 102, 106, 107, 108, 110, 112, 114], "jeu": 1, "lieu": [1, 117], "\u00eatre": [1, 106, 108, 110, 114, 115], "sp\u00e9cifi": [1, 106], "tant": [1, 102, 106, 113, 114], "chemin": 1, "acces": [1, 108], "fichi": [1, 102, 107, 111, 113], "cha\u00een": [1, 106], "repr\u00e9sent": 1, "contenu": [1, 110], "cog": [1, 107], "optimis": 1, "normal": [1, 11, 107, 117], "faux": 1, "copy": [1, 7, 107, 117], "cop": [1, 8], "r\u00e9sultat": [1, 108, 110, 113], "sort": [1, 107], "dossi": [1, 106, 108, 112], "apres": [1, 102, 108], "trait": [1, 108, 112], "crop": [1, 7, 107, 117], "creating": [1, 13, 105, 107, 109], "smooth": [1, 13, 117], "buff": [1, 13], "around": [1, 13, 44, 58, 105, 117], "dataset": [1, 4, 7, 10, 13, 15, 22, 36, 40, 42, 59, 61, 62, 64, 66, 70, 72, 77, 82, 97, 102, 107, 114, 116, 117], "boundar": [1, 4, 7, 13, 117], "shrunk": [1, 13], "N": [1, 13, 17, 53, 58, 105, 106, 110, 112], "meter": [1, 13, 28, 30, 58, 80, 81, 105, 106, 109, 117], "use": [1, 10, 13, 20, 21, 26, 27, 28, 30, 35, 41, 43, 67, 69, 72, 83, 105, 107, 109, 117], "disabl": [1, 13, 17, 53, 58, 59, 67, 117], "cropping": [1, 13, 44, 117], "decim": [1, 107], "integ": [1, 15, 17, 33, 35, 37, 38, 39, 67, 69, 82, 84, 100, 101], "d\u00e9cim": 1, "avant": [1, 102], "g\u00e9ner": [1, 108, 112], "1": [1, 7, 15, 37, 67, 78, 102, 107, 109, 110, 113, 117], "san": [1, 108], "qualit": [1, 110], "total": [1, 117], "100": [1, 15, 97, 108, 109], "99": [1, 15, 108], "util": [1, 102, 108, 111, 113], "acc\u00e9ler": 1, "ensembl": [1, 110, 112], "tres": [1, 110, 114], "volumin": 1, "euclidean": [1, 107], "map": [1, 7, 8, 11, 104, 105, 107, 117], "cart": [1, 107, 108], "rast": [1, 8, 11, 16, 113, 117], "euclidien": 1, "chaqu": [1, 108, 110, 112], "entre": [1, 108, 110], "cellul": 1, "nodat": [1, 16], "proch": 1, "tout": [1, 107, 108, 112, 114], "remplissag": 1, "trou": 1, "cel": [1, 16, 106, 108, 110], "isol": 1, "zon": [1, 105, 106, 110, 111], "rempl": 1, "gapfill": [1, 107, 117], "step": [1, 36, 56, 102, 107, 109], "nombr": [1, 108, 110], "\u00e9tap": [1, 102, 107], "vid": 1, "regl": [1, 106], "d\u00e9sactiv": [1, 108], "espac": [1, 108], "En": [1, 107, 110, 114, 115], "commenc": [1, 102, 108, 114], "rayon": 1, "\u00e9gal": [1, 107, 108, 110, 112, 115], "r\u00e9solu": 1, "diff\u00e9rent": [1, 108, 112, 113], "progress": [1, 7, 20, 117], "grand": [1, 110, 114], "algorithm": [1, 17, 25, 34, 107, 109], "ponder": 1, "invers": [1, 17], "idw": [1, 17], "fusion": [1, 9, 60], "Les": [1, 102, 106, 107, 108, 110, 112, 113, 114, 115], "rest": 1, "ensuit": [1, 108], "interpol": [1, 17, 117], "voisin": 1, "resolu": [1, 8, 17, 32, 35, 58, 67, 107, 117], "dsm": [1, 18, 107, 117], "dtm": [1, 18, 57, 107, 117], "cm": [1, 18, 48, 110, 117], "pixel": [1, 18, 48, 101, 105, 117], "not": [1, 4, 7, 8, 9, 11, 18, 23, 41, 48, 59, 67, 69, 86, 102, 107, 108, 109, 112, 114, 117], "capped": [1, 18, 48], "2x": [1, 18], "ground": [1, 18, 20, 21, 27, 32, 48, 57, 107, 110, 113, 117], "sampling": [1, 18, 32, 48, 58, 105], "gsd": [1, 4, 18, 48, 107, 110, 117], "estimat": [1, 18, 32, 48, 59], "cap": [1, 18, 32, 48], "check": [1, 18, 20, 21, 48], "ignor": [1, 18, 48, 107, 111, 117], "5": [1, 18, 48, 53, 80, 105, 109, 110, 117], "tag": [1, 20, 21, 63, 95, 105], "digital": [1, 20, 21, 63, 107, 109, 113], "surfac": [1, 20, 113, 117], "morphological": [1, 20, 21, 78, 79, 80, 81, 117], "filt": [1, 20, 21, 78, 79, 80, 81, 107, 117], "parameter": [1, 10, 20, 21, 49, 107], "for": [1, 7, 8, 9, 11, 15, 16, 20, 21, 25, 26, 27, 28, 30, 34, 39, 43, 44, 57, 60, 61, 62, 63, 67, 69, 70, 72, 76, 85, 91, 92, 95, 96, 97, 100, 107, 109, 113, 114, 116], "fin": [1, 20, 21, 102], "tuning": [1, 20, 21], "terrain": [1, 9, 21, 110, 113, 117], "only": [1, 7, 9, 21, 58, 64, 67, 70, 71, 73, 102, 105, 109, 117], "simpl": [1, 7, 21, 78, 79, 80, 81, 102, 105, 106, 108, 111, 114, 117], "smrf": [1, 21, 107, 117], "end": [1, 107, 117], "split": [1, 22, 36, 64, 66, 76, 77, 107, 117], "merg": [1, 22, 64, 66, 76, 77, 107, 117], "opensfm": [1, 9, 22, 64, 66, 109, 113, 117], "openmv": [1, 22, 64, 66], "odm_filterpoint": [1, 22, 64, 66], "odm_meshing": [1, 22, 64, 66, 113], "mvs_texturing": [1, 22, 64, 66], "odm_georeferencing": [1, 22, 64, 66, 112, 113, 117], "odm_dem": [1, 22, 64, 66, 113], "odm_orthophoto": [1, 22, 64, 66, 112, 113, 117], "odm_report": [1, 22, 64, 66, 112], "odm_postprocess": [1, 22, 64, 66], "processing": [1, 4, 7, 12, 22, 32, 39, 54, 56, 61, 63, 65, 66, 72, 89, 100, 107, 108, 109, 112], "at": [1, 7, 22, 70, 103, 105, 109, 110, 117], "stag": [1, 22, 42, 64, 66], "fast": [1, 7, 8, 32, 34, 70, 94, 103, 107, 117], "dens": [1, 19, 23, 56, 113], "Il": [1, 107, 108], "direct": [1, 104, 108, 110, 117], "\u00e9pars": 1, "si": [1, 102, 106, 107, 110, 112, 113, 114], "just": [1, 7, 23, 103, 109, 117], "besoin": [1, 114], "complet": [1, 7, 117], "activ": [1, 108, 109, 112], "featur": [1, 4, 11, 44, 67, 85, 107, 113, 114, 117], "quality": [1, 15, 19, 32, 60, 67, 103, 107], "ultra": [1, 24, 56, 60, 117], "high": [1, 19, 24, 26, 30, 56, 60, 105, 107, 109], "medium": [1, 7, 8, 11, 24, 56], "low": [1, 4, 7, 8, 9, 24, 32, 56, 105, 107], "lowest": [1, 24, 56, 117], "extract": [1, 24, 39, 67, 100, 107, 117], "caract\u00e9rist": [1, 110], "Une": [1, 102, 114], "sup\u00e9rieur": [1, 108], "meilleur": [1, 102, 108, 110], "fonctionnal": [1, 107, 108], "n\u00e9cessit": [1, 108, 110], "m\u00e9moir": [1, 107], "prend": 1, "temp": [1, 103, 108, 114], "\u00e9lev": [1, 110, 113], "akaz": [1, 25], "hahog": [1, 25], "orb": [1, 25], "sift": [1, 25], "chois": [1, 104, 108, 113], "cl\u00e9": 1, "descripteur": 1, "forc": [1, 105, 107], "exif": [1, 26, 33, 63, 105, 107, 109], "m\u00eam": [1, 102, 108, 111], "pr\u00e9sent": [1, 115], "Ce": [1, 108], "drapeau": 1, "mesur": [1, 102, 110], "haut": 1, "pr\u00e9cis": [1, 106, 107], "S": [1, 105, 106, 108, 110, 117], "fait": [1, 102, 108, 110], "rien": 1, "conten": [1, 106], "contr\u00f4l": [1, 110, 115], "sol": [1, 110, 115], "g\u00e9or\u00e9f\u00e9renc": [1, 113], "Le": [1, 106, 108, 110, 113, 115], "doit": [1, 106, 110], "format": [1, 7, 27, 28, 50, 51, 52, 55, 83, 106, 107, 111, 113, 115], "suiv": [1, 102, 106, 108, 112, 113, 115], "epsg": [1, 7, 27, 28, 105, 106], "cod": [1, 27, 28, 40, 102, 105, 106, 109, 112, 113, 114, 117], "proj": [1, 27, 28, 105, 106], "definit": [1, 27, 28], "geo_x": [1, 27, 28, 105, 106], "geo_y": [1, 27, 28, 105, 106], "geo_z": [1, 27, 28, 105, 106], "im_x": [1, 27, 105], "im_y": [1, 27, 105], "image_nam": [1, 27, 28, 83, 105, 106], "gcp_nam": [1, 27, 105], "extra1": [1, 27, 105], "extra2": [1, 27, 105], "aucun": [1, 108], "geo": [1, 105, 106, 107], "geoloc": [1, 28], "containing": [1, 27, 28, 117], "cent": [1, 28, 105], "coordinat": [1, 7, 28, 105, 113, 117], "used": [1, 7, 8, 11, 17, 27, 28, 37, 61, 105, 109, 112, 113, 117], "hav": [1, 4, 7, 9, 16, 26, 28, 42, 60, 62, 72, 82, 88, 95, 103, 105, 109, 117], "yaw": [1, 28, 106], "pitch": [1, 28, 106], "roll": [1, 28, 106], "them": [1, 7, 10, 28, 107, 117], "need": [1, 7, 23, 27, 28, 71, 73, 74, 83, 105, 107, 109, 117], "following": [1, 9, 27, 28, 83, 105, 109, 112, 116, 117], "degre": [1, 28, 106, 117], "horz": [1, 28, 106], "accuracy": [1, 28, 54, 59, 68, 106, 107, 110], "vert": [1, 28, 106], "gltf": [1, 107], "binary": [1, 29], "glb": [1, 29], "textured": [1, 29, 107, 109, 113], "metr": [1, 110], "inform": [1, 7, 11, 30, 95, 102, 103, 105, 106, 109, 110, 111, 115, 117], "dilut": [1, 30], "precis": [1, 26, 30, 105, 110], "dop": [1, 30], "balis": [1, 102], "rtk": [1, 30, 105, 106, 110], "ser": [1, 108, 110, 113, 114, 116, 117], "automat": [1, 106, 108], "cons\u00e9quent": [1, 110], "Vous": [1, 102, 107, 108, 111, 112, 113], "pouv": [1, 102, 106, 107, 108, 110, 111, 112, 113, 114], "cas": [1, 8, 9, 11, 30, 108, 111, 117], "o\u00f9": [1, 111, 114, 115], "\u00e9chou": 1, "abaiss": 1, "parfois": [1, 106, 108, 114], "effet": [1, 106, 110], "bowling": [1, 9, 30, 96, 109, 117], "10": [1, 30, 103, 105, 106, 108, 110, 117], "montr": [1, 110], "messag": [1, 14, 31, 98, 108, 109, 117], "\u00e9chantillonnag": 1, "limit": [1, 107, 108, 110, 111, 114, 117], "maximal": 1, "redimension": 1, "n\u00e9cessair": [1, 108, 114], "r\u00e9duit": 1, "\u00c9tant": 1, "estim": 1, "entra\u00een": 1, "l\u00e9ger": 1, "match": [1, 7, 8, 39, 107, 113, 117], "neighbor": [1, 17, 34, 107], "perform": [1, 8, 33, 57, 63, 102, 108, 109, 117], "matching": [1, 33], "nearest": [1, 16, 17, 33, 34], "based": [1, 4, 33, 109, 117], "dat": [1, 7, 8, 11, 26, 33, 89, 104, 105, 107, 109, 110, 116], "triangul": [1, 33, 70], "bow": [1, 34], "bruteforc": [1, 34], "flann": [1, 34, 117], "library": [1, 34], "approximat": [1, 34], "bag": [1, 34], "word": [1, 4, 34, 109], "slow": [1, 34, 39, 103], "but": [1, 4, 11, 19, 24, 34, 42, 54, 56, 59, 95, 103, 105, 109, 117], "mor": [1, 4, 7, 9, 11, 24, 34, 37, 39, 53, 56, 105, 107, 109, 114, 117], "stabl": [1, 34, 102, 108, 110, 117], "sometim": [1, 8, 30, 32, 34, 96, 117], "miss": [1, 34], "valid": [1, 7, 34, 117], "very": [1, 9, 15, 34, 77, 97, 109, 114], "robust": [1, 9, 34], "max": [1, 9, 107, 117], "concurrency": [1, 107, 117], "processus": [1, 108, 110], "diver": 1, "L": [1, 104, 108, 109, 110, 113], "exigent": [1, 107], "environ": [1, 102], "go": [1, 108, 117], "thread": [1, 35], "m\u00e9gapixel": 1, "4": [1, 35, 105, 107, 110, 112, 117], "all": [1, 7, 9, 11, 30, 36, 63, 69, 89, 102, 105, 107, 108, 109, 112, 117], "pointcloud": [1, 36], "\u00e9l\u00e9ment": 1, "fraction": 1, "disponibl": [1, 106, 107, 108], "tous": [1, 104, 108, 114], "mesh": [1, 85, 86, 94, 107, 109, 113, 117], "octre": [1, 107, 117], "depth": [1, 107, 117], "x": [1, 37, 105, 106, 108, 117], "14": [1, 37], "profondeur": 1, "maillag": [1, 113, 115], "augment": 1, "obten": [1, 102, 108, 110], "sommet": 1, "recommand": [1, 108, 110], "8": [1, 11, 37, 105, 108, 110, 117], "12": [1, 37, 108, 110, 117], "11": [1, 37, 105, 110, 117], "siz": [1, 8, 11, 107, 117], "maximum": [1, 32, 35, 38, 100, 101, 108], "200000": [1, 38], "min": [1, 107, 117], "num": [1, 107, 117], "minimum": [1, 39, 105, 117], "numb": [1, 7, 17, 35, 39, 63, 82, 99, 100, 108, 109, 117], "per": [1, 35, 39, 82, 109, 117], "useful": [1, 15, 16, 26, 39, 44, 57, 58, 77, 89, 96, 105, 108, 117], "finding": [1, 39], "potentially": [1, 8, 39], "allowing": [1, 8, 39, 109, 117], "littl": [1, 39, 117], "overlap": [1, 7, 39, 107, 109, 117], "insufficient": [1, 39], "down": [1, 39, 117], "10000": [1, 39, 117], "nom": [1, 102, 106], "dir": [1, 102, 108, 117], "sous": [1, 108, 110], "projet": [1, 102, 104, 106, 110, 114], "no": [1, 11, 15, 26, 91, 100, 102, 103, 105, 107, 112, 113, 117], "gpu": [1, 4, 7, 8, 9, 11, 107, 108, 117], "do": [1, 4, 7, 8, 11, 23, 26, 41, 67, 105, 107, 114, 117], "acceler": [1, 41], "even": [1, 26, 41, 109, 117], "avail": [1, 36, 41, 42, 70, 103, 105, 108, 109, 117], "optimiz": [1, 8, 96, 107, 117], "disk": [1, 7, 11, 103, 107, 117], "spac": [1, 103, 105, 107, 117], "supprim": 1, "interm\u00e9diair": 1, "lourd": 1, "disqu": [1, 108], "affect": [1, 9, 42, 67, 107, 117], "possibil": 1, "red\u00e9marr": [1, 108], "attent": 1, "permet": [1, 108], "machin": [1, 42, 60, 102, 107, 109], "disposent": 1, "suffis": 1, "compress": [1, 11, 107, 117], "jpeg": [1, 43, 117], "lzw": [1, 43], "packbit": [1, 43], "deflat": [1, 43, 117], "lzma": [1, 43], "orthophotos": [1, 43, 44, 71, 92, 103, 107, 109, 112, 116], "cutlin": [1, 107, 117], "autour": 1, "recadrag": 1, "coup": [1, 114], "bord": [1, 7, 108], "entit": 1, "assembl": 1, "mosa": 1, "coutur": 1, "plusieur": [1, 107, 108, 112], "chevauchent": 1, "kmz": [1, 107, 117], "souhait": [1, 106, 111], "rendu": 1, "googl": [1, 45], "earth": [1, 45, 114, 117], "tiled": [1, 11, 107, 117], "voul": [1, 102, 108], "rai": 1, "png": [1, 107, 111, 113, 117], "plafon": 1, "Pour": [1, 107, 108, 111], "retir": 1, "capuchon": 1, "coch": 1, "pc": [1, 19, 107, 108, 117], "classify": [1, 107, 117], "control": [1, 19, 27, 30, 49, 83, 107, 109, 110, 117], "behavior": [1, 49, 102, 117], "tweaking": [1, 49], "copc": [1, 107], "sav": [1, 50, 71, 73, 74, 107, 114, 117], "georeferenced": [1, 50, 51, 52, 55, 113], "optimized": [1, 50, 107, 117], "csv": [1, 105, 107, 113, 117], "export": [1, 51, 52, 55, 107, 117], "nuag": [1, 107], "ept": [1, 107], "entwin": [1, 52], "filtr": 1, "\u00e9cartent": 1, "\u00e9cart": 1, "moyen": [1, 110], "local": [1, 53, 97, 107, 110, 117], "filtrag": 1, "facteur": [1, 110], "rectify": [1, 107], "effectu": [1, 108], "rectif": [1, 57], "signif": [1, 108], "mal": [1, 110], "class": 1, "reclass": 1, "lacun": 1, "combl": 1, "sampl": [1, 107], "conserv": 1, "seul": [1, 108, 111], "doubl": 1, "skip": [1, 23, 77, 107, 117], "geometric": [1, 9, 107], "geometrically": [1, 54, 59], "consistent": [1, 54, 59], "depthmap": [1, 54, 59, 60, 107, 113, 117], "may": [1, 7, 9, 59, 113, 117], "usabl": [1, 59], "larg": [1, 4, 7, 8, 9, 15, 30, 59, 60, 77, 82, 97, 105, 107, 117], "flag": [1, 26, 59, 117], "r\u00e9duis": 1, "divis": 1, "scen": [1, 9, 54, 60, 70, 107, 112], "tuil": 1, "votr": [1, 102, 106, 108, 111, 113, 114], "beaucoup": 1, "ram": [1, 4, 7, 8, 9, 11, 60, 103, 117], "exp\u00e9rimental": 1, "primary": [1, 7, 107], "lor": [1, 102, 108, 110], "jeux": 1, "multispectral": [1, 61, 63, 72, 107, 116], "principal": 1, "group": [1, 107, 109, 117], "d\u00e9tail": [1, 102, 110], "net": [1, 108, 110], "avoir": [1, 102, 108, 110, 111], "radiometric": [1, 89, 107, 112, 116], "calibr": [1, 104, 107, 109, 112, 116, 117], "sun": [1, 63, 117], "calibrag": 1, "radiometr": [1, 106, 112], "thermiqu": 1, "dev": [1, 102, 108], "r\u00e9flect": [1, 112], "temp\u00e9ratur": 1, "sinon": 1, "obtiendr": [1, 108], "numer": [1, 113], "niveau": [1, 110], "noir": [1, 111], "vignettag": 1, "compens": [1, 63], "gain": [1, 63], "exposit": 1, "gradient": [1, 63, 117], "lign": [1, 102, 104, 106, 108], "appropri": 1, "trouv": [1, 102, 108, 113], "absolu": [1, 110], "correct": [1, 9, 63, 68, 108, 110, 112, 117], "lumin": 1, "spectral": [1, 63], "enregistr": [1, 102, 108], "capteur": [1, 110, 112], "lumi": 1, "descend": 1, "dl": [1, 63], "ten": [1, 110], "compt": [1, 110], "angle": [1, 7, 9, 63, 70, 106, 117], "soleil": [1, 110], "rerun": [1, 107], "stop": [1, 64, 108, 109, 114, 117], "permanently": [1, 65], "delet": [1, 42, 65], "previous": [1, 65], "result": [1, 12, 15, 32, 54, 65, 68, 70, 71, 73, 94, 96, 105, 108, 109, 112, 117], "pipelin": [1, 42, 65, 103, 109, 115], "rolling": [1, 96, 107], "shutt": [1, 96, 107], "turn": [1, 23, 60, 68, 91, 96], "wer": [1, 68], "taken": [1, 9, 68, 96, 117], "motion": [1, 68, 70], "readout": [1, 68, 107], "overrid": [1, 19, 69], "tim": [1, 4, 7, 8, 9, 11, 54, 56, 69, 71, 73, 74, 107, 114, 117], "sensor": [1, 9, 63, 69, 112], "millisecond": [1, 69], "instead": [1, 10, 11, 67, 69, 88, 94, 95, 105, 108, 109, 114], "databas": [1, 9, 69], "present": [1, 26, 69, 112, 117], "sfm": [1, 107], "incremental": [1, 70], "planar": [1, 70, 94, 105], "structur": [1, 11, 70, 105, 107, 115], "aerial": [1, 70, 110], "bet": [1, 24, 32, 56, 70, 116, 117], "captured": [1, 70, 116, 117], "fixed": [1, 70, 107], "altitud": [1, 70, 110], "nad": [1, 4, 70, 117], "much": [1, 4, 7, 11, 60, 70, 114, 117], "3dmodel": [1, 107], "fair": [1, 111, 114], "gagn": 1, "2d": [1, 8, 11, 71, 117], "alignment": [1, 77, 107], "post": [1, 105], "d\u00e9j\u00e0": [1, 102, 108, 114], "gener": [1, 15, 23, 71, 73, 74, 117], "report": [1, 16, 107], "rapport": [1, 107, 110], "pdf": [1, 74, 110, 117], "sm": [1, 107, 109], "clust": [1, 82, 84, 107], "url": [1, 76, 102], "ver": [1, 102], "instanc": [1, 7, 8, 76, 107, 109], "clusterodm": [1, 76, 107], "distribu": [1, 103, 105, 108], "workflow": [1, 76, 109, 112, 117], "n\u0153ud": [1, 108], "parallel": [1, 76, 108, 109, 117], "submodel": [1, 77, 82, 84, 109], "good": [1, 4, 77, 105, 112, 117], "enough": [1, 77, 117], "scalar": [1, 107, 117], "elev": [1, 78, 80, 105, 107], "paramet": [1, 4, 7, 8, 9, 11, 45, 46, 47, 78, 79, 80, 81, 96, 116, 117], "25": [1, 78, 110], "slop": [1, 107, 117], "pent": 1, "morpholog": 1, "mont": [1, 110], "cours": [1, 103], "15": [1, 79, 103, 105, 117], "threshold": [1, 107, 117], "seuil": 1, "window": [1, 102, 103, 107, 117], "fen\u00eatr": [1, 108], "18": [1, 81, 108, 117], "petit": 1, "regroup": 1, "cluster": [1, 82, 84, 117], "Cette": [1, 108], "r\u00e9gul": 1, "devr": [1, 108, 114], "999999": [1, 82], "fa\u00e7on": [1, 102, 108], "dont": 1, "doivent": [1, 108], "nom_imag": 1, "nom_group": 1, "chevauch": 1, "ajout": [1, 108, 111, 114], "cec": [1, 108, 111], "assur": [1, 108], "150": [1, 84], "texturing": [1, 107, 117], "keep": [1, 11, 105, 107, 117], "unseen": [1, 107], "fac": [1, 107, 117], "seen": [1, 86, 105], "any": [1, 4, 7, 16, 86, 113, 117], "material": [1, 105, 107, 117], "obj": [1, 88, 113], "textur": [1, 88, 107, 115], "multipl": [1, 44, 76, 88, 109], "one": [1, 88, 91, 105, 107, 109, 117], "global": [1, 97, 107, 110], "seam": [1, 107], "leveling": [1, 107], "normalis": [1, 112], "couleur": 1, "m\u00e9lang": 1, "pres": 1, "statiqu": [1, 108], "conviennent": 1, "vision": 1, "leaflet": [1, 92], "openlayer": [1, 92], "3dmesh": [1, 107], "5d": [1, 94, 117], "peu": [1, 108], "fourn": [1, 102, 106, 111, 114], "similair": [1, 108, 113, 114], "plan": [1, 108, 109, 112, 117], "plac": [1, 7, 11, 16, 102, 105, 108, 109, 110, 117], "param": [1, 107], "pend": [1, 108], "r\u00e9glag": [1, 108], "montrent": [1, 102], "doming": [1, 96], "lorsqu": [1, 102, 108, 110], "pris": [1, 108, 110, 111, 112, 114], "obtur": [1, 110], "roul": [1, 110], "hybrid": [1, 107, 117], "bundl": [1, 96, 107, 117], "adjustment": [1, 96, 107, 117], "ex\u00e9cut": [1, 102, 108], "ajust": [1, 108], "version": [1, 102, 107, 108, 109, 112, 117], "affich": [1, 107], "num\u00e9ro": 1, "quitt": 1, "video": [1, 107], "fram": [1, 100, 101, 117], "500": [1, 100, 108, 117], "extracted": [1, 101, 117], "4000": [1, 101], "want": [1, 7, 8, 45, 46, 47, 95, 105, 107, 109, 117], "add": [1, 7, 103, 108, 109, 117], "detail": [1, 61, 108], "command": [1, 102, 107, 109, 112], "arguments_ed": 1, "debug": [1, 107, 117], "resiz": [1, 32, 103, 107], "term": [1, 107, 110, 117], "outli": [1, 107], "tone": [1, 107], "mapping": [1, 107, 110], "verbos": [1, 107], "option": [3, 4, 5, 9, 10, 12, 13, 15, 17, 18, 19, 22, 23, 24, 25, 27, 28, 30, 33, 34, 35, 36, 37, 38, 39, 40, 43, 48, 49, 53, 56, 58, 61, 62, 63, 64, 66, 67, 68, 69, 70, 72, 76, 78, 79, 80, 81, 82, 83, 84, 85, 87, 91, 94, 100, 101, 107, 108, 109, 113, 117], "boolean": [4, 8, 11], "domain": [4, 7, 8, 9, 11], "resourc": [4, 7, 8, 9, 11, 107, 114, 117], "impact": [4, 7, 8, 9, 11, 108, 110, 117], "cpu": [4, 7, 8, 9, 11, 107, 108], "hdd": [4, 7, 8, 9, 11], "process": [4, 35, 107, 109, 116, 117], "seek": 4, "upon": 4, "k": 4, "mean": [4, 53, 57], "filtered": 4, "convex": 4, "hull": 4, "buffered": 4, "20x": 4, "appropriat": [4, 63, 107], "wher": [4, 7, 103, 105, 115, 117], "might": [4, 7, 109, 114, 116], "possibly": [4, 117], "consid": [4, 105, 117], "due": [4, 7, 9, 11, 109], "presenc": [4, 7, 11], "they": [4, 105, 116, 117], "normally": [4, 117], "desired": [4, 117], "meaningful": 4, "near": [4, 90, 105], "imagery": [4, 117], "without": [4, 7, 114, 117], "making": [4, 104, 117], "superfluous": 4, "saf": [4, 7], "includ": [4, 7, 105, 107, 109, 117], "other": [4, 7, 9, 102, 105, 107, 114, 116], "masking": 4, "likely": [4, 7, 8, 117], "choic": [4, 7, 103], "most": [4, 11, 105, 117], "preventing": [4, 117], "growing": 4, "needlessly": 4, "thing": [4, 108, 117], "lik": [4, 7, 92, 105, 113, 117], "treelin": 4, "get": [4, 37, 63, 108, 114, 117], "included": [4, 117], "memory": [4, 24, 32, 35, 56, 60, 107, 109, 117], "error": [4, 7, 109, 110, 113, 117], "becom": 4, "less": [4, 109, 117], "see": [4, 7, 9, 103, 105, 109, 117], "decreas": [4, 117], "small": [4, 8, 82, 117], "being": [4, 8, 109], "reconstructed": [4, 9], "webodm": [4, 7, 8, 11, 105, 107, 109, 110, 114, 115], "view": [4, 7, 11, 107, 109], "show": [4, 7, 9, 11, 31, 109, 117], "full": [4, 7, 8, 15, 23, 71, 94, 103, 117], "extent": [4, 7, 8, 117], "bounded": [4, 7], "recosntruct": [4, 7], "compared": [4, 7, 11], "abov": [4, 7, 11, 117], "therefor": [4, 9, 117], "visually": [4, 117], "spars": [4, 23], "argument": 7, "serv": [7, 117], "constrain": 7, "final": [7, 67, 103, 117], "product": [7, 117], "bounding": 7, "box": [7, 105, 109, 117], "passed": 7, "passing": 7, "specific": [7, 117], "subset": 7, "entir": [7, 117], "interested": 7, "furth": [7, 109, 117], "given": [7, 11], "applied": [7, 117], "after": [7, 12, 84, 105, 107, 112], "generated": [7, 8, 11, 17], "thereby": 7, "modifying": 7, "concern": 7, "generating": [7, 15, 57, 117], "possibl": [7, 102, 103, 109, 112, 116, 117], "function": [7, 117], "predefined": [7, 117], "interest": [7, 117], "aoi": [7, 117], "tasked": 7, "survey": [7, 105, 117], "property": 7, "lot": [7, 103, 105, 117], "decid": [7, 109], "20m": 7, "overfly": 7, "so": [7, 103, 105, 114, 116, 117], "clean": [7, 117], "sufficient": [7, 42, 105, 117], "right": [7, 114, 117], "up": [7, 15, 56, 97, 107, 109], "howev": [7, 109, 117], "flight": [7, 105, 107], "height": [7, 107], "captur": [7, 102, 112, 117], "bordering": 7, "propert": [7, 8, 11, 117], "hom": [7, 108, 117], "represent": 7, "clip": [7, 117], "insid": [7, 108, 117], "providing": 7, "focused": 7, "nothing": [7, 26], "beyond": 7, "http": [7, 11, 102, 105, 107, 108, 109, 110, 115, 117], "quick": 7, "webapp": 7, "opening": 7, "link": [7, 117], "pan": 7, "zoom": [7, 117], "preview": [7, 8, 11], "find": [7, 105, 109, 115, 117], "their": [7, 109, 117], "selecting": [7, 117], "draw": 7, "menu": [7, 108], "allow": [7, 11, 42, 109, 117], "left": [7, 117], "clicking": [7, 117], "vertex": [7, 38], "many": [7, 109, 116, 117], "requir": [7, 24, 35, 56, 102, 103, 109, 117], "clos": [7, 84], "click": [7, 117], "first": [7, 9, 102, 103, 105, 109, 114, 117], "able": [7, 9, 109, 116, 117], "once": [7, 117], "placed": [7, 105, 112], "least": [7, 105, 109, 117], "thre": [7, 117], "completed": 7, "different": [7, 9, 17, 103, 117], "than": [7, 11, 53, 84, 105, 109, 117], "dark": 7, "fill": [7, 17], "implying": 7, "now": [7, 114, 117], "solid": 7, "look": [7, 105, 109, 110, 117], "ready": 7, "select": [7, 105, 107, 117], "brows": 7, "prompt": 7, "otherwis": [7, 63, 105, 109, 117], "alert": 7, "download": [7, 108, 117], "alternatively": [7, 103, 117], "past": 7, "text": [7, 117], "panel": [7, 8, 11], "head": [7, 105], "textual": 7, "featurecollect": 7, "77": 7, "04460859298706": 7, "38": 7, "88532071975074": 7, "04014539718628": 7, "8801593862463": 7, "03295707702637": 7, "88331636291941": 7, "03965187072754": 7, "887959703337145": 7, "been": [7, 9, 16, 72, 103, 116, 117], "chosen": 7, "access": [7, 107], "lat": 7, "load": [7, 105, 117], "into": [7, 8, 60, 82, 83, 84, 105, 109, 117], "icon": [7, 117], "pasted": 7, "system": [7, 102, 105, 108, 110], "clipboard": 7, "confirm": [7, 11], "seeing": [7, 109], "enabl": [7, 11, 109, 116, 117], "org": [7, 102, 108, 110, 115], "sit": [7, 108], "foruser": 7, "html": 7, "fre": [7, 103, 108, 117], "open": [7, 103, 105, 108, 112, 114, 117], "sourc": [7, 103, 108, 114, 117], "geographic": 7, "within": [7, 40, 105, 117], "way": [7, 108, 109, 114, 117], "needing": 7, "setup": [7, 109, 117], "ther": [7, 11, 26, 107, 109, 114, 117], "numerous": 7, "represented": [7, 117], "opendronemap": [7, 8, 102, 108, 109, 110, 112, 114, 115, 117], "designed": 7, "work": [7, 105, 109, 114, 116, 117], "similar": [7, 9, 94, 109, 117], "adjust": [7, 117], "leav": 7, "thes": [7, 9, 11, 104, 117], "pictured": 7, "usag": [7, 32, 42, 60, 107, 117], "run": [7, 79, 97, 107, 108, 109, 112], "already": [7, 72, 103, 105, 109, 117], "basemap": 7, "ensur": [7, 84, 105, 117], "exactly": [7, 117], "10m": 7, "various": [7, 9, 11, 35], "method": [7, 87, 103, 117], "mindful": 7, "skew": 7, "scal": [7, 109], "registr": 7, "occur": 7, "provid": [7, 94, 109, 117], "tool": [7, 11, 107], "begin": 7, "finish": [7, 107], "canv": 7, "finished": [7, 117], "outlin": [7, 117], "indicat": [7, 9, 11, 105], "accept": [7, 117], "writ": [7, 109], "mak": [7, 103, 105, 109, 117], "exporting": 7, "dialog": [7, 117], "functionality": 7, "layer": [7, 117], "bring": 7, "sub": 7, "item": 7, "filenam": [7, 105, 111, 117], "written": 7, "cr": 7, "safest": 7, "4326": [7, 105, 106], "apply": 7, "modified": [7, 117], "proivded": 7, "outsid": [7, 117], "display": [8, 11, 99, 105, 117], "such": [8, 9, 71, 103, 105, 117], "referred": [8, 109], "pyramid": [8, 11, 117], "an": [8, 16, 23, 32, 42, 62, 102, 103, 105, 107, 109, 112, 117], "reduc": [8, 60, 105, 109, 117], "tak": [8, 11, 16, 19, 24, 56, 109, 117], "rend": 8, "tradeoff": 8, "increased": [8, 117], "rendering": [8, 45, 47], "pow": 8, "two": [8, 105, 107, 109, 117], "factor": [8, 56, 117], "128x128": 8, "256x256": 8, "stored": [8, 11, 103], "internally": 8, "externally": 8, "sidecar": 8, "alway": [8, 103, 109, 117], "internal": [8, 11], "nearly": 8, "every": [8, 11, 97], "som": [8, 9, 102, 105, 112, 114, 117], "few": [8, 109, 117], "relatively": 8, "rar": [8, 9], "except": 8, "paramount": 8, "reading": [8, 11, 114], "softwar": [8, 11, 107, 117], "support": [8, 107, 109, 114], "speed": [8, 97, 117], "closest": [8, 9], "rendered": [8, 9], "saving": [8, 107], "signific": 8, "amount": [8, 117], "retrieving": 8, "buffering": 8, "downscaling": 8, "creat": [8, 11, 105, 107, 109, 112, 117], "dynamic": 8, "navig": [8, 107, 108], "web": [8, 108, 109], "lai": [8, 11, 107], "demonstrat": [8, 102], "lack": [8, 11], "manually": [9, 30, 109], "setting": [9, 19, 103, 107, 113, 117], "undistort": 9, "tri": [9, 103], "determin": [9, 117], "metadat": [9, 113], "automatic": [9, 117], "best": [9, 109, 117], "preferred": 9, "wid": 9, "legacy": [9, 11, 67], "360": [9, 117], "distort": [9, 104, 105, 109, 117], "optic": 9, "platform": [9, 109, 117], "record": 9, "our": [9, 104, 109, 117], "essential": 9, "prop": [9, 109], "modeling": 9, "choosing": 9, "currently": [9, 109], "recommended": [9, 37, 61, 107, 109, 117], "gopro": 9, "insta360": 9, "kodak": 9, "pixpro": 9, "detected": 9, "retriev": 9, "which": [9, 11, 61, 102, 109, 116, 117], "doubt": 9, "try": 9, "specifying": 9, "standard": [9, 53, 110, 117], "demonstrated": 9, "how": [9, 83, 107, 109, 117], "As": [9, 107, 117], "prior": [9, 109], "sever": 9, "introduced": 9, "wrong": [9, 117], "wel": [9, 11, 109, 117], "collect": [9, 117], "over": [9, 30, 79, 109, 117], "flat": 9, "homogenus": 9, "agricultural": 9, "field": [9, 105, 107], "forcing": 9, "failed": 9, "properly": [9, 117], "failur": 9, "often": 9, "advised": [9, 117], "computed": 10, "calculating": 10, "hereaft": 11, "special": [11, 117], "formul": 11, "advantag": 11, "overivew": 11, "tiling": 11, "form": [11, 102, 110, 117], "becaus": [11, 109, 117], "attribut": 11, "going": [11, 109, 114], "hosted": 11, "onlin": [11, 109], "accessed": 11, "getrang": 11, "request": [11, 102, 109, 114], "viewing": 11, "capabl": [11, 112, 117], "gis": [11, 110], "hold": 11, "wheth": 11, "served": 11, "locally": [11, 117], "quickly": [11, 109, 117], "formatted": 11, "striped": [11, 46], "print": [11, 14, 98], "gdalinfo": 11, "conform": [11, 110], "spec": [11, 117], "fact": 11, "mind": [11, 117], "78": 11, "mb": 11, "6": [11, 109, 110], "30": [11, 105, 110, 117], "below": [11, 117], "layout": 11, "meet": 11, "level": [11, 63, 117], "decimat": 15, "befor": [15, 16, 105, 117], "speeding": 15, "each": [16, 56, 62, 72, 82, 85, 105, 109, 117], "hol": 16, "filling": [16, 17], "isolat": 16, "filled": [16, 57], "gap": [17, 57], "radius": [17, 58, 81, 84, 117], "equal": 17, "progressively": 17, "bigg": [17, 117], "weighted": 17, "merged": [17, 36, 109, 113], "togeth": [17, 107, 114], "remaining": [17, 109], "density": [19, 117], "long": [19, 24, 56, 107, 109, 116], "produc": [19, 117], "calculated": 19, "640": 19, "directly": [23, 117], "extracting": 25, "keypoint": 25, "descriptor": 25, "measur": [26, 105, 107], "tagged": 30, "accordingly": 30, "fail": [30, 117], "lowering": 30, "effect": [30, 109, 114, 117], "exit": [31, 99], "necessary": [32, 103, 117], "resulting": [32, 117], "sinc": [32, 103, 117], "ignoring": 32, "slightly": [32, 117], "peak": 35, "1gb": 35, "megapixel": 35, "what": [36, 107, 109, 110, 114], "increas": [37, 54, 56, 117], "vertic": [37, 107], "count": 38, "i": [40, 107, 114, 115, 117], "e": [40, 105, 109, 117], "subfold": 40, "heavy": 42, "intermediat": 42, "ability": 42, "restart": [42, 108, 117], "processed": [42, 116, 117], "cut": [44, 117], "stitching": 44, "seamless": 44, "mosaic": 44, "overlapping": [44, 105], "filter": [53, 58], "removing": 53, "deviat": 53, "filtering": 53, "urban": [54, 117], "roughly": 56, "4x": 56, "wrongly": 57, "classified": [57, 117], "re": [57, 114, 117], "keeping": 58, "duplicat": 58, "needed": [60, 117], "splitting": [60, 82, 107], "doesn": [60, 102], "ve": [60, 117], "sharp": [61, 85, 105, 117], "focus": [61, 117], "contain": [62, 105, 117], "subfolder": 62, "thermal": [63, 107], "obtain": 63, "reflect": 63, "temperatur": [63, 116, 117], "appli": 63, "black": [63, 117], "vignetting": 63, "row": [63, 103], "exposur": 63, "found": [63, 105, 108, 109, 117], "absolut": 63, "compensat": 63, "radianc": 63, "registered": 63, "downwelling": 63, "light": 63, "taking": 63, "consider": [63, 108, 110, 117], "largest": [67, 85, 117], "sid": [67, 117], "purpos": [67, 109, 117], "original": [67, 113, 117], "2048": 67, "postprocessed": 72, "distributing": 76, "nod": [76, 108, 109, 117], "ris": 79, "averag": [82, 109, 117], "grouped": [82, 117], "regulat": 82, "group_namedefault": 83, "grouping": [84, 109], "added": [84, 97], "neighboring": 84, "gmi": 85, "triangl": 85, "prioritiz": 85, "thos": [85, 108], "cov": 85, "gauss_clamping": 87, "gauss_damping": 87, "photometric": [87, 117], "normaliz": 89, "color": [89, 90, 105, 111, 113, 117], "across": 89, "blending": 90, "gamm": 91, "static": [92, 109], "suitabl": 92, "viewer": 92, "benchmark": 93, "runtim": [93, 117], "info": [93, 109, 117], "bit": [94, 108, 117], "off": [96, 107, 117], "during": [96, 103, 117], "improving": 96, "exhib": 96, "additional": [98, 102, 117], "consol": [98, 108, 109, 117], "d\u00e9pend": [102, 110], "nombreux": 102, "\u00eate": [102, 108], "programmeur": 102, "impliqu": 102, "rencontr": [102, 108], "souc": 102, "contact": 102, "quelqu": [102, 108, 113, 114], "community": [102, 108, 110, 115], "_": [102, 107, 108, 112, 117], "endroit": [102, 108, 115], "lequel": 102, "pourr": [102, 108], "question": [102, 107, 108], "r\u00e9pondu": 102, "astuc": [102, 114], "ressourc": [102, 114, 115], "auss": [102, 104], "partag": [102, 107, 112], "libr": [102, 114], "C": [102, 103, 109, 114, 115], "bug": 102, "suggest": [102, 114], "d\u00e9veloppeur": [102, 107], "github": [102, 105, 107, 108, 109, 114, 115, 117], "issu": [102, 107], "veuill": [102, 108], "problem": [102, 107, 108, 114, 117], "r\u00e9f\u00e9rentiel": [102, 108, 114], "marqu": 102, "expliqu": 102, "inclu": 102, "suppl\u00e9mentair": [102, 106, 107], "respons": [102, 114], "reproduir": 102, "titr": [102, 110], "descript": [102, 117], "clair": 102, "afin": [102, 112], "identifi": 102, "d\u00e9criv": 102, "exact": [102, 112], "reproduisent": 102, "aut": [102, 112], "exempl": [102, 106, 108, 110, 114], "dock": [102, 103, 107, 108, 109, 112], "vagr": 102, "ex": 102, "terminal": [102, 108], "r\u00e9pertor": 102, "sp\u00e9cif": [102, 108, 110, 115], "illustr": 102, "lien": 102, "extrait": [102, 108], "copi": 102, "coll": 102, "markdown": 102, "block": [102, 117], "comport": 102, "observ": 102, "indiqu": [102, 107, 108], "attend": 102, "voir": [102, 104, 108, 113, 114], "pourquoi": [102, 110], "\u00e9cran": [102, 108], "gif": 102, "anim": [102, 117], "suivr": 102, "d\u00e9crit": 102, "d\u00e9montrent": 102, "outil": [102, 108], "macos": [102, 107], "celui": 102, "ci": [102, 107, 108, 113], "linux": [102, 103, 107, 113, 117], "li": [102, 115], "publi": 102, "h\u00f4t": 102, "invit": [102, 108], "d\u00e9clench": 102, "action": 102, "fais": [102, 108], "survien": 102, "instruct": [102, 108, 109, 117], "dessous": [102, 107, 108, 113], "configur": [102, 103, 108, 109, 112, 117], "Quelle": 102, "clon": [102, 108, 109], "ma\u00eetr": 102, "Quels": 102, "exploit": 102, "virtuel": [102, 108], "oui": 102, "logiciel": [102, 108, 110, 111, 114, 115], "vm": [102, 108], "short": 102, "her": [102, 108, 113, 114, 117], "reproduct": 102, "second": [102, 108, 109, 110, 117], "expected": [102, 105, 107], "describ": 102, "observed": 102, "screenshot": 102, "follow": [102, 108, 109, 117], "enter": [102, 117], "os": 102, "started": [102, 107, 108], "happening": [102, 109, 117], "recently": 102, "didn": [102, 117], "happen": 102, "older": 102, "ye": [102, 103, 117], "reliably": 102, "reproduced": 102, "randomly": 102, "pull": [102, 107], "guid": [102, 104, 105, 107, 108, 110, 115], "styl": 102, "python": [102, 108, 117], "pep8": 102, "termin": 102, "nouvel": [102, 111, 114], "\u00e9vit": 102, "plat": 102, "f": [102, 117], "gethomedirectory": 102, "r\u00e9pertoir": [102, 108], "personnel": 102, "join": 102, "concaten": 102, "tmpdir": 102, "plut\u00f4t": 102, "tmp": 102, "r\u00e9f\u00e9renc": 102, "temporair": 102, "retour": 102, "explicit": 102, "fonction": [102, 108, 110, 112, 114], "Ne": 102, "retourn": 102, "null": [102, 107], "undefined": 102, "appren": [102, 104, 106, 108, 110, 111, 112, 113, 114, 115], "\u00e9dit": [102, 104, 106, 108, 110, 111, 112, 113, 114, 115], "photogrammetric": 103, "orthorectified": 103, "hugin": 103, "utiliz": 103, "several": [103, 117], "moment": 103, "released": 103, "under": [103, 117], "sel": 103, "sure": [103, 105, 109, 117], "comply": 103, "particular": [103, 107], "disclos": 103, "nop": 103, "sorry": 103, "buy": 103, "ultimat": 103, "solut": [103, 108, 117], "uploading": 103, "tweak": [103, 117], "swapfil": 103, "both": [103, 114, 117], "preferably": 103, "ssd": 103, "nvme": 103, "driv": [103, 117], "still": [103, 117], "wsl2": 103, "wslconfig": 103, "microsoft": [103, 108], "document": [103, 108, 115, 117], "advanced": 103, "wsl": 103, "swap": [103, 108], "128gb": 103, "vhdx": 103, "partit": 103, "dedicated": [103, 117], "pleas": [103, 114, 117], "consult": [103, 110], "search": 103, "engin": 103, "\u00e9quip": [104, 110], "humanitair": 104, "openstreetmap": 104, "cartograph": [104, 110], "uav": [104, 110, 117], "bon": [104, 108, 110, 115], "senseur": 104, "pr\u00e9par": [104, 114], "mission": [104, 117], "Ces": 104, "directric": 104, "destin": 104, "dron": [104, 105, 110, 114, 117], "\u00eele": 104, "g\u00e9n\u00e9ralis": 104, "dronedeploy": [104, 110], "successful": [104, 112], "planif": 104, "finally": 104, "challeng": [104, 117], "requiring": 104, "accurat": [104, 109, 117], "section": [104, 108, 115, 117], "doc": [104, 107, 115], "correcting": 105, "referencing": 105, "know": [105, 109, 117], "mad": 105, "typically": [105, 117], "toffanin": [105, 108], "2019": [105, 110, 117], "existing": 105, "pav": 105, "corner": 105, "lin": [105, 107, 109], "parking": 105, "contrasting": 105, "floor": 105, "target": 105, "purchased": 105, "ample": 105, "variety": 105, "ranging": 105, "bucket": [105, 109], "lid": 105, "visibl": [105, 117], "illumin": [105, 117], "veget": 105, "building": [105, 117], "obstacl": 105, "procur": 105, "evenly": [105, 117], "horizontal": [105, 106, 109, 110, 117], "covering": 105, "job": [105, 117], "considering": 105, "spacing": 105, "footprint": 105, "order": [105, 117], "separat": [105, 117], "perimet": 105, "dependent": 105, "increasing": [105, 117], "required": [105, 109, 117], "g": 105, "utm": [105, 106], "ellp": [105, 106], "wgs84": [105, 106], "datum": [105, 106], "unit": [105, 106, 110], "no_def": [105, 106], "eg": [105, 113], "16n": [105, 106], "subsequent": 105, "Y": [105, 106], "z": [105, 106], "associated": [105, 109, 113], "optional": 105, "extra": [105, 112], "separated": [105, 117], "tab": 105, "nan": 105, "7th": 105, "column": 105, "label": [105, 117], "exampl": [105, 106, 107, 109, 111, 117], "544256": 105, "7": [105, 108, 110, 117], "5320919": 105, "9": [105, 110, 112], "3044": 105, "2622": 105, "img_0525": 105, "jpg": [105, 106, 109, 111, 112, 113], "544157": 105, "5320899": 105, "4193": 105, "1552": 105, "img_0585": 105, "544033": 105, "5320876": 105, "1606": 105, "2763": 105, "img_0690": 105, "gcp_list": [105, 113, 117], "txt": [105, 106, 109, 113, 117], "along": 105, "about": [105, 117], "placing": [105, 107, 117], "own": [105, 114, 117], "facto": 105, "import": [105, 108, 110, 113, 117], "contrast": 105, "photos": [105, 111], "pick": 105, "loaded": [105, 107, 117], "demo": 105, "known": 105, "xyz": [105, 113, 117], "would": [105, 107, 117], "list": [105, 107, 109, 111, 112, 116, 117], "proj4": 105, "something": [105, 109, 117], "37": [105, 117], "south": 105, "gcp01": 105, "529356": 105, "250827686": 105, "9251137": 105, "5643209": 105, "465": 105, "gcp02": 105, "530203": 105, "125367657": 105, "9250140": 105, "80991621": 105, "781": 105, "gcp03": 105, "530292": 105, "136003818": 105, "9250745": 105, "02372435": 105, "977": 105, "gcp04": 105, "gcp05": 105, "app": [105, 108, 117], "installed": [105, 109, 117], "separately": 105, "plugin": 105, "com": [105, 107, 108, 109, 110, 114, 115, 117], "uav4geo": [105, 108], "gcpeditorpro": 105, "northing": 105, "easting": 105, "main": [105, 109], "screen": [105, 117], "respect": [105, 110], "piero": [105, 108], "missing": [105, 108], "masseranolab": 105, "llc": 105, "integr": 106, "elles": [106, 112], "contiennent": 106, "remplac": [106, 108], "gen": [106, 108, 111], "peuvent": [106, 108, 111, 112, 114], "premi": [106, 108, 114], "coordon": 106, "g\u00e9ograph": 106, "facult": [106, 108], "actuel": [106, 108], "uniqu": [106, 108], "\u00e9talonnag": 106, "vertical": [106, 110, 117], "10e": 106, "colon": 106, "champ": [106, 108], "comm": [106, 108, 110, 114], "\u00e9tiquet": [106, 108], "extras": 106, "dji_0028": 106, "91": 106, "9942096111111": 106, "46": 106, "84252125": 106, "198": 106, "609": 106, "dji_0032": 106, "9938293055556": 106, "8424584444444": 106, "appel": [106, 108], "d\u00e9tect": [106, 108], "racin": 106, "contribu": [107, 109], "person": [107, 114], "connaiss": 107, "notr": [107, 114, 115], "langu": 107, "certain": [107, 108, 109, 110, 111, 114, 117], "traduct": 107, "incomplet": 107, "toujour": 107, "anglais": 107, "traduit": 107, "moin": [107, 110, 114], "20": [107, 108, 117], "traduir": 107, "transifex": 107, "exist": [107, 108, 110, 117], "d\u00e9marrag": [107, 108], "translat": 107, "czech": 107, "philippin": 107, "franc": 107, "espagnol": 107, "indonesian": 107, "swahil": 107, "telugu": 107, "install": [107, 109], "pr\u00e9ambul": 107, "quickstart": 107, "recommend": [107, 109], "mat\u00e9riel": 107, "v\u00e9rif": 107, "virtualis": 107, "v\u00e9rifi": 107, "alloc": 107, "processeur": 107, "t\u00e9l\u00e9charg": 107, "lanc": 107, "ubuntu": [107, 117], "debian": 107, "centos": 107, "rhel": 107, "fedor": 107, "arch": 107, "d\u00e9pannag": 107, "salut": 107, "cour": 107, "ex\u00e9cu": 107, "tutorial": 107, "calibrating": 107, "measuring": 107, "stockpil": 107, "volum": 107, "fieldwork": 107, "planning": 107, "pattern": [107, 112], "listing": 107, "accessing": 107, "log": 107, "cleaning": 107, "singularity": 107, "downloading": 107, "sif": 107, "bandwidth": 107, "who": [107, 114], "prep": 107, "directory": [107, 112], "droplet": 107, "pin": 107, "assuming": 107, "surviv": 107, "potre": 107, "modul": 107, "appear": 107, "budget": 107, "eye": 107, "dom": 107, "lighting": 107, "clipping": 107, "helpful": 107, "why": [107, 109, 114], "tru": [107, 117], "io": [107, 117], "new": [107, 109, 114, 117], "completing": 107, "task": [107, 109, 113], "temporary": 107, "scratch": 107, "geometry": 107, "adding": [107, 109], "polyon": 107, "toggl": [107, 117], "editing": 107, "chang": [107, 117], "vector": [107, 117], "manual": 107, "rectilinear": 107, "practic": 107, "user": [107, 108, 109, 117], "interfac": [107, 108], "posm": 107, "gcpi": 107, "editor": [107, 117], "pro": 107, "quoi": 107, "attendr": 107, "aspect": 107, "r\u00e9f\u00e9rent": 107, "g\u00e9olocalis": 107, "masqu": 107, "calibrat": [107, 117], "distributed": [107, 117], "getting": 107, "understanding": 107, "autoscaling": 107, "acknowledgment": 107, "additionnel": 107, "conseil": [107, 110], "vol": [107, 110], "sent": [107, 114], "agx710": 107, "hardwar": 107, "comment": [107, 108, 110], "demand": [107, 108, 109], "forum": [107, 108, 114, 115], "communaut": [107, 114], "signal": 107, "bogu": 107, "soumiss": 107, "frequently": 107, "asked": [107, 114], "stitch": 107, "my": [107, 109, 114, 117], "cor": 107, "nativ": 107, "allocat": 107, "licensing": 107, "commercial": 107, "licens": 107, "asid": 107, "agplv3": 107, "running": [107, 109, 117], "modifi": 108, "permiss": 108, "installer": 108, "purchas": 108, "easiest": 108, "said": 108, "ecoystem": 108, "looking": [108, 117], "themselv": 108, "minimal": 108, "requis": 108, "64": [108, 117], "fabriqu": 108, "2010": 108, "gb": 108, "dessus": [108, 113], "permettent": 108, "200": [108, 110], "manqu": [108, 115], "derni": 108, "16": [108, 117], "pr\u00e9ced": 108, "permettr": 108, "centain": 108, "trop": 108, "Un": [108, 110], "c\u0153ur": 108, "tand": [108, 110], "graphiqu": 108, "davantag": 108, "mani": 108, "lin\u00e9air": 108, "40": [108, 117], "250": 108, "32": [108, 117], "1500": 108, "2500": 108, "128": [108, 117], "3500": 108, "192": 108, "5000": 108, "256": [108, 117], "Nous": [108, 114, 115], "recommandon": [108, 115], "dispos": 108, "pr\u00e9c\u00e9dent": 108, "ouvr": [108, 113], "gestionnair": 108, "t\u00e2ch": [108, 110], "appui": 108, "ctrl": [108, 117], "maj": 108, "esc": 108, "pass": [108, 109, 112, 117], "onglet": 108, "savoir": [108, 114, 115], "assist": 108, "www": [108, 110], "us": [108, 116, 117], "aspx": 108, "id": [108, 117], "592": 108, "proc\u00e9dur": 108, "malheur": 108, "ordin": 108, "donc": [108, 110], "proced": 108, "cherch": 108, "moteur": 108, "recherch": [108, 114, 115], "vtx": 108, "souvent": 108, "agit": 108, "imm\u00e9diat": 108, "f2": 108, "f12": 108, "navigu": 108, "vt": 108, "touch": [108, 110], "sp\u00e9cial": 108, "acced": [108, 113], "fournisseur": 108, "abord": 108, "git": [108, 109, 117], "scm": 108, "oubl": 108, "puiss": 108, "toolbox": 108, "releas": 108, "v18": 108, "09": [108, 110], "dockertoolbox": 108, "exe": 108, "contr": 108, "professional": 108, "r\u00e9cent": 108, "win": 108, "20for": 108, "20window": 108, "20install": 108, "NE": 108, "PAS": 108, "deux": [108, 110, 114], "docker": 108, "Ils": 108, "confl": 108, "ic\u00f4n": 108, "bureau": 108, "saut": 108, "erreur": [108, 110], "corrig": 108, "tourn": 108, "arrier": 108, "\u00e9mul": 108, "quantit": 108, "assign": 108, "allou": 108, "virtualbox": 108, "manag": [108, 117], "clic": [108, 117], "droit": 108, "ferm": 108, "acpi": 108, "shutdown": 108, "arr\u00eat": 108, "d\u00e9plac": [108, 110], "curseur": 108, "panneau": 108, "60": [108, 117], "70": [108, 117], "\u00e9ventuel": [108, 114], "50": [108, 117], "ok": [108, 109], "start": [108, 109, 117], "regard": [108, 110], "barr": 108, "\u00e9tat": [108, 113], "balein": 108, "blanch": 108, "cliqu": 108, "avanc": [108, 110], "gliss": 108, "bouton": 108, "moiti": 108, "gui": 108, "l\u00e0": 108, "localis": 108, "entrez": 108, "cibl": [108, 111], "parcour": 108, "jusqu": 108, "choix": 108, "r\u00e9uss": [108, 114], "allez": 108, "puis": 108, "reven": 108, "facil": [108, 114], "aven": 108, "depuis": [108, 112], "bash": [108, 117], "tap": 108, "sh": [108, 117], "compos": 108, "stad": 108, "nodeodm": [108, 109, 115, 117], "accueil": 108, "localhost": [108, 109], "8000": 108, "adress": 108, "ip": [108, 109], "laquel": [108, 110], "connect": [108, 109, 117], "168": 108, "plupart": 108, "mac": 108, "modern": 108, "sierr": 108, "condit": [108, 110, 117], "charg": [108, 112, 114], "sysctl": 108, "kern": 108, "hv_support": 108, "r\u00e9pons": [108, 114], "semblabl": 108, "suit": [108, 115], "alor": [108, 112, 114], "vieux": 108, "dmg": 108, "sourceforg": 108, "osx": 108, "ressembl": 108, "hello": 108, "world": [108, 109, 117], "Qui": 108, "renvoi": 108, "chos": 108, "apple": 108, "117": 108, "essai": [108, 114], "voi": 108, "\u00e7a": 108, "pr\u00e9f\u00e9rent": 108, "s\u00e9lection": 108, "cd": [108, 109, 117], "selon": [108, 110], "officiel": 108, "binair": 108, "quatr": 108, "pip": [108, 117], "pouvon": 108, "couvr": 108, "suff": 108, "sudo": [108, 117], "apt": [108, 117], "updat": [108, 109, 117], "curl": 108, "fssl": 108, "o": 108, "yum": 108, "dnf": 108, "pacman": 108, "sy": 108, "trois": [108, 114], "script": [108, 112, 117], "dockercompos": 108, "22": 108, "f46880f": 108, "contrair": [108, 110], "avantag": 108, "r\u00e9alis": 108, "occup": 108, "mettr": [108, 114], "devin": 108, "ains": 108, "g\u00e9n\u00e9ral": [108, 110], "pr\u00e9fix": 108, "port": [108, 109, 117], "r\u00e9seau": [108, 110], "80": [108, 117], "D": [108, 110, 112, 114, 117], "\u00e9numer": 108, "stuck": 108, "reset": 108, "admin": 108, "password": 108, "forget": 108, "resetadminpassword": 108, "newpass": 108, "everything": [108, 113, 117], "latest": [108, 117], "stor": 108, "medi": 108, "webodm_result": 108, "communautair": 108, "id\u00e9al": 108, "bloqu": 108, "ouvert": 108, "bienvenu": 108, "pren": 108, "familiaris": 108, "explor": [108, 117], "menus": 108, "tableau": 108, "arriv": 108, "f\u00e9licit": 108, "mainten": [108, 114], "optionnel": 108, "r\u00e9pet": 108, "nouveau": 108, "noeud": 108, "rm": [108, 109, 112, 117], "p": [108, 109, 110, 117], "3000": [108, 109, 117], "q": [108, 117], "token": [108, 109], "secret": 108, "conteneur": 108, "hub": 108, "fix": 108, "simultan": 108, "proteg": 108, "autoris": [108, 113], "mot": 108, "\u00c0": [108, 110, 111, 114], "hostnam": [108, 109], "deuxiem": 108, "bien": [108, 114], "d\u00e9sorm": 108, "manage": 109, "chunk": 109, "producing": [109, 117], "connected": 109, "sam": [109, 112, 117], "network": [109, 117], "thus": [109, 117], "thousand": 109, "enabling": 109, "propag": 109, "could": [109, 112, 113, 117], "caus": [109, 117], "bowl": 109, "13": [109, 110, 117], "000": [109, 117], "collected": [109, 117], "bank": [109, 117], "tanzani": [109, 117], "flood": [109, 117], "pron": [109, 117], "msimbas": [109, 117], "basin": [109, 117], "dar": [109, 117], "salaam": [109, 117], "sequentially": 109, "easy": 109, "respectively": [109, 117], "ti": [109, 113, 117], "v": [109, 112, 117], "400": 109, "clustering": 109, "named": 109, "image_group": [109, 117], "belong": [109, 117], "01": [109, 117], "02": 109, "03": [109, 117], "b": [109, 117], "04": [109, 117], "05": [109, 110], "distribut": 109, "orchestrated": 109, "3001": 109, "8080": 109, "launch": [109, 117], "telnet": 109, "address": [109, 117], "escap": [109, 113, 117], "charact": [109, 117], "api": [109, 115], "simply": [109, 117], "800": 109, "120": 109, "interrogat": [109, 117], "we": [109, 114, 116, 117], "del": 109, "lock": [109, 117], "forwarding": 109, "unlock": 109, "resum": 109, "rout": 109, "taskid": 109, "cancel": 109, "asr": 109, "viewcmd": 109, "repeat": 109, "last": [109, 117], "wasn": 109, "offlin": 109, "whil": [109, 112, 116, 117], "autoscal": 109, "including": [109, 117], "amazon": [109, 117], "ocean": [109, 117], "cost": [109, 117], "functioning": 109, "nodej": [109, 117], "npm": 109, "s3": 109, "compatibl": 109, "storing": 109, "digitalocean": 109, "servic": 109, "index": [109, 115], "js": 109, "digitaloceanasrprovid": 109, "execut": [109, 117], "attached": [109, 117], "zero": 109, "rely": [109, 117], "attach": [109, 117], "act": 109, "handl": 109, "ui": 109, "validating": 109, "spinning": 109, "dummy": 109, "forwarded": 109, "fully": 109, "supported": [109, 112], "combin": 109, "accurately": [109, 112], "hug": 109, "pau": 109, "folk": 109, "mapillary": 109, "amazing": 109, "through": [109, 117], "key": [109, 117], "component": 109, "forward": [109, 117], "pushing": 109, "big": [109, 117], "degr": 110, "proxim": 110, "correspondent": 110, "mond": 110, "r\u00e9el": 110, "parlon": 110, "exactitud": 110, "pascual": 110, "2011": 110, "relat": 110, "auquel": 110, "ind\u00e9pend": 110, "emplac": [110, 113], "taill": 110, "d\u00e9cal": 110, "figur": [110, 114, 117], "planet": 110, "pix4d": 110, "car": [110, 117], "\u00e9valu": 110, "chanti": 110, "construct": 110, "incend": 110, "aur": [110, 112], "d\u00e9cis": 110, "lesquel": 110, "critiqu": 110, "arpentag": 110, "fonci": 110, "n\u00e9cessitent": [110, 114], "ordre": 110, "fois": [110, 112], "Et": [110, 114], "quant": 110, "faut": 110, "madawalagam": 110, "2016": 110, "compar": [110, 117], "gnss": [110, 117], "situ": [110, 114], "\u00e9chel": 110, "norm": 110, "nsdi": 110, "fgdc": 110, "optimal": 110, "barry": 110, "2013": 110, "m\u00e9t\u00e9o": 110, "m\u00e9t\u00e9orolog": 110, "photogrammetr": 110, "prendr": [110, 112], "couvertur": 110, "nuageux": 110, "vitess": 110, "vent": 110, "humid": 110, "influenc": 110, "\u00e9clairag": 110, "Des": 110, "gros": [110, 114], "produisent": 110, "bruit": 110, "d\u00e9form": 110, "mouv": [110, 115], "m\u00e9can": 110, "traval": 110, "empreint": 110, "r\u00e9sult": [110, 112], "diminu": 110, "reconnaiss": 110, "pet": 110, "requ": 110, "hauteur": 110, "particuli": 110, "tendent": 110, "r\u00e9duir": 110, "position": 110, "survol": 110, "photo": [110, 117], "multipli": 110, "incr\u00e9ment": 110, "math": 110, "2020": [110, 117], "coakley": 110, "r": [110, 117], "enqu\u00eat": 110, "ie": [110, 112], "accuracy_uav_compare_rtk_gp": 110, "d\u00e9ploi": 110, "2017": 110, "blog": 110, "munasingh": 110, "dampegam": 110, "J": [110, 114], "samarakoon": 110, "a\u00e9rien": 110, "faibl": 110, "co\u00fbt": 110, "public": 110, "37e": 110, "conf\u00e9rent": 110, "asiat": 110, "t\u00e9l\u00e9d\u00e9tect": 110, "colombo": 110, "sri": 110, "lank": 110, "st\u00e9phan": 110, "marzo": 110, "3937": 110, "loung": 110, "sig": 110, "gisloung": 110, "07": 110, "Qu": 110, "ciel": 111, "accidentel": 111, "inclus": 111, "entr\u00e9": 111, "vu": [111, 115], "obliqu": 111, "sujet": [111, 114], "blanc": 111, "dimens": 111, "gimp": 111, "exclur": 111, "nomm": 111, "_mask": 111, "dji_0018": 111, "dji_0018_mask": 111, "inclur": 111, "bmp": 111, "capturent": 112, "vison": 112, "d\u00e9velopp": [112, 114], "fonctionnent": 112, "mieux": [112, 114], "micasens": [112, 116], "rededg": 112, "mx": 112, "altum": [112, 116], "6x": 112, "dji": [112, 116], "phantom": 112, "\u00e9tendr": 112, "s\u00e9par": 112, "font": 112, "mult": [112, 115], "alpha": [112, 117], "officially": 112, "giv": [112, 117], "ndre": 112, "renamed": 112, "0000x_nir": 112, "10_51_14_img_00008": 112, "00008_nir": 112, "nrgb": 112, "0000x_rgb": 112, "10_51_14_img_00023": 112, "00023_rgb": 112, "xxxx_nir": 112, "xxxx_rgb": 112, "input_image_d": 112, "output_d": [112, 117], "contrib": 112, "ndvi": 112, "rename_sentera_agx710_multispectral_t": 112, "py": [112, 117], "python3": 112, "uns": 113, "produit": 113, "odm_georeferenced_model": [113, 117], "ply": 113, "univers": 113, "zanzibar": 113, "aimabl": 113, "khadij": 113, "abdullah": 113, "ali": 113, "odm_texturing": [113, 117], "odm_textured_model": 113, "odm_textured_model_geo": 113, "meshlab": 113, "odm_orthphoto": 113, "couch": 113, "origin": 113, "rogn": 113, "tutoriel": 113, "cr\u00e9ation": 113, "stock": 113, "stdout": 113, "On": 113, "ansi": 113, "39m": 113, "disabled": [113, 117], "no_ansiesc": 113, "environment": [113, 117], "variabl": [113, 117], "env": 113, "img": 113, "1234": 113, "config": [113, 117], "yaml": [113, 117], "track": [113, 117], "meshed": 113, "undistorted": 113, "undistorted_track": 113, "undistorted_reconstruct": 113, "odm_mesh": 113, "odm_meshing_log": 113, "meshing": 113, "texture_n": 113, "odm_georeferencing_log": 113, "odm_georeferencing_utm_log": 113, "extract_utm": 113, "portion": 113, "odm_orthophoto_log": 113, "gdal_translate_log": 113, "top": 113, "geotoff": 113, "commentair": 114, "foss": 114, "int\u00e9ress": 114, "int\u00e9rieur": 114, "ext\u00e9rieur": 114, "ceux": 114, "impress": 114, "pouvoir": 114, "difficil": 114, "raison": 114, "De": 114, "argent": 114, "surcharg": 114, "opportun": 114, "demanding": [114, 117], "implemented": 114, "probably": [114, 117], "convinc": 114, "development": 114, "team": [114, 117], "imagin": 114, "somebody": 114, "knocked": 114, "door": 114, "hous": 114, "cook": 114, "dinn": 114, "reasonably": 114, "spend": 114, "energy": 114, "fulfilling": 114, "his": 114, "agend": 114, "suggesting": 114, "cordial": 114, "ask": 114, "especially": 114, "prepared": 114, "offer": 114, "fund": 114, "explaining": 114, "benef": [114, 117], "benefit": 114, "exclusively": 114, "hard": [114, 117], "soumis": 114, "applic": 114, "discuss": 114, "\u00e9voqu": 114, "discut": 114, "addit": 114, "shar": 114, "test": 114, "channel": 114, "developer": 114, "surtout": 114, "\u00e9cout": 114, "sein": 114, "dit": 114, "pouc": 114, "avon": 114, "DE": 114, "UN": 114, "POUR": 114, "LE": 114, "combinaison": 114, "accord": 114, "Je": 114, "gross": 114, "esper": 114, "viendr": 114, "membr": 114, "heureux": 114, "testeur": 114, "let": [114, 117], "put": 114, "contribut": 114, "toward": [114, 117], "somm": 114, "rav": 114, "\u0153uvr": 114, "feron": 114, "comprendr": 114, "apprec": 114, "soutien": 114, "d\u00e9part": 115, "lisezmoi": 115, "lir": 115, "blob": 115, "mast": 115, "adoc": 115, "concept": 115, "665": 115, "gardon": 115, "d\u00e9di": 115, "articl": 115, "pr\u00e9cieux": 115, "st\u00e9r\u00e9o": 115, "wav": 116, "infrared": 116, "lwir": 116, "alon": 116, "aim": 116, "developed": 116, "zenmus": 116, "xt": 116, "h20": 116, "expand": 116, "sharing": 116, "common": 117, "compromis": 117, "forest": 117, "300000": 117, "600000": 117, "recreat": 117, "roof": 117, "commodity": 117, "vibrat": 117, "derived": 117, "substantial": 117, "self": 117, "desir": 117, "depending": 117, "jam": 117, "robson": 117, "2014": 117, "pap": 117, "mitigating": 117, "systematic": 117, "topographic": 117, "minimiz": 117, "mitigat": 117, "simplest": 117, "fly": 117, "rath": 117, "having": 117, "straight": 117, "pointing": 117, "tilt": 117, "approach": 117, "flying": 117, "typical": 117, "pilot": 117, "imported": 117, "efficiently": 117, "flown": 117, "crossgrid": 117, "crosshatch": 117, "facing": 117, "percentag": 117, "68": 117, "sidelap": 117, "equivalent": 117, "83": 117, "42": 117, "vertically": 117, "cc": 117, "controlled": 117, "variat": 117, "toler": 117, "expect": 117, "correspond": 117, "tre": 117, "removed": 117, "changing": 117, "significantly": 117, "read": 117, "understand": 117, "improved": 117, "classif": 117, "airborn": 117, "lidar": 117, "freely": 117, "overall": 117, "biggest": 117, "avoiding": 117, "mistakenly": 117, "ii": 117, "meant": 117, "mistaken": 117, "empty": 117, "my_odm_imag": 117, "24": 117, "weath": 117, "modify": 117, "photography": 117, "obtained": 117, "overcast": 117, "clear": 117, "ski": 117, "wind": 117, "remain": 117, "avoid": 117, "shadow": 117, "obstruct": 117, "lessen": 117, "pref": 117, "midday": 117, "consistently": 117, "illuminated": 117, "naked": 117, "visibility": 117, "congruent": 117, "planned": 117, "adversely": 117, "impacted": 117, "dust": 117, "fog": 117, "smok": 117, "volcanic": 117, "ash": 117, "pollut": 117, "angled": 117, "gimbal": 117, "resting": 117, "eros": 117, "machinery": 117, "steep": 117, "recognized": 117, "labor": 117, "negligibl": 117, "lawn": 117, "mow": 117, "highly": 117, "75": 117, "65": 117, "influenced": 117, "general": 117, "balanc": 117, "executed": 117, "tallest": 117, "met": 117, "achiev": 117, "equipment": 117, "great": 117, "grad": 117, "station": 117, "intended": 117, "millimetric": 117, "ref": 117, "achieved": 117, "almost": 117, "adequately": 117, "defining": 117, "dashboard": 117, "length": 117, "button": 117, "defin": 117, "displayed": 117, "isolated": 117, "mostly": 117, "bin": 117, "defined": 117, "creation": 117, "triangulated": 117, "paced": 117, "irregular": 117, "carefully": 117, "specially": 117, "rang": 117, "commercially": 117, "photogrammetry": 117, "employ": 117, "deploy": 117, "basic": 117, "curious": 117, "containerized": 117, "among": 117, "easi": 117, "independent": 117, "virtual": 117, "experient": 117, "current": 117, "status": 117, "2518817537ce": 117, "36": 117, "hour": 117, "ago": 117, "zen_wright": 117, "1cdc7fadf688": 117, "usr": 117, "va": 117, "tcp": 117, "flamboyant_dhawan": 117, "cd7b9585b8f6": 117, "day": 117, "exited": 117, "nostalgic_lederberg": 117, "e31010c00b9a": 117, "suspicious_kepl": 117, "c44e0d0b8448": 117, "wonderful_burnel": 117, "unwieldy": 117, "mov": 117, "slowly": 117, "turned": 117, "turning": 117, "initializing": 117, "Mon": 117, "sep": 117, "23": 117, "33": 117, "build_overview": 117, "camera_len": 117, "dem_decim": 117, "dem_euclidean_map": 117, "pressing": 117, "arrow": 117, "navigat": 117, "back": 117, "tail": 117, "gdalwarp": 117, "bound": 117, "gpkg": 117, "crop_to_cutlin": 117, "co": 117, "num_thread": 117, "bigtiff": 117, "if_saf": 117, "blockysiz": 117, "512": 117, "blockxsiz": 117, "predictor": 117, "gdal_cachemax": 117, "48": 117, "95": 117, "111567p": 117, "137473l": 117, "input": 117, "deep": 117, "exec": 117, "shel": 117, "root": 117, "logged": 117, "lament": 117, "excess": 117, "advantageous": 117, "terminated": 117, "carr": 117, "burden": 117, "storag": 117, "maciej": 117, "\u0142ebkowsk": 117, "excellent": 117, "sylab": 117, "laptop": 117, "hpc": 117, "university": 117, "company": 117, "anything": 117, "else": 117, "cach": 117, "director": 117, "images_d": 117, "path_to_image_d": 117, "basenam": 117, "path_to_output_director": 117, "mkdir": 117, "bind": 117, "writabl": 117, "tmpf": 117, "odm_latest": 117, "ivan": 117, "gayton": 117, "repo": 117, "effectively": 117, "fairly": 117, "powerful": 117, "answer": 117, "incom": 117, "constraint": 117, "solved": 117, "completely": 117, "reason": 117, "reducing": 117, "african": 117, "tricky": 117, "workabl": 117, "cloudodm": 117, "remotely": 117, "familiarity": 117, "unix": 117, "ssh": 117, "account": 117, "aw": 117, "slight": 117, "moderat": 117, "literacy": 117, "aren": 117, "savvy": 117, "willing": 117, "fuss": 117, "whol": 117, "targeted": 117, "someon": 117, "asap": 117, "emphasiz": 117, "transf": 117, "4gb": 117, "ll": 117, "month": 117, "actually": 117, "expens": 117, "downsiz": 117, "cheapest": 117, "dependency": 117, "compatibility": 117, "privileg": 117, "insanely": 117, "connecting": 117, "xxx": 117, "stand": 117, "ipv4": 117, "closely": 117, "usernam": 117, "docu": 117, "ahead": 117, "upgrad": 117, "isn": 117, "dangerously": 117, "stay": 117, "regular": 117, "abbreviated": 117, "environmental": 117, "bashrc": 117, "opened": 117, "nano": 117, "whatev": 117, "replac": 117, "pythonpath": 117, "superbuild": 117, "lib": 117, "python2": 117, "dist": 117, "packag": 117, "src": 117, "ld_library_path": 117, "readm": 117, "prevent": 117, "crash": 117, "wherein": 117, "differently": 117, "jargon": 117, "rul": 117, "thumb": 117, "seem": 117, "raw": 117, "got": 117, "100gb": 117, "1000gb": 117, "rid": 117, "capacity": 117, "mount": 117, "mnt": 117, "odmdat": 117, "push": 117, "onto": 117, "secur": 117, "scp": 117, "imagefold": 117, "recurs": 117, "remot": 117, "critical": 117, "myproject": 117, "specif": 117, "parent": 117, "confusingly": 117, "individual": 117, "calling": 117, "project_path": 117, "copied": 117, "spot": 117, "ancillary": 117, "folder": 117, "was": 117, "organized": 117, "incant": 117, "echo": 117, "cat": 117, "batch": 117, "though": 117, "shut": 117, "appropriately": 117, "monstrous": 117, "cpus": 117, "vcpus": 117, "192gb": 117, "hr": 117, "1000": 117, "wast": 117, "nohup": 117, "continu": 117, "alternately": 117, "gnu": 117, "session": 117, "won": 117, "interrupted": 117, "detach": 117, "unless": 117, "project_nam": 117, "weird": 117, "drop": 117, "copying": 117, "assum": 117, "fuck": 117, "literally": 117, "random": 117, "ignored": 117, "think": 117, "sensibly": 117, "omit": 117, "htop": 117, "sens": 117, "futur": 117, "spin": 117, "soon": 117, "inexpens": 117, "gdal": 117, "gdal_translat": 117, "ycbcr": 117, "gdal_tiff_internal_mask": 117, "extens": 117, "grab": 117, "compressed": 117, "gdaladdo": 117, "1024": 117, "archiv": 117, "tar": 117, "piec": 117, "mayb": 117, "zcvf": 117, "archivenam": 117, "activat": 117, "upper": 117, "corn": 117, "mod": 117, "managed": 117, "old": 117, "mid": 117, "handling": 117, "million": 117, "element": 117, "adjusted": 117, "implement": 117, "accentuat": 117, "shap": 117, "shad": 117, "enhanc": 117, "percept": 117, "scientific": 117, "visualiz": 117, "recognit": 117, "adjusting": 117, "strength": 117, "opacity": 117, "enabled": 117, "skybox": 117, "whit": 117, "splat": 117, "unload": 117, "consist": 117, "showing": 117, "hiding": 117, "terminat": 117, "tridimensional": 117, "formed": 117, "ended": 117, "highlight": 117, "selected": 117, "circl": 117, "circumferent": 117, "azimuth": 117, "azimuthal": 117, "measured": 117, "clockwis": 117, "geographical": 117, "north": 117, "forming": 117, "cub": 117, "relocat": 117, "redimens": 117, "handler": 117, "spher": 117, "profil": 117, "annot": 117, "highlighted": 117, "titl": 117, "clipped": 117, "contained": 117, "navigated": 117, "anchored": 117, "mous": 117, "horizontally": 117, "wheel": 117, "orbit": 117, "bird": 117, "keyboard": 117, "w": 117, "backward": 117, "axis": 117, "sliding": 117, "helicopt": 117, "aircraft": 117, "restricted": 117, "xy": 117, "restor": 117, "wirefram": 117, "compass": 117, "green": 117, "blu": 117, "play": 117, "arranged": 117, "six": 117, "ramp": 117, "customized": 117}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"alignment": [0, 72], "fil": [0, 105], "option": [1, 7, 103], "indiqu": 1, "3d": [2, 7, 113, 117], "til": [2, 60, 92], "align": [3, 77], "auto": [4, 5, 9], "boundary": [4, 5, 7], "what": [4, 7, 8, 9, 11, 103, 117], "is": [4, 7, 103, 117], "when": [4, 7, 8, 9, 11], "helpful": 4, "why": [4, 7, 8, 9, 11], "would": [4, 7, 8, 9, 11], "one": [4, 7, 8, 9, 11], "use": [4, 7, 8, 9, 11, 94, 95, 96, 97, 103], "exampl": [4, 7, 8, 9, 11], "imag": [4, 7, 8, 9, 11, 83, 106, 108, 109, 111, 117], "tru": [4, 7, 8, 11], "fals": [4, 7, 8, 11], "null": [4, 7, 8, 11], "distanc": 5, "bg": 6, "removal": [6, 75, 87], "geojson": 7, "appropriat": [7, 8, 9, 11], "how": [7, 103], "creat": 7, "io": 7, "new": 7, "creating": [7, 117], "a": [7, 9, 103, 110], "polygon": 7, "placing": 7, "vertic": 7, "completing": 7, "saving": 7, "downloading": [7, 117], "setting": [7, 105], "in": 7, "task": 7, "loaded": 7, "qgis": 7, "temporary": 7, "scratch": 7, "lai": 7, "geometry": 7, "typ": [7, 25, 34, 87], "adding": 7, "an": 7, "orthophoto": [7, 23, 43, 44, 45, 46, 47, 48, 73, 103, 113], "background": [7, 117], "polyon": 7, "featur": [7, 24, 25, 39], "toggl": 7, "editing": 7, "off": 7, "sav": 7, "chang": 7, "to": [7, 12, 67, 103, 117], "export": 7, "vector": 7, "As": 7, "point": [7, 105, 113, 117], "cloud": [7, 11], "digital": [7, 117], "elev": [7, 117], "model": [7, 9, 102, 113, 117], "textured": [7, 117], "mesh": [7, 37, 38], "build": [8, 103], "overview": 8, "are": [8, 9, 11, 103], "cam": [9, 10, 96, 117], "len": 9, "manual": 9, "select": 9, "particular": 9, "rectilinear": 9, "dat": [9, 85, 103, 117], "brown": 9, "fishey": 9, "perspect": 9, "spherical": 9, "cog": 11, "optimized": 11, "geotiff": [11, 103], "copy": 12, "crop": 13, "debug": 14, "dem": [15, 16, 17, 18], "decim": 15, "euclidean": 16, "map": 16, "gapfill": 17, "step": [17, 117], "resolu": [18, 19, 48, 101], "depthmap": 19, "dsm": [20, 113], "dtm": [21, 113], "end": 22, "with": [22, 109], "fast": 23, "quality": [24, 56, 117], "forc": 26, "gp": [26, 30], "gcp": [27, 105, 117], "geo": 28, "gltf": 29, "accuracy": [30, 117], "help": 31, "ignor": 32, "gsd": 32, "match": [33, 34], "neighbor": 33, "max": 35, "concurrency": 35, "merg": [36, 109], "octre": 37, "depth": 37, "siz": 38, "min": 39, "num": 39, "nam": 40, "no": [41, 46, 77], "gpu": [41, 103], "optimiz": 42, "disk": 42, "spac": 42, "compress": 43, "cutlin": 44, "kmz": 45, "tiled": 46, "png": 47, "pc": [49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60], "classify": 49, "copc": 50, "csv": 51, "ept": 52, "filt": 53, "geometric": [54, 59], "las": 55, "rectify": 57, "sampl": 58, "skip": [59, 71, 72, 73, 74, 89, 90], "primary": 61, "band": [61, 72], "project": [62, 117], "path": 62, "radiometric": 63, "calibr": 63, "rerun": [64, 65, 66], "all": [65, 103], "from": [66, 103, 117], "resiz": [67, 117], "rolling": [68, 69], "shutt": [68, 69], "readout": 69, "sfm": 70, "algorithm": 70, "3dmodel": 71, "report": 74, "sky": 75, "sm": [76, 77], "clust": [76, 109], "smrf": [78, 79, 80, 81], "scalar": 78, "slop": 79, "threshold": 80, "window": [81, 108], "split": [82, 83, 84, 109], "group": 83, "overlap": 84, "texturing": [85, 86, 87, 88, 89, 90, 91], "term": 85, "keep": 86, "unseen": 86, "fac": 86, "outli": 87, "singl": 88, "material": 88, "global": 89, "seam": [89, 90], "leveling": [89, 90], "local": [90, 109], "tone": 91, "mapping": 91, "tim": [93, 103], "3dmesh": 94, "exif": 95, "fixed": 96, "param": 96, "hybrid": 97, "bundl": 97, "adjustment": 97, "verbos": 98, "version": [99, 103], "video": [100, 101], "lim": 100, "comment": [102, 114], "contribu": 102, "forum": 102, "communaut": 102, "signal": 102, "bogu": 102, "soumiss": 102, "rapport": 102, "demand": [102, 114], "extract": 102, "frequently": 103, "asked": 103, "question": 103, "processing": [103, 117], "can": 103, "i": 103, "process": 103, "two": 103, "or": 103, "mor": 103, "stitch": 103, "them": 103, "togeth": 103, "the": [103, 109, 117], "softwar": 103, "not": 103, "using": [103, 117], "of": [103, 117], "my": 103, "cpu": 103, "cor": 103, "memory": 103, "it": [103, 117], "normal": 103, "if": 103, "nativ": 103, "allocat": 103, "resourc": 103, "for": [103, 105, 108, 117], "licensing": 103, "want": 103, "commercial": 103, "appliqu": 103, "that": [103, 117], "includ": 103, "odm": [103, 117], "do": 103, "need": 103, "licens": 103, "ther": 103, "other": [103, 117], "asid": 103, "agplv3": 103, "issu": 103, "your": 103, "comput": 103, "running": 103, "out": 103, "you": [103, 117], "conseil": 104, "vol": 104, "ground": 105, "control": 105, "recommended": 105, "practic": 105, "format": 105, "user": 105, "interfac": 105, "posm": 105, "gcpi": 105, "editor": 105, "pro": 105, "referent": 105, "fichi": 106, "g\u00e9olocalis": 106, "bienvenu": 107, "dan": 107, "document": 107, "opendronemap": [107, 113], "install": [108, 117], "pr\u00e9ambul": 108, "quickstart": 108, "recommend": 108, "mat\u00e9riel": [108, 112], "minimum": 108, "ram": 108, "needed": 108, "N": 108, "\u00e9tap": 108, "1": 108, "v\u00e9rif": 108, "si": 108, "virtualis": 108, "support": [108, 112, 116], "2": 108, "exigent": 108, "3": 108, "v\u00e9rifi": 108, "alloc": 108, "m\u00e9moir": 108, "processeur": 108, "4": 108, "t\u00e9l\u00e9charg": 108, "webodm": [108, 117], "lanc": 108, "macos": 108, "linux": 108, "ubuntu": 108, "debian": 108, "centos": 108, "rhel": 108, "fedor": 108, "arch": 108, "suppl\u00e9mentair": 108, "command": [108, 117], "bas": 108, "d\u00e9pannag": 108, "salut": 108, "En": 108, "cour": 108, "ex\u00e9cu": 108, "plus": 108, "machin": [108, 117], "splitting": 109, "larg": 109, "dataset": 109, "calibrat": 109, "distributed": 109, "getting": 109, "started": 109, "understanding": 109, "accessing": [109, 117], "log": [109, 113, 117], "autoscaling": 109, "clusterodm": 109, "limit": 109, "acknowledgment": 109, "pr\u00e9cis": 110, "cart": 110, "quoi": 110, "attendr": 110, "aspect": 110, "affect": 110, "r\u00e9f\u00e9rent": [110, 115], "utilis": [111, 112, 115], "masqu": 111, "multispectral": 112, "sent": 112, "agx710": 112, "sort": 113, "nuag": 113, "textur": 113, "list": 113, "tout": 113, "fonctionnal": 114, "additionnel": 115, "Pour": 115, "d\u00e9veloppeur": 115, "thermal": 116, "hardwar": 116, "usag": 116, "tutorial": 117, "high": 117, "orthophotos": 117, "calibrating": 117, "measuring": 117, "stockpil": 117, "volum": 117, "fieldwork": 117, "planning": 117, "flight": 117, "pattern": 117, "height": 117, "parameter": 117, "expected": 117, "dock": 117, "listing": 117, "instanc": 117, "lin": 117, "access": 117, "cleaning": 117, "up": 117, "after": 117, "singularity": 117, "sif": 117, "low": 117, "bandwidth": 117, "locat": 117, "this": 117, "and": 117, "who": 117, "prep": 117, "directory": 117, "structur": 117, "droplet": 117, "pull": 117, "pin": 117, "run": 117, "away": 117, "finish": 117, "assuming": 117, "surviv": 117, "long": 117, "potre": 117, "view": 117, "modul": 117, "appear": 117, "budget": 117, "field": 117, "eye": 117, "dom": 117, "lighting": 117, "tool": 117, "measur": 117, "clipping": 117, "navig": 117, "scen": 117}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.todo": 2, "sphinx": 57}, "alltitles": {"Alignment Files": [[0, "alignment-files"]], "Options et indicateurs": [[1, "options-and-flags"]], "3d-tiles": [[2, "d-tiles"]], "align": [[3, "align"]], "auto-boundary": [[4, "auto-boundary"]], "What Is Auto-Boundary?": [[4, "what-is-auto-boundary"]], "When Is Auto-Boundary Helpful?": [[4, "when-is-auto-boundary-helpful"]], "Why would one use auto-boundary?": [[4, "why-would-one-use-auto-boundary"]], "Example Images": [[4, "example-images"], [7, "example-images"], [8, "example-images"], [9, "example-images"], [11, "example-images"]], "True: --auto-boundary": [[4, "true-auto-boundary"]], "False: null": [[4, "false-null"], [7, "false-null"], [8, "false-null"], [11, "false-null"]], "auto-boundary-distance": [[5, "auto-boundary-distance"]], "bg-removal": [[6, "bg-removal"]], "boundary": [[7, "boundary"]], "What is Boundary [GeoJSON]?": [[7, "what-is-boundary-geojson"]], "When is Boundary [GeoJSON] appropriate?": [[7, "when-is-boundary-geojson-appropriate"]], "Why would one use Boundary [GeoJSON]?": [[7, "why-would-one-use-boundary-geojson"]], "How would one create Boundary [GeoJSON]?": [[7, "how-would-one-create-boundary-geojson"]], "GeoJSON.io": [[7, "geojson-io"]], "New GeoJSON": [[7, "new-geojson"]], "Creating A Polygon": [[7, "creating-a-polygon"]], "Placing Vertices": [[7, "placing-vertices"]], "Completing A Polygon": [[7, "completing-a-polygon"]], "Saving A Polygon": [[7, "saving-a-polygon"]], "Downloading A Polygon": [[7, "downloading-a-polygon"]], "Setting Boundary [GeoJSON] In Task Options": [[7, "setting-boundary-geojson-in-task-options"]], "Boundary [GeoJSON] Loaded In Task Options": [[7, "boundary-geojson-loaded-in-task-options"]], "QGIS": [[7, "qgis"]], "Creating A New Temporary Scratch Layer": [[7, "creating-a-new-temporary-scratch-layer"]], "New Temporary Scratch Layer Geometry Type": [[7, "new-temporary-scratch-layer-geometry-type"]], "New Temporary Scratch Layer Settings": [[7, "new-temporary-scratch-layer-settings"]], "Adding an Orthophoto Background": [[7, "adding-an-orthophoto-background"]], "Adding A Polyon Feature": [[7, "adding-a-polyon-feature"]], "Toggle Editing Off": [[7, "toggle-editing-off"]], "Save Changes To Temporary Scratch Layer": [[7, "save-changes-to-temporary-scratch-layer"]], "Export Temporary Scratch Layer Features": [[7, "export-temporary-scratch-layer-features"]], "Save Vector Layer As": [[7, "save-vector-layer-as"]], "True: --boundary [GeoJSON] - Point Cloud": [[7, "true-boundary-geojson-point-cloud"]], "True: --boundary [GeoJSON] - Orthophoto": [[7, "true-boundary-geojson-orthophoto"]], "True: --boundary [GeoJSON] - Digital Elevation Model": [[7, "true-boundary-geojson-digital-elevation-model"]], "True: --boundary [GeoJSON] - 3D Model/Textured Mesh": [[7, "true-boundary-geojson-3d-model-textured-mesh"]], "build-overviews": [[8, "build-overviews"]], "What Are Overviews?": [[8, "what-are-overviews"]], "When are Overviews appropriate?": [[8, "when-are-overviews-appropriate"]], "Why would one use Overviews?": [[8, "why-would-one-use-overviews"]], "True: --build-overviews": [[8, "true-build-overviews"]], "camera-lens": [[9, "camera-lens"]], "What Are Camera Lens Models?": [[9, "what-are-camera-lens-models"]], "When are manual selections appropriate?": [[9, "when-are-manual-selections-appropriate"]], "Why would one use a particular Camera Lens Model?": [[9, "why-would-one-use-a-particular-camera-lens-model"]], "auto : Rectilinear Data": [[9, "auto-rectilinear-data"]], "brown : Rectilinear Data": [[9, "brown-rectilinear-data"]], "fisheye : Rectilinear Data": [[9, "fisheye-rectilinear-data"]], "perspective : Rectilinear Data": [[9, "perspective-rectilinear-data"]], "spherical : Rectilinear Data": [[9, "spherical-rectilinear-data"]], "cameras": [[10, "cameras"]], "cog": [[11, "cog"]], "What Are Cloud Optimized GeoTIFFs (COGs)?": [[11, "what-are-cloud-optimized-geotiffs-cogs"]], "When are COGs appropriate?": [[11, "when-are-cogs-appropriate"]], "Why would one use COGs?": [[11, "why-would-one-use-cogs"]], "True: --cog": [[11, "true-cog"]], "copy-to": [[12, "copy-to"]], "crop": [[13, "crop"]], "debug": [[14, "debug"]], "dem-decimation": [[15, "dem-decimation"]], "dem-euclidean-map": [[16, "dem-euclidean-map"]], "dem-gapfill-steps": [[17, "dem-gapfill-steps"]], "dem-resolution": [[18, "dem-resolution"]], "depthmap-resolution": [[19, "depthmap-resolution"]], "dsm": [[20, "dsm"]], "dtm": [[21, "dtm"]], "end-with": [[22, "end-with"]], "fast-orthophoto": [[23, "fast-orthophoto"]], "feature-quality": [[24, "feature-quality"]], "feature-type": [[25, "feature-type"]], "force-gps": [[26, "force-gps"]], "gcp": [[27, "gcp"]], "geo": [[28, "geo"]], "gltf": [[29, "gltf"]], "gps-accuracy": [[30, "gps-accuracy"]], "help": [[31, "help"]], "ignore-gsd": [[32, "ignore-gsd"]], "matcher-neighbors": [[33, "matcher-neighbors"]], "matcher-type": [[34, "matcher-type"]], "max-concurrency": [[35, "max-concurrency"]], "merge": [[36, "merge"]], "mesh-octree-depth": [[37, "mesh-octree-depth"]], "mesh-size": [[38, "mesh-size"]], "min-num-features": [[39, "min-num-features"]], "name": [[40, "name"]], "no-gpu": [[41, "no-gpu"]], "optimize-disk-space": [[42, "optimize-disk-space"]], "orthophoto-compression": [[43, "orthophoto-compression"]], "orthophoto-cutline": [[44, "orthophoto-cutline"]], "orthophoto-kmz": [[45, "orthophoto-kmz"]], "orthophoto-no-tiled": [[46, "orthophoto-no-tiled"]], "orthophoto-png": [[47, "orthophoto-png"]], "orthophoto-resolution": [[48, "orthophoto-resolution"]], "pc-classify": [[49, "pc-classify"]], "pc-copc": [[50, "pc-copc"]], "pc-csv": [[51, "pc-csv"]], "pc-ept": [[52, "pc-ept"]], "pc-filter": [[53, "pc-filter"]], "pc-geometric": [[54, "pc-geometric"]], "pc-las": [[55, "pc-las"]], "pc-quality": [[56, "pc-quality"]], "pc-rectify": [[57, "pc-rectify"]], "pc-sample": [[58, "pc-sample"]], "pc-skip-geometric": [[59, "pc-skip-geometric"]], "pc-tile": [[60, "pc-tile"]], "primary-band": [[61, "primary-band"]], "project-path": [[62, "project-path"]], "radiometric-calibration": [[63, "radiometric-calibration"]], "rerun": [[64, "rerun"]], "rerun-all": [[65, "rerun-all"]], "rerun-from": [[66, "rerun-from"]], "resize-to": [[67, "resize-to"]], "rolling-shutter": [[68, "rolling-shutter"]], "rolling-shutter-readout": [[69, "rolling-shutter-readout"]], "sfm-algorithm": [[70, "sfm-algorithm"]], "skip-3dmodel": [[71, "skip-3dmodel"]], "skip-band-alignment": [[72, "skip-band-alignment"]], "skip-orthophoto": [[73, "skip-orthophoto"]], "skip-report": [[74, "skip-report"]], "sky-removal": [[75, "sky-removal"]], "sm-cluster": [[76, "sm-cluster"]], "sm-no-align": [[77, "sm-no-align"]], "smrf-scalar": [[78, "smrf-scalar"]], "smrf-slope": [[79, "smrf-slope"]], "smrf-threshold": [[80, "smrf-threshold"]], "smrf-window": [[81, "smrf-window"]], "split": [[82, "split"]], "split-image-groups": [[83, "split-image-groups"]], "split-overlap": [[84, "split-overlap"]], "texturing-data-term": [[85, "texturing-data-term"]], "texturing-keep-unseen-faces": [[86, "texturing-keep-unseen-faces"]], "texturing-outlier-removal-type": [[87, "texturing-outlier-removal-type"]], "texturing-single-material": [[88, "texturing-single-material"]], "texturing-skip-global-seam-leveling": [[89, "texturing-skip-global-seam-leveling"]], "texturing-skip-local-seam-leveling": [[90, "texturing-skip-local-seam-leveling"]], "texturing-tone-mapping": [[91, "texturing-tone-mapping"]], "tiles": [[92, "tiles"]], "time": [[93, "time"]], "use-3dmesh": [[94, "use-3dmesh"]], "use-exif": [[95, "use-exif"]], "use-fixed-camera-params": [[96, "use-fixed-camera-params"]], "use-hybrid-bundle-adjustment": [[97, "use-hybrid-bundle-adjustment"]], "verbose": [[98, "verbose"]], "version": [[99, "version"]], "video-limit": [[100, "video-limit"]], "video-resolution": [[101, "video-resolution"]], "Comment contribuer": [[102, "how-to-contribute"]], "Forum de la communaut\u00e9": [[102, "community-forum"]], "Signaler des bogues": [[102, "reporting-bugs"]], "Mod\u00e8le de soumission de rapports de bogues": [[102, "template-for-submitting-bug-reports"]], "Demande d\u2019extraction": [[102, "pull-requests"]], "Frequently Asked Questions": [[103, "frequently-asked-questions"]], "Data Processing": [[103, "data-processing"]], "Can I process two or more orthophoto GeoTIFFs to stitch them together?": [[103, "can-i-process-two-or-more-orthophoto-geotiffs-to-stitch-them-together"]], "The software is not using all of my CPU cores / memory / GPU all of the times. Is it normal?": [[103, "the-software-is-not-using-all-of-my-cpu-cores-memory-gpu-all-of-the-times-is-it-normal"]], "If I use the native version of the software, how can I allocate more resources for processing?": [[103, "if-i-use-the-native-version-of-the-software-how-can-i-allocate-more-resources-for-processing"]], "Licensing": [[103, "licensing"]], "I want to build a commercial application that includes ODM. Do I need a commercial license?": [[103, "i-want-to-build-a-commercial-application-that-includes-odm-do-i-need-a-commercial-license"]], "Are there other licensing options aside from the AGPLv3?": [[103, "are-there-other-licensing-options-aside-from-the-agplv3"]], "Memory issues": [[103, "memory-issues"]], "Your computer is running out of memory, what can you do?": [[103, "your-computer-is-running-out-of-memory-what-can-you-do"]], "Conseils de vol": [[104, "flying-tips"]], "Ground Control Points": [[105, "ground-control-points"]], "Recommended practices for GCP setting": [[105, "recommended-practices-for-gcp-setting"]], "GCP file format": [[105, "gcp-file-format"]], "User Interfaces": [[105, "user-interfaces"]], "POSM GCPi": [[105, "id1"]], "GCP Editor Pro": [[105, "id2"]], "References": [[105, "references"]], "Fichiers de g\u00e9olocalisation d\u2019images": [[106, "image-geolocation-files"]], "Bienvenue dans la documentation d\u2019OpenDroneMap": [[107, "welcome-to-opendronemap-s-documentation"]], "Installation et Pr\u00e9ambule": [[108, "installation-and-getting-started"]], "Quickstart": [[108, "quickstart"]], "Recommendations en mat\u00e9riel": [[108, "hardware-recommendations"]], "Minimum RAM needed for N images": [[108, "id4"]], "Installation": [[108, "installation"]], "Windows": [[108, "windows"]], "\u00c9tape 1. V\u00e9rifiez si la virtualisation est support\u00e9e": [[108, "step-1-check-virtualization-support"], [108, "id1"]], "\u00c9tape 2. Exigences d\u2019installation": [[108, "step-2-install-requirements"], [108, "id2"]], "\u00c9tape 3. V\u00e9rifier l\u2019allocation de la m\u00e9moire et du processeur": [[108, "step-3-check-memory-and-cpu-allocation"], [108, "id3"]], "\u00c9tape 4. T\u00e9l\u00e9charger WebODM": [[108, "step-4-download-webodm"]], "\u00c9tape 4. Lancer WebODM": [[108, "step-4-launch-webodm"]], "macOS": [[108, "macos"]], "\u00c9tape 4. T\u00e9l\u00e9chargez et lancez WebODM": [[108, "step-4-download-and-launch-webodm"]], "Linux": [[108, "linux"]], "\u00c9tape 1. Exigences d\u2019installation": [[108, "step-1-install-requirements"]], "Installer sur Ubuntu / Debian": [[108, "install-on-ubuntu-debian"]], "Installer sur CentOS / RHEL": [[108, "install-on-centos-rhel"]], "Installer sur Fedora": [[108, "install-on-fedora"]], "Installer sur Arch": [[108, "install-on-arch"]], "\u00c9tape 2. V\u00e9rifier les exigences suppl\u00e9mentaires": [[108, "step-2-check-additional-requirements"]], "\u00c9tape 3. T\u00e9l\u00e9charger et lancer WebODM": [[108, "step-3-download-and-launch-webodm"]], "Commandes de base et d\u00e9pannage": [[108, "basic-commands-and-troubleshooting"]], "Salut, WebODM!": [[108, "hello-webodm"]], "En cours d\u2019ex\u00e9cution sur plus d\u2019une machine": [[108, "running-on-more-than-one-machine"]], "Splitting Large Datasets": [[109, "splitting-large-datasets"]], "Calibrate images": [[109, "calibrate-images"]], "Local Split-Merge": [[109, "local-split-merge"]], "Distributed Split-Merge": [[109, "distributed-split-merge"]], "Getting Started with Distributed Split-Merge": [[109, "getting-started-with-distributed-split-merge"]], "Understanding the Cluster": [[109, "understanding-the-cluster"]], "Accessing the Logs": [[109, "accessing-the-logs"]], "Autoscaling ClusterODM": [[109, "autoscaling-clusterodm"]], "Limitations": [[109, "limitations"]], "Acknowledgments": [[109, "acknowledgments"]], "Pr\u00e9cision de la carte": [[110, "map-accuracy"]], "A quoi s\u2019attendre": [[110, "what-to-expect"]], "Aspects affectant la pr\u00e9cision de la carte": [[110, "aspects-impacting-map-accuracy"]], "R\u00e9f\u00e9rences": [[110, "references"]], "Utiliser les images masque": [[111, "using-image-masks"]], "Support Multispectral": [[112, "multispectral-support"]], "Mat\u00e9riel": [[112, "hardware"]], "Utilisation": [[112, "usage"]], "Sentera AGX710": [[112, "sentera-agx710"]], "Sorties OpenDroneMap": [[113, "opendronemap-outputs"]], "Nuage de points": [[113, "point-cloud"]], "Mod\u00e8le textur\u00e9 3D": [[113, "d-textured-model"]], "Orthophoto": [[113, "orthophoto"]], "DTM/DSM": [[113, "dtm-dsm"]], "Logs": [[113, "logs"]], "Liste de toutes les sorties": [[113, "list-of-all-outputs"]], "Comment demander des fonctionnalit\u00e9s": [[114, "how-to-request-features"]], "R\u00e9f\u00e9rences Additionnelles": [[115, "additional-references"]], "Pour Utilisateurs": [[115, "for-users"]], "Pour les D\u00e9veloppeurs": [[115, "for-developers"]], "Thermal Support": [[116, "thermal-support"]], "Hardware": [[116, "hardware"]], "Usage": [[116, "usage"]], "Tutorials": [[117, "tutorials"]], "Creating High Quality Orthophotos": [[117, "creating-high-quality-orthophotos"]], "Calibrating the Camera": [[117, "calibrating-the-camera"]], "Creating Digital Elevation Models": [[117, "creating-digital-elevation-models"]], "Measuring stockpile volume": [[117, "measuring-stockpile-volume"]], "Fieldwork planning": [[117, "fieldwork-planning"]], "Flight pattern": [[117, "flight-pattern"]], "Flight height": [[117, "flight-height"]], "GCPs": [[117, "gcps"]], "Processing parameters": [[117, "processing-parameters"]], "Measuring": [[117, "measuring"]], "Expected accuracy": [[117, "expected-accuracy"]], "Using Docker": [[117, "using-docker"]], "Listing Docker Machines": [[117, "listing-docker-machines"]], "Accessing logs on the instance": [[117, "accessing-logs-on-the-instance"]], "Command line access to instances": [[117, "command-line-access-to-instances"]], "Cleaning up after Docker": [[117, "cleaning-up-after-docker"]], "Using Singularity": [[117, "using-singularity"]], "Downloading image": [[117, "downloading-image"]], "Using Singularity SIF image": [[117, "using-singularity-sif-image"]], "Using ODM from low-bandwidth location": [[117, "using-odm-from-low-bandwidth-location"]], "What is this and who is it for?": [[117, "what-is-this-and-who-is-it-for"]], "Steps": [[117, "steps"]], "Install": [[117, "install"]], "Prep data and project": [[117, "prep-data-and-project"]], "Directory structure": [[117, "directory-structure"]], "Resize droplet, pull pin, run away": [[117, "resize-droplet-pull-pin-run-away"]], "After it finishes (assuming you survive that long)": [[117, "after-it-finishes-assuming-you-survive-that-long"]], "Using Potree 3D viewer module on WebODM": [[117, "using-potree-3d-viewer-module-on-webodm"]], "Cameras": [[117, "cameras"]], "Textured model": [[117, "textured-model"]], "Appearance": [[117, "appearance"]], "Point budget": [[117, "point-budget"]], "Field of view": [[117, "field-of-view"]], "Eye Dome-lighting": [[117, "eye-dome-lighting"]], "Background": [[117, "background"]], "Other": [[117, "other"]], "Tools": [[117, "tools"]], "Measurement": [[117, "measurement"]], "Clipping": [[117, "clipping"]], "Navigation": [[117, "navigation"]], "Scene": [[117, "scene"]]}, "indexentries": {}}) \ No newline at end of file +Search.setIndex({"docnames": ["align", "arguments", "arguments/3d-tiles", "arguments/align", "arguments/auto-boundary", "arguments/auto-boundary-distance", "arguments/bg-removal", "arguments/boundary", "arguments/build-overviews", "arguments/camera-lens", "arguments/cameras", "arguments/cog", "arguments/copy-to", "arguments/crop", "arguments/debug", "arguments/dem-decimation", "arguments/dem-euclidean-map", "arguments/dem-gapfill-steps", "arguments/dem-resolution", "arguments/depthmap-resolution", "arguments/dsm", "arguments/dtm", "arguments/end-with", "arguments/fast-orthophoto", "arguments/feature-quality", "arguments/feature-type", "arguments/force-gps", "arguments/gcp", "arguments/geo", "arguments/gltf", "arguments/gps-accuracy", "arguments/help", "arguments/ignore-gsd", "arguments/matcher-neighbors", "arguments/matcher-type", "arguments/max-concurrency", "arguments/merge", "arguments/mesh-octree-depth", "arguments/mesh-size", "arguments/min-num-features", "arguments/name", "arguments/no-gpu", "arguments/optimize-disk-space", "arguments/orthophoto-compression", "arguments/orthophoto-cutline", "arguments/orthophoto-kmz", "arguments/orthophoto-no-tiled", "arguments/orthophoto-png", "arguments/orthophoto-resolution", "arguments/pc-classify", "arguments/pc-copc", "arguments/pc-csv", "arguments/pc-ept", "arguments/pc-filter", "arguments/pc-geometric", "arguments/pc-las", "arguments/pc-quality", "arguments/pc-rectify", "arguments/pc-sample", "arguments/pc-skip-geometric", "arguments/pc-tile", "arguments/primary-band", "arguments/project-path", "arguments/radiometric-calibration", "arguments/rerun", "arguments/rerun-all", "arguments/rerun-from", "arguments/resize-to", "arguments/rolling-shutter", "arguments/rolling-shutter-readout", "arguments/sfm-algorithm", "arguments/skip-3dmodel", "arguments/skip-band-alignment", "arguments/skip-orthophoto", "arguments/skip-report", "arguments/sky-removal", "arguments/sm-cluster", "arguments/sm-no-align", "arguments/smrf-scalar", "arguments/smrf-slope", "arguments/smrf-threshold", "arguments/smrf-window", "arguments/split", "arguments/split-image-groups", "arguments/split-overlap", "arguments/texturing-data-term", "arguments/texturing-keep-unseen-faces", "arguments/texturing-outlier-removal-type", "arguments/texturing-single-material", "arguments/texturing-skip-global-seam-leveling", "arguments/texturing-skip-local-seam-leveling", "arguments/texturing-tone-mapping", "arguments/tiles", "arguments/time", "arguments/use-3dmesh", "arguments/use-exif", "arguments/use-fixed-camera-params", "arguments/use-hybrid-bundle-adjustment", "arguments/verbose", "arguments/version", "arguments/video-limit", "arguments/video-resolution", "contributing", "faq", "flying", "gcp", "geo", "index", "installation", "large", "map-accuracy", "masks", "multispectral", "outputs", "requesting-features", "resources", "thermal", "tutorials"], "filenames": ["align.rst", "arguments.rst", "arguments/3d-tiles.rst", "arguments/align.rst", "arguments/auto-boundary.rst", "arguments/auto-boundary-distance.rst", "arguments/bg-removal.rst", "arguments/boundary.rst", "arguments/build-overviews.rst", "arguments/camera-lens.rst", "arguments/cameras.rst", "arguments/cog.rst", "arguments/copy-to.rst", "arguments/crop.rst", "arguments/debug.rst", "arguments/dem-decimation.rst", "arguments/dem-euclidean-map.rst", "arguments/dem-gapfill-steps.rst", "arguments/dem-resolution.rst", "arguments/depthmap-resolution.rst", "arguments/dsm.rst", "arguments/dtm.rst", "arguments/end-with.rst", "arguments/fast-orthophoto.rst", "arguments/feature-quality.rst", "arguments/feature-type.rst", "arguments/force-gps.rst", "arguments/gcp.rst", "arguments/geo.rst", "arguments/gltf.rst", "arguments/gps-accuracy.rst", "arguments/help.rst", "arguments/ignore-gsd.rst", "arguments/matcher-neighbors.rst", "arguments/matcher-type.rst", "arguments/max-concurrency.rst", "arguments/merge.rst", "arguments/mesh-octree-depth.rst", "arguments/mesh-size.rst", "arguments/min-num-features.rst", "arguments/name.rst", "arguments/no-gpu.rst", "arguments/optimize-disk-space.rst", "arguments/orthophoto-compression.rst", "arguments/orthophoto-cutline.rst", "arguments/orthophoto-kmz.rst", "arguments/orthophoto-no-tiled.rst", "arguments/orthophoto-png.rst", "arguments/orthophoto-resolution.rst", "arguments/pc-classify.rst", "arguments/pc-copc.rst", "arguments/pc-csv.rst", "arguments/pc-ept.rst", "arguments/pc-filter.rst", "arguments/pc-geometric.rst", "arguments/pc-las.rst", "arguments/pc-quality.rst", "arguments/pc-rectify.rst", "arguments/pc-sample.rst", "arguments/pc-skip-geometric.rst", "arguments/pc-tile.rst", "arguments/primary-band.rst", "arguments/project-path.rst", "arguments/radiometric-calibration.rst", "arguments/rerun.rst", "arguments/rerun-all.rst", "arguments/rerun-from.rst", "arguments/resize-to.rst", "arguments/rolling-shutter.rst", "arguments/rolling-shutter-readout.rst", "arguments/sfm-algorithm.rst", "arguments/skip-3dmodel.rst", "arguments/skip-band-alignment.rst", "arguments/skip-orthophoto.rst", "arguments/skip-report.rst", "arguments/sky-removal.rst", "arguments/sm-cluster.rst", "arguments/sm-no-align.rst", "arguments/smrf-scalar.rst", "arguments/smrf-slope.rst", "arguments/smrf-threshold.rst", "arguments/smrf-window.rst", "arguments/split.rst", "arguments/split-image-groups.rst", "arguments/split-overlap.rst", "arguments/texturing-data-term.rst", "arguments/texturing-keep-unseen-faces.rst", "arguments/texturing-outlier-removal-type.rst", "arguments/texturing-single-material.rst", "arguments/texturing-skip-global-seam-leveling.rst", "arguments/texturing-skip-local-seam-leveling.rst", "arguments/texturing-tone-mapping.rst", "arguments/tiles.rst", "arguments/time.rst", "arguments/use-3dmesh.rst", "arguments/use-exif.rst", "arguments/use-fixed-camera-params.rst", "arguments/use-hybrid-bundle-adjustment.rst", "arguments/verbose.rst", "arguments/version.rst", "arguments/video-limit.rst", "arguments/video-resolution.rst", "contributing.rst", "faq.rst", "flying.rst", "gcp.rst", "geo.rst", "index.rst", "installation.rst", "large.rst", "map-accuracy.rst", "masks.rst", "multispectral.rst", "outputs.rst", "requesting-features.rst", "resources.rst", "thermal.rst", "tutorials.rst"], "titles": ["Alignment Files", "Options et indicateurs", "3d-tiles", "align", "auto-boundary", "auto-boundary-distance", "bg-removal", "boundary", "build-overviews", "camera-lens", "cameras", "cog", "copy-to", "crop", "debug", "dem-decimation", "dem-euclidean-map", "dem-gapfill-steps", "dem-resolution", "depthmap-resolution", "dsm", "dtm", "end-with", "fast-orthophoto", "feature-quality", "feature-type", "force-gps", "gcp", "geo", "gltf", "gps-accuracy", "help", "ignore-gsd", "matcher-neighbors", "matcher-type", "max-concurrency", "merge", "mesh-octree-depth", "mesh-size", "min-num-features", "name", "no-gpu", "optimize-disk-space", "orthophoto-compression", "orthophoto-cutline", "orthophoto-kmz", "orthophoto-no-tiled", "orthophoto-png", "orthophoto-resolution", "pc-classify", "pc-copc", "pc-csv", "pc-ept", "pc-filter", "pc-geometric", "pc-las", "pc-quality", "pc-rectify", "pc-sample", "pc-skip-geometric", "pc-tile", "primary-band", "project-path", "radiometric-calibration", "rerun", "rerun-all", "rerun-from", "resize-to", "rolling-shutter", "rolling-shutter-readout", "sfm-algorithm", "skip-3dmodel", "skip-band-alignment", "skip-orthophoto", "skip-report", "sky-removal", "sm-cluster", "sm-no-align", "smrf-scalar", "smrf-slope", "smrf-threshold", "smrf-window", "split", "split-image-groups", "split-overlap", "texturing-data-term", "texturing-keep-unseen-faces", "texturing-outlier-removal-type", "texturing-single-material", "texturing-skip-global-seam-leveling", "texturing-skip-local-seam-leveling", "texturing-tone-mapping", "tiles", "time", "use-3dmesh", "use-exif", "use-fixed-camera-params", "use-hybrid-bundle-adjustment", "verbose", "version", "video-limit", "video-resolution", "Comment contribuer", "Frequently Asked Questions", "Conseils de vol", "Ground Control Points", "Fichiers de g\u00e9olocalisation d\u2019images", "Bienvenue dans la documentation d\u2019OpenDroneMap", "Installation et Pr\u00e9ambule", "Splitting Large Datasets", "Pr\u00e9cision de la carte", "Utiliser les images masque", "Support Multispectral", "Sorties OpenDroneMap", "Comment demander des fonctionnalit\u00e9s", "R\u00e9f\u00e9rences Additionnelles", "Thermal Support", "Tutorials"], "terms": {"georeferencing": [0, 1, 27, 28, 95, 105, 109, 113], "by": [0, 1, 4, 7, 8, 9, 11, 13, 19, 33, 36, 48, 49, 53, 54, 56, 58, 59, 60, 67, 105, 109, 112, 113, 116, 117], "default": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 105, 108, 117], "is": [0, 1, 8, 9, 11, 15, 18, 26, 32, 34, 35, 48, 61, 63, 77, 84, 94, 104, 105, 107, 108, 109, 112, 113, 114, 116], "don": [0, 1, 28, 42, 74, 84, 102, 104, 106, 108, 110, 112, 113, 114, 117], "using": [0, 1, 4, 6, 7, 17, 20, 21, 69, 75, 105, 107, 109, 110, 112, 116], "gp": [0, 1, 33, 70, 77, 105, 106, 107, 110], "or": [0, 1, 3, 4, 7, 8, 9, 10, 11, 27, 28, 34, 39, 60, 73, 85, 91, 92, 96, 102, 105, 107, 108, 109, 114, 116, 117], "gcp": [0, 1, 26, 95, 107, 109, 110], "if": [0, 1, 4, 7, 23, 26, 28, 30, 41, 45, 46, 47, 60, 63, 68, 70, 71, 72, 73, 74, 77, 95, 105, 107, 108, 109, 114, 117], "provided": [0, 109, 117], "starting": [0, 17, 109, 117], "from": [0, 1, 4, 7, 9, 10, 11, 16, 23, 42, 53, 70, 100, 105, 107, 108, 112, 116], "odm": [0, 1, 72, 102, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116], "3": [0, 1, 13, 17, 102, 105, 107, 109, 110, 117], "0": [0, 1, 5, 13, 17, 28, 33, 48, 53, 58, 69, 79, 80, 81, 100, 103, 105, 106, 108, 109, 111, 112, 117], "2": [0, 1, 35, 53, 94, 102, 105, 106, 107, 109, 110, 111, 115, 117], "peopl": [0, 117], "can": [0, 1, 4, 7, 9, 10, 11, 16, 28, 30, 32, 34, 39, 44, 49, 54, 58, 61, 68, 70, 71, 73, 74, 91, 96, 102, 105, 107, 109, 114, 115, 116, 117], "supply": [0, 105], "a": [0, 1, 3, 4, 5, 8, 10, 11, 13, 17, 20, 21, 23, 30, 36, 44, 45, 46, 47, 48, 56, 58, 61, 63, 68, 71, 74, 76, 82, 84, 88, 93, 94, 95, 96, 97, 102, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 116, 117], "referent": [0, 107, 109, 117], "to": [0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 105, 107, 108, 109, 112, 113, 114, 116], "georeferent": 0, "the": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 15, 16, 17, 18, 19, 20, 21, 23, 25, 27, 28, 30, 32, 33, 35, 36, 37, 38, 39, 42, 43, 44, 45, 47, 48, 49, 50, 51, 52, 53, 54, 55, 57, 58, 59, 60, 61, 62, 63, 65, 67, 68, 69, 70, 72, 73, 75, 82, 83, 84, 85, 86, 90, 94, 95, 97, 98, 101, 102, 105, 107, 108, 110, 112, 113, 114, 115, 116], "program": [0, 8, 11, 103, 117], "output": [0, 1, 2, 3, 7, 12, 13, 17, 32, 36, 38, 49, 58, 101, 109, 113, 117], "reconstruct": [0, 1, 3, 4, 7, 9, 23, 26, 30, 37, 39, 61, 97, 110, 111, 113], "will": [0, 4, 7, 8, 9, 11, 30, 57, 61, 63, 67, 72, 103, 105, 109, 116, 117], "be": [0, 1, 3, 7, 8, 9, 10, 11, 16, 30, 39, 42, 44, 57, 58, 59, 61, 70, 83, 91, 96, 102, 103, 105, 109, 112, 113, 114, 116, 117], "initially": 0, "performed": [0, 117], "and": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 105, 107, 108, 109, 110, 111, 112, 113, 114, 116], "subsequently": 0, "aligned": [0, 1, 3, 72], "model": [0, 1, 20, 21, 23, 29, 71, 107, 108, 109, 110], "vi": [0, 1, 9, 11, 63, 107, 108, 109, 117], "linear": [0, 117], "scaling": [0, 109, 117], "rotat": [0, 117], "shift": 0, "oper": [0, 117], "you": [0, 1, 4, 7, 9, 23, 26, 28, 30, 45, 46, 47, 49, 60, 61, 63, 68, 71, 73, 74, 95, 105, 107, 108, 109, 114, 116], "called": [0, 105, 109, 117], "align": [0, 1, 72, 107, 114], "laz": [0, 1, 3, 113], "las": [0, 1, 3, 107, 117], "tif": [0, 111, 112, 113, 117], "singl": [0, 1, 7, 29, 58, 105, 107, 117], "band": [0, 1, 107, 112, 117], "geotiff": [0, 1, 3, 8, 46, 107, 113], "dem": [0, 1, 3, 20, 21, 36, 49, 71, 73, 92, 107, 109, 117], "then": [0, 7, 8, 17, 105, 109, 117], "automatically": [0, 1, 3, 4, 5, 6, 9, 13, 30, 72, 75, 105, 109, 117], "detect": [0, 9, 105, 117], "it": [0, 1, 4, 7, 8, 9, 11, 23, 30, 32, 41, 61, 105, 107, 108, 109, 114], "attempt": [0, 1], "this": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 103, 105, 107, 109, 112, 114, 116], "has": [0, 1, 7, 8, 11, 61, 68, 105, 109, 116, 117], "anoth": [0, 9, 10, 103, 105, 117], "nam": [0, 1, 7, 61, 102, 105, 107, 109, 112, 117], "specify": [0, 1, 5, 61, 105, 117], "path": [0, 1, 3, 7, 10, 12, 27, 28, 83, 102, 105, 106, 107, 108, 109, 117], "must": [0, 11, 105, 109], "created": [0, 7, 105, 117], "in": [0, 1, 4, 8, 9, 11, 15, 18, 30, 32, 35, 36, 37, 48, 50, 51, 52, 54, 55, 56, 58, 59, 61, 63, 68, 69, 76, 77, 86, 94, 101, 102, 103, 104, 105, 107, 108, 109, 112, 113, 117], "bas": [0, 105, 107, 110, 112, 117], "of": [0, 1, 4, 5, 7, 8, 9, 10, 11, 15, 17, 19, 30, 32, 34, 35, 38, 39, 40, 44, 45, 47, 49, 54, 56, 58, 59, 61, 63, 68, 69, 71, 73, 74, 77, 82, 84, 87, 88, 89, 90, 91, 94, 100, 101, 102, 105, 107, 108, 109, 110, 113, 114, 115, 116], "your": [0, 1, 7, 9, 30, 60, 62, 69, 105, 107, 108, 109, 114, 117], "project": [0, 1, 9, 40, 102, 104, 105, 106, 107, 108, 109, 113], "fold": [0, 1, 12, 40, 62, 105, 108, 109, 112, 117], "learn": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 103, 105, 109, 116, 117], "edit": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 103, 105, 109, 116, 117], "help": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 103, 105, 107, 108, 109, 114, 116, 117], "improv": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 103, 105, 109, 116, 117], "pag": [0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "3d": [1, 4, 23, 71, 73, 85, 94, 104, 107, 109], "til": [1, 8, 11, 52, 105, 107], "generat": [1, 2, 7, 23, 24, 29, 44, 45, 47, 56, 70, 88, 92, 93, 116, 117], "ogc": [1, 2], "fals": [1, 2, 6, 14, 16, 20, 21, 23, 26, 29, 32, 41, 42, 44, 45, 46, 47, 49, 50, 51, 52, 54, 55, 57, 59, 60, 68, 71, 72, 73, 74, 75, 77, 86, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 107, 117], "string": [1, 3, 7, 9, 10, 27, 28, 61, 76, 83, 105], "point": [1, 3, 9, 15, 19, 27, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 107, 109, 110, 115], "cloud": [1, 3, 4, 9, 19, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 107, 109, 113, 117], "that": [1, 3, 4, 7, 8, 9, 11, 16, 18, 42, 44, 48, 53, 57, 61, 69, 82, 83, 84, 85, 86, 88, 92, 96, 105, 107, 108, 109, 114], "should": [1, 3, 7, 9, 11, 62, 63, 82, 83, 105, 109, 112, 114, 117], "experimental": [1, 3, 6, 60, 63, 75, 117], "non": [1, 3, 4, 7, 8, 9, 11, 27, 28, 43, 63, 76, 83, 87, 91, 103, 108, 113, 117], "auto": [1, 7, 61, 107, 109, 112, 117], "boundary": [1, 107, 112], "set": [1, 4, 5, 9, 17, 24, 28, 30, 33, 43, 45, 46, 47, 53, 56, 58, 60, 63, 67, 69, 100, 105, 114, 117], "cam": [1, 4, 5, 28, 63, 68, 69, 70, 86, 103, 104, 105, 107, 113, 114, 116], "shot": [1, 4, 5], "locat": [1, 4, 5, 7, 105, 107, 108], "lim": [1, 4, 7, 58, 107], "are": [1, 4, 7, 16, 17, 26, 30, 36, 37, 39, 44, 63, 69, 70, 72, 82, 84, 85, 86, 92, 94, 96, 105, 107, 108, 109, 110, 113, 117], "remov": [1, 4, 6, 18, 48, 58, 75, 109, 117], "far": [1, 4], "away": [1, 4, 107], "background": [1, 4, 6, 107, 115], "artifact": [1, 4, 9, 117], "sky": [1, 4, 107], "landscap": [1, 4], "etc": [1, 4, 8, 9, 11, 102, 108, 109, 115, 117], "See": [1, 4, 68, 103, 104, 108], "also": [1, 4, 7, 18, 39, 48, 68, 103, 105, 109, 114, 116, 117], "distanc": [1, 16, 17, 18, 32, 48, 105, 107, 110, 117], "posit": [1, 5, 13, 15, 17, 19, 30, 33, 35, 38, 53, 58, 69, 70, 78, 79, 80, 81, 82, 84, 100, 101, 105, 110, 113, 117], "float": [1, 5, 13, 18, 19, 30, 48, 53, 58, 78, 79, 80, 81], "between": [1, 5, 7, 39, 84, 109, 117], "out": [1, 4, 5, 7, 107, 109, 113, 114, 117], "edge": [1, 5, 9, 44], "when": [1, 5, 32, 61, 63, 72, 82, 85, 89, 96, 103, 107, 109, 117], "computing": [1, 5, 25, 54, 59, 103, 117], "with": [1, 5, 7, 8, 9, 11, 17, 30, 33, 39, 44, 70, 85, 93, 96, 102, 103, 105, 107, 108, 112, 116, 117], "choos": [1, 5, 7, 8, 25, 36, 61, 70, 85, 117], "valu": [1, 5, 9, 16, 18, 19, 28, 30, 37, 48, 63, 69, 82, 105, 113, 117], "bg": [1, 107], "removal": [1, 107], "comput": [1, 6, 16, 19, 63, 75, 94, 107, 108, 117], "imag": [1, 6, 13, 19, 26, 28, 30, 32, 33, 35, 39, 62, 63, 67, 68, 70, 72, 75, 82, 84, 85, 89, 96, 97, 103, 105, 107, 110, 112, 113, 114, 116], "mask": [1, 6, 75, 113, 117], "AI": [1, 6, 75], "json": [1, 7, 10, 109, 113, 117], "geojson": [1, 107, 117], "polygon": [1, 44, 107, 117], "limiting": [1, 4, 7], "specified": [1, 7, 10, 105, 108, 117], "eith": [1, 7, 8, 10, 105, 117], "fil": [1, 7, 8, 10, 11, 27, 28, 29, 42, 83, 88, 93, 95, 100, 103, 107, 108, 109, 112, 113, 117], "representing": [1, 7, 10], "content": [1, 7, 10, 102], "build": [1, 20, 21, 105, 107, 108, 117], "overview": [1, 11, 107, 117], "cr\u00e9": [1, 102, 106, 108, 111, 113], "aper\u00e7us": 1, "orthophoto": [1, 8, 36, 67, 94, 107, 112, 117], "affichag": 1, "plus": [1, 63, 102, 106, 107, 110, 113, 114, 115], "rapid": [1, 8, 11, 108], "dan": [1, 102, 106, 108, 110, 111, 112, 113, 115], "programm": [1, 108, 111], "tel": [1, 106, 111, 117], "qgis": [1, 8, 11, 107, 112, 113, 117], "Par": [1, 102, 106, 108, 110, 111], "d\u00e9faut": [1, 106, 108], "len": [1, 104, 107], "perspect": [1, 107], "brown": [1, 107], "fishey": [1, 107], "fisheye_opencv": [1, 9], "spherical": [1, 107], "equirectangular": [1, 9], "dual": [1, 9], "d\u00e9fin": [1, 110], "typ": [1, 4, 8, 9, 11, 105, 107, 108, 110, 117], "camer": [1, 106, 110, 112], "La": [1, 106, 107, 108, 110], "d\u00e9finit": 1, "manuel": [1, 110], "valeur": [1, 106, 110], "peut": [1, 106, 108, 110, 111, 114, 115], "aid": [1, 102, 104, 106, 107, 108, 110, 111, 112, 113, 114, 115], "am\u00e9lior": [1, 102, 104, 106, 107, 108, 110, 111, 112, 113, 114, 115], "distors": 1, "g\u00e9ometr": 1, "appliqu": [1, 9, 11, 107, 108], "tent": 1, "d\u00e9termin": 1, "object": [1, 20, 105, 117], "part": [1, 4, 7, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116], "m\u00e9tadon": 1, "utilis": [1, 102, 104, 106, 107, 108, 110, 113, 114], "parametr": [1, 108, 112], "calcul": 1, "autr": [1, 102, 106, 107, 108, 110, 112, 114], "jeu": 1, "lieu": [1, 117], "\u00eatre": [1, 106, 108, 110, 114, 115], "sp\u00e9cifi": [1, 106], "tant": [1, 102, 106, 113, 114], "chemin": 1, "acces": [1, 108], "fichi": [1, 102, 107, 111, 113], "cha\u00een": [1, 106], "repr\u00e9sent": 1, "contenu": [1, 110], "cog": [1, 107], "optimis": 1, "normal": [1, 11, 107, 117], "faux": 1, "copy": [1, 7, 107, 117], "cop": [1, 8], "r\u00e9sultat": [1, 108, 110, 113], "sort": [1, 107], "dossi": [1, 106, 108, 112], "apres": [1, 102, 108], "trait": [1, 108, 112], "crop": [1, 7, 107, 117], "creating": [1, 13, 105, 107, 109], "smooth": [1, 13, 117], "buff": [1, 13], "around": [1, 13, 44, 58, 105, 117], "dataset": [1, 4, 7, 10, 13, 15, 22, 36, 40, 42, 59, 61, 62, 64, 66, 70, 72, 77, 82, 97, 102, 107, 114, 116, 117], "boundar": [1, 4, 7, 13, 117], "shrunk": [1, 13], "N": [1, 13, 17, 53, 58, 105, 106, 110, 112], "meter": [1, 13, 28, 30, 58, 80, 81, 105, 106, 109, 117], "use": [1, 10, 13, 20, 21, 26, 27, 28, 30, 35, 41, 43, 67, 69, 72, 83, 105, 107, 109, 117], "disabl": [1, 13, 17, 53, 58, 59, 67, 117], "cropping": [1, 13, 44, 117], "decim": [1, 107], "integ": [1, 15, 17, 33, 35, 37, 38, 39, 67, 69, 82, 84, 100, 101], "d\u00e9cim": 1, "avant": [1, 102], "g\u00e9ner": [1, 108, 112], "1": [1, 7, 15, 37, 67, 78, 102, 107, 109, 110, 113, 117], "san": [1, 108], "qualit": [1, 110], "total": [1, 117], "100": [1, 15, 97, 108, 109], "99": [1, 15, 108], "util": [1, 102, 108, 111, 113], "acc\u00e9ler": 1, "ensembl": [1, 110, 112], "tres": [1, 110, 114], "volumin": 1, "euclidean": [1, 107], "map": [1, 7, 8, 11, 104, 105, 107, 117], "cart": [1, 107, 108], "rast": [1, 8, 11, 16, 113, 117], "euclidien": 1, "chaqu": [1, 108, 110, 112], "entre": [1, 108, 110], "cellul": 1, "nodat": [1, 16], "proch": 1, "tout": [1, 107, 108, 112, 114], "remplissag": 1, "trou": 1, "cel": [1, 16, 106, 108, 110], "isol": 1, "zon": [1, 105, 106, 110, 111], "rempl": 1, "gapfill": [1, 107, 117], "step": [1, 36, 56, 102, 107, 109], "nombr": [1, 108, 110], "\u00e9tap": [1, 102, 107], "vid": 1, "regl": [1, 106], "d\u00e9sactiv": [1, 108], "espac": [1, 108], "En": [1, 107, 110, 114, 115], "commenc": [1, 102, 108, 114], "rayon": 1, "\u00e9gal": [1, 107, 108, 110, 112, 115], "r\u00e9solu": 1, "diff\u00e9rent": [1, 108, 112, 113], "progress": [1, 7, 20, 117], "grand": [1, 110, 114], "algorithm": [1, 17, 25, 34, 107, 109], "ponder": 1, "invers": [1, 17], "idw": [1, 17], "fusion": [1, 9, 60], "Les": [1, 102, 106, 107, 108, 110, 112, 113, 114, 115], "rest": 1, "ensuit": [1, 108], "interpol": [1, 17, 117], "voisin": 1, "resolu": [1, 8, 17, 32, 35, 58, 67, 107, 117], "dsm": [1, 18, 107, 117], "dtm": [1, 18, 57, 107, 117], "cm": [1, 18, 48, 110, 117], "pixel": [1, 18, 48, 101, 105, 117], "not": [1, 4, 7, 8, 9, 11, 18, 23, 41, 48, 59, 67, 69, 86, 102, 107, 108, 109, 112, 114, 117], "capped": [1, 18, 48], "2x": [1, 18], "ground": [1, 18, 20, 21, 27, 32, 48, 57, 107, 110, 113, 117], "sampling": [1, 18, 32, 48, 58, 105], "gsd": [1, 4, 18, 48, 107, 110, 117], "estimat": [1, 18, 32, 48, 59], "cap": [1, 18, 32, 48], "check": [1, 18, 20, 21, 48], "ignor": [1, 18, 48, 107, 111, 117], "5": [1, 18, 48, 53, 80, 105, 109, 110, 117], "tag": [1, 20, 21, 63, 95, 105], "digital": [1, 20, 21, 63, 107, 109, 113], "surfac": [1, 20, 113, 117], "morphological": [1, 20, 21, 78, 79, 80, 81, 117], "filt": [1, 20, 21, 78, 79, 80, 81, 107, 117], "parameter": [1, 10, 20, 21, 49, 107], "for": [1, 7, 8, 9, 11, 15, 16, 20, 21, 25, 26, 27, 28, 30, 34, 39, 43, 44, 57, 60, 61, 62, 63, 67, 69, 70, 72, 76, 85, 91, 92, 95, 96, 97, 100, 107, 109, 113, 114, 116], "fin": [1, 20, 21, 102], "tuning": [1, 20, 21], "terrain": [1, 9, 21, 110, 113, 117], "only": [1, 7, 9, 21, 58, 64, 67, 70, 71, 73, 102, 105, 109, 117], "simpl": [1, 7, 21, 78, 79, 80, 81, 102, 105, 106, 108, 111, 114, 117], "smrf": [1, 21, 107, 117], "end": [1, 107, 117], "split": [1, 22, 36, 64, 66, 76, 77, 107, 117], "merg": [1, 22, 64, 66, 76, 77, 107, 117], "opensfm": [1, 9, 22, 64, 66, 109, 113, 117], "openmv": [1, 22, 64, 66], "odm_filterpoint": [1, 22, 64, 66], "odm_meshing": [1, 22, 64, 66, 113], "mvs_texturing": [1, 22, 64, 66], "odm_georeferencing": [1, 22, 64, 66, 112, 113, 117], "odm_dem": [1, 22, 64, 66, 113], "odm_orthophoto": [1, 22, 64, 66, 112, 113, 117], "odm_report": [1, 22, 64, 66, 112], "odm_postprocess": [1, 22, 64, 66], "processing": [1, 4, 7, 12, 22, 32, 39, 54, 56, 61, 63, 65, 66, 72, 89, 100, 107, 108, 109, 112], "at": [1, 7, 22, 70, 103, 105, 109, 110, 117], "stag": [1, 22, 42, 64, 66], "fast": [1, 7, 8, 32, 34, 70, 94, 103, 107, 117], "dens": [1, 19, 23, 56, 113], "Il": [1, 107, 108], "direct": [1, 104, 108, 110, 117], "\u00e9pars": 1, "si": [1, 102, 106, 107, 110, 112, 113, 114], "just": [1, 7, 23, 103, 109, 117], "besoin": [1, 114], "complet": [1, 7, 117], "activ": [1, 108, 109, 112], "featur": [1, 4, 11, 44, 67, 85, 107, 113, 114, 117], "quality": [1, 15, 19, 32, 60, 67, 103, 107], "ultra": [1, 24, 56, 60, 117], "high": [1, 19, 24, 26, 30, 56, 60, 105, 107, 109], "medium": [1, 7, 8, 11, 24, 56], "low": [1, 4, 7, 8, 9, 24, 32, 56, 105, 107], "lowest": [1, 24, 56, 117], "extract": [1, 24, 39, 67, 100, 107, 117], "caract\u00e9rist": [1, 110], "Une": [1, 102, 114], "sup\u00e9rieur": [1, 108], "meilleur": [1, 102, 108, 110], "fonctionnal": [1, 107, 108], "n\u00e9cessit": [1, 108, 110], "m\u00e9moir": [1, 107], "prend": 1, "temp": [1, 103, 108, 114], "\u00e9lev": [1, 110, 113], "akaz": [1, 25], "hahog": [1, 25], "orb": [1, 25], "sift": [1, 25], "chois": [1, 104, 108, 113], "cl\u00e9": 1, "descripteur": 1, "forc": [1, 105, 107], "exif": [1, 26, 33, 63, 105, 107, 109], "m\u00eam": [1, 102, 108, 111], "pr\u00e9sent": [1, 115], "Ce": [1, 108], "drapeau": 1, "mesur": [1, 102, 110], "haut": 1, "pr\u00e9cis": [1, 106, 107], "S": [1, 105, 106, 108, 110, 117], "fait": [1, 102, 108, 110], "rien": 1, "conten": [1, 106], "contr\u00f4l": [1, 110, 115], "sol": [1, 110, 115], "g\u00e9or\u00e9f\u00e9renc": [1, 113], "Le": [1, 106, 108, 110, 113, 115], "doit": [1, 106, 110], "format": [1, 7, 27, 28, 50, 51, 52, 55, 83, 106, 107, 111, 113, 115], "suiv": [1, 102, 106, 108, 112, 113, 115], "epsg": [1, 7, 27, 28, 105, 106], "cod": [1, 27, 28, 40, 102, 105, 106, 109, 112, 113, 114, 117], "proj": [1, 27, 28, 105, 106], "definit": [1, 27, 28], "geo_x": [1, 27, 28, 105, 106], "geo_y": [1, 27, 28, 105, 106], "geo_z": [1, 27, 28, 105, 106], "im_x": [1, 27, 105], "im_y": [1, 27, 105], "image_nam": [1, 27, 28, 83, 105, 106], "gcp_nam": [1, 27, 105], "extra1": [1, 27, 105], "extra2": [1, 27, 105], "aucun": [1, 108], "geo": [1, 105, 106, 107], "geoloc": [1, 28], "containing": [1, 27, 28, 117], "cent": [1, 28, 105], "coordinat": [1, 7, 28, 105, 113, 117], "used": [1, 7, 8, 11, 17, 27, 28, 37, 61, 105, 109, 112, 113, 117], "hav": [1, 4, 7, 9, 16, 26, 28, 42, 60, 62, 72, 82, 88, 95, 103, 105, 109, 117], "yaw": [1, 28, 106], "pitch": [1, 28, 106], "roll": [1, 28, 106], "them": [1, 7, 10, 28, 107, 117], "need": [1, 7, 23, 27, 28, 71, 73, 74, 83, 105, 107, 109, 117], "following": [1, 9, 27, 28, 83, 105, 109, 112, 116, 117], "degre": [1, 28, 106, 117], "horz": [1, 28, 106], "accuracy": [1, 28, 54, 59, 68, 106, 107, 110], "vert": [1, 28, 106], "gltf": [1, 107], "binary": [1, 29], "glb": [1, 29], "textured": [1, 29, 107, 109, 113], "metr": [1, 110], "inform": [1, 7, 11, 30, 95, 102, 103, 105, 106, 109, 110, 111, 115, 117], "dilut": [1, 30], "precis": [1, 26, 30, 105, 110], "dop": [1, 30], "balis": [1, 102], "rtk": [1, 30, 105, 106, 110], "ser": [1, 108, 110, 113, 114, 116, 117], "automat": [1, 106, 108], "cons\u00e9quent": [1, 110], "Vous": [1, 102, 107, 108, 111, 112, 113], "pouv": [1, 102, 106, 107, 108, 110, 111, 112, 113, 114], "cas": [1, 8, 9, 11, 30, 108, 111, 117], "o\u00f9": [1, 111, 114, 115], "\u00e9chou": 1, "abaiss": 1, "parfois": [1, 106, 108, 114], "effet": [1, 106, 110], "bowling": [1, 9, 30, 96, 109, 117], "10": [1, 30, 103, 105, 106, 108, 110, 117], "montr": [1, 110], "messag": [1, 14, 31, 98, 108, 109, 117], "\u00e9chantillonnag": 1, "limit": [1, 107, 108, 110, 111, 114, 117], "maximal": 1, "redimension": 1, "n\u00e9cessair": [1, 108, 114], "r\u00e9duit": 1, "\u00c9tant": 1, "estim": 1, "entra\u00een": 1, "l\u00e9ger": 1, "match": [1, 7, 8, 39, 107, 113, 117], "neighbor": [1, 17, 34, 107], "perform": [1, 8, 33, 57, 63, 102, 108, 109, 117], "matching": [1, 33], "nearest": [1, 16, 17, 33, 34], "based": [1, 4, 33, 109, 117], "dat": [1, 7, 8, 11, 26, 33, 89, 104, 105, 107, 109, 110, 116], "triangul": [1, 33, 70], "order": [1, 105, 117], "filenam": [1, 7, 105, 111, 117], "speed": [1, 8, 97, 117], "up": [1, 7, 15, 56, 97, 107, 109], "sequential": 1, "such": [1, 8, 9, 71, 103, 105, 117], "thos": [1, 85, 108], "extracted": [1, 101, 117], "video": [1, 107], "applied": [1, 7, 117], "georeferenced": [1, 50, 51, 52, 55, 113], "bow": [1, 34], "bruteforc": [1, 34], "flann": [1, 34, 117], "library": [1, 34], "approximat": [1, 34], "bag": [1, 34], "word": [1, 4, 34, 109], "slow": [1, 34, 39, 103], "but": [1, 4, 11, 19, 24, 34, 42, 54, 56, 59, 95, 103, 105, 109, 117], "mor": [1, 4, 7, 9, 11, 24, 34, 37, 39, 53, 56, 105, 107, 109, 114, 117], "stabl": [1, 34, 102, 108, 110, 117], "sometim": [1, 8, 30, 32, 34, 96, 117], "miss": [1, 34], "valid": [1, 7, 34, 117], "very": [1, 9, 15, 34, 77, 97, 109, 114], "robust": [1, 9, 34], "max": [1, 9, 107, 117], "concurrency": [1, 107, 117], "processus": [1, 108, 110], "diver": 1, "L": [1, 104, 108, 109, 110, 113], "exigent": [1, 107], "environ": [1, 102], "go": [1, 108, 117], "thread": [1, 35], "m\u00e9gapixel": 1, "4": [1, 35, 105, 107, 110, 112, 117], "all": [1, 7, 9, 11, 30, 36, 63, 69, 89, 102, 105, 107, 108, 109, 112, 117], "pointcloud": [1, 36], "\u00e9l\u00e9ment": 1, "fraction": 1, "disponibl": [1, 106, 107, 108], "tous": [1, 104, 108, 114], "mesh": [1, 85, 86, 94, 107, 109, 113, 117], "octre": [1, 107, 117], "depth": [1, 107, 117], "x": [1, 37, 105, 106, 108, 117], "14": [1, 37], "profondeur": 1, "maillag": [1, 113, 115], "augment": 1, "obten": [1, 102, 108, 110], "sommet": 1, "recommand": [1, 108, 110], "8": [1, 11, 37, 105, 108, 110, 117], "12": [1, 37, 108, 110, 117], "11": [1, 37, 105, 110, 117], "siz": [1, 8, 11, 107, 117], "maximum": [1, 32, 35, 38, 100, 101, 108], "200000": [1, 38], "min": [1, 107, 117], "num": [1, 107, 117], "minimum": [1, 39, 105, 117], "numb": [1, 7, 17, 35, 39, 63, 82, 99, 100, 108, 109, 117], "per": [1, 35, 39, 82, 109, 117], "useful": [1, 15, 16, 26, 39, 44, 57, 58, 77, 89, 96, 105, 108, 117], "finding": [1, 39], "potentially": [1, 8, 39], "allowing": [1, 8, 39, 109, 117], "littl": [1, 39, 117], "overlap": [1, 7, 39, 107, 109, 117], "insufficient": [1, 39], "down": [1, 39, 117], "10000": [1, 39, 117], "nom": [1, 102, 106], "dir": [1, 102, 108, 117], "sous": [1, 108, 110], "projet": [1, 102, 104, 106, 110, 114], "no": [1, 11, 15, 26, 91, 100, 102, 103, 105, 107, 112, 113, 117], "gpu": [1, 4, 7, 8, 9, 11, 107, 108, 117], "do": [1, 4, 7, 8, 11, 23, 26, 41, 67, 105, 107, 114, 117], "acceler": [1, 41], "even": [1, 26, 41, 109, 117], "avail": [1, 36, 41, 42, 70, 103, 105, 108, 109, 117], "optimiz": [1, 8, 96, 107, 117], "disk": [1, 7, 11, 103, 107, 117], "spac": [1, 103, 105, 107, 117], "supprim": 1, "interm\u00e9diair": 1, "lourd": 1, "disqu": [1, 108], "affect": [1, 9, 42, 67, 107, 117], "possibil": 1, "red\u00e9marr": [1, 108], "attent": 1, "permet": [1, 108], "machin": [1, 42, 60, 102, 107, 109], "disposent": 1, "suffis": 1, "compress": [1, 11, 107, 117], "jpeg": [1, 43, 117], "lzw": [1, 43], "packbit": [1, 43], "deflat": [1, 43, 117], "lzma": [1, 43], "orthophotos": [1, 43, 44, 71, 92, 103, 107, 109, 112, 116], "cutlin": [1, 107, 117], "autour": 1, "recadrag": 1, "coup": [1, 114], "bord": [1, 7, 108], "entit": 1, "assembl": 1, "mosa": 1, "coutur": 1, "plusieur": [1, 107, 108, 112], "chevauchent": 1, "kmz": [1, 107, 117], "souhait": [1, 106, 111], "rendu": 1, "googl": [1, 45], "earth": [1, 45, 114, 117], "tiled": [1, 11, 107, 117], "voul": [1, 102, 108], "rai": 1, "png": [1, 107, 111, 113, 117], "plafon": 1, "Pour": [1, 107, 108, 111], "retir": 1, "capuchon": 1, "coch": 1, "pc": [1, 19, 107, 108, 117], "classify": [1, 107, 117], "control": [1, 19, 27, 30, 49, 83, 107, 109, 110, 117], "behavior": [1, 49, 102, 117], "tweaking": [1, 49], "copc": [1, 107], "sav": [1, 50, 71, 73, 74, 107, 114, 117], "optimized": [1, 50, 107, 117], "csv": [1, 105, 107, 113, 117], "export": [1, 51, 52, 55, 107, 117], "nuag": [1, 107], "ept": [1, 107], "entwin": [1, 52], "filtr": 1, "\u00e9cartent": 1, "\u00e9cart": 1, "moyen": [1, 110], "local": [1, 53, 97, 107, 110, 117], "filtrag": 1, "facteur": [1, 110], "rectify": [1, 107], "effectu": [1, 108], "rectif": [1, 57], "signif": [1, 108], "mal": [1, 110], "class": 1, "reclass": 1, "lacun": 1, "combl": 1, "sampl": [1, 107], "conserv": 1, "seul": [1, 108, 111], "doubl": 1, "skip": [1, 23, 77, 107, 117], "geometric": [1, 9, 107], "geometrically": [1, 54, 59], "consistent": [1, 54, 59], "depthmap": [1, 54, 59, 60, 107, 113, 117], "may": [1, 7, 9, 59, 113, 117], "usabl": [1, 59], "larg": [1, 4, 7, 8, 9, 15, 30, 59, 60, 77, 82, 97, 105, 107, 117], "flag": [1, 26, 59, 117], "primary": [1, 7, 107], "lor": [1, 102, 108, 110], "jeux": 1, "multispectral": [1, 61, 63, 72, 107, 116], "principal": 1, "group": [1, 107, 109, 117], "d\u00e9tail": [1, 102, 110], "net": [1, 108, 110], "votr": [1, 102, 106, 108, 111, 113, 114], "avoir": [1, 102, 108, 110, 111], "radiometric": [1, 89, 107, 112, 116], "calibr": [1, 104, 107, 109, 112, 116, 117], "sun": [1, 63, 117], "calibrag": 1, "radiometr": [1, 106, 112], "thermiqu": 1, "dev": [1, 102, 108], "r\u00e9flect": [1, 112], "temp\u00e9ratur": 1, "sinon": 1, "obtiendr": [1, 108], "numer": [1, 113], "niveau": [1, 110], "noir": [1, 111], "vignettag": 1, "compens": [1, 63], "gain": [1, 63], "exposit": 1, "gradient": [1, 63, 117], "lign": [1, 102, 104, 106, 108], "appropri": 1, "trouv": [1, 102, 108, 113], "absolu": [1, 110], "exp\u00e9rimental": 1, "correct": [1, 9, 63, 68, 108, 110, 112, 117], "lumin": 1, "spectral": [1, 63], "enregistr": [1, 102, 108], "capteur": [1, 110, 112], "lumi": 1, "descend": 1, "dl": [1, 63], "ten": [1, 110], "compt": [1, 110], "angle": [1, 7, 9, 63, 70, 106, 117], "soleil": [1, 110], "rerun": [1, 107], "stop": [1, 64, 108, 109, 114, 117], "permanently": [1, 65], "delet": [1, 42, 65], "previous": [1, 65], "result": [1, 12, 15, 32, 54, 65, 68, 70, 71, 73, 94, 96, 105, 108, 109, 112, 117], "pipelin": [1, 42, 65, 103, 109, 115], "rolling": [1, 96, 107], "shutt": [1, 96, 107], "turn": [1, 23, 60, 68, 91, 96], "wer": [1, 68], "taken": [1, 9, 68, 96, 117], "motion": [1, 68, 70], "readout": [1, 68, 107], "overrid": [1, 19, 69], "tim": [1, 4, 7, 8, 9, 11, 54, 56, 69, 71, 73, 74, 107, 114, 117], "sensor": [1, 9, 63, 69, 112], "millisecond": [1, 69], "instead": [1, 10, 11, 67, 69, 88, 94, 95, 105, 108, 109, 114], "databas": [1, 9, 69], "present": [1, 26, 69, 112, 117], "sfm": [1, 107], "incremental": [1, 70], "planar": [1, 70, 94, 105], "structur": [1, 11, 70, 105, 107, 115], "aerial": [1, 70, 110], "bet": [1, 24, 32, 56, 70, 116, 117], "scen": [1, 9, 54, 60, 70, 107, 112], "captured": [1, 70, 116, 117], "fixed": [1, 70, 107], "altitud": [1, 70, 110], "nad": [1, 4, 70, 117], "much": [1, 4, 7, 11, 60, 70, 114, 117], "partial": 1, "happen": [1, 102], "sufficient": [1, 7, 42, 105, 117], "isolated": [1, 117], "3dmodel": [1, 107], "fair": [1, 111, 114], "gagn": 1, "2d": [1, 8, 11, 71, 117], "alignment": [1, 77, 107], "post": [1, 105], "d\u00e9j\u00e0": [1, 102, 108, 114], "gener": [1, 15, 23, 71, 73, 74, 117], "report": [1, 16, 107], "rapport": [1, 107, 110], "pdf": [1, 74, 110, 117], "sm": [1, 107, 109], "clust": [1, 82, 84, 107], "url": [1, 76, 102], "ver": [1, 102], "instanc": [1, 7, 8, 76, 107, 109], "clusterodm": [1, 76, 107], "distribu": [1, 103, 105, 108], "workflow": [1, 76, 109, 112, 117], "n\u0153ud": [1, 108], "parallel": [1, 76, 108, 109, 117], "submodel": [1, 77, 82, 84, 109], "good": [1, 4, 77, 105, 112, 117], "enough": [1, 77, 117], "scalar": [1, 107, 117], "elev": [1, 78, 80, 105, 107], "paramet": [1, 4, 7, 8, 9, 11, 45, 46, 47, 78, 79, 80, 81, 96, 116, 117], "25": [1, 78, 110], "slop": [1, 107, 117], "pent": 1, "morpholog": 1, "mont": [1, 110], "cours": [1, 103], "15": [1, 79, 103, 105, 117], "threshold": [1, 107, 117], "seuil": 1, "window": [1, 102, 103, 107, 117], "fen\u00eatr": [1, 108], "18": [1, 81, 108, 117], "divis": 1, "petit": 1, "regroup": 1, "cluster": [1, 82, 84, 117], "Cette": [1, 108], "r\u00e9gul": 1, "devr": [1, 108, 114], "999999": [1, 82], "fa\u00e7on": [1, 102, 108], "dont": 1, "doivent": [1, 108], "nom_imag": 1, "nom_group": 1, "chevauch": 1, "ajout": [1, 108, 111, 114], "cec": [1, 108, 111], "assur": [1, 108], "150": [1, 84], "texturing": [1, 107, 117], "keep": [1, 11, 105, 107, 117], "unseen": [1, 107], "fac": [1, 107, 117], "seen": [1, 86, 105], "any": [1, 4, 7, 16, 86, 113, 117], "material": [1, 105, 107, 117], "obj": [1, 88, 113], "textur": [1, 88, 107, 115], "multipl": [1, 44, 76, 88, 109], "one": [1, 88, 91, 105, 107, 109, 117], "global": [1, 97, 107, 110], "seam": [1, 107], "leveling": [1, 107], "normalis": [1, 112], "couleur": 1, "m\u00e9lang": 1, "pres": 1, "tuil": 1, "statiqu": [1, 108], "conviennent": 1, "vision": 1, "leaflet": [1, 92], "openlayer": [1, 92], "3dmesh": [1, 107], "5d": [1, 94, 117], "peu": [1, 108], "fourn": [1, 102, 106, 111, 114], "similair": [1, 108, 113, 114], "plan": [1, 108, 109, 112, 117], "plac": [1, 7, 11, 16, 102, 105, 108, 109, 110, 117], "param": [1, 107], "pend": [1, 108], "r\u00e9glag": [1, 108], "montrent": [1, 102], "doming": [1, 96], "lorsqu": [1, 102, 108, 110], "pris": [1, 108, 110, 111, 112, 114], "obtur": [1, 110], "roul": [1, 110], "hybrid": [1, 107, 117], "bundl": [1, 96, 107, 117], "adjustment": [1, 96, 107, 117], "ex\u00e9cut": [1, 102, 108], "ajust": [1, 108], "version": [1, 102, 107, 108, 109, 112, 117], "affich": [1, 107], "num\u00e9ro": 1, "quitt": 1, "fram": [1, 100, 101, 117], "500": [1, 100, 108, 117], "4000": [1, 101], "want": [1, 7, 8, 45, 46, 47, 95, 105, 107, 109, 117], "add": [1, 7, 103, 108, 109, 117], "detail": [1, 61, 108], "command": [1, 102, 107, 109, 112], "arguments_ed": 1, "debug": [1, 107, 117], "resiz": [1, 32, 103, 107], "term": [1, 107, 110, 117], "outli": [1, 107], "tone": [1, 107], "mapping": [1, 107, 110], "verbos": [1, 107], "option": [3, 4, 5, 9, 10, 12, 13, 15, 17, 18, 19, 22, 23, 24, 25, 27, 28, 30, 33, 34, 35, 36, 37, 38, 39, 40, 43, 48, 49, 53, 56, 58, 61, 62, 63, 64, 66, 67, 68, 69, 70, 72, 76, 78, 79, 80, 81, 82, 83, 84, 85, 87, 91, 94, 100, 101, 107, 108, 109, 113, 117], "boolean": [4, 8, 11], "domain": [4, 7, 8, 9, 11], "resourc": [4, 7, 8, 9, 11, 107, 114, 117], "impact": [4, 7, 8, 9, 11, 108, 110, 117], "cpu": [4, 7, 8, 9, 11, 107, 108], "hdd": [4, 7, 8, 9, 11], "ram": [4, 7, 8, 9, 11, 60, 103, 117], "process": [4, 35, 107, 109, 116, 117], "seek": 4, "upon": 4, "k": 4, "mean": [4, 53, 57], "filtered": 4, "convex": 4, "hull": 4, "buffered": 4, "20x": 4, "appropriat": [4, 63, 107], "wher": [4, 7, 103, 105, 115, 117], "might": [4, 7, 109, 114, 116], "possibly": [4, 117], "consid": [4, 105, 117], "due": [4, 7, 9, 11, 109], "presenc": [4, 7, 11], "they": [4, 105, 116, 117], "normally": [4, 117], "desired": [4, 117], "meaningful": 4, "near": [4, 90, 105], "imagery": [4, 117], "without": [4, 7, 114, 117], "making": [4, 104, 117], "superfluous": 4, "saf": [4, 7], "includ": [4, 7, 105, 107, 109, 117], "other": [4, 7, 9, 102, 105, 107, 114, 116], "masking": 4, "likely": [4, 7, 8, 117], "choic": [4, 7, 103], "most": [4, 11, 105, 117], "preventing": [4, 117], "growing": 4, "needlessly": 4, "thing": [4, 108, 117], "lik": [4, 7, 92, 105, 113, 117], "treelin": 4, "get": [4, 37, 63, 108, 114, 117], "included": [4, 117], "memory": [4, 24, 32, 35, 56, 60, 107, 109, 117], "error": [4, 7, 109, 110, 113, 117], "becom": 4, "less": [4, 109, 117], "see": [4, 7, 9, 103, 105, 109, 117], "decreas": [4, 117], "small": [4, 8, 82, 117], "being": [4, 8, 109], "reconstructed": [4, 9], "webodm": [4, 7, 8, 11, 105, 107, 109, 110, 114, 115], "view": [4, 7, 11, 107, 109], "show": [4, 7, 9, 11, 31, 109, 117], "full": [4, 7, 8, 15, 23, 71, 94, 103, 117], "extent": [4, 7, 8, 117], "bounded": [4, 7], "recosntruct": [4, 7], "compared": [4, 7, 11], "abov": [4, 7, 11, 117], "therefor": [4, 9, 117], "visually": [4, 117], "spars": [4, 23], "argument": 7, "serv": [7, 117], "constrain": 7, "final": [7, 67, 103, 117], "product": [7, 117], "bounding": 7, "box": [7, 105, 109, 117], "passed": 7, "passing": 7, "specific": [7, 117], "subset": 7, "entir": [7, 117], "interested": 7, "furth": [7, 109, 117], "given": [7, 11], "after": [7, 12, 84, 105, 107, 112], "generated": [7, 8, 11, 17], "thereby": 7, "modifying": 7, "concern": 7, "generating": [7, 15, 57, 117], "possibl": [7, 102, 103, 109, 112, 116, 117], "function": [7, 117], "predefined": [7, 117], "interest": [7, 117], "aoi": [7, 117], "tasked": 7, "survey": [7, 105, 117], "property": 7, "lot": [7, 103, 105, 117], "decid": [7, 109], "20m": 7, "overfly": 7, "so": [7, 103, 105, 114, 116, 117], "clean": [7, 117], "right": [7, 114, 117], "howev": [7, 109, 117], "flight": [7, 105, 107], "height": [7, 107], "captur": [7, 102, 112, 117], "bordering": 7, "propert": [7, 8, 11, 117], "hom": [7, 108, 117], "represent": 7, "clip": [7, 117], "insid": [7, 108, 117], "providing": 7, "focused": 7, "nothing": [7, 26], "beyond": 7, "http": [7, 11, 102, 105, 107, 108, 109, 110, 115, 117], "quick": 7, "webapp": 7, "opening": 7, "link": [7, 117], "pan": 7, "zoom": [7, 117], "preview": [7, 8, 11], "find": [7, 105, 109, 115, 117], "their": [7, 109, 117], "selecting": [7, 117], "draw": 7, "menu": [7, 108], "allow": [7, 11, 42, 109, 117], "left": [7, 117], "clicking": [7, 117], "vertex": [7, 38], "many": [7, 109, 116, 117], "requir": [7, 24, 35, 56, 102, 103, 109, 117], "clos": [7, 84], "click": [7, 117], "first": [7, 9, 102, 103, 105, 109, 114, 117], "able": [7, 9, 109, 116, 117], "once": [7, 117], "placed": [7, 105, 112], "least": [7, 105, 109, 117], "thre": [7, 117], "completed": 7, "different": [7, 9, 17, 103, 117], "than": [7, 11, 53, 84, 105, 109, 117], "dark": 7, "fill": [7, 17], "implying": 7, "now": [7, 114, 117], "solid": 7, "look": [7, 105, 109, 110, 117], "ready": 7, "select": [7, 105, 107, 117], "brows": 7, "prompt": 7, "otherwis": [7, 63, 105, 109, 117], "alert": 7, "download": [7, 108, 117], "alternatively": [7, 103, 117], "past": 7, "text": [7, 117], "panel": [7, 8, 11], "head": [7, 105], "textual": 7, "featurecollect": 7, "77": 7, "04460859298706": 7, "38": 7, "88532071975074": 7, "04014539718628": 7, "8801593862463": 7, "03295707702637": 7, "88331636291941": 7, "03965187072754": 7, "887959703337145": 7, "been": [7, 9, 16, 72, 103, 116, 117], "chosen": 7, "access": [7, 107], "lat": 7, "load": [7, 105, 117], "into": [7, 8, 60, 82, 83, 84, 105, 109, 117], "icon": [7, 117], "pasted": 7, "system": [7, 102, 105, 108, 110], "clipboard": 7, "confirm": [7, 11], "seeing": [7, 109], "enabl": [7, 11, 109, 116, 117], "org": [7, 102, 108, 110, 115], "sit": [7, 108], "foruser": 7, "html": 7, "fre": [7, 103, 108, 117], "open": [7, 103, 105, 108, 112, 114, 117], "sourc": [7, 103, 108, 114, 117], "geographic": 7, "within": [7, 40, 105, 117], "way": [7, 108, 109, 114, 117], "needing": 7, "setup": [7, 109, 117], "ther": [7, 11, 26, 107, 109, 114, 117], "numerous": 7, "represented": [7, 117], "opendronemap": [7, 8, 102, 108, 109, 110, 112, 114, 115, 117], "designed": 7, "work": [7, 105, 109, 114, 116, 117], "similar": [7, 9, 94, 109, 117], "adjust": [7, 117], "leav": 7, "thes": [7, 9, 11, 104, 117], "pictured": 7, "usag": [7, 32, 42, 60, 107, 117], "run": [7, 79, 97, 107, 108, 109, 112], "already": [7, 72, 103, 105, 109, 117], "basemap": 7, "ensur": [7, 84, 105, 117], "exactly": [7, 117], "10m": 7, "various": [7, 9, 11, 35], "method": [7, 87, 103, 117], "mindful": 7, "skew": 7, "scal": [7, 109], "registr": 7, "occur": 7, "provid": [7, 94, 109, 117], "tool": [7, 11, 107], "begin": 7, "finish": [7, 107], "canv": 7, "finished": [7, 117], "outlin": [7, 117], "indicat": [7, 9, 11, 105], "accept": [7, 117], "writ": [7, 109], "mak": [7, 103, 105, 109, 117], "exporting": 7, "dialog": [7, 117], "functionality": 7, "layer": [7, 117], "bring": 7, "sub": 7, "item": 7, "written": 7, "cr": 7, "safest": 7, "4326": [7, 105, 106], "apply": 7, "modified": [7, 117], "proivded": 7, "outsid": [7, 117], "display": [8, 11, 99, 105, 117], "referred": [8, 109], "pyramid": [8, 11, 117], "an": [8, 16, 23, 32, 42, 62, 102, 103, 105, 107, 109, 112, 117], "reduc": [8, 60, 105, 109, 117], "tak": [8, 11, 16, 19, 24, 56, 109, 117], "rend": 8, "tradeoff": 8, "increased": [8, 117], "rendering": [8, 45, 47], "pow": 8, "two": [8, 105, 107, 109, 117], "factor": [8, 56, 117], "128x128": 8, "256x256": 8, "stored": [8, 11, 103], "internally": 8, "externally": 8, "sidecar": 8, "alway": [8, 103, 109, 117], "internal": [8, 11], "nearly": 8, "every": [8, 11, 97], "som": [8, 9, 102, 105, 112, 114, 117], "few": [8, 109, 117], "relatively": 8, "rar": [8, 9], "except": 8, "paramount": 8, "reading": [8, 11, 114], "softwar": [8, 11, 107, 117], "support": [8, 107, 109, 114], "closest": [8, 9], "rendered": [8, 9], "saving": [8, 107], "signific": 8, "amount": [8, 117], "retrieving": 8, "buffering": 8, "downscaling": 8, "creat": [8, 11, 105, 107, 109, 112, 117], "dynamic": 8, "navig": [8, 107, 108], "web": [8, 108, 109], "lai": [8, 11, 107], "demonstrat": [8, 102], "lack": [8, 11], "manually": [9, 30, 109], "setting": [9, 19, 103, 107, 113, 117], "undistort": 9, "tri": [9, 103], "determin": [9, 117], "metadat": [9, 113], "automatic": [9, 117], "best": [9, 109, 117], "preferred": 9, "wid": 9, "legacy": [9, 11, 67], "360": [9, 117], "distort": [9, 104, 105, 109, 117], "optic": 9, "platform": [9, 109, 117], "record": 9, "our": [9, 104, 109, 117], "essential": 9, "prop": [9, 109], "modeling": 9, "choosing": 9, "currently": [9, 109], "recommended": [9, 37, 61, 107, 109, 117], "gopro": 9, "insta360": 9, "kodak": 9, "pixpro": 9, "detected": 9, "retriev": 9, "which": [9, 11, 61, 102, 109, 116, 117], "doubt": 9, "try": 9, "specifying": 9, "standard": [9, 53, 110, 117], "demonstrated": 9, "how": [9, 83, 107, 109, 117], "As": [9, 107, 117], "prior": [9, 109], "sever": 9, "introduced": 9, "wrong": [9, 117], "wel": [9, 11, 109, 117], "collect": [9, 117], "over": [9, 30, 79, 109, 117], "flat": 9, "homogenus": 9, "agricultural": 9, "field": [9, 105, 107], "forcing": 9, "failed": 9, "properly": [9, 117], "failur": 9, "often": 9, "advised": [9, 117], "computed": 10, "calculating": 10, "hereaft": 11, "special": [11, 117], "formul": 11, "advantag": 11, "overivew": 11, "tiling": 11, "form": [11, 102, 110, 117], "becaus": [11, 109, 117], "attribut": 11, "going": [11, 109, 114], "hosted": 11, "onlin": [11, 109], "accessed": 11, "getrang": 11, "request": [11, 102, 109, 114], "viewing": 11, "capabl": [11, 112, 117], "gis": [11, 110], "hold": 11, "wheth": 11, "served": 11, "locally": [11, 117], "quickly": [11, 109, 117], "formatted": 11, "striped": [11, 46], "print": [11, 14, 98], "gdalinfo": 11, "conform": [11, 110], "spec": [11, 117], "fact": 11, "mind": [11, 117], "78": 11, "mb": 11, "6": [11, 109, 110], "30": [11, 105, 110, 117], "below": [11, 117], "layout": 11, "meet": 11, "level": [11, 63, 117], "decimat": 15, "befor": [15, 16, 105, 117], "speeding": 15, "each": [16, 56, 62, 72, 82, 85, 105, 109, 117], "hol": 16, "filling": [16, 17], "isolat": 16, "filled": [16, 57], "gap": [17, 57], "radius": [17, 58, 81, 84, 117], "equal": 17, "progressively": 17, "bigg": [17, 117], "weighted": 17, "merged": [17, 36, 109, 113], "togeth": [17, 107, 114], "remaining": [17, 109], "density": [19, 117], "long": [19, 24, 56, 107, 109, 116], "produc": [19, 117], "calculated": 19, "640": 19, "directly": [23, 117], "extracting": 25, "keypoint": 25, "descriptor": 25, "measur": [26, 105, 107], "tagged": 30, "accordingly": 30, "fail": [30, 117], "lowering": 30, "effect": [30, 109, 114, 117], "exit": [31, 99], "necessary": [32, 103, 117], "resulting": [32, 117], "sinc": [32, 103, 117], "ignoring": 32, "slightly": [32, 117], "peak": 35, "1gb": 35, "megapixel": 35, "what": [36, 107, 109, 110, 114], "increas": [37, 54, 56, 117], "vertic": [37, 107], "count": 38, "i": [40, 107, 114, 115, 117], "e": [40, 105, 109, 117], "subfold": 40, "heavy": 42, "intermediat": 42, "ability": 42, "restart": [42, 108, 117], "processed": [42, 116, 117], "cut": [44, 117], "stitching": 44, "seamless": 44, "mosaic": 44, "overlapping": [44, 105], "filter": [53, 58], "removing": 53, "deviat": 53, "filtering": 53, "urban": [54, 117], "roughly": 56, "4x": 56, "wrongly": 57, "classified": [57, 117], "re": [57, 114, 117], "keeping": 58, "duplicat": 58, "needed": [60, 117], "splitting": [60, 82, 107], "doesn": [60, 102], "ve": [60, 117], "sharp": [61, 85, 105, 117], "focus": [61, 117], "contain": [62, 105, 117], "subfolder": 62, "thermal": [63, 107], "obtain": 63, "reflect": 63, "temperatur": [63, 116, 117], "appli": 63, "black": [63, 117], "vignetting": 63, "row": [63, 103], "exposur": 63, "found": [63, 105, 108, 109, 117], "absolut": 63, "compensat": 63, "radianc": 63, "registered": 63, "downwelling": 63, "light": 63, "taking": 63, "consider": [63, 108, 110, 117], "largest": [67, 85, 117], "sid": [67, 117], "purpos": [67, 109, 117], "original": [67, 113, 117], "2048": 67, "postprocessed": 72, "distributing": 76, "nod": [76, 108, 109, 117], "ris": 79, "averag": [82, 109, 117], "grouped": [82, 117], "regulat": 82, "group_namedefault": 83, "grouping": [84, 109], "added": [84, 97], "neighboring": 84, "gmi": 85, "triangl": 85, "prioritiz": 85, "cov": 85, "gauss_clamping": 87, "gauss_damping": 87, "photometric": [87, 117], "normaliz": 89, "color": [89, 90, 105, 111, 113, 117], "across": 89, "blending": 90, "gamm": 91, "static": [92, 109], "suitabl": 92, "viewer": 92, "benchmark": 93, "runtim": [93, 117], "info": [93, 109, 117], "bit": [94, 108, 117], "off": [96, 107, 117], "during": [96, 103, 117], "improving": 96, "exhib": 96, "additional": [98, 102, 117], "consol": [98, 108, 109, 117], "d\u00e9pend": [102, 110], "nombreux": 102, "\u00eate": [102, 108], "programmeur": 102, "impliqu": 102, "rencontr": [102, 108], "souc": 102, "contact": 102, "quelqu": [102, 108, 113, 114], "community": [102, 108, 110, 115], "_": [102, 107, 108, 112, 117], "endroit": [102, 108, 115], "lequel": 102, "pourr": [102, 108], "question": [102, 107, 108], "r\u00e9pondu": 102, "astuc": [102, 114], "ressourc": [102, 114, 115], "auss": [102, 104], "partag": [102, 107, 112], "libr": [102, 114], "C": [102, 103, 109, 114, 115], "bug": 102, "suggest": [102, 114], "d\u00e9veloppeur": [102, 107], "github": [102, 105, 107, 108, 109, 114, 115, 117], "issu": [102, 107], "veuill": [102, 108], "problem": [102, 107, 108, 114, 117], "r\u00e9f\u00e9rentiel": [102, 108, 114], "marqu": 102, "expliqu": 102, "inclu": 102, "suppl\u00e9mentair": [102, 106, 107], "respons": [102, 114], "reproduir": 102, "titr": [102, 110], "descript": [102, 117], "clair": 102, "afin": [102, 112], "identifi": 102, "d\u00e9criv": 102, "exact": [102, 112], "reproduisent": 102, "aut": [102, 112], "exempl": [102, 106, 108, 110, 114], "dock": [102, 103, 107, 108, 109, 112], "vagr": 102, "ex": 102, "terminal": [102, 108], "r\u00e9pertor": 102, "sp\u00e9cif": [102, 108, 110, 115], "illustr": 102, "lien": 102, "extrait": [102, 108], "copi": 102, "coll": 102, "markdown": 102, "block": [102, 117], "comport": 102, "observ": 102, "indiqu": [102, 107, 108], "attend": 102, "voir": [102, 104, 108, 113, 114], "pourquoi": [102, 110], "\u00e9cran": [102, 108], "gif": 102, "anim": [102, 117], "suivr": 102, "d\u00e9crit": 102, "d\u00e9montrent": 102, "outil": [102, 108], "macos": [102, 107], "celui": 102, "ci": [102, 107, 108, 113], "linux": [102, 103, 107, 113, 117], "li": [102, 115], "publi": 102, "h\u00f4t": 102, "invit": [102, 108], "d\u00e9clench": 102, "action": 102, "fais": [102, 108], "survien": 102, "instruct": [102, 108, 109, 117], "dessous": [102, 107, 108, 113], "configur": [102, 103, 108, 109, 112, 117], "Quelle": 102, "clon": [102, 108, 109], "ma\u00eetr": 102, "Quels": 102, "exploit": 102, "virtuel": [102, 108], "oui": 102, "logiciel": [102, 108, 110, 111, 114, 115], "vm": [102, 108], "short": 102, "her": [102, 108, 113, 114, 117], "reproduct": 102, "second": [102, 108, 109, 110, 117], "expected": [102, 105, 107], "describ": 102, "observed": 102, "screenshot": 102, "follow": [102, 108, 109, 117], "enter": [102, 117], "os": 102, "started": [102, 107, 108], "happening": [102, 109, 117], "recently": 102, "didn": [102, 117], "older": 102, "ye": [102, 103, 117], "reliably": 102, "reproduced": 102, "randomly": 102, "pull": [102, 107], "guid": [102, 104, 105, 107, 108, 110, 115], "styl": 102, "python": [102, 108, 117], "pep8": 102, "termin": 102, "nouvel": [102, 111, 114], "\u00e9vit": 102, "plat": 102, "f": [102, 117], "gethomedirectory": 102, "r\u00e9pertoir": [102, 108], "personnel": 102, "join": 102, "concaten": 102, "tmpdir": 102, "plut\u00f4t": 102, "tmp": 102, "r\u00e9f\u00e9renc": 102, "temporair": 102, "retour": 102, "explicit": 102, "fonction": [102, 108, 110, 112, 114], "Ne": 102, "retourn": 102, "null": [102, 107], "undefined": 102, "appren": [102, 104, 106, 108, 110, 111, 112, 113, 114, 115], "\u00e9dit": [102, 104, 106, 108, 110, 111, 112, 113, 114, 115], "photogrammetric": 103, "orthorectified": 103, "hugin": 103, "utiliz": 103, "several": [103, 117], "moment": 103, "released": 103, "under": [103, 117], "sel": 103, "sure": [103, 105, 109, 117], "comply": 103, "particular": [103, 107], "disclos": 103, "nop": 103, "sorry": 103, "buy": 103, "ultimat": 103, "solut": [103, 108, 117], "uploading": 103, "tweak": [103, 117], "swapfil": 103, "both": [103, 114, 117], "preferably": 103, "ssd": 103, "nvme": 103, "driv": [103, 117], "still": [103, 117], "wsl2": 103, "wslconfig": 103, "microsoft": [103, 108], "document": [103, 108, 115, 117], "advanced": 103, "wsl": 103, "swap": [103, 108], "128gb": 103, "vhdx": 103, "partit": 103, "dedicated": [103, 117], "pleas": [103, 114, 117], "consult": [103, 110], "search": 103, "engin": 103, "\u00e9quip": [104, 110], "humanitair": 104, "openstreetmap": 104, "cartograph": [104, 110], "uav": [104, 110, 117], "bon": [104, 108, 110, 115], "senseur": 104, "pr\u00e9par": [104, 114], "mission": [104, 117], "Ces": 104, "directric": 104, "destin": 104, "dron": [104, 105, 110, 114, 117], "\u00eele": 104, "g\u00e9n\u00e9ralis": 104, "dronedeploy": [104, 110], "successful": [104, 112], "planif": 104, "finally": 104, "challeng": [104, 117], "requiring": 104, "accurat": [104, 109, 117], "section": [104, 108, 115, 117], "doc": [104, 107, 115], "correcting": 105, "referencing": 105, "know": [105, 109, 117], "mad": 105, "typically": [105, 117], "toffanin": [105, 108], "2019": [105, 110, 117], "existing": 105, "pav": 105, "corner": 105, "lin": [105, 107, 109], "parking": 105, "contrasting": 105, "floor": 105, "target": 105, "purchased": 105, "ample": 105, "variety": 105, "ranging": 105, "bucket": [105, 109], "lid": 105, "visibl": [105, 117], "illumin": [105, 117], "veget": 105, "building": [105, 117], "obstacl": 105, "procur": 105, "evenly": [105, 117], "horizontal": [105, 106, 109, 110, 117], "covering": 105, "job": [105, 117], "considering": 105, "spacing": 105, "footprint": 105, "separat": [105, 117], "perimet": 105, "dependent": 105, "increasing": [105, 117], "required": [105, 109, 117], "g": 105, "utm": [105, 106], "ellp": [105, 106], "wgs84": [105, 106], "datum": [105, 106], "unit": [105, 106, 110], "no_def": [105, 106], "eg": [105, 113], "16n": [105, 106], "subsequent": 105, "Y": [105, 106], "z": [105, 106], "associated": [105, 109, 113], "optional": 105, "extra": [105, 112], "separated": [105, 117], "tab": 105, "nan": 105, "7th": 105, "column": 105, "label": [105, 117], "exampl": [105, 106, 107, 109, 111, 117], "544256": 105, "7": [105, 108, 110, 117], "5320919": 105, "9": [105, 110, 112], "3044": 105, "2622": 105, "img_0525": 105, "jpg": [105, 106, 109, 111, 112, 113], "544157": 105, "5320899": 105, "4193": 105, "1552": 105, "img_0585": 105, "544033": 105, "5320876": 105, "1606": 105, "2763": 105, "img_0690": 105, "gcp_list": [105, 113, 117], "txt": [105, 106, 109, 113, 117], "along": 105, "about": [105, 117], "placing": [105, 107, 117], "own": [105, 114, 117], "facto": 105, "import": [105, 108, 110, 113, 117], "contrast": 105, "photos": [105, 111], "pick": 105, "loaded": [105, 107, 117], "demo": 105, "known": 105, "xyz": [105, 113, 117], "would": [105, 107, 117], "list": [105, 107, 109, 111, 112, 116, 117], "proj4": 105, "something": [105, 109, 117], "37": [105, 117], "south": 105, "gcp01": 105, "529356": 105, "250827686": 105, "9251137": 105, "5643209": 105, "465": 105, "gcp02": 105, "530203": 105, "125367657": 105, "9250140": 105, "80991621": 105, "781": 105, "gcp03": 105, "530292": 105, "136003818": 105, "9250745": 105, "02372435": 105, "977": 105, "gcp04": 105, "gcp05": 105, "app": [105, 108, 117], "installed": [105, 109, 117], "separately": 105, "plugin": 105, "com": [105, 107, 108, 109, 110, 114, 115, 117], "uav4geo": [105, 108], "gcpeditorpro": 105, "northing": 105, "easting": 105, "main": [105, 109], "screen": [105, 117], "respect": [105, 110], "piero": [105, 108], "missing": [105, 108], "masseranolab": 105, "llc": 105, "integr": 106, "elles": [106, 112], "contiennent": 106, "remplac": [106, 108], "gen": [106, 108, 111], "peuvent": [106, 108, 111, 112, 114], "premi": [106, 108, 114], "coordon": 106, "g\u00e9ograph": 106, "facult": [106, 108], "actuel": [106, 108], "uniqu": [106, 108], "\u00e9talonnag": 106, "vertical": [106, 110, 117], "10e": 106, "colon": 106, "champ": [106, 108], "comm": [106, 108, 110, 114], "\u00e9tiquet": [106, 108], "extras": 106, "dji_0028": 106, "91": 106, "9942096111111": 106, "46": 106, "84252125": 106, "198": 106, "609": 106, "dji_0032": 106, "9938293055556": 106, "8424584444444": 106, "appel": [106, 108], "d\u00e9tect": [106, 108], "racin": 106, "contribu": [107, 109], "person": [107, 114], "connaiss": 107, "notr": [107, 114, 115], "langu": 107, "certain": [107, 108, 109, 110, 111, 114, 117], "traduct": 107, "incomplet": 107, "toujour": 107, "anglais": 107, "traduit": 107, "moin": [107, 110, 114], "20": [107, 108, 117], "traduir": 107, "transifex": 107, "exist": [107, 108, 110, 117], "d\u00e9marrag": [107, 108], "translat": 107, "czech": 107, "philippin": 107, "franc": 107, "espagnol": 107, "indonesian": 107, "swahil": 107, "telugu": 107, "install": [107, 109], "pr\u00e9ambul": 107, "quickstart": 107, "recommend": [107, 109], "mat\u00e9riel": 107, "v\u00e9rif": 107, "virtualis": 107, "v\u00e9rifi": 107, "alloc": 107, "processeur": 107, "t\u00e9l\u00e9charg": 107, "lanc": 107, "ubuntu": [107, 117], "debian": 107, "centos": 107, "rhel": 107, "fedor": 107, "arch": 107, "d\u00e9pannag": 107, "salut": 107, "cour": 107, "ex\u00e9cu": 107, "tutorial": 107, "calibrating": 107, "measuring": 107, "stockpil": 107, "volum": 107, "fieldwork": 107, "planning": 107, "pattern": [107, 112], "listing": 107, "accessing": 107, "log": 107, "cleaning": 107, "singularity": 107, "downloading": 107, "sif": 107, "bandwidth": 107, "who": [107, 114], "prep": 107, "directory": [107, 112], "droplet": 107, "pin": 107, "assuming": 107, "surviv": 107, "potre": 107, "modul": 107, "appear": 107, "budget": 107, "eye": 107, "dom": 107, "lighting": 107, "clipping": 107, "helpful": 107, "why": [107, 109, 114], "tru": [107, 117], "io": [107, 117], "new": [107, 109, 114, 117], "completing": 107, "task": [107, 109, 113], "temporary": 107, "scratch": 107, "geometry": 107, "adding": [107, 109], "polyon": 107, "toggl": [107, 117], "editing": 107, "chang": [107, 117], "vector": [107, 117], "manual": 107, "rectilinear": 107, "practic": 107, "user": [107, 108, 109, 117], "interfac": [107, 108], "posm": 107, "gcpi": 107, "editor": [107, 117], "pro": 107, "quoi": 107, "attendr": 107, "aspect": 107, "r\u00e9f\u00e9rent": 107, "g\u00e9olocalis": 107, "masqu": 107, "calibrat": [107, 117], "distributed": [107, 117], "getting": 107, "understanding": 107, "autoscaling": 107, "acknowledgment": 107, "additionnel": 107, "conseil": [107, 110], "vol": [107, 110], "sent": [107, 114], "agx710": 107, "hardwar": 107, "comment": [107, 108, 110], "demand": [107, 108, 109], "forum": [107, 108, 114, 115], "communaut": [107, 114], "signal": 107, "bogu": 107, "soumiss": 107, "frequently": 107, "asked": [107, 114], "stitch": 107, "my": [107, 109, 114, 117], "cor": 107, "nativ": 107, "allocat": 107, "licensing": 107, "commercial": 107, "licens": 107, "asid": 107, "agplv3": 107, "running": [107, 109, 117], "modifi": 108, "permiss": 108, "installer": 108, "purchas": 108, "easiest": 108, "said": 108, "ecoystem": 108, "looking": [108, 117], "themselv": 108, "minimal": 108, "requis": 108, "64": [108, 117], "fabriqu": 108, "2010": 108, "gb": 108, "dessus": [108, 113], "permettent": 108, "200": [108, 110], "manqu": [108, 115], "derni": 108, "16": [108, 117], "pr\u00e9ced": 108, "permettr": 108, "centain": 108, "trop": 108, "Un": [108, 110], "c\u0153ur": 108, "tand": [108, 110], "graphiqu": 108, "davantag": 108, "mani": 108, "lin\u00e9air": 108, "40": [108, 117], "250": 108, "32": [108, 117], "1500": 108, "2500": 108, "128": [108, 117], "3500": 108, "192": 108, "5000": 108, "256": [108, 117], "Nous": [108, 114, 115], "recommandon": [108, 115], "dispos": 108, "pr\u00e9c\u00e9dent": 108, "ouvr": [108, 113], "gestionnair": 108, "t\u00e2ch": [108, 110], "appui": 108, "ctrl": [108, 117], "maj": 108, "esc": 108, "pass": [108, 109, 112, 117], "onglet": 108, "savoir": [108, 114, 115], "assist": 108, "www": [108, 110], "us": [108, 116, 117], "aspx": 108, "id": [108, 117], "592": 108, "proc\u00e9dur": 108, "malheur": 108, "ordin": 108, "donc": [108, 110], "proced": 108, "cherch": 108, "moteur": 108, "recherch": [108, 114, 115], "vtx": 108, "souvent": 108, "agit": 108, "imm\u00e9diat": 108, "f2": 108, "f12": 108, "navigu": 108, "vt": 108, "touch": [108, 110], "sp\u00e9cial": 108, "acced": [108, 113], "fournisseur": 108, "abord": 108, "git": [108, 109, 117], "scm": 108, "oubl": 108, "puiss": 108, "toolbox": 108, "releas": 108, "v18": 108, "09": [108, 110], "dockertoolbox": 108, "exe": 108, "contr": 108, "professional": 108, "r\u00e9cent": 108, "win": 108, "20for": 108, "20window": 108, "20install": 108, "NE": 108, "PAS": 108, "deux": [108, 110, 114], "docker": 108, "Ils": 108, "confl": 108, "ic\u00f4n": 108, "bureau": 108, "saut": 108, "erreur": [108, 110], "corrig": 108, "tourn": 108, "arrier": 108, "\u00e9mul": 108, "quantit": 108, "assign": 108, "allou": 108, "virtualbox": 108, "manag": [108, 117], "clic": [108, 117], "droit": 108, "ferm": 108, "acpi": 108, "shutdown": 108, "arr\u00eat": 108, "d\u00e9plac": [108, 110], "curseur": 108, "panneau": 108, "60": [108, 117], "70": [108, 117], "\u00e9ventuel": [108, 114], "50": [108, 117], "ok": [108, 109], "start": [108, 109, 117], "regard": [108, 110], "barr": 108, "\u00e9tat": [108, 113], "balein": 108, "blanch": 108, "cliqu": 108, "avanc": [108, 110], "gliss": 108, "bouton": 108, "moiti": 108, "gui": 108, "l\u00e0": 108, "localis": 108, "entrez": 108, "cibl": [108, 111], "parcour": 108, "jusqu": 108, "choix": 108, "r\u00e9uss": [108, 114], "allez": 108, "puis": 108, "reven": 108, "facil": [108, 114], "aven": 108, "depuis": [108, 112], "bash": [108, 117], "tap": 108, "sh": [108, 117], "compos": 108, "stad": 108, "nodeodm": [108, 109, 115, 117], "accueil": 108, "localhost": [108, 109], "8000": 108, "adress": 108, "ip": [108, 109], "laquel": [108, 110], "connect": [108, 109, 117], "168": 108, "plupart": 108, "mac": 108, "modern": 108, "sierr": 108, "condit": [108, 110, 117], "charg": [108, 112, 114], "sysctl": 108, "kern": 108, "hv_support": 108, "r\u00e9pons": [108, 114], "semblabl": 108, "suit": [108, 115], "alor": [108, 112, 114], "vieux": 108, "dmg": 108, "sourceforg": 108, "osx": 108, "ressembl": 108, "hello": 108, "world": [108, 109, 117], "Qui": 108, "renvoi": 108, "chos": 108, "apple": 108, "117": 108, "essai": [108, 114], "voi": 108, "\u00e7a": 108, "pr\u00e9f\u00e9rent": 108, "s\u00e9lection": 108, "cd": [108, 109, 117], "selon": [108, 110], "officiel": 108, "binair": 108, "quatr": 108, "pip": [108, 117], "pouvon": 108, "couvr": 108, "suff": 108, "sudo": [108, 117], "apt": [108, 117], "updat": [108, 109, 117], "curl": 108, "fssl": 108, "o": 108, "yum": 108, "dnf": 108, "pacman": 108, "sy": 108, "trois": [108, 114], "script": [108, 112, 117], "dockercompos": 108, "22": 108, "f46880f": 108, "contrair": [108, 110], "avantag": 108, "r\u00e9alis": 108, "occup": 108, "mettr": [108, 114], "devin": 108, "ains": 108, "g\u00e9n\u00e9ral": [108, 110], "pr\u00e9fix": 108, "port": [108, 109, 117], "r\u00e9seau": [108, 110], "80": [108, 117], "D": [108, 110, 112, 114, 117], "\u00e9numer": 108, "stuck": 108, "reset": 108, "admin": 108, "password": 108, "forget": 108, "resetadminpassword": 108, "newpass": 108, "everything": [108, 113, 117], "latest": [108, 117], "stor": 108, "medi": 108, "webodm_result": 108, "communautair": 108, "id\u00e9al": 108, "bloqu": 108, "ouvert": 108, "bienvenu": 108, "pren": 108, "familiaris": 108, "explor": [108, 117], "menus": 108, "tableau": 108, "arriv": 108, "f\u00e9licit": 108, "mainten": [108, 114], "optionnel": 108, "r\u00e9pet": 108, "nouveau": 108, "noeud": 108, "rm": [108, 109, 112, 117], "p": [108, 109, 110, 117], "3000": [108, 109, 117], "q": [108, 117], "token": [108, 109], "secret": 108, "conteneur": 108, "hub": 108, "fix": 108, "simultan": 108, "proteg": 108, "autoris": [108, 113], "mot": 108, "\u00c0": [108, 110, 111, 114], "hostnam": [108, 109], "deuxiem": 108, "bien": [108, 114], "d\u00e9sorm": 108, "manage": 109, "chunk": 109, "producing": [109, 117], "connected": 109, "sam": [109, 112, 117], "network": [109, 117], "thus": [109, 117], "thousand": 109, "enabling": 109, "propag": 109, "could": [109, 112, 113, 117], "caus": [109, 117], "bowl": 109, "13": [109, 110, 117], "000": [109, 117], "collected": [109, 117], "bank": [109, 117], "tanzani": [109, 117], "flood": [109, 117], "pron": [109, 117], "msimbas": [109, 117], "basin": [109, 117], "dar": [109, 117], "salaam": [109, 117], "sequentially": 109, "easy": 109, "respectively": [109, 117], "ti": [109, 113, 117], "v": [109, 112, 117], "400": 109, "clustering": 109, "named": 109, "image_group": [109, 117], "belong": [109, 117], "01": [109, 117], "02": 109, "03": [109, 117], "b": [109, 117], "04": [109, 117], "05": [109, 110], "distribut": 109, "orchestrated": 109, "3001": 109, "8080": 109, "launch": [109, 117], "telnet": 109, "address": [109, 117], "escap": [109, 113, 117], "charact": [109, 117], "api": [109, 115], "simply": [109, 117], "800": 109, "120": 109, "interrogat": [109, 117], "we": [109, 114, 116, 117], "del": 109, "lock": [109, 117], "forwarding": 109, "unlock": 109, "resum": 109, "rout": 109, "taskid": 109, "cancel": 109, "asr": 109, "viewcmd": 109, "repeat": 109, "last": [109, 117], "wasn": 109, "offlin": 109, "whil": [109, 112, 116, 117], "autoscal": 109, "including": [109, 117], "amazon": [109, 117], "ocean": [109, 117], "cost": [109, 117], "functioning": 109, "nodej": [109, 117], "npm": 109, "s3": 109, "compatibl": 109, "storing": 109, "digitalocean": 109, "servic": 109, "index": [109, 115], "js": 109, "digitaloceanasrprovid": 109, "execut": [109, 117], "attached": [109, 117], "zero": 109, "rely": [109, 117], "attach": [109, 117], "act": 109, "handl": 109, "ui": 109, "validating": 109, "spinning": 109, "dummy": 109, "forwarded": 109, "fully": 109, "supported": [109, 112], "combin": 109, "accurately": [109, 112], "hug": 109, "pau": 109, "folk": 109, "mapillary": 109, "amazing": 109, "through": [109, 117], "key": [109, 117], "component": 109, "forward": [109, 117], "pushing": 109, "big": [109, 117], "degr": 110, "proxim": 110, "correspondent": 110, "mond": 110, "r\u00e9el": 110, "parlon": 110, "exactitud": 110, "pascual": 110, "2011": 110, "relat": 110, "auquel": 110, "ind\u00e9pend": 110, "emplac": [110, 113], "taill": 110, "d\u00e9cal": 110, "figur": [110, 114, 117], "planet": 110, "pix4d": 110, "car": [110, 117], "\u00e9valu": 110, "chanti": 110, "construct": 110, "incend": 110, "aur": [110, 112], "d\u00e9cis": 110, "lesquel": 110, "critiqu": 110, "arpentag": 110, "fonci": 110, "n\u00e9cessitent": [110, 114], "ordre": 110, "fois": [110, 112], "Et": [110, 114], "quant": 110, "faut": 110, "madawalagam": 110, "2016": 110, "compar": [110, 117], "gnss": [110, 117], "situ": [110, 114], "\u00e9chel": 110, "norm": 110, "nsdi": 110, "fgdc": 110, "optimal": 110, "barry": 110, "2013": 110, "m\u00e9t\u00e9o": 110, "m\u00e9t\u00e9orolog": 110, "photogrammetr": 110, "prendr": [110, 112], "couvertur": 110, "nuageux": 110, "vitess": 110, "vent": 110, "humid": 110, "influenc": 110, "\u00e9clairag": 110, "Des": 110, "gros": [110, 114], "produisent": 110, "bruit": 110, "d\u00e9form": 110, "mouv": [110, 115], "m\u00e9can": 110, "traval": 110, "empreint": 110, "r\u00e9sult": [110, 112], "diminu": 110, "reconnaiss": 110, "pet": 110, "requ": 110, "hauteur": 110, "particuli": 110, "tendent": 110, "r\u00e9duir": 110, "position": 110, "survol": 110, "photo": [110, 117], "multipli": 110, "incr\u00e9ment": 110, "math": 110, "2020": [110, 117], "coakley": 110, "r": [110, 117], "enqu\u00eat": 110, "ie": [110, 112], "accuracy_uav_compare_rtk_gp": 110, "d\u00e9ploi": 110, "2017": 110, "blog": 110, "munasingh": 110, "dampegam": 110, "J": [110, 114], "samarakoon": 110, "a\u00e9rien": 110, "faibl": 110, "co\u00fbt": 110, "public": 110, "37e": 110, "conf\u00e9rent": 110, "asiat": 110, "t\u00e9l\u00e9d\u00e9tect": 110, "colombo": 110, "sri": 110, "lank": 110, "st\u00e9phan": 110, "marzo": 110, "3937": 110, "loung": 110, "sig": 110, "gisloung": 110, "07": 110, "Qu": 110, "ciel": 111, "accidentel": 111, "inclus": 111, "entr\u00e9": 111, "vu": [111, 115], "obliqu": 111, "sujet": [111, 114], "blanc": 111, "dimens": 111, "gimp": 111, "exclur": 111, "nomm": 111, "_mask": 111, "dji_0018": 111, "dji_0018_mask": 111, "inclur": 111, "bmp": 111, "capturent": 112, "vison": 112, "d\u00e9velopp": [112, 114], "fonctionnent": 112, "mieux": [112, 114], "micasens": [112, 116], "rededg": 112, "mx": 112, "altum": [112, 116], "6x": 112, "dji": [112, 116], "phantom": 112, "\u00e9tendr": 112, "s\u00e9par": 112, "font": 112, "mult": [112, 115], "alpha": [112, 117], "officially": 112, "giv": [112, 117], "ndre": 112, "renamed": 112, "0000x_nir": 112, "10_51_14_img_00008": 112, "00008_nir": 112, "nrgb": 112, "0000x_rgb": 112, "10_51_14_img_00023": 112, "00023_rgb": 112, "xxxx_nir": 112, "xxxx_rgb": 112, "input_image_d": 112, "output_d": [112, 117], "contrib": 112, "ndvi": 112, "rename_sentera_agx710_multispectral_t": 112, "py": [112, 117], "python3": 112, "uns": 113, "produit": 113, "odm_georeferenced_model": [113, 117], "ply": 113, "univers": 113, "zanzibar": 113, "aimabl": 113, "khadij": 113, "abdullah": 113, "ali": 113, "odm_texturing": [113, 117], "odm_textured_model": 113, "odm_textured_model_geo": 113, "meshlab": 113, "odm_orthphoto": 113, "couch": 113, "origin": 113, "rogn": 113, "tutoriel": 113, "cr\u00e9ation": 113, "stock": 113, "stdout": 113, "On": 113, "ansi": 113, "39m": 113, "disabled": [113, 117], "no_ansiesc": 113, "environment": [113, 117], "variabl": [113, 117], "env": 113, "img": 113, "1234": 113, "config": [113, 117], "yaml": [113, 117], "track": [113, 117], "meshed": 113, "undistorted": 113, "undistorted_track": 113, "undistorted_reconstruct": 113, "odm_mesh": 113, "odm_meshing_log": 113, "meshing": 113, "texture_n": 113, "odm_georeferencing_log": 113, "odm_georeferencing_utm_log": 113, "extract_utm": 113, "portion": 113, "odm_orthophoto_log": 113, "gdal_translate_log": 113, "top": 113, "geotoff": 113, "commentair": 114, "foss": 114, "int\u00e9ress": 114, "int\u00e9rieur": 114, "ext\u00e9rieur": 114, "ceux": 114, "impress": 114, "pouvoir": 114, "difficil": 114, "raison": 114, "De": 114, "argent": 114, "surcharg": 114, "opportun": 114, "demanding": [114, 117], "implemented": 114, "probably": [114, 117], "convinc": 114, "development": 114, "team": [114, 117], "imagin": 114, "somebody": 114, "knocked": 114, "door": 114, "hous": 114, "cook": 114, "dinn": 114, "reasonably": 114, "spend": 114, "energy": 114, "fulfilling": 114, "his": 114, "agend": 114, "suggesting": 114, "cordial": 114, "ask": 114, "especially": 114, "prepared": 114, "offer": 114, "fund": 114, "explaining": 114, "benef": [114, 117], "benefit": 114, "exclusively": 114, "hard": [114, 117], "soumis": 114, "applic": 114, "discuss": 114, "\u00e9voqu": 114, "discut": 114, "addit": 114, "shar": 114, "test": 114, "channel": 114, "developer": 114, "surtout": 114, "\u00e9cout": 114, "sein": 114, "dit": 114, "pouc": 114, "avon": 114, "DE": 114, "UN": 114, "POUR": 114, "LE": 114, "combinaison": 114, "accord": 114, "Je": 114, "gross": 114, "esper": 114, "viendr": 114, "membr": 114, "heureux": 114, "testeur": 114, "let": [114, 117], "put": 114, "contribut": 114, "toward": [114, 117], "somm": 114, "rav": 114, "\u0153uvr": 114, "feron": 114, "comprendr": 114, "apprec": 114, "soutien": 114, "d\u00e9part": 115, "lisezmoi": 115, "lir": 115, "blob": 115, "mast": 115, "adoc": 115, "concept": 115, "665": 115, "gardon": 115, "d\u00e9di": 115, "articl": 115, "pr\u00e9cieux": 115, "st\u00e9r\u00e9o": 115, "wav": 116, "infrared": 116, "lwir": 116, "alon": 116, "aim": 116, "developed": 116, "zenmus": 116, "xt": 116, "h20": 116, "expand": 116, "sharing": 116, "common": 117, "compromis": 117, "forest": 117, "300000": 117, "600000": 117, "recreat": 117, "roof": 117, "commodity": 117, "vibrat": 117, "derived": 117, "substantial": 117, "self": 117, "desir": 117, "depending": 117, "jam": 117, "robson": 117, "2014": 117, "pap": 117, "mitigating": 117, "systematic": 117, "topographic": 117, "minimiz": 117, "mitigat": 117, "simplest": 117, "fly": 117, "rath": 117, "having": 117, "straight": 117, "pointing": 117, "tilt": 117, "approach": 117, "flying": 117, "typical": 117, "pilot": 117, "imported": 117, "efficiently": 117, "flown": 117, "crossgrid": 117, "crosshatch": 117, "facing": 117, "percentag": 117, "68": 117, "sidelap": 117, "equivalent": 117, "83": 117, "42": 117, "vertically": 117, "cc": 117, "controlled": 117, "variat": 117, "toler": 117, "expect": 117, "correspond": 117, "tre": 117, "removed": 117, "changing": 117, "significantly": 117, "read": 117, "understand": 117, "improved": 117, "classif": 117, "airborn": 117, "lidar": 117, "freely": 117, "overall": 117, "biggest": 117, "avoiding": 117, "mistakenly": 117, "ii": 117, "meant": 117, "mistaken": 117, "empty": 117, "my_odm_imag": 117, "24": 117, "weath": 117, "modify": 117, "photography": 117, "obtained": 117, "overcast": 117, "clear": 117, "ski": 117, "wind": 117, "remain": 117, "avoid": 117, "shadow": 117, "obstruct": 117, "lessen": 117, "pref": 117, "midday": 117, "consistently": 117, "illuminated": 117, "naked": 117, "visibility": 117, "congruent": 117, "planned": 117, "adversely": 117, "impacted": 117, "dust": 117, "fog": 117, "smok": 117, "volcanic": 117, "ash": 117, "pollut": 117, "angled": 117, "gimbal": 117, "resting": 117, "eros": 117, "machinery": 117, "steep": 117, "recognized": 117, "labor": 117, "negligibl": 117, "lawn": 117, "mow": 117, "highly": 117, "75": 117, "65": 117, "influenced": 117, "general": 117, "balanc": 117, "executed": 117, "tallest": 117, "met": 117, "achiev": 117, "equipment": 117, "great": 117, "grad": 117, "station": 117, "intended": 117, "millimetric": 117, "ref": 117, "achieved": 117, "almost": 117, "adequately": 117, "defining": 117, "dashboard": 117, "length": 117, "button": 117, "defin": 117, "displayed": 117, "mostly": 117, "bin": 117, "defined": 117, "creation": 117, "triangulated": 117, "paced": 117, "irregular": 117, "carefully": 117, "specially": 117, "rang": 117, "commercially": 117, "photogrammetry": 117, "employ": 117, "deploy": 117, "basic": 117, "curious": 117, "containerized": 117, "among": 117, "easi": 117, "independent": 117, "virtual": 117, "experient": 117, "current": 117, "status": 117, "2518817537ce": 117, "36": 117, "hour": 117, "ago": 117, "zen_wright": 117, "1cdc7fadf688": 117, "usr": 117, "va": 117, "tcp": 117, "flamboyant_dhawan": 117, "cd7b9585b8f6": 117, "day": 117, "exited": 117, "nostalgic_lederberg": 117, "e31010c00b9a": 117, "suspicious_kepl": 117, "c44e0d0b8448": 117, "wonderful_burnel": 117, "unwieldy": 117, "mov": 117, "slowly": 117, "turned": 117, "turning": 117, "initializing": 117, "Mon": 117, "sep": 117, "23": 117, "33": 117, "build_overview": 117, "camera_len": 117, "dem_decim": 117, "dem_euclidean_map": 117, "pressing": 117, "arrow": 117, "navigat": 117, "back": 117, "tail": 117, "gdalwarp": 117, "bound": 117, "gpkg": 117, "crop_to_cutlin": 117, "co": 117, "num_thread": 117, "bigtiff": 117, "if_saf": 117, "blockysiz": 117, "512": 117, "blockxsiz": 117, "predictor": 117, "gdal_cachemax": 117, "48": 117, "95": 117, "111567p": 117, "137473l": 117, "input": 117, "deep": 117, "exec": 117, "shel": 117, "root": 117, "logged": 117, "lament": 117, "excess": 117, "advantageous": 117, "terminated": 117, "carr": 117, "burden": 117, "storag": 117, "maciej": 117, "\u0142ebkowsk": 117, "excellent": 117, "sylab": 117, "laptop": 117, "hpc": 117, "university": 117, "company": 117, "anything": 117, "else": 117, "cach": 117, "director": 117, "images_d": 117, "path_to_image_d": 117, "basenam": 117, "path_to_output_director": 117, "mkdir": 117, "bind": 117, "writabl": 117, "tmpf": 117, "odm_latest": 117, "ivan": 117, "gayton": 117, "repo": 117, "effectively": 117, "fairly": 117, "powerful": 117, "answer": 117, "incom": 117, "constraint": 117, "solved": 117, "completely": 117, "reason": 117, "reducing": 117, "african": 117, "tricky": 117, "workabl": 117, "cloudodm": 117, "remotely": 117, "familiarity": 117, "unix": 117, "ssh": 117, "account": 117, "aw": 117, "slight": 117, "moderat": 117, "literacy": 117, "aren": 117, "savvy": 117, "willing": 117, "fuss": 117, "whol": 117, "targeted": 117, "someon": 117, "asap": 117, "emphasiz": 117, "transf": 117, "4gb": 117, "ll": 117, "month": 117, "actually": 117, "expens": 117, "downsiz": 117, "cheapest": 117, "dependency": 117, "compatibility": 117, "privileg": 117, "insanely": 117, "connecting": 117, "xxx": 117, "stand": 117, "ipv4": 117, "closely": 117, "usernam": 117, "docu": 117, "ahead": 117, "upgrad": 117, "isn": 117, "dangerously": 117, "stay": 117, "regular": 117, "abbreviated": 117, "environmental": 117, "bashrc": 117, "opened": 117, "nano": 117, "whatev": 117, "replac": 117, "pythonpath": 117, "superbuild": 117, "lib": 117, "python2": 117, "dist": 117, "packag": 117, "src": 117, "ld_library_path": 117, "readm": 117, "prevent": 117, "crash": 117, "wherein": 117, "differently": 117, "jargon": 117, "rul": 117, "thumb": 117, "seem": 117, "raw": 117, "got": 117, "100gb": 117, "1000gb": 117, "rid": 117, "capacity": 117, "mount": 117, "mnt": 117, "odmdat": 117, "push": 117, "onto": 117, "secur": 117, "scp": 117, "imagefold": 117, "recurs": 117, "remot": 117, "critical": 117, "myproject": 117, "specif": 117, "parent": 117, "confusingly": 117, "individual": 117, "calling": 117, "project_path": 117, "copied": 117, "spot": 117, "ancillary": 117, "folder": 117, "was": 117, "organized": 117, "incant": 117, "echo": 117, "cat": 117, "batch": 117, "though": 117, "shut": 117, "appropriately": 117, "monstrous": 117, "cpus": 117, "vcpus": 117, "192gb": 117, "hr": 117, "1000": 117, "wast": 117, "nohup": 117, "continu": 117, "alternately": 117, "gnu": 117, "session": 117, "won": 117, "interrupted": 117, "detach": 117, "unless": 117, "project_nam": 117, "weird": 117, "drop": 117, "copying": 117, "assum": 117, "fuck": 117, "literally": 117, "random": 117, "ignored": 117, "think": 117, "sensibly": 117, "omit": 117, "htop": 117, "sens": 117, "futur": 117, "spin": 117, "soon": 117, "inexpens": 117, "gdal": 117, "gdal_translat": 117, "ycbcr": 117, "gdal_tiff_internal_mask": 117, "extens": 117, "grab": 117, "compressed": 117, "gdaladdo": 117, "1024": 117, "archiv": 117, "tar": 117, "piec": 117, "mayb": 117, "zcvf": 117, "archivenam": 117, "activat": 117, "upper": 117, "corn": 117, "mod": 117, "managed": 117, "old": 117, "mid": 117, "handling": 117, "million": 117, "element": 117, "adjusted": 117, "implement": 117, "accentuat": 117, "shap": 117, "shad": 117, "enhanc": 117, "percept": 117, "scientific": 117, "visualiz": 117, "recognit": 117, "adjusting": 117, "strength": 117, "opacity": 117, "enabled": 117, "skybox": 117, "whit": 117, "splat": 117, "unload": 117, "consist": 117, "showing": 117, "hiding": 117, "terminat": 117, "tridimensional": 117, "formed": 117, "ended": 117, "highlight": 117, "selected": 117, "circl": 117, "circumferent": 117, "azimuth": 117, "azimuthal": 117, "measured": 117, "clockwis": 117, "geographical": 117, "north": 117, "forming": 117, "cub": 117, "relocat": 117, "redimens": 117, "handler": 117, "spher": 117, "profil": 117, "annot": 117, "highlighted": 117, "titl": 117, "clipped": 117, "contained": 117, "navigated": 117, "anchored": 117, "mous": 117, "horizontally": 117, "wheel": 117, "orbit": 117, "bird": 117, "keyboard": 117, "w": 117, "backward": 117, "axis": 117, "sliding": 117, "helicopt": 117, "aircraft": 117, "restricted": 117, "xy": 117, "restor": 117, "wirefram": 117, "compass": 117, "green": 117, "blu": 117, "play": 117, "arranged": 117, "six": 117, "ramp": 117, "customized": 117}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"alignment": [0, 72], "fil": [0, 105], "option": [1, 7, 103], "indiqu": 1, "3d": [2, 7, 113, 117], "til": [2, 60, 92], "align": [3, 77], "auto": [4, 5, 9], "boundary": [4, 5, 7], "what": [4, 7, 8, 9, 11, 103, 117], "is": [4, 7, 103, 117], "when": [4, 7, 8, 9, 11], "helpful": 4, "why": [4, 7, 8, 9, 11], "would": [4, 7, 8, 9, 11], "one": [4, 7, 8, 9, 11], "use": [4, 7, 8, 9, 11, 94, 95, 96, 97, 103], "exampl": [4, 7, 8, 9, 11], "imag": [4, 7, 8, 9, 11, 83, 106, 108, 109, 111, 117], "tru": [4, 7, 8, 11], "fals": [4, 7, 8, 11], "null": [4, 7, 8, 11], "distanc": 5, "bg": 6, "removal": [6, 75, 87], "geojson": 7, "appropriat": [7, 8, 9, 11], "how": [7, 103], "creat": 7, "io": 7, "new": 7, "creating": [7, 117], "a": [7, 9, 103, 110], "polygon": 7, "placing": 7, "vertic": 7, "completing": 7, "saving": 7, "downloading": [7, 117], "setting": [7, 105], "in": 7, "task": 7, "loaded": 7, "qgis": 7, "temporary": 7, "scratch": 7, "lai": 7, "geometry": 7, "typ": [7, 25, 34, 87], "adding": 7, "an": 7, "orthophoto": [7, 23, 43, 44, 45, 46, 47, 48, 73, 103, 113], "background": [7, 117], "polyon": 7, "featur": [7, 24, 25, 39], "toggl": 7, "editing": 7, "off": 7, "sav": 7, "chang": 7, "to": [7, 12, 67, 103, 117], "export": 7, "vector": 7, "As": 7, "point": [7, 105, 113, 117], "cloud": [7, 11], "digital": [7, 117], "elev": [7, 117], "model": [7, 9, 102, 113, 117], "textured": [7, 117], "mesh": [7, 37, 38], "build": [8, 103], "overview": 8, "are": [8, 9, 11, 103], "cam": [9, 10, 96, 117], "len": 9, "manual": 9, "select": 9, "particular": 9, "rectilinear": 9, "dat": [9, 85, 103, 117], "brown": 9, "fishey": 9, "perspect": 9, "spherical": 9, "cog": 11, "optimized": 11, "geotiff": [11, 103], "copy": 12, "crop": 13, "debug": 14, "dem": [15, 16, 17, 18], "decim": 15, "euclidean": 16, "map": 16, "gapfill": 17, "step": [17, 117], "resolu": [18, 19, 48, 101], "depthmap": 19, "dsm": [20, 113], "dtm": [21, 113], "end": 22, "with": [22, 109], "fast": 23, "quality": [24, 56, 117], "forc": 26, "gp": [26, 30], "gcp": [27, 105, 117], "geo": 28, "gltf": 29, "accuracy": [30, 117], "help": 31, "ignor": 32, "gsd": 32, "match": [33, 34], "neighbor": 33, "max": 35, "concurrency": 35, "merg": [36, 109], "octre": 37, "depth": 37, "siz": 38, "min": 39, "num": 39, "nam": 40, "no": [41, 46, 77], "gpu": [41, 103], "optimiz": 42, "disk": 42, "spac": 42, "compress": 43, "cutlin": 44, "kmz": 45, "tiled": 46, "png": 47, "pc": [49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60], "classify": 49, "copc": 50, "csv": 51, "ept": 52, "filt": 53, "geometric": [54, 59], "las": 55, "rectify": 57, "sampl": 58, "skip": [59, 71, 72, 73, 74, 89, 90], "primary": 61, "band": [61, 72], "project": [62, 117], "path": 62, "radiometric": 63, "calibr": 63, "rerun": [64, 65, 66], "all": [65, 103], "from": [66, 103, 117], "resiz": [67, 117], "rolling": [68, 69], "shutt": [68, 69], "readout": 69, "sfm": 70, "algorithm": 70, "3dmodel": 71, "report": 74, "sky": 75, "sm": [76, 77], "clust": [76, 109], "smrf": [78, 79, 80, 81], "scalar": 78, "slop": 79, "threshold": 80, "window": [81, 108], "split": [82, 83, 84, 109], "group": 83, "overlap": 84, "texturing": [85, 86, 87, 88, 89, 90, 91], "term": 85, "keep": 86, "unseen": 86, "fac": 86, "outli": 87, "singl": 88, "material": 88, "global": 89, "seam": [89, 90], "leveling": [89, 90], "local": [90, 109], "tone": 91, "mapping": 91, "tim": [93, 103], "3dmesh": 94, "exif": 95, "fixed": 96, "param": 96, "hybrid": 97, "bundl": 97, "adjustment": 97, "verbos": 98, "version": [99, 103], "video": [100, 101], "lim": 100, "comment": [102, 114], "contribu": 102, "forum": 102, "communaut": 102, "signal": 102, "bogu": 102, "soumiss": 102, "rapport": 102, "demand": [102, 114], "extract": 102, "frequently": 103, "asked": 103, "question": 103, "processing": [103, 117], "can": 103, "i": 103, "process": 103, "two": 103, "or": 103, "mor": 103, "stitch": 103, "them": 103, "togeth": 103, "the": [103, 109, 117], "softwar": 103, "not": 103, "using": [103, 117], "of": [103, 117], "my": 103, "cpu": 103, "cor": 103, "memory": 103, "it": [103, 117], "normal": 103, "if": 103, "nativ": 103, "allocat": 103, "resourc": 103, "for": [103, 105, 108, 117], "licensing": 103, "want": 103, "commercial": 103, "appliqu": 103, "that": [103, 117], "includ": 103, "odm": [103, 117], "do": 103, "need": 103, "licens": 103, "ther": 103, "other": [103, 117], "asid": 103, "agplv3": 103, "issu": 103, "your": 103, "comput": 103, "running": 103, "out": 103, "you": [103, 117], "conseil": 104, "vol": 104, "ground": 105, "control": 105, "recommended": 105, "practic": 105, "format": 105, "user": 105, "interfac": 105, "posm": 105, "gcpi": 105, "editor": 105, "pro": 105, "referent": 105, "fichi": 106, "g\u00e9olocalis": 106, "bienvenu": 107, "dan": 107, "document": 107, "opendronemap": [107, 113], "install": [108, 117], "pr\u00e9ambul": 108, "quickstart": 108, "recommend": 108, "mat\u00e9riel": [108, 112], "minimum": 108, "ram": 108, "needed": 108, "N": 108, "\u00e9tap": 108, "1": 108, "v\u00e9rif": 108, "si": 108, "virtualis": 108, "support": [108, 112, 116], "2": 108, "exigent": 108, "3": 108, "v\u00e9rifi": 108, "alloc": 108, "m\u00e9moir": 108, "processeur": 108, "4": 108, "t\u00e9l\u00e9charg": 108, "webodm": [108, 117], "lanc": 108, "macos": 108, "linux": 108, "ubuntu": 108, "debian": 108, "centos": 108, "rhel": 108, "fedor": 108, "arch": 108, "suppl\u00e9mentair": 108, "command": [108, 117], "bas": 108, "d\u00e9pannag": 108, "salut": 108, "En": 108, "cour": 108, "ex\u00e9cu": 108, "plus": 108, "machin": [108, 117], "splitting": 109, "larg": 109, "dataset": 109, "calibrat": 109, "distributed": 109, "getting": 109, "started": 109, "understanding": 109, "accessing": [109, 117], "log": [109, 113, 117], "autoscaling": 109, "clusterodm": 109, "limit": 109, "acknowledgment": 109, "pr\u00e9cis": 110, "cart": 110, "quoi": 110, "attendr": 110, "aspect": 110, "affect": 110, "r\u00e9f\u00e9rent": [110, 115], "utilis": [111, 112, 115], "masqu": 111, "multispectral": 112, "sent": 112, "agx710": 112, "sort": 113, "nuag": 113, "textur": 113, "list": 113, "tout": 113, "fonctionnal": 114, "additionnel": 115, "Pour": 115, "d\u00e9veloppeur": 115, "thermal": 116, "hardwar": 116, "usag": 116, "tutorial": 117, "high": 117, "orthophotos": 117, "calibrating": 117, "measuring": 117, "stockpil": 117, "volum": 117, "fieldwork": 117, "planning": 117, "flight": 117, "pattern": 117, "height": 117, "parameter": 117, "expected": 117, "dock": 117, "listing": 117, "instanc": 117, "lin": 117, "access": 117, "cleaning": 117, "up": 117, "after": 117, "singularity": 117, "sif": 117, "low": 117, "bandwidth": 117, "locat": 117, "this": 117, "and": 117, "who": 117, "prep": 117, "directory": 117, "structur": 117, "droplet": 117, "pull": 117, "pin": 117, "run": 117, "away": 117, "finish": 117, "assuming": 117, "surviv": 117, "long": 117, "potre": 117, "view": 117, "modul": 117, "appear": 117, "budget": 117, "field": 117, "eye": 117, "dom": 117, "lighting": 117, "tool": 117, "measur": 117, "clipping": 117, "navig": 117, "scen": 117}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.todo": 2, "sphinx": 57}, "alltitles": {"Alignment Files": [[0, "alignment-files"]], "Options et indicateurs": [[1, "options-and-flags"]], "3d-tiles": [[2, "d-tiles"]], "align": [[3, "align"]], "auto-boundary": [[4, "auto-boundary"]], "What Is Auto-Boundary?": [[4, "what-is-auto-boundary"]], "When Is Auto-Boundary Helpful?": [[4, "when-is-auto-boundary-helpful"]], "Why would one use auto-boundary?": [[4, "why-would-one-use-auto-boundary"]], "Example Images": [[4, "example-images"], [7, "example-images"], [8, "example-images"], [9, "example-images"], [11, "example-images"]], "True: --auto-boundary": [[4, "true-auto-boundary"]], "False: null": [[4, "false-null"], [7, "false-null"], [8, "false-null"], [11, "false-null"]], "auto-boundary-distance": [[5, "auto-boundary-distance"]], "bg-removal": [[6, "bg-removal"]], "boundary": [[7, "boundary"]], "What is Boundary [GeoJSON]?": [[7, "what-is-boundary-geojson"]], "When is Boundary [GeoJSON] appropriate?": [[7, "when-is-boundary-geojson-appropriate"]], "Why would one use Boundary [GeoJSON]?": [[7, "why-would-one-use-boundary-geojson"]], "How would one create Boundary [GeoJSON]?": [[7, "how-would-one-create-boundary-geojson"]], "GeoJSON.io": [[7, "geojson-io"]], "New GeoJSON": [[7, "new-geojson"]], "Creating A Polygon": [[7, "creating-a-polygon"]], "Placing Vertices": [[7, "placing-vertices"]], "Completing A Polygon": [[7, "completing-a-polygon"]], "Saving A Polygon": [[7, "saving-a-polygon"]], "Downloading A Polygon": [[7, "downloading-a-polygon"]], "Setting Boundary [GeoJSON] In Task Options": [[7, "setting-boundary-geojson-in-task-options"]], "Boundary [GeoJSON] Loaded In Task Options": [[7, "boundary-geojson-loaded-in-task-options"]], "QGIS": [[7, "qgis"]], "Creating A New Temporary Scratch Layer": [[7, "creating-a-new-temporary-scratch-layer"]], "New Temporary Scratch Layer Geometry Type": [[7, "new-temporary-scratch-layer-geometry-type"]], "New Temporary Scratch Layer Settings": [[7, "new-temporary-scratch-layer-settings"]], "Adding an Orthophoto Background": [[7, "adding-an-orthophoto-background"]], "Adding A Polyon Feature": [[7, "adding-a-polyon-feature"]], "Toggle Editing Off": [[7, "toggle-editing-off"]], "Save Changes To Temporary Scratch Layer": [[7, "save-changes-to-temporary-scratch-layer"]], "Export Temporary Scratch Layer Features": [[7, "export-temporary-scratch-layer-features"]], "Save Vector Layer As": [[7, "save-vector-layer-as"]], "True: --boundary [GeoJSON] - Point Cloud": [[7, "true-boundary-geojson-point-cloud"]], "True: --boundary [GeoJSON] - Orthophoto": [[7, "true-boundary-geojson-orthophoto"]], "True: --boundary [GeoJSON] - Digital Elevation Model": [[7, "true-boundary-geojson-digital-elevation-model"]], "True: --boundary [GeoJSON] - 3D Model/Textured Mesh": [[7, "true-boundary-geojson-3d-model-textured-mesh"]], "build-overviews": [[8, "build-overviews"]], "What Are Overviews?": [[8, "what-are-overviews"]], "When are Overviews appropriate?": [[8, "when-are-overviews-appropriate"]], "Why would one use Overviews?": [[8, "why-would-one-use-overviews"]], "True: --build-overviews": [[8, "true-build-overviews"]], "camera-lens": [[9, "camera-lens"]], "What Are Camera Lens Models?": [[9, "what-are-camera-lens-models"]], "When are manual selections appropriate?": [[9, "when-are-manual-selections-appropriate"]], "Why would one use a particular Camera Lens Model?": [[9, "why-would-one-use-a-particular-camera-lens-model"]], "auto : Rectilinear Data": [[9, "auto-rectilinear-data"]], "brown : Rectilinear Data": [[9, "brown-rectilinear-data"]], "fisheye : Rectilinear Data": [[9, "fisheye-rectilinear-data"]], "perspective : Rectilinear Data": [[9, "perspective-rectilinear-data"]], "spherical : Rectilinear Data": [[9, "spherical-rectilinear-data"]], "cameras": [[10, "cameras"]], "cog": [[11, "cog"]], "What Are Cloud Optimized GeoTIFFs (COGs)?": [[11, "what-are-cloud-optimized-geotiffs-cogs"]], "When are COGs appropriate?": [[11, "when-are-cogs-appropriate"]], "Why would one use COGs?": [[11, "why-would-one-use-cogs"]], "True: --cog": [[11, "true-cog"]], "copy-to": [[12, "copy-to"]], "crop": [[13, "crop"]], "debug": [[14, "debug"]], "dem-decimation": [[15, "dem-decimation"]], "dem-euclidean-map": [[16, "dem-euclidean-map"]], "dem-gapfill-steps": [[17, "dem-gapfill-steps"]], "dem-resolution": [[18, "dem-resolution"]], "depthmap-resolution": [[19, "depthmap-resolution"]], "dsm": [[20, "dsm"]], "dtm": [[21, "dtm"]], "end-with": [[22, "end-with"]], "fast-orthophoto": [[23, "fast-orthophoto"]], "feature-quality": [[24, "feature-quality"]], "feature-type": [[25, "feature-type"]], "force-gps": [[26, "force-gps"]], "gcp": [[27, "gcp"]], "geo": [[28, "geo"]], "gltf": [[29, "gltf"]], "gps-accuracy": [[30, "gps-accuracy"]], "help": [[31, "help"]], "ignore-gsd": [[32, "ignore-gsd"]], "matcher-neighbors": [[33, "matcher-neighbors"]], "matcher-type": [[34, "matcher-type"]], "max-concurrency": [[35, "max-concurrency"]], "merge": [[36, "merge"]], "mesh-octree-depth": [[37, "mesh-octree-depth"]], "mesh-size": [[38, "mesh-size"]], "min-num-features": [[39, "min-num-features"]], "name": [[40, "name"]], "no-gpu": [[41, "no-gpu"]], "optimize-disk-space": [[42, "optimize-disk-space"]], "orthophoto-compression": [[43, "orthophoto-compression"]], "orthophoto-cutline": [[44, "orthophoto-cutline"]], "orthophoto-kmz": [[45, "orthophoto-kmz"]], "orthophoto-no-tiled": [[46, "orthophoto-no-tiled"]], "orthophoto-png": [[47, "orthophoto-png"]], "orthophoto-resolution": [[48, "orthophoto-resolution"]], "pc-classify": [[49, "pc-classify"]], "pc-copc": [[50, "pc-copc"]], "pc-csv": [[51, "pc-csv"]], "pc-ept": [[52, "pc-ept"]], "pc-filter": [[53, "pc-filter"]], "pc-geometric": [[54, "pc-geometric"]], "pc-las": [[55, "pc-las"]], "pc-quality": [[56, "pc-quality"]], "pc-rectify": [[57, "pc-rectify"]], "pc-sample": [[58, "pc-sample"]], "pc-skip-geometric": [[59, "pc-skip-geometric"]], "pc-tile": [[60, "pc-tile"]], "primary-band": [[61, "primary-band"]], "project-path": [[62, "project-path"]], "radiometric-calibration": [[63, "radiometric-calibration"]], "rerun": [[64, "rerun"]], "rerun-all": [[65, "rerun-all"]], "rerun-from": [[66, "rerun-from"]], "resize-to": [[67, "resize-to"]], "rolling-shutter": [[68, "rolling-shutter"]], "rolling-shutter-readout": [[69, "rolling-shutter-readout"]], "sfm-algorithm": [[70, "sfm-algorithm"]], "skip-3dmodel": [[71, "skip-3dmodel"]], "skip-band-alignment": [[72, "skip-band-alignment"]], "skip-orthophoto": [[73, "skip-orthophoto"]], "skip-report": [[74, "skip-report"]], "sky-removal": [[75, "sky-removal"]], "sm-cluster": [[76, "sm-cluster"]], "sm-no-align": [[77, "sm-no-align"]], "smrf-scalar": [[78, "smrf-scalar"]], "smrf-slope": [[79, "smrf-slope"]], "smrf-threshold": [[80, "smrf-threshold"]], "smrf-window": [[81, "smrf-window"]], "split": [[82, "split"]], "split-image-groups": [[83, "split-image-groups"]], "split-overlap": [[84, "split-overlap"]], "texturing-data-term": [[85, "texturing-data-term"]], "texturing-keep-unseen-faces": [[86, "texturing-keep-unseen-faces"]], "texturing-outlier-removal-type": [[87, "texturing-outlier-removal-type"]], "texturing-single-material": [[88, "texturing-single-material"]], "texturing-skip-global-seam-leveling": [[89, "texturing-skip-global-seam-leveling"]], "texturing-skip-local-seam-leveling": [[90, "texturing-skip-local-seam-leveling"]], "texturing-tone-mapping": [[91, "texturing-tone-mapping"]], "tiles": [[92, "tiles"]], "time": [[93, "time"]], "use-3dmesh": [[94, "use-3dmesh"]], "use-exif": [[95, "use-exif"]], "use-fixed-camera-params": [[96, "use-fixed-camera-params"]], "use-hybrid-bundle-adjustment": [[97, "use-hybrid-bundle-adjustment"]], "verbose": [[98, "verbose"]], "version": [[99, "version"]], "video-limit": [[100, "video-limit"]], "video-resolution": [[101, "video-resolution"]], "Comment contribuer": [[102, "how-to-contribute"]], "Forum de la communaut\u00e9": [[102, "community-forum"]], "Signaler des bogues": [[102, "reporting-bugs"]], "Mod\u00e8le de soumission de rapports de bogues": [[102, "template-for-submitting-bug-reports"]], "Demande d\u2019extraction": [[102, "pull-requests"]], "Frequently Asked Questions": [[103, "frequently-asked-questions"]], "Data Processing": [[103, "data-processing"]], "Can I process two or more orthophoto GeoTIFFs to stitch them together?": [[103, "can-i-process-two-or-more-orthophoto-geotiffs-to-stitch-them-together"]], "The software is not using all of my CPU cores / memory / GPU all of the times. Is it normal?": [[103, "the-software-is-not-using-all-of-my-cpu-cores-memory-gpu-all-of-the-times-is-it-normal"]], "If I use the native version of the software, how can I allocate more resources for processing?": [[103, "if-i-use-the-native-version-of-the-software-how-can-i-allocate-more-resources-for-processing"]], "Licensing": [[103, "licensing"]], "I want to build a commercial application that includes ODM. Do I need a commercial license?": [[103, "i-want-to-build-a-commercial-application-that-includes-odm-do-i-need-a-commercial-license"]], "Are there other licensing options aside from the AGPLv3?": [[103, "are-there-other-licensing-options-aside-from-the-agplv3"]], "Memory issues": [[103, "memory-issues"]], "Your computer is running out of memory, what can you do?": [[103, "your-computer-is-running-out-of-memory-what-can-you-do"]], "Conseils de vol": [[104, "flying-tips"]], "Ground Control Points": [[105, "ground-control-points"]], "Recommended practices for GCP setting": [[105, "recommended-practices-for-gcp-setting"]], "GCP file format": [[105, "gcp-file-format"]], "User Interfaces": [[105, "user-interfaces"]], "POSM GCPi": [[105, "id1"]], "GCP Editor Pro": [[105, "id2"]], "References": [[105, "references"]], "Fichiers de g\u00e9olocalisation d\u2019images": [[106, "image-geolocation-files"]], "Bienvenue dans la documentation d\u2019OpenDroneMap": [[107, "welcome-to-opendronemap-s-documentation"]], "Installation et Pr\u00e9ambule": [[108, "installation-and-getting-started"]], "Quickstart": [[108, "quickstart"]], "Recommendations en mat\u00e9riel": [[108, "hardware-recommendations"]], "Minimum RAM needed for N images": [[108, "id4"]], "Installation": [[108, "installation"]], "Windows": [[108, "windows"]], "\u00c9tape 1. V\u00e9rifiez si la virtualisation est support\u00e9e": [[108, "step-1-check-virtualization-support"], [108, "id1"]], "\u00c9tape 2. Exigences d\u2019installation": [[108, "step-2-install-requirements"], [108, "id2"]], "\u00c9tape 3. V\u00e9rifier l\u2019allocation de la m\u00e9moire et du processeur": [[108, "step-3-check-memory-and-cpu-allocation"], [108, "id3"]], "\u00c9tape 4. T\u00e9l\u00e9charger WebODM": [[108, "step-4-download-webodm"]], "\u00c9tape 4. Lancer WebODM": [[108, "step-4-launch-webodm"]], "macOS": [[108, "macos"]], "\u00c9tape 4. T\u00e9l\u00e9chargez et lancez WebODM": [[108, "step-4-download-and-launch-webodm"]], "Linux": [[108, "linux"]], "\u00c9tape 1. Exigences d\u2019installation": [[108, "step-1-install-requirements"]], "Installer sur Ubuntu / Debian": [[108, "install-on-ubuntu-debian"]], "Installer sur CentOS / RHEL": [[108, "install-on-centos-rhel"]], "Installer sur Fedora": [[108, "install-on-fedora"]], "Installer sur Arch": [[108, "install-on-arch"]], "\u00c9tape 2. V\u00e9rifier les exigences suppl\u00e9mentaires": [[108, "step-2-check-additional-requirements"]], "\u00c9tape 3. T\u00e9l\u00e9charger et lancer WebODM": [[108, "step-3-download-and-launch-webodm"]], "Commandes de base et d\u00e9pannage": [[108, "basic-commands-and-troubleshooting"]], "Salut, WebODM!": [[108, "hello-webodm"]], "En cours d\u2019ex\u00e9cution sur plus d\u2019une machine": [[108, "running-on-more-than-one-machine"]], "Splitting Large Datasets": [[109, "splitting-large-datasets"]], "Calibrate images": [[109, "calibrate-images"]], "Local Split-Merge": [[109, "local-split-merge"]], "Distributed Split-Merge": [[109, "distributed-split-merge"]], "Getting Started with Distributed Split-Merge": [[109, "getting-started-with-distributed-split-merge"]], "Understanding the Cluster": [[109, "understanding-the-cluster"]], "Accessing the Logs": [[109, "accessing-the-logs"]], "Autoscaling ClusterODM": [[109, "autoscaling-clusterodm"]], "Limitations": [[109, "limitations"]], "Acknowledgments": [[109, "acknowledgments"]], "Pr\u00e9cision de la carte": [[110, "map-accuracy"]], "A quoi s\u2019attendre": [[110, "what-to-expect"]], "Aspects affectant la pr\u00e9cision de la carte": [[110, "aspects-impacting-map-accuracy"]], "R\u00e9f\u00e9rences": [[110, "references"]], "Utiliser les images masque": [[111, "using-image-masks"]], "Support Multispectral": [[112, "multispectral-support"]], "Mat\u00e9riel": [[112, "hardware"]], "Utilisation": [[112, "usage"]], "Sentera AGX710": [[112, "sentera-agx710"]], "Sorties OpenDroneMap": [[113, "opendronemap-outputs"]], "Nuage de points": [[113, "point-cloud"]], "Mod\u00e8le textur\u00e9 3D": [[113, "d-textured-model"]], "Orthophoto": [[113, "orthophoto"]], "DTM/DSM": [[113, "dtm-dsm"]], "Logs": [[113, "logs"]], "Liste de toutes les sorties": [[113, "list-of-all-outputs"]], "Comment demander des fonctionnalit\u00e9s": [[114, "how-to-request-features"]], "R\u00e9f\u00e9rences Additionnelles": [[115, "additional-references"]], "Pour Utilisateurs": [[115, "for-users"]], "Pour les D\u00e9veloppeurs": [[115, "for-developers"]], "Thermal Support": [[116, "thermal-support"]], "Hardware": [[116, "hardware"]], "Usage": [[116, "usage"]], "Tutorials": [[117, "tutorials"]], "Creating High Quality Orthophotos": [[117, "creating-high-quality-orthophotos"]], "Calibrating the Camera": [[117, "calibrating-the-camera"]], "Creating Digital Elevation Models": [[117, "creating-digital-elevation-models"]], "Measuring stockpile volume": [[117, "measuring-stockpile-volume"]], "Fieldwork planning": [[117, "fieldwork-planning"]], "Flight pattern": [[117, "flight-pattern"]], "Flight height": [[117, "flight-height"]], "GCPs": [[117, "gcps"]], "Processing parameters": [[117, "processing-parameters"]], "Measuring": [[117, "measuring"]], "Expected accuracy": [[117, "expected-accuracy"]], "Using Docker": [[117, "using-docker"]], "Listing Docker Machines": [[117, "listing-docker-machines"]], "Accessing logs on the instance": [[117, "accessing-logs-on-the-instance"]], "Command line access to instances": [[117, "command-line-access-to-instances"]], "Cleaning up after Docker": [[117, "cleaning-up-after-docker"]], "Using Singularity": [[117, "using-singularity"]], "Downloading image": [[117, "downloading-image"]], "Using Singularity SIF image": [[117, "using-singularity-sif-image"]], "Using ODM from low-bandwidth location": [[117, "using-odm-from-low-bandwidth-location"]], "What is this and who is it for?": [[117, "what-is-this-and-who-is-it-for"]], "Steps": [[117, "steps"]], "Install": [[117, "install"]], "Prep data and project": [[117, "prep-data-and-project"]], "Directory structure": [[117, "directory-structure"]], "Resize droplet, pull pin, run away": [[117, "resize-droplet-pull-pin-run-away"]], "After it finishes (assuming you survive that long)": [[117, "after-it-finishes-assuming-you-survive-that-long"]], "Using Potree 3D viewer module on WebODM": [[117, "using-potree-3d-viewer-module-on-webodm"]], "Cameras": [[117, "cameras"]], "Textured model": [[117, "textured-model"]], "Appearance": [[117, "appearance"]], "Point budget": [[117, "point-budget"]], "Field of view": [[117, "field-of-view"]], "Eye Dome-lighting": [[117, "eye-dome-lighting"]], "Background": [[117, "background"]], "Other": [[117, "other"]], "Tools": [[117, "tools"]], "Measurement": [[117, "measurement"]], "Clipping": [[117, "clipping"]], "Navigation": [[117, "navigation"]], "Scene": [[117, "scene"]]}, "indexentries": {}}) \ No newline at end of file diff --git a/id/.doctrees/arguments.doctree b/id/.doctrees/arguments.doctree index 09bb6496a8fcd766be780e5c03ebeea4d7dd812d..1753bf455df24eaf5aeda9d3b621da610535fc83 100644 GIT binary patch delta 9324 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 diff --git a/id/_sources/arguments.rst.txt b/id/_sources/arguments.rst.txt index 9641cf8f7..0b82ed94e 100644 --- a/id/_sources/arguments.rst.txt +++ b/id/_sources/arguments.rst.txt @@ -98,6 +98,9 @@ Options and Flags :ref:`matcher-neighbors` Perform image matching with the nearest images based on GPS exif data. Set to 0 to match by triangulation. Default: ``0`` +:ref:`matcher-order` + Perform image matching with the nearest N images based on image filename order. Can speed up processing of sequential images, such as those extracted from video. It is applied only on non-georeferenced datasets. Set to 0 to disable. Default: ``0`` + :ref:`matcher-type` bow | bruteforce | flann Matcher algorithm, Fast Library for Approximate Nearest Neighbors or Bag of Words. FLANN is slower, but more stable. BOW is faster, but can sometimes miss valid matches. BRUTEFORCE is very slow but robust.. Default: ``flann`` @@ -173,9 +176,6 @@ Options and Flags :ref:`pc-skip-geometric` Geometric estimates improve the accuracy of the point cloud by computing geometrically consistent depthmaps but may not be usable in larger datasets. This flag disables geometric estimates. Default: ``False`` -:ref:`pc-tile` - Reduce the memory usage needed for depthmap fusion by splitting large scenes into tiles. Turn this on if your machine doesn't have much RAM and/or you've set --pc-quality to high or ultra. Experimental. Default: ``False`` - :ref:`primary-band` When processing multispectral datasets, you can specify the name of the primary band that will be used for reconstruction. It's recommended to choose a band which has sharp details and is in focus. Default: ``auto`` @@ -203,6 +203,9 @@ Options and Flags :ref:`sfm-algorithm` incremental | triangulation | planar Choose the structure from motion algorithm. For aerial datasets, if camera GPS positions and angles are available, triangulation can generate better results. For planar scenes captured at fixed altitude with nadir-only images, planar can be much faster. . Default: ``incremental`` +:ref:`sfm-no-partial` + Do not attempt to merge partial reconstructions. This can happen when images do not have sufficient overlap or are isolated. Default: ``False`` + :ref:`skip-3dmodel` Skip generation of a full 3D model. This can save time if you only need 2D results such as orthophotos and DEMs. Default: ``False`` diff --git a/id/arguments/index.html b/id/arguments/index.html index bc4fc1342..67c995534 100644 --- a/id/arguments/index.html +++ b/id/arguments/index.html @@ -483,6 +483,8 @@
matcher-neighbors <positive integer>

Perform image matching with the nearest images based on GPS exif data. Set to 0 to match by triangulation. Default: 0

+
matcher-order <positive integer>

Perform image matching with the nearest N images based on image filename order. Can speed up processing of sequential images, such as those extracted from video. It is applied only on non-georeferenced datasets. Set to 0 to disable. Default: 0

+
matcher-type bow | bruteforce | flann

Matcher algorithm, Fast Library for Approximate Nearest Neighbors or Bag of Words. FLANN is slower, but more stable. BOW is faster, but can sometimes miss valid matches. BRUTEFORCE is very slow but robust.. Default: flann

max-concurrency <positive integer>

The maximum number of processes to use in various processes. Peak memory requirement is ~1GB per thread and 2 megapixel image resolution. Default: 4

@@ -533,8 +535,6 @@
pc-skip-geometric

Geometric estimates improve the accuracy of the point cloud by computing geometrically consistent depthmaps but may not be usable in larger datasets. This flag disables geometric estimates. Default: False

-
pc-tile

Reduce the memory usage needed for depthmap fusion by splitting large scenes into tiles. Turn this on if your machine doesn't have much RAM and/or you've set --pc-quality to high or ultra. Experimental. Default: False

-
primary-band <string>

When processing multispectral datasets, you can specify the name of the primary band that will be used for reconstruction. It's recommended to choose a band which has sharp details and is in focus. Default: auto

project-path <path>

Path to the project folder. Your project folder should contain subfolders for each dataset. Each dataset should have an "images" folder.

@@ -553,6 +553,8 @@
sfm-algorithm incremental | triangulation | planar

Choose the structure from motion algorithm. For aerial datasets, if camera GPS positions and angles are available, triangulation can generate better results. For planar scenes captured at fixed altitude with nadir-only images, planar can be much faster. . Default: incremental

+
sfm-no-partial

Do not attempt to merge partial reconstructions. This can happen when images do not have sufficient overlap or are isolated. Default: False

+
skip-3dmodel

Skip generation of a full 3D model. This can save time if you only need 2D results such as orthophotos and DEMs. Default: False

skip-band-alignment

When processing multispectral datasets, ODM will automatically align the images for each band. If the images have been postprocessed and are already aligned, use this option. Default: False

diff --git a/id/searchindex.js b/id/searchindex.js index f2245c537..2d58906ed 100644 --- a/id/searchindex.js +++ b/id/searchindex.js @@ -1 +1 @@ -Search.setIndex({"docnames": ["align", "arguments", "arguments/3d-tiles", "arguments/align", "arguments/auto-boundary", "arguments/auto-boundary-distance", "arguments/bg-removal", "arguments/boundary", "arguments/build-overviews", "arguments/camera-lens", "arguments/cameras", "arguments/cog", "arguments/copy-to", "arguments/crop", "arguments/debug", "arguments/dem-decimation", "arguments/dem-euclidean-map", "arguments/dem-gapfill-steps", "arguments/dem-resolution", "arguments/depthmap-resolution", "arguments/dsm", "arguments/dtm", "arguments/end-with", "arguments/fast-orthophoto", "arguments/feature-quality", "arguments/feature-type", "arguments/force-gps", "arguments/gcp", "arguments/geo", "arguments/gltf", "arguments/gps-accuracy", "arguments/help", "arguments/ignore-gsd", "arguments/matcher-neighbors", "arguments/matcher-type", "arguments/max-concurrency", "arguments/merge", "arguments/mesh-octree-depth", "arguments/mesh-size", "arguments/min-num-features", "arguments/name", "arguments/no-gpu", "arguments/optimize-disk-space", "arguments/orthophoto-compression", "arguments/orthophoto-cutline", "arguments/orthophoto-kmz", "arguments/orthophoto-no-tiled", "arguments/orthophoto-png", "arguments/orthophoto-resolution", "arguments/pc-classify", "arguments/pc-copc", "arguments/pc-csv", "arguments/pc-ept", "arguments/pc-filter", "arguments/pc-geometric", "arguments/pc-las", "arguments/pc-quality", "arguments/pc-rectify", "arguments/pc-sample", "arguments/pc-skip-geometric", "arguments/pc-tile", "arguments/primary-band", "arguments/project-path", "arguments/radiometric-calibration", "arguments/rerun", "arguments/rerun-all", "arguments/rerun-from", "arguments/resize-to", "arguments/rolling-shutter", "arguments/rolling-shutter-readout", "arguments/sfm-algorithm", "arguments/skip-3dmodel", "arguments/skip-band-alignment", "arguments/skip-orthophoto", "arguments/skip-report", "arguments/sky-removal", "arguments/sm-cluster", "arguments/sm-no-align", "arguments/smrf-scalar", "arguments/smrf-slope", "arguments/smrf-threshold", "arguments/smrf-window", "arguments/split", "arguments/split-image-groups", "arguments/split-overlap", "arguments/texturing-data-term", "arguments/texturing-keep-unseen-faces", "arguments/texturing-outlier-removal-type", "arguments/texturing-single-material", "arguments/texturing-skip-global-seam-leveling", "arguments/texturing-skip-local-seam-leveling", "arguments/texturing-tone-mapping", "arguments/tiles", "arguments/time", "arguments/use-3dmesh", "arguments/use-exif", "arguments/use-fixed-camera-params", "arguments/use-hybrid-bundle-adjustment", "arguments/verbose", "arguments/version", "arguments/video-limit", "arguments/video-resolution", "contributing", "faq", "flying", "gcp", "geo", "index", "installation", "large", "map-accuracy", "masks", "multispectral", "outputs", "requesting-features", "resources", "thermal", "tutorials"], "filenames": ["align.rst", "arguments.rst", "arguments/3d-tiles.rst", "arguments/align.rst", "arguments/auto-boundary.rst", "arguments/auto-boundary-distance.rst", "arguments/bg-removal.rst", "arguments/boundary.rst", "arguments/build-overviews.rst", "arguments/camera-lens.rst", "arguments/cameras.rst", "arguments/cog.rst", "arguments/copy-to.rst", "arguments/crop.rst", "arguments/debug.rst", "arguments/dem-decimation.rst", "arguments/dem-euclidean-map.rst", "arguments/dem-gapfill-steps.rst", "arguments/dem-resolution.rst", "arguments/depthmap-resolution.rst", "arguments/dsm.rst", "arguments/dtm.rst", "arguments/end-with.rst", "arguments/fast-orthophoto.rst", "arguments/feature-quality.rst", "arguments/feature-type.rst", "arguments/force-gps.rst", "arguments/gcp.rst", "arguments/geo.rst", "arguments/gltf.rst", "arguments/gps-accuracy.rst", "arguments/help.rst", "arguments/ignore-gsd.rst", "arguments/matcher-neighbors.rst", "arguments/matcher-type.rst", "arguments/max-concurrency.rst", "arguments/merge.rst", "arguments/mesh-octree-depth.rst", "arguments/mesh-size.rst", "arguments/min-num-features.rst", "arguments/name.rst", "arguments/no-gpu.rst", "arguments/optimize-disk-space.rst", "arguments/orthophoto-compression.rst", "arguments/orthophoto-cutline.rst", "arguments/orthophoto-kmz.rst", "arguments/orthophoto-no-tiled.rst", "arguments/orthophoto-png.rst", "arguments/orthophoto-resolution.rst", "arguments/pc-classify.rst", "arguments/pc-copc.rst", "arguments/pc-csv.rst", "arguments/pc-ept.rst", "arguments/pc-filter.rst", "arguments/pc-geometric.rst", "arguments/pc-las.rst", "arguments/pc-quality.rst", "arguments/pc-rectify.rst", "arguments/pc-sample.rst", "arguments/pc-skip-geometric.rst", "arguments/pc-tile.rst", "arguments/primary-band.rst", "arguments/project-path.rst", "arguments/radiometric-calibration.rst", "arguments/rerun.rst", "arguments/rerun-all.rst", "arguments/rerun-from.rst", "arguments/resize-to.rst", "arguments/rolling-shutter.rst", "arguments/rolling-shutter-readout.rst", "arguments/sfm-algorithm.rst", "arguments/skip-3dmodel.rst", "arguments/skip-band-alignment.rst", "arguments/skip-orthophoto.rst", "arguments/skip-report.rst", "arguments/sky-removal.rst", "arguments/sm-cluster.rst", "arguments/sm-no-align.rst", "arguments/smrf-scalar.rst", "arguments/smrf-slope.rst", "arguments/smrf-threshold.rst", "arguments/smrf-window.rst", "arguments/split.rst", "arguments/split-image-groups.rst", "arguments/split-overlap.rst", "arguments/texturing-data-term.rst", "arguments/texturing-keep-unseen-faces.rst", "arguments/texturing-outlier-removal-type.rst", "arguments/texturing-single-material.rst", "arguments/texturing-skip-global-seam-leveling.rst", "arguments/texturing-skip-local-seam-leveling.rst", "arguments/texturing-tone-mapping.rst", "arguments/tiles.rst", "arguments/time.rst", "arguments/use-3dmesh.rst", "arguments/use-exif.rst", "arguments/use-fixed-camera-params.rst", "arguments/use-hybrid-bundle-adjustment.rst", "arguments/verbose.rst", "arguments/version.rst", "arguments/video-limit.rst", "arguments/video-resolution.rst", "contributing.rst", "faq.rst", "flying.rst", "gcp.rst", "geo.rst", "index.rst", "installation.rst", "large.rst", "map-accuracy.rst", "masks.rst", "multispectral.rst", "outputs.rst", "requesting-features.rst", "resources.rst", "thermal.rst", "tutorials.rst"], "titles": ["Alignment Files", "Opsi dan Bendera", "3d-tiles", "align", "auto-boundary", "auto-boundary-distance", "bg-removal", "boundary", "build-overviews", "camera-lens", "cameras", "cog", "copy-to", "crop", "debug", "dem-decimation", "dem-euclidean-map", "dem-gapfill-steps", "dem-resolution", "depthmap-resolution", "dsm", "dtm", "end-with", "fast-orthophoto", "feature-quality", "feature-type", "force-gps", "gcp", "geo", "gltf", "gps-accuracy", "help", "ignore-gsd", "matcher-neighbors", "matcher-type", "max-concurrency", "merge", "mesh-octree-depth", "mesh-size", "min-num-features", "name", "no-gpu", "optimize-disk-space", "orthophoto-compression", "orthophoto-cutline", "orthophoto-kmz", "orthophoto-no-tiled", "orthophoto-png", "orthophoto-resolution", "pc-classify", "pc-copc", "pc-csv", "pc-ept", "pc-filter", "pc-geometric", "pc-las", "pc-quality", "pc-rectify", "pc-sample", "pc-skip-geometric", "pc-tile", "primary-band", "project-path", "radiometric-calibration", "rerun", "rerun-all", "rerun-from", "resize-to", "rolling-shutter", "rolling-shutter-readout", "sfm-algorithm", "skip-3dmodel", "skip-band-alignment", "skip-orthophoto", "skip-report", "sky-removal", "sm-cluster", "sm-no-align", "smrf-scalar", "smrf-slope", "smrf-threshold", "smrf-window", "split", "split-image-groups", "split-overlap", "texturing-data-term", "texturing-keep-unseen-faces", "texturing-outlier-removal-type", "texturing-single-material", "texturing-skip-global-seam-leveling", "texturing-skip-local-seam-leveling", "texturing-tone-mapping", "tiles", "time", "use-3dmesh", "use-exif", "use-fixed-camera-params", "use-hybrid-bundle-adjustment", "verbose", "version", "video-limit", "video-resolution", "Cara Kontribusi", "Frequently Asked Questions", "Kiat Menerbangkan", "Titik Ikat Bumi", "Berkas Citra Geolokasi", "Selamat datang di dokumentasi OpenDroneMap", "Cara memulai dan instalasi", "Memecah Data Besar", "Akurasi Peta", "Menggunakan Mask Gambar", "Multispectral Support", "Keluaran OpenDroneMap", "Bagaimana Meminta Fitur", "Preferensi tambahan", "Thermal Support", "Tutorial"], "terms": {"georeferenc": [0, 1, 27, 28, 50, 51, 52, 55, 95, 109, 113], "default": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 105, 106, 108, 117], "i": [0, 1, 8, 9, 11, 15, 18, 26, 32, 34, 35, 40, 48, 61, 63, 77, 84, 94, 102, 104, 106, 107, 108, 109, 110, 112, 113, 114, 115, 116, 117], "done": [0, 1, 84, 114, 117], "us": [0, 1, 6, 10, 13, 15, 16, 17, 20, 21, 26, 27, 28, 30, 35, 37, 39, 41, 43, 44, 57, 58, 61, 67, 69, 72, 75, 77, 83, 89, 102, 105, 106, 107, 108, 109, 110, 112, 113, 116], "gp": [0, 1, 33, 70, 77, 105, 106, 107, 110], "gcp": [0, 1, 26, 95, 107, 109, 110], "provid": [0, 1, 7, 94, 102, 109, 114, 117], "start": [0, 1, 17, 102, 107, 108, 109, 114, 117], "from": [0, 1, 4, 7, 9, 10, 11, 16, 23, 42, 53, 70, 100, 107, 108, 112, 113, 114, 115, 116, 117], "odm": [0, 1, 72, 102, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116], "3": [0, 1, 13, 17, 102, 105, 107, 109, 110, 117], "0": [0, 1, 5, 13, 17, 28, 33, 48, 53, 58, 69, 79, 80, 81, 100, 103, 105, 106, 108, 109, 111, 112, 117], "2": [0, 1, 35, 53, 94, 102, 105, 106, 107, 109, 110, 111, 115, 117], "peopl": [0, 117], "can": [0, 1, 4, 7, 9, 10, 11, 16, 28, 30, 32, 34, 39, 44, 49, 54, 58, 61, 68, 70, 71, 73, 74, 91, 96, 102, 106, 107, 108, 109, 110, 112, 113, 114, 115, 116, 117], "suppli": [0, 106], "refer": [0, 8, 102, 109, 110, 117], "georefer": 0, "program": [0, 1, 8, 11, 103, 108, 111, 117], "output": [0, 1, 2, 3, 7, 12, 13, 17, 32, 36, 38, 49, 58, 101, 109, 113, 117], "The": [0, 1, 4, 7, 8, 9, 11, 16, 27, 28, 35, 38, 83, 101, 106, 107, 108, 109, 110, 112, 113, 115, 117], "reconstruct": [0, 1, 3, 4, 7, 9, 23, 26, 30, 37, 39, 61, 97, 110, 113], "initi": [0, 117], "perform": [0, 1, 8, 33, 57, 63, 102, 108, 109, 117], "subsequ": [0, 106], "model": [0, 1, 20, 21, 23, 29, 71, 107, 108, 109, 110], "via": [0, 1, 9, 11, 63, 107, 109, 117], "linear": [0, 117], "scale": [0, 7, 109, 110, 117], "rotat": [0, 117], "shift": [0, 108, 110], "oper": [0, 102, 117], "If": [0, 1, 7, 23, 26, 28, 30, 68, 72, 102, 106, 107, 108, 109, 110, 112, 114, 117], "you": [0, 1, 4, 7, 9, 23, 26, 28, 30, 45, 46, 47, 49, 60, 61, 63, 68, 71, 73, 74, 95, 102, 106, 107, 108, 109, 110, 112, 113, 114, 116, 117], "call": [0, 106, 108, 109, 117], "laz": [0, 1, 3, 113], "la": [0, 1, 3, 107, 117], "tif": [0, 111, 112, 113, 117], "singl": [0, 1, 7, 29, 58, 107, 117], "band": [0, 1, 107, 112, 117], "geotiff": [0, 1, 3, 8, 46, 107, 113], "dem": [0, 1, 3, 20, 21, 36, 49, 71, 73, 92, 107, 109, 117], "automat": [0, 1, 3, 4, 5, 6, 9, 13, 30, 72, 75, 106, 108, 109, 117], "detect": [0, 9, 106, 117], "attempt": 0, "thi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 106, 108, 109, 110, 112, 113, 114, 116, 117], "ha": [0, 1, 7, 8, 11, 61, 68, 106, 108, 109, 110, 112, 114, 116, 117], "anoth": [0, 1, 9, 10, 103, 106, 117], "name": [0, 1, 7, 61, 102, 106, 107, 109, 112, 117], "specifi": [0, 1, 5, 7, 9, 10, 61, 106, 108, 117], "path": [0, 1, 3, 7, 10, 12, 27, 28, 83, 102, 105, 106, 107, 108, 109, 117], "must": [0, 11, 106, 110], "creat": [0, 1, 8, 11, 13, 106, 107, 108, 109, 112, 113, 117], "base": [0, 1, 4, 33, 106, 109, 117], "your": [0, 1, 7, 9, 30, 60, 62, 69, 102, 105, 106, 107, 108, 109, 113, 114, 117], "project": [0, 1, 9, 40, 102, 104, 105, 106, 107, 108, 109, 110, 113, 114, 117], "folder": [0, 1, 12, 40, 62, 105, 106, 108, 109, 112, 117], "learn": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 110, 112, 113, 114, 116], "edit": [0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 107, 110, 112, 113, 114, 116, 117], "help": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 107, 108, 109, 110, 112, 113, 114, 116, 117], "improv": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 107, 110, 112, 113, 114, 116, 117], "page": [0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 110, 112, 113, 114, 116, 117], "3d": [1, 4, 23, 71, 73, 85, 94, 104, 107, 109], "tile": [1, 8, 11, 52, 107, 117], "gener": [1, 2, 7, 8, 11, 15, 17, 23, 24, 29, 44, 45, 47, 56, 57, 70, 71, 73, 74, 88, 92, 93, 110, 112, 116, 117], "ogc": [1, 2], "fals": [1, 2, 6, 14, 16, 20, 21, 23, 26, 29, 32, 41, 42, 44, 45, 46, 47, 49, 50, 51, 52, 54, 55, 57, 59, 60, 68, 71, 72, 73, 74, 75, 77, 86, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 107, 117], "align": [1, 107], "string": [1, 3, 7, 9, 10, 27, 28, 61, 76, 83, 105, 106], "point": [1, 3, 9, 15, 19, 27, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 102, 105, 107, 109, 110, 115], "cloud": [1, 3, 4, 9, 19, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 107, 109, 110, 117], "should": [1, 3, 7, 9, 11, 62, 63, 82, 83, 106, 109, 112, 114, 117], "experiment": [1, 3, 6, 60, 63, 75, 117], "none": [1, 3, 4, 7, 8, 9, 11, 27, 28, 43, 63, 76, 83, 87, 91, 117], "auto": [1, 7, 61, 107, 109, 112, 117], "boundari": [1, 13, 107, 112, 117], "set": [1, 4, 5, 9, 17, 19, 24, 28, 30, 33, 43, 45, 46, 47, 53, 56, 58, 60, 63, 67, 69, 100, 103, 107, 108, 113, 114, 117], "camera": [1, 4, 5, 28, 63, 68, 69, 70, 86, 103, 104, 106, 107, 110, 112, 113, 114, 116], "shot": [1, 4, 5, 112], "locat": [1, 4, 5, 7, 108, 110, 113, 117], "limit": [1, 4, 7, 58, 107, 109, 110, 117], "area": [1, 4, 7, 16, 17, 30, 39, 44, 85, 94, 105, 110, 111, 117], "remov": [1, 4, 18, 48, 53, 58, 107, 109, 117], "far": [1, 4], "awai": [1, 4, 107], "background": [1, 4, 6, 107, 108, 115], "artifact": [1, 4, 9, 117], "sky": [1, 4, 107], "landscap": [1, 4], "etc": [1, 4, 8, 9, 11, 102, 109, 117], "see": [1, 4, 7, 9, 68, 103, 104, 108, 109, 113, 114, 117], "also": [1, 4, 7, 18, 39, 48, 68, 103, 107, 108, 109, 110, 112, 114, 116, 117], "distanc": [1, 16, 17, 18, 32, 48, 107, 110, 117], "posit": [1, 5, 13, 15, 17, 19, 30, 33, 35, 38, 53, 58, 69, 70, 78, 79, 80, 81, 82, 84, 100, 101, 110, 113, 117], "float": [1, 5, 13, 18, 19, 30, 48, 53, 58, 78, 79, 80, 81], "between": [1, 5, 7, 39, 84, 109, 110, 117], "outer": [1, 5], "edg": [1, 5, 9, 44], "when": [1, 5, 32, 61, 63, 72, 82, 85, 89, 96, 102, 103, 107, 109, 110, 117], "comput": [1, 5, 6, 10, 16, 19, 25, 54, 59, 63, 75, 94, 107, 108, 117], "choos": [1, 5, 7, 8, 9, 25, 36, 61, 70, 85, 108, 113], "valu": [1, 5, 9, 16, 18, 19, 28, 30, 37, 48, 63, 69, 82, 106, 110, 113, 117], "bg": [1, 107], "imag": [1, 6, 13, 19, 26, 28, 30, 32, 33, 35, 39, 62, 63, 67, 68, 70, 72, 75, 82, 84, 85, 89, 96, 97, 103, 106, 107, 109, 110, 112, 113, 114, 116], "mask": [1, 4, 6, 75, 107, 113, 117], "ai": [1, 6, 75], "json": [1, 7, 10, 109, 113, 117], "geojson": [1, 107, 117], "polygon": [1, 44, 107, 117], "either": [1, 7, 8, 10, 106, 117], "file": [1, 7, 8, 10, 11, 27, 28, 29, 42, 83, 88, 93, 95, 100, 102, 103, 105, 106, 107, 108, 109, 112, 113, 117], "repres": [1, 7, 10, 117], "content": [1, 7, 10], "build": [1, 20, 21, 107, 108, 117], "overview": [1, 11, 107, 117], "orthophoto": [1, 8, 36, 67, 71, 92, 94, 107, 109, 112, 116, 117], "faster": [1, 8, 32, 34, 70, 94], "displai": [1, 8, 11, 99, 107, 117], "qgi": [1, 8, 11, 107, 112, 113, 117], "len": [1, 104, 107], "perspect": [1, 107], "brown": [1, 107], "fishey": [1, 107], "fisheye_opencv": [1, 9], "spheric": [1, 107], "equirectangular": [1, 9], "dual": [1, 9], "type": [1, 4, 8, 9, 11, 107, 108, 110, 117], "manual": [1, 30, 107, 109], "geometr": [1, 9, 107], "undistort": [1, 9, 113], "By": [1, 4, 9, 36, 106, 117], "applic": [1, 9, 11, 107, 108, 114], "tri": [1, 9, 103], "determin": [1, 9, 117], "metadata": [1, 9, 113], "paramet": [1, 4, 7, 8, 9, 10, 11, 20, 21, 45, 46, 47, 49, 78, 79, 80, 81, 96, 107, 108, 112, 116], "dataset": [1, 4, 7, 10, 13, 15, 22, 36, 40, 42, 59, 61, 62, 64, 66, 70, 72, 77, 82, 97, 102, 109, 110, 112, 114, 116, 117], "instead": [1, 10, 11, 67, 69, 88, 94, 95, 108, 109, 110, 114], "calcul": [1, 10, 19], "them": [1, 7, 10, 28, 107, 108, 117], "cog": [1, 107], "optim": [1, 8, 50, 96, 107, 110, 117], "normal": [1, 4, 11, 89, 107, 112, 117], "copi": [1, 7, 8, 102, 107, 117], "result": [1, 12, 15, 32, 54, 65, 68, 70, 71, 73, 94, 96, 108, 110, 112, 117], "after": [1, 7, 12, 84, 102, 108, 112, 117], "process": [1, 4, 7, 12, 22, 32, 35, 39, 42, 54, 56, 61, 63, 65, 66, 72, 89, 100, 107, 108, 109, 110, 112, 116], "crop": [1, 7, 44, 107, 113, 117], "smooth": [1, 13, 117], "buffer": [1, 4, 8, 13], "around": [1, 13, 44, 58, 117], "shrunk": [1, 13], "n": [1, 13, 17, 53, 58, 105, 106, 110, 112], "meter": [1, 13, 28, 30, 58, 80, 81, 105, 106, 109, 110, 117], "disabl": [1, 13, 17, 53, 58, 59, 67, 108, 113, 117], "decim": [1, 107], "integ": [1, 15, 17, 33, 35, 37, 38, 39, 67, 69, 82, 84, 100, 101], "befor": [1, 15, 16, 102, 117], "1": [1, 7, 15, 37, 67, 78, 102, 107, 109, 110, 113, 117], "full": [1, 4, 7, 8, 15, 23, 71, 94, 103, 117], "qualiti": [1, 15, 19, 32, 60, 67, 103, 107, 110, 117], "100": [1, 15, 97, 108, 109], "99": [1, 15, 108], "speed": [1, 8, 15, 97, 110, 117], "up": [1, 7, 15, 56, 97, 108, 109, 114, 117], "veri": [1, 9, 15, 34, 77, 97, 109, 110, 114], "larg": [1, 4, 7, 9, 15, 30, 60, 77, 82, 97, 109, 114, 117], "euclidean": [1, 107], "map": [1, 7, 8, 11, 107, 117], "an": [1, 8, 16, 23, 32, 42, 62, 102, 103, 107, 108, 109, 110, 112, 114, 117], "raster": [1, 8, 11, 16, 113, 117], "each": [1, 16, 56, 62, 72, 82, 85, 108, 109, 110, 112, 117], "report": [1, 16, 107], "cell": [1, 16], "nearest": [1, 16, 17, 33, 34], "nodata": [1, 16], "ani": [1, 4, 7, 16, 86, 108, 113, 114, 117], "hole": [1, 16], "fill": [1, 7, 16, 17, 57], "take": [1, 8, 11, 16, 19, 24, 56, 63, 108, 109, 110, 117], "place": [1, 11, 16, 107, 109, 110, 112, 117], "isol": [1, 16, 117], "have": [1, 4, 7, 9, 16, 26, 28, 42, 60, 62, 72, 82, 88, 95, 103, 108, 109, 110, 112, 117], "been": [1, 7, 9, 16, 72, 103, 108, 112, 114, 116, 117], "gapfil": [1, 107, 117], "step": [1, 36, 56, 102, 107, 108, 117], "number": [1, 7, 17, 35, 39, 63, 82, 99, 100, 108, 109, 110, 117], "gap": [1, 17, 57], "radiu": [1, 17, 58, 81, 84, 117], "equal": [1, 17], "resolut": [1, 8, 17, 32, 35, 58, 67, 107, 117], "differ": [1, 7, 9, 17, 103, 108, 112, 113, 117], "ar": [1, 7, 17, 26, 30, 36, 37, 63, 69, 70, 72, 82, 84, 86, 92, 96, 102, 106, 107, 108, 109, 110, 112, 113, 114, 117], "progress": [1, 7, 17, 20, 110, 117], "bigger": [1, 17, 110, 117], "invers": [1, 17], "weight": [1, 17], "idw": [1, 17], "algorithm": [1, 17, 25, 34, 107, 109], "merg": [1, 17, 22, 64, 66, 76, 77, 107, 109, 113, 117], "togeth": [1, 17, 107, 114], "remain": [1, 17, 109, 117], "neighbor": [1, 17, 34, 84, 107], "interpol": [1, 17, 117], "dsm": [1, 18, 107, 117], "dtm": [1, 18, 57, 107, 117], "cm": [1, 18, 48, 117], "pixel": [1, 18, 48, 101, 117], "note": [1, 11, 18, 48, 69, 117], "cap": [1, 18, 32, 48], "2x": [1, 18], "ground": [1, 18, 20, 21, 27, 32, 48, 57, 105, 110, 113, 115, 117], "sampl": [1, 18, 32, 48, 107], "gsd": [1, 4, 18, 48, 107, 110, 117], "estim": [1, 18, 32, 48, 59], "To": [1, 18, 48, 107, 109, 114, 117], "check": [1, 18, 20, 21, 48, 108], "ignor": [1, 18, 48, 107, 117], "5": [1, 18, 48, 53, 80, 105, 109, 110, 117], "tag": [1, 20, 21, 30, 63, 95, 102, 105], "digit": [1, 20, 21, 63, 107, 109, 113], "surfac": [1, 20, 113, 117], "object": [1, 20, 117], "morpholog": [1, 20, 21, 78, 79, 80, 81, 117], "filter": [1, 4, 20, 21, 58, 78, 79, 80, 81, 107, 117], "finer": [1, 20, 21], "tune": [1, 20, 21], "terrain": [1, 9, 21, 110, 113, 117], "onli": [1, 7, 9, 21, 58, 64, 67, 70, 71, 73, 102, 106, 108, 109, 113, 117], "simpl": [1, 7, 21, 78, 79, 80, 81, 106, 117], "smrf": [1, 21, 107, 117], "end": [1, 102, 107, 117], "split": [1, 22, 36, 60, 64, 66, 76, 77, 107, 109, 117], "opensfm": [1, 9, 22, 64, 66, 109, 113, 117], "openmv": [1, 22, 64, 66], "odm_filterpoint": [1, 22, 64, 66], "odm_mesh": [1, 22, 64, 66, 113], "mvs_textur": [1, 22, 64, 66], "odm_georeferenc": [1, 22, 64, 66, 112, 113, 117], "odm_dem": [1, 22, 64, 66, 113], "odm_orthophoto": [1, 22, 64, 66, 112, 113, 117], "odm_report": [1, 22, 64, 66, 112], "odm_postprocess": [1, 22, 64, 66], "stage": [1, 22, 42, 64, 66], "fast": [1, 7, 34, 103, 107, 117], "skip": [1, 23, 77, 107, 108, 117], "dens": [1, 23, 113], "It": [1, 7, 23, 61, 103, 117], "directli": [1, 23, 117], "spars": [1, 4, 23], "just": [1, 7, 23, 102, 103, 109, 117], "need": [1, 7, 23, 27, 28, 60, 71, 73, 74, 83, 102, 107, 109, 110, 114, 117], "do": [1, 7, 23, 41, 102, 106, 107, 108, 110, 112, 114, 117], "turn": [1, 23, 60, 68, 91, 96, 117], "option": [1, 3, 4, 5, 9, 10, 12, 13, 15, 17, 18, 19, 22, 23, 24, 25, 27, 28, 30, 33, 34, 35, 36, 37, 38, 39, 40, 43, 48, 49, 53, 56, 58, 61, 62, 63, 64, 66, 67, 68, 69, 70, 72, 76, 78, 79, 80, 81, 82, 83, 84, 85, 87, 91, 94, 100, 101, 106, 107, 108, 109, 113, 117], "featur": [1, 4, 11, 44, 67, 85, 107, 110, 113, 114, 117], "ultra": [1, 24, 56, 60, 117], "high": [1, 24, 26, 30, 56, 60, 110, 117], "medium": [1, 7, 8, 11, 24, 56], "low": [1, 4, 7, 9, 24, 56, 110, 117], "lowest": [1, 24, 56, 117], "extract": [1, 24, 25, 39, 67, 100, 101, 117], "higher": [1, 19, 24, 56, 108, 109, 110, 117], "better": [1, 24, 32, 56, 70, 110, 112, 116, 117], "requir": [1, 7, 24, 35, 56, 102, 103, 104, 109, 110, 117], "more": [1, 4, 7, 9, 11, 24, 34, 37, 39, 53, 56, 102, 106, 107, 109, 110, 113, 114, 117], "memori": [1, 4, 24, 32, 35, 56, 60, 107, 109, 117], "longer": [1, 19, 24, 56, 117], "akaz": [1, 25], "hahog": [1, 25], "orb": [1, 25], "sift": [1, 25], "keypoint": [1, 25], "descriptor": [1, 25], "forc": [1, 9, 105, 107], "exif": [1, 26, 33, 63, 105, 107, 109], "data": [1, 7, 8, 11, 26, 33, 89, 102, 104, 105, 106, 107, 108, 110, 113, 116], "even": [1, 26, 41, 109, 117], "present": [1, 26, 69, 112, 117], "flag": [1, 26, 59, 108, 117], "precis": [1, 26, 30, 110], "measur": [1, 26, 107, 110], "doe": [1, 4, 8, 11, 26, 67, 110, 117], "noth": [1, 7, 26], "contain": [1, 27, 28, 62, 106, 108, 110, 117], "control": [1, 19, 27, 30, 49, 83, 105, 109, 110, 115, 117], "follow": [1, 9, 27, 28, 83, 102, 108, 109, 112, 113, 116, 117], "format": [1, 7, 11, 27, 28, 50, 51, 52, 55, 83, 106, 107, 111, 113, 115], "epsg": [1, 7, 27, 28, 105, 106], "code": [1, 27, 28, 40, 102, 106, 109, 112, 113, 114, 117], "proj": [1, 27, 28, 105, 106], "definit": [1, 27, 28], "geo_x": [1, 27, 28, 105, 106], "geo_i": [1, 27, 28, 105, 106], "geo_z": [1, 27, 28, 105, 106], "im_x": [1, 27, 105], "im_i": [1, 27, 105], "image_nam": [1, 27, 28, 83, 105, 106], "gcp_name": [1, 27, 105], "extra1": [1, 27, 105], "extra2": [1, 27, 105], "geo": [1, 106, 107], "geoloc": [1, 28, 106], "center": [1, 28], "coordin": [1, 7, 28, 106, 113, 117], "don": [1, 28, 42, 74, 102, 117], "t": [1, 28, 42, 60, 74, 102, 109, 110, 114, 115, 117], "yaw": [1, 28, 106], "pitch": [1, 28, 106], "roll": [1, 28, 96, 106, 107, 110], "degre": [1, 28, 106, 110, 117], "horz": [1, 28, 106], "accuraci": [1, 28, 54, 59, 68, 106, 107], "vert": [1, 28, 106], "gltf": [1, 107], "binari": [1, 29, 108], "glb": [1, 29], "textur": [1, 29, 107, 109, 113, 115], "dilut": [1, 30], "dop": [1, 30], "inform": [1, 7, 11, 30, 95, 102, 103, 106, 109, 110, 115, 117], "all": [1, 7, 9, 11, 30, 36, 63, 69, 89, 102, 107, 108, 109, 112, 117], "rtk": [1, 30, 105, 106, 110], "accordingli": [1, 30], "case": [1, 8, 9, 11, 30, 108, 117], "fail": [1, 9, 30, 117], "lower": [1, 8, 30, 32, 117], "sometim": [1, 8, 30, 32, 34, 96, 106, 114, 117], "bowl": [1, 9, 30, 96, 109, 117], "effect": [1, 30, 109, 110, 114, 117], "over": [1, 9, 30, 79, 109, 113, 117], "10": [1, 30, 103, 105, 106, 108, 110, 117], "show": [1, 4, 7, 9, 11, 31, 102, 109, 110, 117], "messag": [1, 14, 31, 98, 117], "exit": [1, 31, 99, 117], "maximum": [1, 32, 35, 38, 100, 101, 108], "resiz": [1, 32, 103, 107], "necessari": [1, 32, 103, 108, 114, 117], "usag": [1, 7, 32, 42, 60, 107, 117], "sinc": [1, 32, 103, 110, 112, 117], "slightli": [1, 32, 117], "matcher": [1, 107, 117], "match": [1, 7, 8, 33, 34, 39, 110, 113, 117], "triangul": [1, 33, 70, 117], "bow": [1, 34], "bruteforc": [1, 34], "flann": [1, 34, 117], "librari": [1, 34], "approxim": [1, 34], "bag": [1, 34], "word": [1, 4, 34, 109], "slower": [1, 34, 103], "stabl": [1, 34, 102, 108, 117], "miss": [1, 34, 115], "valid": [1, 7, 34, 109, 117], "slow": [1, 34, 39], "robust": [1, 9, 34], "max": [1, 9, 107, 117], "concurr": [1, 107, 108, 117], "variou": [1, 7, 9, 11, 35], "peak": [1, 35], "1gb": [1, 35], "per": [1, 35, 39, 82, 109, 117], "thread": [1, 35], "megapixel": [1, 35], "4": [1, 35, 105, 107, 110, 112, 117], "pointcloud": [1, 36], "what": [1, 36, 102, 107, 108, 109, 114, 117], "avail": [1, 36, 41, 42, 70, 103, 106, 107, 108, 109, 117], "mesh": [1, 85, 86, 94, 107, 109, 113, 115, 117], "octre": [1, 107, 117], "depth": [1, 107, 117], "x": [1, 37, 105, 106, 108, 117], "14": [1, 37], "increas": [1, 8, 37, 54, 56, 117], "get": [1, 4, 37, 63, 102, 107, 108, 110, 114, 117], "vertic": [1, 37, 106, 107, 110, 117], "recommend": [1, 9, 37, 61, 108, 109, 110, 117], "8": [1, 11, 37, 105, 108, 110, 117], "12": [1, 37, 108, 110, 117], "11": [1, 37, 105, 110, 117], "size": [1, 8, 11, 107, 110, 117], "vertex": [1, 7, 38], "count": [1, 38], "200000": [1, 38], "min": [1, 107, 117], "num": [1, 107, 117], "minimum": [1, 39, 117], "find": [1, 7, 39, 108, 109, 115, 117], "potenti": [1, 8, 39], "allow": [1, 7, 8, 11, 39, 42, 108, 109, 117], "littl": [1, 39], "overlap": [1, 7, 39, 44, 107, 109, 117], "insuffici": [1, 39], "down": [1, 39, 117], "10000": [1, 39, 117], "e": [1, 40, 102, 106, 109, 114, 117], "subfold": [1, 40, 62], "within": [1, 7, 40, 110, 114, 117], "gpu": [1, 4, 7, 8, 9, 11, 107, 108, 117], "acceler": [1, 41], "": [1, 7, 41, 61, 102, 103, 105, 106, 108, 110, 114, 117], "disk": [1, 7, 11, 103, 107, 108, 117], "space": [1, 103, 107, 117], "delet": [1, 42, 65], "heavi": [1, 42], "intermedi": [1, 42], "affect": [1, 9, 42, 67, 110, 117], "abil": [1, 42], "restart": [1, 42, 108, 117], "pipelin": [1, 42, 65, 103, 109], "machin": [1, 42, 60, 102, 108, 109, 117], "suffici": [1, 7, 42, 117], "compress": [1, 11, 107, 117], "jpeg": [1, 43, 117], "lzw": [1, 43], "packbit": [1, 43], "deflat": [1, 43, 117], "lzma": [1, 43], "cutlin": [1, 107, 117], "cut": [1, 44], "stitch": [1, 44, 107], "seamless": [1, 44], "mosaic": [1, 44], "multipl": [1, 44, 76, 88, 109, 112], "kmz": [1, 107, 117], "want": [1, 7, 8, 45, 46, 47, 95, 107, 108, 109, 117], "googl": [1, 45], "earth": [1, 45, 114, 117], "render": [1, 8, 9, 45, 47], "stripe": [1, 11, 46], "png": [1, 107, 111, 113, 117], "pc": [1, 19, 107, 108, 117], "classifi": [1, 57, 107, 117], "behavior": [1, 49, 102, 117], "tweak": [1, 49, 103], "copc": [1, 107], "save": [1, 8, 50, 71, 73, 74, 107, 108, 117], "csv": [1, 105, 107, 113, 117], "export": [1, 51, 52, 55, 107, 117], "ept": [1, 107], "entwin": [1, 52], "deviat": [1, 53], "than": [1, 7, 11, 53, 84, 102, 109, 117], "standard": [1, 9, 53, 110, 117], "local": [1, 11, 53, 97, 107, 109, 110, 117], "mean": [1, 4, 53, 57], "denser": [1, 19, 56], "time": [1, 4, 7, 8, 9, 11, 54, 56, 69, 71, 73, 74, 107, 108, 110, 114, 117], "roughli": [1, 56], "factor": [1, 8, 56, 110, 117], "4x": [1, 56], "rectifi": [1, 107], "rectif": [1, 57], "wrongli": [1, 57], "re": [1, 57, 102, 114, 117], "keep": [1, 11, 58, 107, 117], "duplic": [1, 58], "consist": [1, 54, 59, 117], "depthmap": [1, 54, 59, 60, 107, 113, 117], "mai": [1, 7, 9, 59, 113, 117], "usabl": [1, 59], "larger": [1, 4, 7, 8, 59, 110, 117], "reduc": [1, 8, 60, 109, 110, 117], "fusion": [1, 9, 60], "scene": [1, 9, 54, 60, 70, 107, 112], "doesn": [1, 60, 102], "much": [1, 4, 7, 11, 60, 70, 108, 114, 117], "ram": [1, 4, 7, 8, 9, 11, 60, 103, 117], "ve": [1, 60, 117], "primari": [1, 7, 107], "multispectr": [1, 61, 63, 72, 107, 116], "which": [1, 9, 11, 61, 102, 108, 109, 110, 112, 116, 117], "sharp": [1, 61, 85], "detail": [1, 61, 102, 110], "focu": [1, 61, 117], "radiometr": [1, 89, 106, 107, 112, 116], "calibr": [1, 104, 106, 107, 112, 116, 117], "sun": [1, 63, 110, 117], "thermal": [1, 63, 107], "obtain": [1, 63, 117], "reflect": [1, 63, 112], "temperatur": [1, 63, 116, 117], "otherwis": [1, 7, 63, 109, 117], "appli": [1, 7, 63, 117], "black": [1, 63, 117], "level": [1, 11, 63, 107, 110, 117], "vignet": [1, 63], "row": [1, 63, 103], "gradient": [1, 63, 117], "gain": [1, 63], "exposur": [1, 63], "compens": [1, 63], "appropri": [1, 4, 63, 107, 117], "found": [1, 63, 108, 109, 117], "absolut": [1, 63, 110], "correct": [1, 9, 63, 68, 112, 117], "plu": [1, 63, 102], "spectral": [1, 63], "radianc": [1, 63], "regist": [1, 63], "downwel": [1, 63], "light": [1, 63, 107], "sensor": [1, 9, 63, 69, 104, 110, 112], "dl": [1, 63], "consider": [1, 63, 117], "angl": [1, 7, 9, 63, 70, 106, 117], "rerun": [1, 107], "stop": [1, 64, 108, 109, 114, 117], "perman": [1, 65], "previou": [1, 65], "shutter": [1, 96, 107, 110], "were": [1, 68, 102], "taken": [1, 9, 68, 96, 110, 117], "motion": [1, 68, 70, 115], "readout": [1, 68, 107], "overrid": [1, 19, 69, 106], "millisecond": [1, 69], "databas": [1, 9, 69], "sfm": [1, 107], "increment": [1, 70, 110], "planar": [1, 70, 94, 105], "structur": [1, 11, 70, 115, 117], "For": [1, 70, 103, 107, 108, 109, 110, 117], "aerial": [1, 70, 105, 110], "captur": [1, 7, 70, 112, 116, 117], "fix": [1, 70, 107, 108], "altitud": [1, 70, 110], "nadir": [1, 4, 70, 117], "3dmodel": [1, 107], "2d": [1, 8, 11, 71, 117], "postprocess": [1, 72], "alreadi": [1, 7, 72, 103, 108, 109, 114, 117], "pdf": [1, 74, 110, 117], "sm": [1, 107, 109], "cluster": [1, 82, 84, 107, 117], "url": [1, 76, 102], "clusterodm": [1, 76, 107], "instanc": [1, 7, 8, 76, 109, 110, 117], "distribut": [1, 76, 103, 108, 109, 117], "workflow": [1, 76, 109, 112, 117], "node": [1, 76, 108, 109, 117], "parallel": [1, 76, 109, 117], "submodel": [1, 77, 82, 84, 109], "good": [1, 4, 77, 110, 112, 117], "enough": [1, 77, 117], "scalar": [1, 107, 117], "elev": [1, 78, 80, 105, 107, 113, 117], "25": [1, 78, 110], "slope": [1, 107, 117], "rise": [1, 79], "run": [1, 7, 79, 97, 102, 107, 108, 109, 112], "15": [1, 79, 103, 105, 117], "threshold": [1, 107, 117], "window": [1, 102, 103, 107, 117], "18": [1, 81, 108, 117], "averag": [1, 82, 109, 110, 117], "smaller": [1, 4, 82, 110], "group": [1, 82, 84, 107, 109, 117], "regul": [1, 82], "999999": [1, 82], "how": [1, 9, 83, 102, 105, 107, 108, 109, 110, 117], "group_namedefault": [1, 83], "closer": [1, 84], "ad": [1, 84, 97, 107, 109, 114], "ensur": [1, 7, 84, 117], "150": [1, 84], "unseen": [1, 107], "face": [1, 107, 117], "seen": [1, 86], "materi": [1, 107, 117], "obj": [1, 88, 113], "ones": [1, 88, 114, 117], "global": [1, 97, 107, 110], "seam": [1, 107], "color": [1, 89, 90, 113, 117], "across": [1, 89], "blend": [1, 90], "static": [1, 92, 108, 109], "suitabl": [1, 92], "viewer": [1, 92, 107], "like": [1, 4, 7, 8, 92, 113, 114, 117], "leaflet": [1, 92], "openlay": [1, 92], "3dmesh": [1, 107], "5d": [1, 94, 117], "bit": [1, 94, 108, 117], "similar": [1, 7, 9, 94, 113, 114, 117], "param": [1, 107], "off": [1, 96, 107], "dure": [1, 96, 103, 108, 110, 117], "bundl": [1, 96, 107, 117], "adjust": [1, 7, 96, 107, 108, 117], "exhibit": [1, 96], "dome": [1, 96, 107], "hybrid": [1, 107, 117], "everi": [1, 8, 11, 97], "version": [1, 102, 107, 108, 109, 112], "video": [1, 107], "frame": [1, 100, 101, 117], "500": [1, 100, 108, 117], "4000": [1, 101], "add": [1, 7, 103, 108, 109, 117], "command": [1, 102, 108, 109, 112, 117], "arguments_edit": 1, "debug": [1, 107, 117], "term": [1, 107, 110, 117], "outlier": [1, 107], "tone": [1, 107], "verbos": [1, 107], "boolean": [4, 8, 11], "domain": [4, 7, 8, 9, 11], "resourc": [4, 7, 8, 9, 11, 107, 114, 117], "impact": [4, 7, 8, 9, 11, 107, 117], "cpu": [4, 7, 8, 9, 11, 107, 117], "hdd": [4, 7, 8, 9, 11], "seek": 4, "upon": 4, "k": 4, "convex": 4, "hull": 4, "20x": 4, "where": [4, 7, 103, 114, 115, 117], "might": [4, 7, 109, 112, 114, 116], "possibli": [4, 114, 117], "consid": [4, 110, 117], "due": [4, 7, 9, 11], "presenc": [4, 7, 11], "thei": [4, 112, 114, 116, 117], "part": [4, 7, 109, 112, 116], "desir": [4, 117], "meaning": 4, "imageri": [4, 117], "without": [4, 7, 114, 117], "make": [4, 7, 103, 105, 109, 110, 117], "superflu": 4, "safe": [4, 7], "includ": [4, 7, 102, 107, 109, 117], "In": [4, 8, 9, 11, 103, 107, 108, 110, 117], "other": [4, 7, 9, 102, 107, 108, 110, 112, 114, 116], "choic": [4, 7, 103], "most": [4, 11, 108, 117], "prevent": [4, 117], "grow": 4, "needlessli": 4, "thing": [4, 108, 117], "treelin": 4, "out": [4, 7, 102, 107, 109, 113, 114, 117], "Of": [4, 7], "error": [4, 7, 108, 110, 113, 117], "becom": 4, "less": [4, 109, 110, 117], "decreas": [4, 110], "being": [4, 8, 109], "webodm": [4, 7, 8, 11, 105, 107, 109, 110, 114, 115], "view": [4, 7, 11, 107, 109, 115], "extent": [4, 7, 8, 117], "bound": [4, 7, 117], "recosntruct": [4, 7], "compar": [4, 7, 11, 110, 117], "abov": [4, 7, 11, 108, 117], "therefor": [4, 9, 110, 117], "visual": [4, 117], "argument": 7, "serv": [7, 11], "constrain": [7, 114], "final": [7, 67, 103, 104, 117], "product": [7, 117], "box": [7, 109, 117], "pass": [7, 108, 109, 112, 117], "specif": [7, 102, 110, 117], "subset": 7, "entir": [7, 117], "interest": [7, 114], "further": [7, 109, 117], "given": [7, 11], "therebi": 7, "modifi": [7, 117], "concern": 7, "possibl": [7, 102, 103, 109, 112, 116, 117], "One": [7, 8, 9], "function": [7, 102, 117], "predefin": [7, 117], "aoi": [7, 117], "survei": [7, 105, 110, 117], "properti": [7, 8, 11, 117], "lot": [7, 103, 117], "decid": [7, 109], "20m": 7, "overfli": 7, "so": [7, 102, 103, 108, 110, 112, 114, 116, 117], "clean": [7, 117], "right": [7, 108, 114, 117], "howev": [7, 109, 117], "flight": [7, 107, 110], "height": [7, 107, 110], "border": 7, "home": [7, 102, 108, 117], "represent": 7, "clip": [7, 107], "insid": [7, 108, 114, 117], "focus": [7, 110], "beyond": 7, "http": [7, 11, 105, 108, 109, 110, 115, 117], "quick": 7, "webapp": 7, "open": [7, 103, 108, 112, 113, 114, 117], "link": [7, 102, 117], "pan": 7, "zoom": [7, 117], "preview": [7, 8, 11], "select": [7, 107, 108, 117], "draw": 7, "menu": [7, 108], "left": [7, 117], "click": [7, 108, 117], "mani": [7, 102, 109, 112, 116, 117], "close": [7, 108, 110, 117], "first": [7, 9, 102, 103, 105, 106, 109, 114, 117], "abl": [7, 9, 109, 112, 114, 116, 117], "onc": [7, 112, 117], "least": [7, 107, 109, 114, 117], "three": [7, 114, 117], "darker": 7, "impli": 7, "now": [7, 114, 117], "solid": 7, "look": [7, 108, 109, 110, 117], "readi": 7, "browser": [7, 108], "prompt": [7, 108], "alert": 7, "altern": [7, 103, 117], "past": 7, "text": [7, 117], "panel": [7, 8, 11, 108], "header": [7, 105], "textual": 7, "featurecollect": 7, "77": 7, "04460859298706": 7, "38": 7, "88532071975074": 7, "04014539718628": 7, "8801593862463": 7, "03295707702637": 7, "88331636291941": 7, "03965187072754": 7, "887959703337145": 7, "chosen": 7, "access": [7, 11, 108, 110, 113, 117], "later": 7, "icon": [7, 108, 117], "system": [7, 102, 110], "clipboard": 7, "confirm": [7, 11], "its": [7, 9, 110, 113, 117], "enabl": [7, 11, 108, 109, 112, 116, 117], "org": [7, 105, 108, 110, 115], "en": 7, "site": [7, 110], "forus": 7, "html": 7, "free": [7, 103, 108, 114, 117], "sourc": [7, 103, 108, 114, 117], "geograph": [7, 117], "wai": [7, 108, 114, 117], "setup": [7, 109, 112, 117], "There": [7, 107, 108, 117], "numer": 7, "opendronemap": [7, 8, 102, 105, 108, 109, 110, 112, 114, 115, 117], "design": 7, "work": [7, 108, 109, 112, 114, 116, 117], "leav": 7, "pictur": 7, "basemap": 7, "exactli": [7, 102, 117], "10m": 7, "method": [7, 87, 103, 117], "mind": [7, 11, 117], "skew": 7, "registr": 7, "occur": 7, "tool": [7, 11, 102, 107], "begin": 7, "finish": [7, 117], "canva": 7, "outlin": [7, 117], "indic": [7, 9, 11], "accept": [7, 117], "write": [7, 109], "dialog": [7, 117], "bring": 7, "sub": [7, 110], "item": 7, "filenam": [7, 106, 111, 117], "written": 7, "cr": 7, "safest": 7, "4326": [7, 105, 106], "proivd": 7, "outsid": [7, 114, 117], "pyramid": [8, 11, 117], "tradeoff": 8, "power": [8, 117], "two": [8, 107, 109, 110, 114, 117], "128x128": 8, "256x256": 8, "store": [8, 11, 103, 108], "intern": [8, 11], "extern": 8, "sidecar": 8, "alwai": [8, 103, 109, 117], "nearli": 8, "some": [8, 9, 102, 107, 112, 114, 117], "few": [8, 117], "rel": [8, 110], "rare": [8, 9], "except": 8, "small": [8, 117], "paramount": 8, "read": [8, 11, 114, 117], "softwar": [8, 11, 102, 107, 108, 110, 114, 117], "support": [8, 107, 108, 109, 114], "closest": [8, 9], "signific": 8, "amount": [8, 108, 117], "retriev": [8, 9], "downscal": 8, "dynam": 8, "rapid": [8, 11], "navig": [8, 107, 108], "web": [8, 108, 109], "layer": [8, 11, 107, 113, 117], "demonstr": [8, 9, 102], "lack": [8, 11], "best": [9, 108, 109, 114, 117], "prefer": [9, 103, 108, 117], "wide": 9, "non": [9, 11, 103, 117], "legaci": [9, 11, 67], "360": [9, 117], "distort": [9, 104, 110, 117], "optic": 9, "platform": [9, 102, 109, 117], "record": [9, 102], "our": [9, 104, 107, 109, 114, 117], "These": 9, "essenti": 9, "proper": 9, "current": [9, 106, 109], "gopro": 9, "insta360": 9, "kodak": 9, "pixpro": 9, "doubt": 9, "try": [9, 108, 114], "As": [9, 107, 114, 117], "prior": [9, 109], "sever": [9, 103, 107, 108, 117], "introduc": 9, "wrong": [9, 117], "well": [9, 11, 109, 114, 117], "collect": [9, 109, 117], "flat": 9, "homogenu": 9, "agricultur": 9, "field": [9, 105, 106, 107, 108], "properli": [9, 108, 117], "failur": 9, "often": [9, 108], "advis": [9, 110, 117], "hereaft": 11, "special": [11, 110, 117], "formul": 11, "advantag": [11, 117], "overivew": 11, "form": [11, 117], "becaus": [11, 117], "attribut": 11, "go": [11, 108, 109, 110, 114, 117], "host": [11, 102], "onlin": [11, 109], "getrang": 11, "request": [11, 107, 109, 114], "capabl": [11, 117], "gi": [11, 110], "hold": 11, "whether": 11, "With": 11, "quickli": [11, 109, 117], "print": [11, 14, 98], "gdalinfo": 11, "conform": 11, "spec": [11, 102, 117], "fact": 11, "78": 11, "mb": 11, "6": [11, 109, 110], "30": [11, 105, 110, 117], "below": [11, 102, 107, 108], "layout": 11, "meet": 11, "densiti": [19, 117], "produc": [19, 109, 110, 117], "640": 19, "urban": [54, 117], "largest": [67, 85, 117], "side": [67, 117], "purpos": [67, 109, 117], "origin": [67, 113, 117], "2048": 67, "gmi": 85, "triangl": 85, "priorit": 85, "those": [85, 102, 107, 108, 110], "cover": 85, "gauss_clamp": 87, "gauss_damp": 87, "photometr": [87, 117], "gamma": 91, "one": [91, 102, 107, 108, 109, 110, 112, 117], "benchmark": 93, "runtim": [93, 117], "info": [93, 109, 117], "addit": [98, 102, 114, 117], "consol": [98, 117], "bergantung": [102, 105], "pada": [102, 105, 108, 109, 117], "kamu": [102, 108, 111, 117], "bisa": [102, 105, 106, 111, 117], "berkontribusi": 102, "dalam": [102, 105, 108, 111, 115, 117], "berbagai": [102, 105, 108], "hal": [102, 105, 108, 111], "meskipun": 102, "bukan": 102, "seorang": 102, "pemrogram": 102, "jika": [102, 105, 106, 108, 117], "berniat": 102, "untuk": [102, 104, 106, 107, 108, 109, 111], "terlibat": 102, "mentok": 102, "dipermasalahan": 102, "atau": [102, 105, 108, 111, 114, 117], "ingin": [102, 105, 111, 117], "bergabung": 102, "berikut": [102, 104, 105, 108, 109, 115, 117], "merupakan": [102, 115], "tempat": [102, 105, 108, 115], "yang": [102, 104, 107, 108, 109, 111, 113, 115, 117], "cocok": [102, 104], "memulai": [102, 107], "jadi": [102, 108], "pertanyaanmu": 102, "sudah": [102, 105, 108], "terjawab": 102, "mendapatkan": [102, 108, 117], "beberapa": [102, 105, 108, 113, 117], "kiat": [102, 107], "jitu": 102, "lain": [102, 105, 108], "juga": [102, 104, 105, 108, 114, 115], "terbuka": [102, 108], "milikmu": 102, "agar": [102, 111, 114, 117], "dapat": [102, 104, 105, 106, 108, 109, 114, 115, 117], "mencoba": 102, "ini": [102, 105, 106, 107, 108, 109, 111, 113, 115], "adalah": [102, 105, 108, 109, 113, 115, 117], "wahana": 102, "bagu": [102, 105], "sebelum": [102, 105], "terhubung": 102, "dengan": [102, 105, 107, 108, 111, 114], "pengembang": [102, 107], "membuat": [102, 104, 105, 107, 108, 111], "fitur": [102, 107, 108], "baru": [102, 108], "dilacak": 102, "sebagai": [102, 105, 108, 111, 115, 117], "isu": 102, "di": [102, 104, 105, 109, 111, 113, 117], "github": [102, 105, 107, 108, 109, 114, 115, 117], "silahkan": 102, "buat": [102, 105, 111], "sebuah": 102, "repositori": [102, 108, 114], "dan": [102, 105, 106, 107, 109, 111, 112, 114, 115], "tandai": 102, "mengutarakan": 102, "masalah": [102, 107], "berikan": 102, "detil": 102, "tambahan": [102, 105, 107], "membantu": [102, 105, 106, 108, 109, 117], "pengelola": 102, "mereka": [102, 105], "ulang": [102, 108], "masalahnya": 102, "gunakan": [102, 117], "judul": 102, "jela": 102, "desktriptif": 102, "tentang": [102, 105, 108, 115], "isunya": 102, "mempermudah": 102, "mengenali": 102, "describ": 102, "exact": [102, 112], "reproduc": 102, "problem": [102, 107, 117], "exampl": [102, 107, 108, 109, 110, 117], "explain": [102, 114], "docker": [102, 103, 107, 108, 109, 112], "vagrant": 102, "g": [102, 106, 114], "termin": [102, 108, 117], "list": [102, 109, 112, 116, 117], "sai": [102, 114], "did": 102, "pasteabl": 102, "snippet": 102, "issu": [102, 107, 114], "markdown": 102, "block": [102, 117], "observ": 102, "jelaskan": 102, "perilaku": 102, "mana": 102, "anda": [102, 105, 107, 108, 109], "harapkan": 102, "gantinya": [102, 108], "mengapa": 102, "screenshot": 102, "anim": [102, 117], "gif": 102, "clearli": [102, 110], "maco": [102, 107], "linux": [102, 103, 107, 113, 117], "relat": [102, 110], "pleas": [102, 103, 114, 117], "post": [102, 105, 108], "guest": 102, "wasn": [102, 109], "trigger": 102, "action": 102, "happen": [102, 109, 117], "share": [102, 107, 112, 114, 116], "guidelin": 102, "sertakan": 102, "konfigurasimu": 102, "lingkungannya": 102, "A": [102, 107, 109, 110, 113, 114, 117], "releas": [102, 103, 108], "clone": [102, 108, 109], "master": [102, 115], "o": [102, 108], "virtual": [102, 108, 117], "vm": [102, 108], "short": 102, "descript": [102, 117], "here": [102, 108, 113, 114, 117], "reproduct": 102, "second": [102, 108, 109, 110, 117], "expect": [102, 107], "enter": [102, 117], "recent": 102, "didn": [102, 114, 117], "older": 102, "ye": [102, 103, 117], "No": [102, 103, 112, 117], "reliabl": 102, "randomli": 102, "whenev": 102, "ikuti": [102, 117], "panduan": [102, 104, 105, 108], "gaya": 102, "python": [102, 108, 117], "pep8": 102, "newlin": 102, "hindari": 102, "kode": [102, 105], "kepada": 102, "f": [102, 117], "gethomedirectori": 102, "directori": [102, 108, 112, 117], "join": 102, "menggabungkan": [102, 107], "nama": [102, 105, 111], "berka": [102, 107, 111], "tmpdir": 102, "rather": [102, 117], "tmp": 102, "temporari": [102, 107], "plain": 102, "return": 102, "explicitli": 102, "Not": 102, "null": [102, 107], "undefin": 102, "photogrammetr": 103, "orthorectifi": 103, "hugin": 103, "util": 103, "moment": 103, "under": [103, 108, 117], "sell": 103, "sure": [103, 109, 117], "compli": 103, "particular": [103, 107], "disclos": 103, "nope": 103, "sorri": 103, "bui": 103, "ultim": 103, "solut": [103, 117], "upload": 103, "configur": [103, 108, 109, 117], "swapfil": 103, "both": [103, 114, 117], "ssd": 103, "nvme": 103, "drive": [103, 117], "still": [103, 107, 117], "wsl2": 103, "wslconfig": 103, "microsoft": [103, 108], "document": [103, 107, 108, 117], "advanc": [103, 108], "wsl": 103, "swap": [103, 108], "128gb": 103, "cours": 103, "c": [103, 109], "temp": 103, "vhdx": 103, "partit": 103, "dedic": [103, 117], "consult": 103, "search": [103, 108, 114], "engin": [103, 108], "tim": 104, "humanitarian": 104, "openstreetmap": 104, "memiliki": [104, 105, 108, 111], "petunjuk": [104, 109], "bagaimana": [104, 107, 117], "uav": [104, 110, 117], "pemetaan": 104, "memilih": [104, 105, 117], "persiapan": 104, "misi": 104, "ditujukan": 104, "bagi": 104, "pesawat": 104, "nirawak": 104, "kegiatan": 104, "kepulauan": 104, "namun": 104, "dimanfaatkan": 104, "menggunakan": [104, 105, 107, 108], "secara": [104, 105, 108, 109, 111], "umum": [104, 108, 117], "lihat": [104, 108], "dari": [104, 105, 107, 111], "dronedeploi": [104, 110], "peta": [104, 105, 107], "diharapkan": [104, 105], "menyajikan": 104, "perencaaan": 104, "terbang": [104, 110], "challeng": [104, 117], "accur": [104, 106, 109, 110, 112, 117], "section": [104, 117], "doc": [104, 105, 115], "berguna": [105, 108, 111, 113], "mengoreksi": 105, "distorsi": [105, 109], "mereferensikan": 105, "mengetahui": [105, 108, 117], "sistem": [105, 108], "koordinat": 105, "pengukuran": 105, "posisi": 105, "dilakukan": [105, 108], "tanah": 105, "biasanya": 105, "presisi": 105, "tinggi": [105, 107, 108], "toffanin": [105, 108], "2019": [105, 110, 117], "diatur": 105, "struktur": [105, 107], "ada": [105, 108, 117], "seperti": [105, 108, 111], "sudut": [105, 106], "perkerasan": 105, "gari": 105, "parkir": 105, "ubin": 105, "lantai": 105, "warna": 105, "kontra": 105, "tidak": [105, 106, 108, 109, 111, 117], "target": [105, 108, 111, 117], "ditempatkan": 105, "dibe": 105, "dibangun": 105, "macam": 105, "bahan": 105, "mulai": [105, 108, 117], "tutup": 105, "ember": 105, "hingga": 105, "pastikan": [105, 108, 109], "terlihat": [105, 108], "semua": [105, 108, 109, 114], "lokasi": [105, 107, 108], "kamera": [105, 106, 107, 110], "pertimbangkan": 105, "jarak": 105, "pengambilan": 105, "sampel": 105, "iluminasi": 105, "vegetasi": 105, "bangunan": 105, "hambatan": 105, "dapatkan": [105, 117], "merata": 105, "horizont": [105, 106, 109, 110, 117], "mencakup": [105, 108], "elevasi": [105, 107], "rendah": [105, 107], "minim": [105, 108, 117], "berfungsi": [105, 109], "sebagian": 105, "besar": [105, 107], "pekerjaan": 105, "proyek": [105, 107], "lebih": [105, 107, 115, 117], "cukup": [105, 108], "temukan": 105, "dekat": 105, "pojok": 105, "lainnya": [105, 108, 117], "tengah": 105, "mengingat": 105, "haru": [105, 108, 109, 117], "footprint": [105, 110], "gambar": [105, 106, 107, 108], "sehingga": [105, 108, 117], "melihat": [105, 108, 109, 117], "satu": [105, 107, 117], "memastikan": 105, "setiap": [105, 108, 111], "ditemukan": [105, 109], "setidaknya": [105, 108], "pisahkan": 105, "perimet": 105, "tumpang": 105, "tindih": 105, "peningkatan": 105, "akan": [105, 108, 109, 113, 117], "mengurangi": 105, "diperlukan": [105, 108, 117], "itu": [105, 107, 108], "sederhana": [105, 117], "bari": [105, 117], "pertama": [105, 108, 109], "berisi": [105, 106], "proyeksi": 105, "digunakan": [105, 115], "geografi": 105, "ditentukan": 105, "baik": [105, 108, 115, 117], "misalnya": 105, "utm": [105, 106], "zone": [105, 106], "ellp": [105, 106], "wgs84": [105, 106], "datum": [105, 106], "unit": [105, 106, 110], "m": [105, 106], "no_def": [105, 106], "nilai": [105, 117], "16n": [105, 106], "berikutnya": 105, "y": [105, 106, 108], "z": [105, 106], "piksel": [105, 117], "terkait": [105, 115], "opsion": [105, 108], "dipisahkan": 105, "oleh": [105, 108], "tab": [105, 108], "spasi": 105, "ke": [105, 107, 108, 109, 111], "nan": 105, "menunjukkan": 105, "kolom": 105, "7": [105, 108, 110, 117], "label": [105, 106, 108, 117], "contoh": [105, 106, 111, 117], "544256": 105, "5320919": 105, "9": [105, 110, 112], "3044": 105, "2622": 105, "img_0525": 105, "jpg": [105, 106, 109, 111, 112, 113], "544157": 105, "5320899": 105, "4193": 105, "1552": 105, "img_0585": 105, "544033": 105, "5320876": 105, "1606": 105, "2763": 105, "img_0690": 105, "memasukkan": 105, "gcp_list": [105, 113, 117], "txt": [105, 106, 109, 113, 117], "maka": [105, 108], "otomati": [105, 107], "mendeteksinya": 105, "menentukan": 105, "melakukan": 105, "georeferensi": 105, "informasi": 105, "bersama": 105, "postingan": 105, "menempatkan": 105, "penerbangan": 105, "diydron": 105, "com": [105, 108, 109, 110, 115, 117], "profil": [105, 117], "blog": [105, 110], "photographi": [105, 117], "_": [105, 108, 112, 117], "tetapi": [105, 109, 117], "menemukan": [105, 108], "poin": 105, "sendiri": 105, "facto": 105, "objek": 105, "foto": [105, 111], "tajam": 105, "pilihan": 105, "sekitar": 105, "dibuat": [105, 117], "dasar": [105, 107], "hasil": [105, 108, 109, 117], "setelah": [105, 107, 108], "salah": [105, 108], "dua": [105, 108, 117], "dimuat": 105, "tersedia": [105, 106, 108, 117], "demo": 105, "plugin": 105, "xyz": [105, 113, 117], "diketahui": 105, "seseorang": 105, "daftar": [105, 107, 111], "hanya": [105, 108, 117], "menyertakan": 105, "proj4": 105, "seharusnya": [105, 108], "37": [105, 117], "south": 105, "gcp01": 105, "529356": 105, "250827686": 105, "9251137": 105, "5643209": 105, "465": 105, "gcp02": 105, "530203": 105, "125367657": 105, "9250140": 105, "80991621": 105, "781": 105, "gcp03": 105, "530292": 105, "136003818": 105, "9250745": 105, "02372435": 105, "977": 105, "gcp04": 105, "gcp05": 105, "kemudian": [105, 108, 109], "memuat": 105, "aplikasi": [105, 108], "perlu": [105, 108, 117], "dipasang": [105, 108], "terpisah": 105, "uav4geo": [105, 108], "gcpeditorpro": 105, "arah": 105, "utara": 105, "timur": 105, "north": [105, 117], "east": 105, "impor": 105, "layar": [105, 108], "utama": 105, "ketik": [105, 108], "kotak": [105, 108], "menampilkan": 105, "diberi": 105, "mengimpor": 105, "mase": 105, "piero": [105, 108], "buka": [105, 108], "drone": [105, 110, 114, 117], "hilang": [105, 108], "masseranolab": 105, "llc": 105, "belajar": [105, 106, 108, 109, 111, 117], "mengedit": [105, 106, 108, 109, 111, 115, 117], "contribut": [105, 107, 109, 114], "meningkatkan": [105, 106, 108, 109, 115, 117], "halaman": [105, 106, 108, 109, 115, 117], "embed": 106, "user": [106, 108, 109, 114, 117], "wish": 106, "sejak": 106, "pengguna": [106, 107, 108], "menambahkan": [106, 108, 117], "tujuan": 106, "line": [106, 108, 109, 117], "eg": [106, 113], "diset": 106, "10th": 106, "column": 106, "extra": [106, 112], "dji_0028": 106, "91": 106, "9942096111111": 106, "46": 106, "84252125": 106, "198": 106, "609": 106, "dji_0032": 106, "9938293055556": 106, "8424584444444": 106, "guid": [107, 110, 115], "anyon": 107, "welcom": 107, "knowledg": 107, "languag": 107, "translat": 107, "incomplet": 107, "english": 107, "20": [107, 108, 117], "percent": 107, "u": [107, 112, 116, 117], "transifex": 107, "inggri": 107, "czech": 107, "filipina": 107, "peranc": 107, "spanyol": 107, "indonesian": 107, "swahili": 107, "telugu": 107, "cara": [107, 109], "instalasi": 107, "quickstart": 107, "rekomendasi": 107, "perangkat": [107, 111, 114, 115], "kera": 107, "langkah": [107, 109], "periksa": 107, "dukungan": 107, "virtualisasi": 107, "instal": [107, 109], "persyaratan": 107, "alokasi": 107, "unduh": [107, 117], "luncurkan": [107, 117], "jalankan": [107, 117], "ubuntu": [107, 117], "debian": 107, "cento": 107, "rhel": 107, "fedora": 107, "arch": 107, "perintah": 107, "pemecahan": 107, "halo": 107, "berjalan": [107, 117], "mesin": [107, 109], "tutori": [107, 113], "ortofoto": 107, "kualita": 107, "mengkalibrasi": 107, "stockpil": 107, "volum": 107, "fieldwork": 107, "plan": [107, 109], "pattern": [107, 112], "mengaks": [107, 108], "catatan": 107, "server": 107, "konsol": [107, 108, 109], "aks": 107, "membersihkan": 107, "singular": 107, "download": [107, 108], "sif": 107, "bandwidth": 107, "apa": [107, 108], "siapa": 107, "siapkan": [107, 109], "direktori": 107, "droplet": 107, "pull": 107, "pin": 107, "selesai": 107, "asumsi": 107, "bertahan": 107, "selama": [107, 108], "potre": 107, "modul": 107, "appear": 107, "budget": 107, "ey": 107, "opsi": [107, 108], "bendera": 107, "why": [107, 109, 114], "would": [107, 114, 117], "true": [107, 110, 117], "io": [107, 117], "new": [107, 108, 109, 114, 117], "complet": [107, 117], "task": [107, 108, 109, 110, 113], "load": [107, 117], "scratch": 107, "geometri": 107, "polyon": 107, "toggl": [107, 117], "chang": [107, 108, 117], "vector": [107, 117], "rectilinear": 107, "keluaran": [107, 108, 117], "bertekstur": 107, "log": [107, 117], "keseluruhan": 107, "titik": [107, 115], "ikat": 107, "bumi": 107, "praktik": 107, "direkomendasikan": [107, 108], "setelan": 107, "antarmuka": [107, 108], "posm": 107, "gcpi": 107, "editor": [107, 117], "pro": 107, "referensi": [107, 115], "akurasi": 107, "aspect": 107, "citra": 107, "geolokasi": 107, "memecah": 107, "kalibrasi": 107, "membagi": 107, "lokal": 107, "terdistribusi": 107, "didistribusikan": 107, "memahami": 107, "penskalaan": 107, "batasan": 107, "ucapan": 107, "terima": 107, "kasih": 107, "preferensi": 107, "para": [107, 114], "menerbangkan": 107, "penggunaan": [107, 108, 117], "sentera": 107, "agx710": 107, "hardwar": [107, 108], "meminta": [107, 108, 117], "kontribusi": 107, "forum": [107, 108, 114, 115], "komunita": [107, 108], "melaporkan": 107, "bug": 107, "templat": 107, "submit": [107, 114], "frequent": 107, "ask": [107, 108, 114], "question": 107, "my": [107, 109, 114, 117], "core": [107, 108], "nativ": 107, "alloc": [107, 108], "licens": 107, "commerci": [107, 117], "asid": 107, "agplv3": 107, "bagian": [108, 115], "dikutip": 108, "dimodifikasi": 108, "izin": 108, "purchas": 108, "easiest": 108, "come": [108, 114, 117], "That": [108, 117], "said": 108, "ecoystem": 108, "commun": [108, 110, 114, 115], "themselv": 108, "direct": [108, 110, 117], "menjalankan": [108, 117], "lunak": [108, 111, 114, 115], "64bit": 108, "diproduksi": 108, "2010": 108, "media": 108, "penyimpanan": 108, "gb": 108, "200": [108, 110], "dipros": 108, "spesifikasi": [108, 115], "ata": 108, "kehabisan": 108, "generasi": 108, "terakhir": [108, 117], "16": [108, 117], "memungkinkan": 108, "ratu": 108, "tanpa": [108, 117], "terlalu": 108, "banyak": 108, "pemrosesan": [108, 117], "cepat": 108, "sementara": 108, "kartu": 108, "grafi": 108, "saat": [108, 117], "berdampak": 108, "kinerja": 108, "mempros": 108, "tambahkan": 108, "ruang": 108, "linier": 108, "jumlah": 108, "prose": [108, 117], "40": [108, 117], "250": 108, "32": [108, 117], "1500": 108, "64": [108, 117], "2500": 108, "128": [108, 117], "3500": 108, "192": 108, "5000": 108, "256": [108, 117], "kami": [108, 115, 117], "menyarankan": 108, "orang": [108, 111], "www": [108, 110], "membutuhkan": [108, 114], "versi": [108, 109, 117], "sebelumnya": 108, "didukung": 108, "memerlukan": 108, "disebut": 108, "memungkinkannya": 108, "telah": [108, 117], "mengaktifkannya": 108, "terkadang": [108, 117], "dinonaktifkan": 108, "memeriksanya": 108, "membuka": 108, "manag": [108, 109, 117], "tekan": 108, "ctrl": [108, 117], "esc": 108, "beralih": 108, "diaktifkan": 108, "apakah": 108, "mengaktifkan": 108, "alat": 108, "deteksi": 108, "berbantuan": 108, "ll": [108, 114, 117], "procedur": 108, "unfortun": 108, "vtx": 108, "matter": 108, "immedi": 108, "press": [108, 117], "f2": 108, "f12": 108, "startup": 108, "boot": 108, "vt": 108, "tombol": 108, "ditekan": 108, "komput": 108, "dihidupkan": 108, "vendor": 108, "kali": 108, "menginst": 108, "git": [108, 109, 117], "scm": 108, "mencentang": 108, "jangan": 108, "lupa": 108, "dieksekusi": 108, "dengannya": 108, "pun": [108, 117], "toolbox": 108, "v18": 108, "09": [108, 110], "dockertoolbox": 108, "ex": 108, "profession": 108, "menginstalnya": 108, "win": 108, "20for": 108, "20window": 108, "20instal": 108, "harap": 108, "kedua": 108, "keduanya": 108, "berbeda": 108, "kekacauan": 108, "launch": [108, 109, 117], "desktop": 108, "import": [108, 110, 113, 117], "screen": [108, 117], "bekerja": 108, "latar": 108, "belakang": 108, "anggap": 108, "emul": 108, "sejumlah": 108, "dialokasikan": 108, "sebanyak": 108, "virtualbox": 108, "acpi": 108, "shutdown": 108, "pindahkan": 108, "pengges": 108, "alokasikan": 108, "60": [108, 117], "70": [108, 117], "50": [108, 117], "prosesor": 108, "Then": [108, 109, 117], "ok": [108, 109, 114], "baki": 108, "klik": 108, "kanan": 108, "ikon": 108, "pau": [108, 109], "putih": [108, 111], "pengaturan": 108, "slider": 108, "half": 108, "terapkan": 108, "gui": 108, "diinstal": 108, "sana": 108, "gandakan": 108, "sumber": [108, 115, 117], "brows": 108, "unduhan": 108, "berhasil": 108, "sekarang": [108, 117], "jendela": 108, "mengunduh": 108, "back": [108, 117], "easili": 108, "futur": 108, "bash": [108, 117], "sh": [108, 117], "komponen": 108, "diunduh": [108, 117], "termasuk": 108, "nodeodm": [108, 109, 115, 117], "disambut": 108, "kalinya": 108, "localhost": [108, 109], "8000": 108, "ip": [108, 109], "address": [108, 109, 117], "connect": [108, 109, 117], "168": 108, "sambungkan": 108, "mengganti": 108, "alamat": 108, "benar": 108, "modern": 108, "mac": 108, "sierra": 108, "long": [108, 109, 116], "sysctl": 108, "kern": 108, "hv_support": 108, "tanggapan": 108, "mirip": [108, 109], "hasilnya": 108, "lanjutkan": 108, "sayangnya": 108, "berarti": [108, 117], "tua": 108, "dmg": 108, "sourceforg": 108, "net": 108, "osx": 108, "ikan": 108, "bilah": 108, "tuga": [108, 109], "verifi": 108, "app": [108, 117], "hello": 108, "world": [108, 109, 110, 117], "dikembalikan": 108, "memverifikasi": 108, "bahwa": 108, "mengembalikan": 108, "sesuatu": [108, 109], "appl": 108, "117": 108, "doubl": 108, "think": [108, 117], "certain": [108, 109, 110, 117], "whale": 108, "bar": 108, "lanjutan": 108, "cd": [108, 109, 117], "accord": [108, 110], "websit": 108, "offici": [108, 112], "pick": 108, "sole": 108, "empat": 108, "pip": 108, "mungkin": [108, 117], "distribusi": 108, "luar": 108, "membatasi": [108, 111], "instruksi": [108, 117], "resmi": 108, "kasu": [108, 111], "mengetik": 108, "sudo": [108, 117], "apt": [108, 117], "updat": [108, 109, 117], "curl": 108, "fssl": 108, "yum": 108, "dnf": 108, "pacman": 108, "sy": 108, "selain": 108, "ketiga": 108, "menuli": 108, "skrip": 108, "terpasang": [108, 109], "tapi": 108, "coba": 108, "compos": 108, "22": 108, "f46880f": 108, "sebaliknya": 108, "tipe": 108, "keren": 108, "perlukan": 108, "melalui": [108, 117], "menjumpai": 108, "satunya": 108, "care": [108, 117], "guess": 108, "along": [108, 114], "typic": [108, 117], "prefix": 108, "port": [108, 109, 117], "instruct": [108, 117], "network": [108, 109, 110, 117], "80": [108, 117], "tercantum": 108, "bawah": [108, 113], "stuck": 108, "reset": 108, "admin": 108, "password": 108, "forget": 108, "resetadminpassword": 108, "newpass": 108, "everyth": [108, 113, 117], "latest": [108, 117], "dir": [108, 117], "webodm_result": 108, "tepat": 108, "bantuan": 108, "mengalami": 108, "kebuntuan": 108, "penginstalan": 108, "pertanyaan": 108, "pesan": [108, 109], "selamat": 108, "datang": 108, "diminta": 108, "luangkan": 108, "waktu": 108, "membiasakan": 108, "diri": 108, "menjelajahi": 108, "menunya": 108, "dasbor": 108, "notic": 108, "same": [108, 109, 112, 117], "sampai": 108, "sejauh": 108, "saatnya": 108, "mengulangi": 108, "dll": [108, 115], "meluncurkan": [108, 109], "rm": [108, 109, 112, 117], "p": [108, 109, 110, 117], "3000": [108, 109, 117], "q": [108, 117], "token": [108, 109], "secret": 108, "hub": 108, "protect": 108, "unauthor": 108, "button": [108, 117], "hostnam": [108, 109], "semuanya": 108, "paralel": 108, "chunk": 109, "thu": [109, 117], "thousand": 109, "disarankan": 109, "wajib": 109, "kumpulan": 109, "karena": 109, "kesalahan": 109, "propagasi": 109, "akibat": 109, "menyebabkan": 109, "efek": 109, "mangkuk": 109, "13": [109, 110, 117], "000": [109, 117], "bank": [109, 117], "tanzania": [109, 117], "flood": [109, 117], "prone": [109, 117], "msimbasi": [109, 117], "basin": [109, 117], "dar": [109, 117], "salaam": [109, 117], "sequenti": 109, "easi": 109, "respect": [109, 117], "ti": [109, 117], "v": [109, 112, 117], "400": 109, "know": [109, 114], "image_group": [109, 117], "main": 109, "belong": [109, 117], "01": [109, 117], "02": 109, "03": [109, 117], "b": [109, 117], "04": [109, 117], "05": [109, 110], "orchestr": 109, "3001": 109, "8080": 109, "telnet": 109, "escap": [109, 113, 117], "charact": [109, 117], "api": [109, 115], "At": [109, 110], "simpli": [109, 114, 117], "800": 109, "120": 109, "interrog": [109, 117], "we": [109, 110, 112, 114, 116, 117], "del": 109, "lock": [109, 117], "forward": [109, 117], "unlock": 109, "resum": 109, "rout": 109, "taskid": 109, "cancel": 109, "asr": 109, "viewcmd": 109, "repeat": 109, "last": 109, "activ": [109, 117], "someth": [109, 117], "offlin": 109, "l": [109, 110], "while": [109, 110, 112, 116, 117], "autoscal": 109, "date": 109, "amazon": [109, 117], "ocean": [109, 117], "cost": [109, 110, 117], "associ": [109, 113], "demand": [109, 114, 117], "menyiapkan": 109, "nodej": [109, 117], "npm": 109, "bucket": 109, "kompatibel": 109, "s3": 109, "menyimpan": [109, 115], "digitalocean": 109, "servic": 109, "index": [109, 115], "j": [109, 110, 117], "digitaloceanasrprovid": 109, "execut": [109, 117], "attach": [109, 117], "zero": 109, "reli": [109, 117], "act": 109, "handl": [109, 117], "ui": 109, "spin": 109, "dummi": 109, "diteruskan": 109, "penghitung": 109, "skala": 109, "fulli": 109, "fewer": 109, "combin": [109, 114], "huge": 109, "prop": 109, "folk": 109, "mapillari": 109, "amaz": 109, "through": [109, 117], "kei": [109, 117], "compon": 109, "push": [109, 117], "big": [109, 114, 117], "defin": [110, 117], "real": 110, "talk": 110, "about": [110, 117], "pascual": 110, "2011": 110, "de": 110, "correspond": [110, 117], "actual": [110, 117], "independ": [110, 117], "shape": [110, 117], "figur": [110, 114, 117], "misplac": 110, "planet": 110, "pix4d": 110, "correctli": 110, "met": 110, "assess": 110, "construct": 110, "fire": 110, "decis": 110, "hand": 110, "critic": [110, 117], "complianc": 110, "evalu": 110, "land": 110, "titl": [110, 117], "order": [110, 117], "And": [110, 114], "depend": [110, 117], "mount": [110, 117], "usual": 110, "rang": [110, 117], "madawalagama": 110, "2016": 110, "1cm": 110, "gnss": [110, 117], "nsdi": 110, "fgdc": 110, "condit": [110, 117], "barri": 110, "2013": 110, "cuaca": 110, "weather": [110, 117], "photogrammetri": [110, 117], "coverag": 110, "wind": [110, 117], "humid": 110, "influenc": [110, 117], "stabil": 110, "illumin": [110, 117], "nois": 110, "move": [110, 117], "mechan": 110, "job": [110, 117], "ketinggian": 110, "recogniz": 110, "highest": 110, "kecepatan": [110, 117], "equip": [110, 117], "tend": 110, "hover": 110, "photo": [110, 117], "multipli": 110, "mather": 110, "2020": [110, 117], "coaklei": 110, "r": [110, 117], "baselin": 110, "ie": [110, 112], "accuracy_uav_compare_rtk_gp": 110, "deploi": [110, 117], "2017": 110, "munasingh": 110, "dampegama": 110, "d": [110, 117], "samarakoon": 110, "consum": 110, "grade": [110, 117], "37th": 110, "asian": 110, "confer": 110, "remot": [110, 117], "sens": 110, "colombo": 110, "sri": 110, "lanka": 110, "stephen": 110, "marzo": 110, "3937": 110, "manuel": 110, "loung": 110, "gisloung": 110, "07": 110, "dimulai": 111, "memberi": 111, "memberitahu": 111, "melewati": 111, "rekonstruksi": 111, "diarea": 111, "tertentu": 111, "sangat": 111, "dimana": 111, "langit": 111, "sengaja": 111, "disertakan": 111, "bidikan": 111, "mire": 111, "sekadar": 111, "subjek": 111, "tunggal": 111, "menambah": 111, "hitam": 111, "dimensi": 111, "sama": 111, "sesuai": 111, "gimp": 111, "warnai": 111, "dikecualikan": 111, "beri": 111, "berkasmu": 111, "_mask": 111, "dji_0018": 111, "dji_0018_mask": 111, "memasukkannya": 111, "bmp": 111, "bantu": [111, 115], "memperbaiki": 111, "laman": [111, 115], "basic": [112, 117], "aim": [112, 116], "develop": [112, 114, 116], "micasens": [112, 116], "rededg": 112, "mx": 112, "altum": [112, 116], "6x": 112, "dji": [112, 116], "phantom": 112, "expand": [112, 116], "separ": [112, 117], "multi": [112, 115], "alpha": [112, 117], "give": [112, 117], "ndre": 112, "renam": 112, "0000x_nir": 112, "10_51_14_img_00008": 112, "00008_nir": 112, "nrgb": 112, "0000x_rgb": 112, "10_51_14_img_00023": 112, "00023_rgb": 112, "xxxx_nir": 112, "xxxx_rgb": 112, "could": [112, 113, 117], "input_image_dir": 112, "output_dir": [112, 117], "success": [112, 114], "contrib": 112, "ndvi": 112, "rename_sentera_agx710_multispectral_tif": 112, "py": [112, 117], "script": [112, 117], "python3": 112, "dihasilkan": 113, "odm_georeferenced_model": [113, 117], "ply": 113, "state": 113, "univers": [113, 117], "zanzibar": 113, "courtesi": 113, "khadija": 113, "abdullah": 113, "ali": 113, "odm_textur": [113, 117], "odm_textured_model": 113, "odm_textured_model_geo": 113, "meshlab": 113, "odm_orthphoto": 113, "un": 113, "disimpan": 113, "stdout": 113, "On": 113, "ansi": 113, "39m": 113, "no_ansiesc": 113, "environ": [113, 117], "variabl": [113, 117], "env": 113, "img": 113, "1234": 113, "tie": 113, "config": [113, 117], "yaml": [113, 117], "track": [113, 117], "undistorted_track": 113, "undistorted_reconstruct": 113, "odm_meshing_log": 113, "texture_n": 113, "odm_georeferencing_log": 113, "odm_georeferencing_utm_log": 113, "extract_utm": 113, "portion": 113, "odm_orthophoto_log": 113, "gdal_translate_log": 113, "top": 113, "geotoff": 113, "umpan": 114, "balik": 114, "penggunanya": 114, "permintaan": 114, "menumbuhkan": 114, "menyesuaikan": [114, 117], "kebutuhan": 114, "foss": 114, "feel": 114, "anyth": [114, 117], "hard": [114, 117], "reason": [114, 117], "monei": 114, "opportun": 114, "overload": 114, "implement": [114, 117], "probabl": [114, 117], "convinc": 114, "team": [114, 117], "imagin": 114, "somebodi": 114, "knock": 114, "door": 114, "hous": 114, "cook": 114, "me": 114, "dinner": 114, "respons": 114, "who": 114, "person": 114, "spend": 114, "energi": 114, "fulfil": 114, "hi": 114, "agenda": 114, "own": [114, 117], "suggest": 114, "cordial": 114, "especi": 114, "prepar": 114, "offer": 114, "fund": 114, "benefit": [114, 117], "exclus": 114, "harder": 114, "discuss": 114, "topic": 114, "someon": [114, 117], "els": [114, 117], "brought": 114, "test": 114, "channel": 114, "importantli": 114, "trick": 114, "listen": 114, "lift": 114, "TO": 114, "IT": 114, "answer": [114, 117], "realli": 114, "wa": [114, 117], "hope": 114, "member": 114, "happi": 114, "earli": 114, "tester": 114, "let": [114, 117], "put": 114, "toward": [114, 117], "glad": 114, "excit": 114, "easier": [114, 117], "understand": [114, 117], "fall": 114, "appreci": 114, "daya": [115, 117], "awal": 115, "readm": [115, 117], "merekomendasikan": 115, "membaca": 115, "dokumentasi": 115, "blob": 115, "adoc": 115, "gambaran": 115, "alur": 115, "perkembangan": 115, "concept": 115, "665": 115, "didedikasikan": 115, "makalah": 115, "penelitian": 115, "berharga": 115, "lanjut": 115, "stereo": 115, "kemampuan": 115, "pelajari": 115, "tingkatkan": 115, "wave": 116, "infrar": 116, "lwir": 116, "alon": 116, "zenmus": 116, "xt": 116, "h20": 116, "seri": [116, 117], "selanjutnya": 117, "penyesuaian": 117, "kompromi": 117, "antara": 117, "berkualita": 117, "resolusi": 117, "turunkan": 117, "sharper": 117, "atur": 117, "hutan": 117, "300000": 117, "600000": 117, "recreat": 117, "roof": 117, "commod": 117, "vibrat": 117, "deriv": 117, "substanti": 117, "self": 117, "jame": 117, "robson": 117, "2014": 117, "paper": 117, "mitig": 117, "systemat": 117, "topograph": 117, "simplest": 117, "fly": 117, "straight": 117, "tilt": 117, "approach": 117, "pilot": 117, "effici": 117, "flown": 117, "crossgrid": 117, "crosshatch": 117, "percentag": 117, "68": 117, "sidelap": 117, "equival": 117, "83": 117, "42": 117, "cc": 117, "BY": 117, "variat": 117, "toler": 117, "tree": 117, "significantli": 117, "classif": 117, "airborn": 117, "lidar": 117, "freeli": 117, "overal": 117, "biggest": 117, "avoid": 117, "mistakenli": 117, "ii": 117, "meant": 117, "mistaken": 117, "pent": 117, "memengaruhi": 117, "pembuatan": 117, "menetapkan": 117, "empti": 117, "menghasilkan": 117, "drm": 117, "my_odm_imag": 117, "24": 117, "evenli": 117, "overcast": 117, "clear": 117, "ski": 117, "shadow": 117, "obstruct": 117, "lessen": 117, "middai": 117, "nake": 117, "visibl": 117, "congruent": 117, "advers": 117, "dust": 117, "fog": 117, "smoke": 117, "volcan": 117, "ash": 117, "pollut": 117, "gimbal": 117, "rest": 117, "eros": 117, "machineri": 117, "caus": 117, "steep": 117, "recogn": 117, "labor": 117, "neglig": 117, "lawn": 117, "mower": 117, "highli": 117, "75": 117, "65": 117, "balanc": 117, "tallest": 117, "achiev": 117, "greater": 117, "total": 117, "station": 117, "intend": 117, "millimetr": 117, "almost": 117, "adequ": 117, "plane": 117, "dashboard": 117, "clic": 117, "length": 117, "mostli": 117, "bin": 117, "creation": 117, "pace": 117, "irregular": 117, "carefulli": 117, "emploi": 117, "curiou": 117, "container": 117, "among": 117, "pengalaman": 117, "jauh": 117, "kita": 117, "id": 117, "statu": 117, "2518817537ce": 117, "36": 117, "hour": 117, "ago": 117, "zen_wright": 117, "1cdc7fadf688": 117, "usr": 117, "va": 117, "tcp": 117, "flamboyant_dhawan": 117, "masih": 117, "tanda": 117, "cd7b9585b8f6": 117, "dai": 117, "nostalgic_lederberg": 117, "e31010c00b9a": 117, "suspicious_kepl": 117, "c44e0d0b8448": 117, "wonderful_burnel": 117, "unwieldi": 117, "pipe": 117, "slowli": 117, "mon": 117, "sep": 117, "23": 117, "33": 117, "build_overview": 117, "camera_len": 117, "dem_decim": 117, "dem_euclidean_map": 117, "arrow": 117, "letter": 117, "tail": 117, "gdalwarp": 117, "gpkg": 117, "crop_to_cutlin": 117, "co": 117, "num_thread": 117, "bigtiff": 117, "if_saf": 117, "blockys": 117, "512": 117, "blockxsiz": 117, "predictor": 117, "gdal_cachemax": 117, "48": 117, "95": 117, "111567p": 117, "137473l": 117, "input": 117, "memberikan": 117, "saja": 117, "mengamati": 117, "teliti": 117, "mengeksplorasi": 117, "memanfaatkan": 117, "langsung": 117, "exec": 117, "inginkanin": 117, "root": 117, "masuk": 117, "lament": 117, "excess": 117, "carri": 117, "burden": 117, "storag": 117, "maciej": 117, "\u0142ebkowski": 117, "excel": 117, "sylab": 117, "laptop": 117, "hpc": 117, "compani": 117, "cach": 117, "images_dir": 117, "path_to_image_dir": 117, "basenam": 117, "path_to_output_directori": 117, "mkdir": 117, "bind": 117, "writabl": 117, "tmpf": 117, "odm_latest": 117, "repo": 117, "ivan": 117, "gayton": 117, "fairli": 117, "incom": 117, "constraint": 117, "solv": 117, "african": 117, "tricki": 117, "workabl": 117, "cloudodm": 117, "familiar": 117, "unix": 117, "ssh": 117, "account": 117, "aw": 117, "slight": 117, "moder": 117, "literaci": 117, "aren": 117, "savvi": 117, "willing": 117, "fuss": 117, "whole": 117, "mission": 117, "asap": 117, "emphas": 117, "transfer": 117, "4gb": 117, "month": 117, "expens": 117, "downsiz": 117, "cheapest": 117, "compat": 117, "privileg": 117, "insan": 117, "xxx": 117, "stand": 117, "ipv4": 117, "usernam": 117, "ahead": 117, "upgrad": 117, "isn": 117, "danger": 117, "stai": 117, "regular": 117, "abbrevi": 117, "environment": 117, "bashrc": 117, "nano": 117, "whatev": 117, "lieu": 117, "Be": 117, "replac": 117, "pythonpath": 117, "superbuild": 117, "lib": 117, "python2": 117, "dist": 117, "packag": 117, "src": 117, "ld_library_path": 117, "crash": 117, "wherein": 117, "jargon": 117, "rule": 117, "thumb": 117, "seem": 117, "raw": 117, "got": 117, "100gb": 117, "1000gb": 117, "rid": 117, "capac": 117, "mnt": 117, "odmdata": 117, "onto": 117, "secur": 117, "scp": 117, "imagefold": 117, "recurs": 117, "myproject": 117, "parent": 117, "goe": 117, "confusingli": 117, "individu": 117, "project_path": 117, "spot": 117, "ancillari": 117, "organ": 117, "incant": 117, "echo": 117, "cat": 117, "came": 117, "batch": 117, "though": 117, "shut": 117, "monstrou": 117, "vcpu": 117, "192gb": 117, "hr": 117, "1000": 117, "wast": 117, "nohup": 117, "terputu": 117, "dilanjutkan": 117, "gnu": 117, "session": 117, "won": 117, "interrupt": 117, "detach": 117, "But": 117, "unless": 117, "project_nam": 117, "weird": 117, "drop": 117, "assum": 117, "fuck": 117, "liter": 117, "random": 117, "sensibli": 117, "omit": 117, "progr": 117, "tau": 117, "mengawasi": 117, "htop": 117, "masa": 117, "mendatang": 117, "sebesar": 117, "soon": 117, "inexpens": 117, "kembali": 117, "gdal": 117, "gdal_transl": 117, "ycbcr": 117, "gdal_tiff_internal_mask": 117, "extens": 117, "terkompresi": 117, "dilangkah": 117, "berkasnya": 117, "komputermu": 117, "gdaladdo": 117, "1024": 117, "mengarsip": 117, "menggunaan": 117, "tar": 117, "mudah": 117, "kesatuan": 117, "ukurannya": 117, "kecil": 117, "zcvf": 117, "archivenam": 117, "upper": 117, "corner": 117, "mode": 117, "old": 117, "mid": 117, "million": 117, "element": 117, "accentu": 117, "shade": 117, "enhanc": 117, "percept": 117, "scientif": 117, "recognit": 117, "strength": 117, "opac": 117, "skybox": 117, "white": 117, "splat": 117, "unload": 117, "hide": 117, "tridimension": 117, "highlight": 117, "circl": 117, "circumfer": 117, "azimuth": 117, "clockwis": 117, "cube": 117, "reloc": 117, "redimens": 117, "handler": 117, "sphere": 117, "annot": 117, "anchor": 117, "mous": 117, "wheel": 117, "orbit": 117, "bird": 117, "keyboard": 117, "w": 117, "backward": 117, "axi": 117, "movement": 117, "slide": 117, "helicopt": 117, "aircraft": 117, "restrict": 117, "xy": 117, "restor": 117, "wirefram": 117, "compass": 117, "green": 117, "blue": 117, "plai": 117, "arrang": 117, "six": 117, "ramp": 117, "cam": 117, "custom": 117}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"align": [0, 3, 72, 77], "file": 0, "opsi": 1, "dan": [1, 108, 117], "bendera": 1, "3d": [2, 7, 113, 117], "tile": [2, 46, 60, 92], "auto": [4, 5, 9], "boundari": [4, 5, 7], "what": [4, 7, 8, 9, 11, 103, 110], "i": [4, 7, 103], "when": [4, 7, 8, 9, 11], "help": [4, 31], "why": [4, 7, 8, 9, 11], "would": [4, 7, 8, 9, 11], "one": [4, 7, 8, 9, 11], "us": [4, 7, 8, 9, 11, 94, 95, 96, 97, 103, 117], "exampl": [4, 7, 8, 9, 11], "imag": [4, 7, 8, 9, 11, 83, 108, 117], "true": [4, 7, 8, 11], "fals": [4, 7, 8, 11], "null": [4, 7, 8, 11], "distanc": 5, "bg": 6, "remov": [6, 75, 87], "geojson": 7, "appropri": [7, 8, 9, 11], "how": [7, 103], "creat": 7, "io": 7, "new": 7, "A": 7, "polygon": 7, "place": 7, "vertic": 7, "complet": 7, "save": 7, "download": [7, 117], "set": 7, "In": 7, "task": 7, "option": [7, 103], "load": 7, "qgi": 7, "temporari": 7, "scratch": 7, "layer": 7, "geometri": 7, "type": [7, 25, 34, 87], "ad": 7, "an": 7, "orthophoto": [7, 23, 43, 44, 45, 46, 47, 48, 73, 103, 113], "background": [7, 117], "polyon": 7, "featur": [7, 24, 25, 39], "toggl": 7, "edit": 7, "off": 7, "chang": 7, "To": 7, "export": 7, "vector": 7, "As": 7, "point": [7, 113, 117], "cloud": [7, 11, 113], "digit": [7, 117], "elev": 7, "model": [7, 9, 113, 117], "textur": [7, 85, 86, 87, 88, 89, 90, 91, 117], "mesh": [7, 37, 38], "build": [8, 103], "overview": 8, "ar": [8, 9, 11, 103], "camera": [9, 10, 96, 117], "len": 9, "manual": 9, "select": 9, "particular": 9, "rectilinear": 9, "data": [9, 85, 103, 109, 117], "brown": 9, "fishey": 9, "perspect": 9, "spheric": 9, "cog": 11, "optim": [11, 42], "geotiff": [11, 103], "copi": 12, "crop": 13, "debug": 14, "dem": [15, 16, 17, 18], "decim": 15, "euclidean": 16, "map": [16, 91, 110], "gapfil": 17, "step": 17, "resolut": [18, 19, 48, 101], "depthmap": 19, "dsm": [20, 113], "dtm": [21, 113], "end": 22, "fast": 23, "qualiti": [24, 56], "forc": 26, "gp": [26, 30], "gcp": [27, 105, 117], "geo": 28, "gltf": 29, "accuraci": [30, 110, 117], "ignor": 32, "gsd": 32, "matcher": [33, 34], "neighbor": 33, "max": 35, "concurr": 35, "merg": 36, "octre": 37, "depth": 37, "size": 38, "min": 39, "num": 39, "name": 40, "gpu": [41, 103], "disk": 42, "space": 42, "compress": 43, "cutlin": 44, "kmz": 45, "png": 47, "pc": [49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60], "classifi": 49, "copc": 50, "csv": 51, "ept": 52, "filter": 53, "geometr": [54, 59], "la": 55, "rectifi": 57, "sampl": 58, "skip": [59, 71, 72, 73, 74, 89, 90], "primari": 61, "band": [61, 72], "project": 62, "path": 62, "radiometr": 63, "calibr": 63, "rerun": [64, 65, 66], "all": [65, 103], "from": [66, 103], "resiz": [67, 117], "roll": [68, 69], "shutter": [68, 69], "readout": 69, "sfm": 70, "algorithm": 70, "3dmodel": 71, "report": [74, 102], "sky": 75, "sm": [76, 77], "cluster": [76, 109], "smrf": [78, 79, 80, 81], "scalar": 78, "slope": 79, "threshold": 80, "window": [81, 108], "split": [82, 83, 84], "group": 83, "overlap": 84, "term": 85, "keep": 86, "unseen": 86, "face": 86, "outlier": 87, "singl": 88, "materi": 88, "global": 89, "seam": [89, 90], "level": [89, 90], "local": 90, "tone": 91, "time": [93, 103], "3dmesh": 94, "exif": 95, "fix": 96, "param": 96, "hybrid": 97, "bundl": 97, "adjust": 97, "verbos": 98, "version": [99, 103], "video": [100, 101], "limit": 100, "cara": [102, 108], "kontribusi": 102, "forum": 102, "komunita": 102, "melaporkan": 102, "bug": 102, "templat": 102, "For": 102, "submit": 102, "pull": [102, 117], "request": 102, "frequent": 103, "ask": 103, "question": 103, "process": [103, 117], "can": 103, "two": 103, "more": 103, "stitch": 103, "them": 103, "togeth": 103, "The": 103, "softwar": 103, "my": 103, "cpu": [103, 108], "core": 103, "memori": [103, 108], "normal": 103, "If": 103, "nativ": 103, "alloc": 103, "resourc": 103, "licens": 103, "want": 103, "commerci": 103, "applic": 103, "includ": 103, "odm": [103, 117], "do": 103, "need": [103, 108], "other": [103, 117], "asid": 103, "agplv3": 103, "issu": 103, "your": 103, "comput": 103, "run": [103, 117], "out": 103, "you": 103, "kiat": 104, "menerbangkan": 104, "titik": 105, "ikat": 105, "bumi": 105, "praktik": 105, "yang": 105, "direkomendasikan": 105, "untuk": [105, 115, 117], "setelan": 105, "format": 105, "berka": [105, 106], "antarmuka": 105, "pengguna": [105, 115], "posm": 105, "gcpi": 105, "editor": 105, "pro": 105, "referensi": [105, 110], "citra": 106, "geolokasi": 106, "selamat": 107, "datang": 107, "di": [107, 108], "dokumentasi": 107, "opendronemap": [107, 113], "memulai": [108, 109], "instalasi": 108, "quickstart": 108, "rekomendasi": 108, "perangkat": [108, 112], "kera": [108, 112], "minimum": 108, "ram": 108, "n": 108, "langkah": [108, 117], "1": 108, "periksa": 108, "dukungan": 108, "virtualisasi": 108, "2": 108, "instal": [108, 117], "persyaratan": 108, "3": 108, "alokasi": 108, "4": 108, "unduh": 108, "webodm": [108, 117], "luncurkan": 108, "maco": 108, "jalankan": 108, "linux": 108, "ubuntu": 108, "debian": 108, "cento": 108, "rhel": 108, "fedora": 108, "arch": 108, "tambahan": [108, 115], "perintah": [108, 117], "dasar": 108, "pemecahan": 108, "masalah": 108, "halo": 108, "berjalan": 108, "lebih": 108, "dari": [108, 117], "satu": 108, "mesin": [108, 117], "memecah": 109, "besar": 109, "kalibrasi": 109, "gambar": [109, 111], "membagi": 109, "menggabungkan": 109, "lokal": 109, "terdistribusi": 109, "dengan": [109, 117], "didistribusikan": 109, "memahami": 109, "mengaks": [109, 117], "log": [109, 113], "clusterodm": 109, "penskalaan": 109, "otomati": 109, "batasan": 109, "ucapan": 109, "terima": 109, "kasih": 109, "akurasi": 110, "peta": 110, "expect": [110, 117], "aspect": 110, "impact": 110, "menggunakan": [111, 117], "mask": 111, "multispectr": 112, "support": [112, 116], "penggunaan": 112, "sentera": 112, "agx710": 112, "keluaran": 113, "bertekstur": 113, "daftar": [113, 117], "keseluruhan": 113, "bagaimana": 114, "meminta": 114, "fitur": 114, "preferensi": 115, "para": 115, "pengembang": 115, "thermal": 116, "hardwar": 116, "usag": 116, "tutori": 117, "membuat": 117, "ortofoto": 117, "kualita": 117, "tinggi": 117, "mengkalibrasi": 117, "kamera": 117, "elevasi": 117, "measur": 117, "stockpil": 117, "volum": 117, "fieldwork": 117, "plan": 117, "flight": 117, "pattern": 117, "height": 117, "paramet": 117, "docker": 117, "catatan": 117, "server": 117, "konsol": 117, "aks": 117, "ke": 117, "membersihkan": 117, "setelah": 117, "singular": 117, "sif": 117, "lokasi": 117, "bandwidth": 117, "rendah": 117, "apa": 117, "ini": 117, "siapa": 117, "siapkan": 117, "proyek": 117, "struktur": 117, "direktori": 117, "droplet": 117, "pin": 117, "awai": 117, "itu": 117, "selesai": 117, "asumsi": 117, "anda": 117, "bertahan": 117, "selama": 117, "potre": 117, "viewer": 117, "modul": 117, "appear": 117, "budget": 117, "field": 117, "view": 117, "ey": 117, "dome": 117, "light": 117, "tool": 117, "clip": 117, "navig": 117, "scene": 117}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.todo": 2, "sphinx": 57}, "alltitles": {"Alignment Files": [[0, "alignment-files"]], "Opsi dan Bendera": [[1, "options-and-flags"]], "3d-tiles": [[2, "d-tiles"]], "align": [[3, "align"]], "auto-boundary": [[4, "auto-boundary"]], "What Is Auto-Boundary?": [[4, "what-is-auto-boundary"]], "When Is Auto-Boundary Helpful?": [[4, "when-is-auto-boundary-helpful"]], "Why would one use auto-boundary?": [[4, "why-would-one-use-auto-boundary"]], "Example Images": [[4, "example-images"], [7, "example-images"], [8, "example-images"], [9, "example-images"], [11, "example-images"]], "True: --auto-boundary": [[4, "true-auto-boundary"]], "False: null": [[4, "false-null"], [7, "false-null"], [8, "false-null"], [11, "false-null"]], "auto-boundary-distance": [[5, "auto-boundary-distance"]], "bg-removal": [[6, "bg-removal"]], "boundary": [[7, "boundary"]], "What is Boundary [GeoJSON]?": [[7, "what-is-boundary-geojson"]], "When is Boundary [GeoJSON] appropriate?": [[7, "when-is-boundary-geojson-appropriate"]], "Why would one use Boundary [GeoJSON]?": [[7, "why-would-one-use-boundary-geojson"]], "How would one create Boundary [GeoJSON]?": [[7, "how-would-one-create-boundary-geojson"]], "GeoJSON.io": [[7, "geojson-io"]], "New GeoJSON": [[7, "new-geojson"]], "Creating A Polygon": [[7, "creating-a-polygon"]], "Placing Vertices": [[7, "placing-vertices"]], "Completing A Polygon": [[7, "completing-a-polygon"]], "Saving A Polygon": [[7, "saving-a-polygon"]], "Downloading A Polygon": [[7, "downloading-a-polygon"]], "Setting Boundary [GeoJSON] In Task Options": [[7, "setting-boundary-geojson-in-task-options"]], "Boundary [GeoJSON] Loaded In Task Options": [[7, "boundary-geojson-loaded-in-task-options"]], "QGIS": [[7, "qgis"]], "Creating A New Temporary Scratch Layer": [[7, "creating-a-new-temporary-scratch-layer"]], "New Temporary Scratch Layer Geometry Type": [[7, "new-temporary-scratch-layer-geometry-type"]], "New Temporary Scratch Layer Settings": [[7, "new-temporary-scratch-layer-settings"]], "Adding an Orthophoto Background": [[7, "adding-an-orthophoto-background"]], "Adding A Polyon Feature": [[7, "adding-a-polyon-feature"]], "Toggle Editing Off": [[7, "toggle-editing-off"]], "Save Changes To Temporary Scratch Layer": [[7, "save-changes-to-temporary-scratch-layer"]], "Export Temporary Scratch Layer Features": [[7, "export-temporary-scratch-layer-features"]], "Save Vector Layer As": [[7, "save-vector-layer-as"]], "True: --boundary [GeoJSON] - Point Cloud": [[7, "true-boundary-geojson-point-cloud"]], "True: --boundary [GeoJSON] - Orthophoto": [[7, "true-boundary-geojson-orthophoto"]], "True: --boundary [GeoJSON] - Digital Elevation Model": [[7, "true-boundary-geojson-digital-elevation-model"]], "True: --boundary [GeoJSON] - 3D Model/Textured Mesh": [[7, "true-boundary-geojson-3d-model-textured-mesh"]], "build-overviews": [[8, "build-overviews"]], "What Are Overviews?": [[8, "what-are-overviews"]], "When are Overviews appropriate?": [[8, "when-are-overviews-appropriate"]], "Why would one use Overviews?": [[8, "why-would-one-use-overviews"]], "True: --build-overviews": [[8, "true-build-overviews"]], "camera-lens": [[9, "camera-lens"]], "What Are Camera Lens Models?": [[9, "what-are-camera-lens-models"]], "When are manual selections appropriate?": [[9, "when-are-manual-selections-appropriate"]], "Why would one use a particular Camera Lens Model?": [[9, "why-would-one-use-a-particular-camera-lens-model"]], "auto : Rectilinear Data": [[9, "auto-rectilinear-data"]], "brown : Rectilinear Data": [[9, "brown-rectilinear-data"]], "fisheye : Rectilinear Data": [[9, "fisheye-rectilinear-data"]], "perspective : Rectilinear Data": [[9, "perspective-rectilinear-data"]], "spherical : Rectilinear Data": [[9, "spherical-rectilinear-data"]], "cameras": [[10, "cameras"]], "cog": [[11, "cog"]], "What Are Cloud Optimized GeoTIFFs (COGs)?": [[11, "what-are-cloud-optimized-geotiffs-cogs"]], "When are COGs appropriate?": [[11, "when-are-cogs-appropriate"]], "Why would one use COGs?": [[11, "why-would-one-use-cogs"]], "True: --cog": [[11, "true-cog"]], "copy-to": [[12, "copy-to"]], "crop": [[13, "crop"]], "debug": [[14, "debug"]], "dem-decimation": [[15, "dem-decimation"]], "dem-euclidean-map": [[16, "dem-euclidean-map"]], "dem-gapfill-steps": [[17, "dem-gapfill-steps"]], "dem-resolution": [[18, "dem-resolution"]], "depthmap-resolution": [[19, "depthmap-resolution"]], "dsm": [[20, "dsm"]], "dtm": [[21, "dtm"]], "end-with": [[22, "end-with"]], "fast-orthophoto": [[23, "fast-orthophoto"]], "feature-quality": [[24, "feature-quality"]], "feature-type": [[25, "feature-type"]], "force-gps": [[26, "force-gps"]], "gcp": [[27, "gcp"]], "geo": [[28, "geo"]], "gltf": [[29, "gltf"]], "gps-accuracy": [[30, "gps-accuracy"]], "help": [[31, "help"]], "ignore-gsd": [[32, "ignore-gsd"]], "matcher-neighbors": [[33, "matcher-neighbors"]], "matcher-type": [[34, "matcher-type"]], "max-concurrency": [[35, "max-concurrency"]], "merge": [[36, "merge"]], "mesh-octree-depth": [[37, "mesh-octree-depth"]], "mesh-size": [[38, "mesh-size"]], "min-num-features": [[39, "min-num-features"]], "name": [[40, "name"]], "no-gpu": [[41, "no-gpu"]], "optimize-disk-space": [[42, "optimize-disk-space"]], "orthophoto-compression": [[43, "orthophoto-compression"]], "orthophoto-cutline": [[44, "orthophoto-cutline"]], "orthophoto-kmz": [[45, "orthophoto-kmz"]], "orthophoto-no-tiled": [[46, "orthophoto-no-tiled"]], "orthophoto-png": [[47, "orthophoto-png"]], "orthophoto-resolution": [[48, "orthophoto-resolution"]], "pc-classify": [[49, "pc-classify"]], "pc-copc": [[50, "pc-copc"]], "pc-csv": [[51, "pc-csv"]], "pc-ept": [[52, "pc-ept"]], "pc-filter": [[53, "pc-filter"]], "pc-geometric": [[54, "pc-geometric"]], "pc-las": [[55, "pc-las"]], "pc-quality": [[56, "pc-quality"]], "pc-rectify": [[57, "pc-rectify"]], "pc-sample": [[58, "pc-sample"]], "pc-skip-geometric": [[59, "pc-skip-geometric"]], "pc-tile": [[60, "pc-tile"]], "primary-band": [[61, "primary-band"]], "project-path": [[62, "project-path"]], "radiometric-calibration": [[63, "radiometric-calibration"]], "rerun": [[64, "rerun"]], "rerun-all": [[65, "rerun-all"]], "rerun-from": [[66, "rerun-from"]], "resize-to": [[67, "resize-to"]], "rolling-shutter": [[68, "rolling-shutter"]], "rolling-shutter-readout": [[69, "rolling-shutter-readout"]], "sfm-algorithm": [[70, "sfm-algorithm"]], "skip-3dmodel": [[71, "skip-3dmodel"]], "skip-band-alignment": [[72, "skip-band-alignment"]], "skip-orthophoto": [[73, "skip-orthophoto"]], "skip-report": [[74, "skip-report"]], "sky-removal": [[75, "sky-removal"]], "sm-cluster": [[76, "sm-cluster"]], "sm-no-align": [[77, "sm-no-align"]], "smrf-scalar": [[78, "smrf-scalar"]], "smrf-slope": [[79, "smrf-slope"]], "smrf-threshold": [[80, "smrf-threshold"]], "smrf-window": [[81, "smrf-window"]], "split": [[82, "split"]], "split-image-groups": [[83, "split-image-groups"]], "split-overlap": [[84, "split-overlap"]], "texturing-data-term": [[85, "texturing-data-term"]], "texturing-keep-unseen-faces": [[86, "texturing-keep-unseen-faces"]], "texturing-outlier-removal-type": [[87, "texturing-outlier-removal-type"]], "texturing-single-material": [[88, "texturing-single-material"]], "texturing-skip-global-seam-leveling": [[89, "texturing-skip-global-seam-leveling"]], "texturing-skip-local-seam-leveling": [[90, "texturing-skip-local-seam-leveling"]], "texturing-tone-mapping": [[91, "texturing-tone-mapping"]], "tiles": [[92, "tiles"]], "time": [[93, "time"]], "use-3dmesh": [[94, "use-3dmesh"]], "use-exif": [[95, "use-exif"]], "use-fixed-camera-params": [[96, "use-fixed-camera-params"]], "use-hybrid-bundle-adjustment": [[97, "use-hybrid-bundle-adjustment"]], "verbose": [[98, "verbose"]], "version": [[99, "version"]], "video-limit": [[100, "video-limit"]], "video-resolution": [[101, "video-resolution"]], "Cara Kontribusi": [[102, "how-to-contribute"]], "Forum Komunitas": [[102, "community-forum"]], "Melaporkan Bug.": [[102, "reporting-bugs"]], "Template For Submitting Bug Reports": [[102, "template-for-submitting-bug-reports"]], "Pull Requests": [[102, "pull-requests"]], "Frequently Asked Questions": [[103, "frequently-asked-questions"]], "Data Processing": [[103, "data-processing"]], "Can I process two or more orthophoto GeoTIFFs to stitch them together?": [[103, "can-i-process-two-or-more-orthophoto-geotiffs-to-stitch-them-together"]], "The software is not using all of my CPU cores / memory / GPU all of the times. Is it normal?": [[103, "the-software-is-not-using-all-of-my-cpu-cores-memory-gpu-all-of-the-times-is-it-normal"]], "If I use the native version of the software, how can I allocate more resources for processing?": [[103, "if-i-use-the-native-version-of-the-software-how-can-i-allocate-more-resources-for-processing"]], "Licensing": [[103, "licensing"]], "I want to build a commercial application that includes ODM. Do I need a commercial license?": [[103, "i-want-to-build-a-commercial-application-that-includes-odm-do-i-need-a-commercial-license"]], "Are there other licensing options aside from the AGPLv3?": [[103, "are-there-other-licensing-options-aside-from-the-agplv3"]], "Memory issues": [[103, "memory-issues"]], "Your computer is running out of memory, what can you do?": [[103, "your-computer-is-running-out-of-memory-what-can-you-do"]], "Kiat Menerbangkan": [[104, "flying-tips"]], "Titik Ikat Bumi": [[105, "ground-control-points"]], "Praktik yang direkomendasikan untuk setelan GCP": [[105, "recommended-practices-for-gcp-setting"]], "Format berkas GCP": [[105, "gcp-file-format"]], "Antarmuka Pengguna": [[105, "user-interfaces"]], "POSM GCPi": [[105, "id1"]], "GCP Editor Pro": [[105, "id2"]], "Referensi": [[105, "references"], [110, "references"]], "Berkas Citra Geolokasi": [[106, "image-geolocation-files"]], "Selamat datang di dokumentasi OpenDroneMap": [[107, "welcome-to-opendronemap-s-documentation"]], "Cara memulai dan instalasi": [[108, "installation-and-getting-started"]], "Quickstart": [[108, "quickstart"]], "Rekomendasi Perangkat Keras": [[108, "hardware-recommendations"]], "Minimum RAM needed for N images": [[108, "id4"]], "Instalasi": [[108, "installation"]], "Windows": [[108, "windows"]], "Langkah 1. Periksa Dukungan Virtualisasi": [[108, "step-1-check-virtualization-support"], [108, "id1"]], "Langkah 2. Instal Persyaratan": [[108, "step-2-install-requirements"], [108, "id2"]], "Langkah 3. Periksa Alokasi Memori dan CPU": [[108, "step-3-check-memory-and-cpu-allocation"], [108, "id3"]], "Langkah 4. Unduh WebODM": [[108, "step-4-download-webodm"]], "Langkah 4. Luncurkan WebODM": [[108, "step-4-launch-webodm"]], "macOS": [[108, "macos"]], "Langkah 4. Unduh dan Jalankan WebODM": [[108, "step-4-download-and-launch-webodm"]], "Linux": [[108, "linux"]], "Langkah 1. Instal Persyaratan": [[108, "step-1-install-requirements"]], "Instal di Ubuntu / Debian": [[108, "install-on-ubuntu-debian"]], "Instal di CentOS / RHEL": [[108, "install-on-centos-rhel"]], "Instal di Fedora": [[108, "install-on-fedora"]], "Instal di Arch": [[108, "install-on-arch"]], "Langkah 2. Periksa Persyaratan Tambahan": [[108, "step-2-check-additional-requirements"]], "Langkah 3. Unduh dan Jalankan WebODM": [[108, "step-3-download-and-launch-webodm"]], "Perintah Dasar dan Pemecahan Masalah": [[108, "basic-commands-and-troubleshooting"]], "Halo, WebODM!": [[108, "hello-webodm"]], "Berjalan di lebih dari satu mesin": [[108, "running-on-more-than-one-machine"]], "Memecah Data Besar": [[109, "splitting-large-datasets"]], "Kalibrasi gambar": [[109, "calibrate-images"]], "Membagi-Menggabungkan Lokal": [[109, "local-split-merge"]], "Membagi-Menggabungkan Terdistribusi": [[109, "distributed-split-merge"]], "Memulai dengan Didistribusikan Membagi-Menggabungkan": [[109, "getting-started-with-distributed-split-merge"]], "Memahami Cluster": [[109, "understanding-the-cluster"]], "Mengakses Log": [[109, "accessing-the-logs"]], "ClusterODM Penskalaan Otomatis": [[109, "autoscaling-clusterodm"]], "Batasan": [[109, "limitations"]], "Ucapan Terima Kasih": [[109, "acknowledgments"]], "Akurasi Peta": [[110, "map-accuracy"]], "What to expect": [[110, "what-to-expect"]], "Aspects impacting map accuracy": [[110, "aspects-impacting-map-accuracy"]], "Menggunakan Mask Gambar": [[111, "using-image-masks"]], "Multispectral Support": [[112, "multispectral-support"]], "Perangkat keras": [[112, "hardware"]], "Penggunaan": [[112, "usage"]], "Sentera AGX710": [[112, "sentera-agx710"]], "Keluaran OpenDroneMap": [[113, "opendronemap-outputs"]], "Point Cloud": [[113, "point-cloud"]], "Model Bertekstur 3D": [[113, "d-textured-model"]], "Orthophoto": [[113, "orthophoto"]], "DTM/DSM": [[113, "dtm-dsm"]], "Logs": [[113, "logs"]], "Daftar keseluruhan keluaran": [[113, "list-of-all-outputs"]], "Bagaimana Meminta Fitur": [[114, "how-to-request-features"]], "Preferensi tambahan": [[115, "additional-references"]], "Untuk para Pengguna": [[115, "for-users"]], "Untuk para Pengembang": [[115, "for-developers"]], "Thermal Support": [[116, "thermal-support"]], "Hardware": [[116, "hardware"]], "Usage": [[116, "usage"]], "Tutorial": [[117, "tutorials"]], "Membuat Ortofoto Kualitas Tinggi": [[117, "creating-high-quality-orthophotos"]], "Mengkalibrasi kamera": [[117, "calibrating-the-camera"]], "Membuat Model Elevasi Digital": [[117, "creating-digital-elevation-models"]], "Measuring stockpile volume": [[117, "measuring-stockpile-volume"]], "Fieldwork planning": [[117, "fieldwork-planning"]], "Flight pattern": [[117, "flight-pattern"]], "Flight height": [[117, "flight-height"]], "GCPs": [[117, "gcps"]], "Processing parameters": [[117, "processing-parameters"]], "Measuring": [[117, "measuring"]], "Expected accuracy": [[117, "expected-accuracy"]], "Menggunakan Docker": [[117, "using-docker"]], "Daftar Mesin Docker": [[117, "listing-docker-machines"]], "Mengakses catatan server": [[117, "accessing-logs-on-the-instance"]], "perintah konsol akses ke server": [[117, "command-line-access-to-instances"]], "Membersihkan setelah Docker": [[117, "cleaning-up-after-docker"]], "Using Singularity": [[117, "using-singularity"]], "Downloading image": [[117, "downloading-image"]], "Using Singularity SIF image": [[117, "using-singularity-sif-image"]], "Menggunakan ODM dari lokasi bandwidth rendah": [[117, "using-odm-from-low-bandwidth-location"]], "Untuk apa ini dan untuk siapa?": [[117, "what-is-this-and-who-is-it-for"]], "Langkah-langkah": [[117, "steps"]], "Instal": [[117, "install"]], "Siapkan data dan proyek": [[117, "prep-data-and-project"]], "Struktur direktori": [[117, "directory-structure"]], "Resize droplet, pull pin, run away": [[117, "resize-droplet-pull-pin-run-away"]], "Setelah itu selesai (dengan asumsi anda bertahan selama itu)": [[117, "after-it-finishes-assuming-you-survive-that-long"]], "Using Potree 3D viewer module on WebODM": [[117, "using-potree-3d-viewer-module-on-webodm"]], "Cameras": [[117, "cameras"]], "Textured model": [[117, "textured-model"]], "Appearance": [[117, "appearance"]], "Point budget": [[117, "point-budget"]], "Field of view": [[117, "field-of-view"]], "Eye Dome-lighting": [[117, "eye-dome-lighting"]], "Background": [[117, "background"]], "Other": [[117, "other"]], "Tools": [[117, "tools"]], "Measurement": [[117, "measurement"]], "Clipping": [[117, "clipping"]], "Navigation": [[117, "navigation"]], "Scene": [[117, "scene"]]}, "indexentries": {}}) \ No newline at end of file +Search.setIndex({"docnames": ["align", "arguments", "arguments/3d-tiles", "arguments/align", "arguments/auto-boundary", "arguments/auto-boundary-distance", "arguments/bg-removal", "arguments/boundary", "arguments/build-overviews", "arguments/camera-lens", "arguments/cameras", "arguments/cog", "arguments/copy-to", "arguments/crop", "arguments/debug", "arguments/dem-decimation", "arguments/dem-euclidean-map", "arguments/dem-gapfill-steps", "arguments/dem-resolution", "arguments/depthmap-resolution", "arguments/dsm", "arguments/dtm", "arguments/end-with", "arguments/fast-orthophoto", "arguments/feature-quality", "arguments/feature-type", "arguments/force-gps", "arguments/gcp", "arguments/geo", "arguments/gltf", "arguments/gps-accuracy", "arguments/help", "arguments/ignore-gsd", "arguments/matcher-neighbors", "arguments/matcher-type", "arguments/max-concurrency", "arguments/merge", "arguments/mesh-octree-depth", "arguments/mesh-size", "arguments/min-num-features", "arguments/name", "arguments/no-gpu", "arguments/optimize-disk-space", "arguments/orthophoto-compression", "arguments/orthophoto-cutline", "arguments/orthophoto-kmz", "arguments/orthophoto-no-tiled", "arguments/orthophoto-png", "arguments/orthophoto-resolution", "arguments/pc-classify", "arguments/pc-copc", "arguments/pc-csv", "arguments/pc-ept", "arguments/pc-filter", "arguments/pc-geometric", "arguments/pc-las", "arguments/pc-quality", "arguments/pc-rectify", "arguments/pc-sample", "arguments/pc-skip-geometric", "arguments/pc-tile", "arguments/primary-band", "arguments/project-path", "arguments/radiometric-calibration", "arguments/rerun", "arguments/rerun-all", "arguments/rerun-from", "arguments/resize-to", "arguments/rolling-shutter", "arguments/rolling-shutter-readout", "arguments/sfm-algorithm", "arguments/skip-3dmodel", "arguments/skip-band-alignment", "arguments/skip-orthophoto", "arguments/skip-report", "arguments/sky-removal", "arguments/sm-cluster", "arguments/sm-no-align", "arguments/smrf-scalar", "arguments/smrf-slope", "arguments/smrf-threshold", "arguments/smrf-window", "arguments/split", "arguments/split-image-groups", "arguments/split-overlap", "arguments/texturing-data-term", "arguments/texturing-keep-unseen-faces", "arguments/texturing-outlier-removal-type", "arguments/texturing-single-material", "arguments/texturing-skip-global-seam-leveling", "arguments/texturing-skip-local-seam-leveling", "arguments/texturing-tone-mapping", "arguments/tiles", "arguments/time", "arguments/use-3dmesh", "arguments/use-exif", "arguments/use-fixed-camera-params", "arguments/use-hybrid-bundle-adjustment", "arguments/verbose", "arguments/version", "arguments/video-limit", "arguments/video-resolution", "contributing", "faq", "flying", "gcp", "geo", "index", "installation", "large", "map-accuracy", "masks", "multispectral", "outputs", "requesting-features", "resources", "thermal", "tutorials"], "filenames": ["align.rst", "arguments.rst", "arguments/3d-tiles.rst", "arguments/align.rst", "arguments/auto-boundary.rst", "arguments/auto-boundary-distance.rst", "arguments/bg-removal.rst", "arguments/boundary.rst", "arguments/build-overviews.rst", "arguments/camera-lens.rst", "arguments/cameras.rst", "arguments/cog.rst", "arguments/copy-to.rst", "arguments/crop.rst", "arguments/debug.rst", "arguments/dem-decimation.rst", "arguments/dem-euclidean-map.rst", "arguments/dem-gapfill-steps.rst", "arguments/dem-resolution.rst", "arguments/depthmap-resolution.rst", "arguments/dsm.rst", "arguments/dtm.rst", "arguments/end-with.rst", "arguments/fast-orthophoto.rst", "arguments/feature-quality.rst", "arguments/feature-type.rst", "arguments/force-gps.rst", "arguments/gcp.rst", "arguments/geo.rst", "arguments/gltf.rst", "arguments/gps-accuracy.rst", "arguments/help.rst", "arguments/ignore-gsd.rst", "arguments/matcher-neighbors.rst", "arguments/matcher-type.rst", "arguments/max-concurrency.rst", "arguments/merge.rst", "arguments/mesh-octree-depth.rst", "arguments/mesh-size.rst", "arguments/min-num-features.rst", "arguments/name.rst", "arguments/no-gpu.rst", "arguments/optimize-disk-space.rst", "arguments/orthophoto-compression.rst", "arguments/orthophoto-cutline.rst", "arguments/orthophoto-kmz.rst", "arguments/orthophoto-no-tiled.rst", "arguments/orthophoto-png.rst", "arguments/orthophoto-resolution.rst", "arguments/pc-classify.rst", "arguments/pc-copc.rst", "arguments/pc-csv.rst", "arguments/pc-ept.rst", "arguments/pc-filter.rst", "arguments/pc-geometric.rst", "arguments/pc-las.rst", "arguments/pc-quality.rst", "arguments/pc-rectify.rst", "arguments/pc-sample.rst", "arguments/pc-skip-geometric.rst", "arguments/pc-tile.rst", "arguments/primary-band.rst", "arguments/project-path.rst", "arguments/radiometric-calibration.rst", "arguments/rerun.rst", "arguments/rerun-all.rst", "arguments/rerun-from.rst", "arguments/resize-to.rst", "arguments/rolling-shutter.rst", "arguments/rolling-shutter-readout.rst", "arguments/sfm-algorithm.rst", "arguments/skip-3dmodel.rst", "arguments/skip-band-alignment.rst", "arguments/skip-orthophoto.rst", "arguments/skip-report.rst", "arguments/sky-removal.rst", "arguments/sm-cluster.rst", "arguments/sm-no-align.rst", "arguments/smrf-scalar.rst", "arguments/smrf-slope.rst", "arguments/smrf-threshold.rst", "arguments/smrf-window.rst", "arguments/split.rst", "arguments/split-image-groups.rst", "arguments/split-overlap.rst", "arguments/texturing-data-term.rst", "arguments/texturing-keep-unseen-faces.rst", "arguments/texturing-outlier-removal-type.rst", "arguments/texturing-single-material.rst", "arguments/texturing-skip-global-seam-leveling.rst", "arguments/texturing-skip-local-seam-leveling.rst", "arguments/texturing-tone-mapping.rst", "arguments/tiles.rst", "arguments/time.rst", "arguments/use-3dmesh.rst", "arguments/use-exif.rst", "arguments/use-fixed-camera-params.rst", "arguments/use-hybrid-bundle-adjustment.rst", "arguments/verbose.rst", "arguments/version.rst", "arguments/video-limit.rst", "arguments/video-resolution.rst", "contributing.rst", "faq.rst", "flying.rst", "gcp.rst", "geo.rst", "index.rst", "installation.rst", "large.rst", "map-accuracy.rst", "masks.rst", "multispectral.rst", "outputs.rst", "requesting-features.rst", "resources.rst", "thermal.rst", "tutorials.rst"], "titles": ["Alignment Files", "Opsi dan Bendera", "3d-tiles", "align", "auto-boundary", "auto-boundary-distance", "bg-removal", "boundary", "build-overviews", "camera-lens", "cameras", "cog", "copy-to", "crop", "debug", "dem-decimation", "dem-euclidean-map", "dem-gapfill-steps", "dem-resolution", "depthmap-resolution", "dsm", "dtm", "end-with", "fast-orthophoto", "feature-quality", "feature-type", "force-gps", "gcp", "geo", "gltf", "gps-accuracy", "help", "ignore-gsd", "matcher-neighbors", "matcher-type", "max-concurrency", "merge", "mesh-octree-depth", "mesh-size", "min-num-features", "name", "no-gpu", "optimize-disk-space", "orthophoto-compression", "orthophoto-cutline", "orthophoto-kmz", "orthophoto-no-tiled", "orthophoto-png", "orthophoto-resolution", "pc-classify", "pc-copc", "pc-csv", "pc-ept", "pc-filter", "pc-geometric", "pc-las", "pc-quality", "pc-rectify", "pc-sample", "pc-skip-geometric", "pc-tile", "primary-band", "project-path", "radiometric-calibration", "rerun", "rerun-all", "rerun-from", "resize-to", "rolling-shutter", "rolling-shutter-readout", "sfm-algorithm", "skip-3dmodel", "skip-band-alignment", "skip-orthophoto", "skip-report", "sky-removal", "sm-cluster", "sm-no-align", "smrf-scalar", "smrf-slope", "smrf-threshold", "smrf-window", "split", "split-image-groups", "split-overlap", "texturing-data-term", "texturing-keep-unseen-faces", "texturing-outlier-removal-type", "texturing-single-material", "texturing-skip-global-seam-leveling", "texturing-skip-local-seam-leveling", "texturing-tone-mapping", "tiles", "time", "use-3dmesh", "use-exif", "use-fixed-camera-params", "use-hybrid-bundle-adjustment", "verbose", "version", "video-limit", "video-resolution", "Cara Kontribusi", "Frequently Asked Questions", "Kiat Menerbangkan", "Titik Ikat Bumi", "Berkas Citra Geolokasi", "Selamat datang di dokumentasi OpenDroneMap", "Cara memulai dan instalasi", "Memecah Data Besar", "Akurasi Peta", "Menggunakan Mask Gambar", "Multispectral Support", "Keluaran OpenDroneMap", "Bagaimana Meminta Fitur", "Preferensi tambahan", "Thermal Support", "Tutorial"], "terms": {"georeferenc": [0, 1, 27, 28, 50, 51, 52, 55, 95, 109, 113], "default": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 105, 106, 108, 117], "i": [0, 1, 8, 9, 11, 15, 18, 26, 32, 34, 35, 40, 48, 61, 63, 77, 84, 94, 102, 104, 106, 107, 108, 109, 110, 112, 113, 114, 115, 116, 117], "done": [0, 1, 84, 114, 117], "us": [0, 1, 6, 10, 13, 15, 16, 17, 20, 21, 26, 27, 28, 30, 35, 37, 39, 41, 43, 44, 57, 58, 61, 67, 69, 72, 75, 77, 83, 89, 102, 105, 106, 107, 108, 109, 110, 112, 113, 116], "gp": [0, 1, 33, 70, 77, 105, 106, 107, 110], "gcp": [0, 1, 26, 95, 107, 109, 110], "provid": [0, 1, 7, 94, 102, 109, 114, 117], "start": [0, 1, 17, 102, 107, 108, 109, 114, 117], "from": [0, 1, 4, 7, 9, 10, 11, 16, 23, 42, 53, 70, 100, 107, 108, 112, 113, 114, 115, 116, 117], "odm": [0, 1, 72, 102, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116], "3": [0, 1, 13, 17, 102, 105, 107, 109, 110, 117], "0": [0, 1, 5, 13, 17, 28, 33, 48, 53, 58, 69, 79, 80, 81, 100, 103, 105, 106, 108, 109, 111, 112, 117], "2": [0, 1, 35, 53, 94, 102, 105, 106, 107, 109, 110, 111, 115, 117], "peopl": [0, 117], "can": [0, 1, 4, 7, 9, 10, 11, 16, 28, 30, 32, 34, 39, 44, 49, 54, 58, 61, 68, 70, 71, 73, 74, 91, 96, 102, 106, 107, 108, 109, 110, 112, 113, 114, 115, 116, 117], "suppli": [0, 106], "refer": [0, 8, 102, 109, 110, 117], "georefer": 0, "program": [0, 1, 8, 11, 103, 108, 111, 117], "output": [0, 1, 2, 3, 7, 12, 13, 17, 32, 36, 38, 49, 58, 101, 109, 113, 117], "The": [0, 1, 4, 7, 8, 9, 11, 16, 27, 28, 35, 38, 83, 101, 106, 107, 108, 109, 110, 112, 113, 115, 117], "reconstruct": [0, 1, 3, 4, 7, 9, 23, 26, 30, 37, 39, 61, 97, 110, 113], "initi": [0, 117], "perform": [0, 1, 8, 33, 57, 63, 102, 108, 109, 117], "subsequ": [0, 106], "model": [0, 1, 20, 21, 23, 29, 71, 107, 108, 109, 110], "via": [0, 1, 9, 11, 63, 107, 109, 117], "linear": [0, 117], "scale": [0, 7, 109, 110, 117], "rotat": [0, 117], "shift": [0, 108, 110], "oper": [0, 102, 117], "If": [0, 1, 7, 23, 26, 28, 30, 68, 72, 102, 106, 107, 108, 109, 110, 112, 114, 117], "you": [0, 1, 4, 7, 9, 23, 26, 28, 30, 45, 46, 47, 49, 60, 61, 63, 68, 71, 73, 74, 95, 102, 106, 107, 108, 109, 110, 112, 113, 114, 116, 117], "call": [0, 106, 108, 109, 117], "laz": [0, 1, 3, 113], "la": [0, 1, 3, 107, 117], "tif": [0, 111, 112, 113, 117], "singl": [0, 1, 7, 29, 58, 107, 117], "band": [0, 1, 107, 112, 117], "geotiff": [0, 1, 3, 8, 46, 107, 113], "dem": [0, 1, 3, 20, 21, 36, 49, 71, 73, 92, 107, 109, 117], "automat": [0, 1, 3, 4, 5, 6, 9, 13, 30, 72, 75, 106, 108, 109, 117], "detect": [0, 9, 106, 117], "attempt": [0, 1], "thi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 106, 108, 109, 110, 112, 113, 114, 116, 117], "ha": [0, 1, 7, 8, 11, 61, 68, 106, 108, 109, 110, 112, 114, 116, 117], "anoth": [0, 1, 9, 10, 103, 106, 117], "name": [0, 1, 7, 61, 102, 106, 107, 109, 112, 117], "specifi": [0, 1, 5, 7, 9, 10, 61, 106, 108, 117], "path": [0, 1, 3, 7, 10, 12, 27, 28, 83, 102, 105, 106, 107, 108, 109, 117], "must": [0, 11, 106, 110], "creat": [0, 1, 8, 11, 13, 106, 107, 108, 109, 112, 113, 117], "base": [0, 1, 4, 33, 106, 109, 117], "your": [0, 1, 7, 9, 30, 60, 62, 69, 102, 105, 106, 107, 108, 109, 113, 114, 117], "project": [0, 1, 9, 40, 102, 104, 105, 106, 107, 108, 109, 110, 113, 114, 117], "folder": [0, 1, 12, 40, 62, 105, 106, 108, 109, 112, 117], "learn": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 110, 112, 113, 114, 116], "edit": [0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 107, 110, 112, 113, 114, 116, 117], "help": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 107, 108, 109, 110, 112, 113, 114, 116, 117], "improv": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 107, 110, 112, 113, 114, 116, 117], "page": [0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 110, 112, 113, 114, 116, 117], "3d": [1, 4, 23, 71, 73, 85, 94, 104, 107, 109], "tile": [1, 8, 11, 52, 107, 117], "gener": [1, 2, 7, 8, 11, 15, 17, 23, 24, 29, 44, 45, 47, 56, 57, 70, 71, 73, 74, 88, 92, 93, 110, 112, 116, 117], "ogc": [1, 2], "fals": [1, 2, 6, 14, 16, 20, 21, 23, 26, 29, 32, 41, 42, 44, 45, 46, 47, 49, 50, 51, 52, 54, 55, 57, 59, 60, 68, 71, 72, 73, 74, 75, 77, 86, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 107, 117], "align": [1, 107], "string": [1, 3, 7, 9, 10, 27, 28, 61, 76, 83, 105, 106], "point": [1, 3, 9, 15, 19, 27, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 102, 105, 107, 109, 110, 115], "cloud": [1, 3, 4, 9, 19, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 107, 109, 110, 117], "should": [1, 3, 7, 9, 11, 62, 63, 82, 83, 106, 109, 112, 114, 117], "experiment": [1, 3, 6, 60, 63, 75, 117], "none": [1, 3, 4, 7, 8, 9, 11, 27, 28, 43, 63, 76, 83, 87, 91, 117], "auto": [1, 7, 61, 107, 109, 112, 117], "boundari": [1, 13, 107, 112, 117], "set": [1, 4, 5, 9, 17, 19, 24, 28, 30, 33, 43, 45, 46, 47, 53, 56, 58, 60, 63, 67, 69, 100, 103, 107, 108, 113, 114, 117], "camera": [1, 4, 5, 28, 63, 68, 69, 70, 86, 103, 104, 106, 107, 110, 112, 113, 114, 116], "shot": [1, 4, 5, 112], "locat": [1, 4, 5, 7, 108, 110, 113, 117], "limit": [1, 4, 7, 58, 107, 109, 110, 117], "area": [1, 4, 7, 16, 17, 30, 39, 44, 85, 94, 105, 110, 111, 117], "remov": [1, 4, 18, 48, 53, 58, 107, 109, 117], "far": [1, 4], "awai": [1, 4, 107], "background": [1, 4, 6, 107, 108, 115], "artifact": [1, 4, 9, 117], "sky": [1, 4, 107], "landscap": [1, 4], "etc": [1, 4, 8, 9, 11, 102, 109, 117], "see": [1, 4, 7, 9, 68, 103, 104, 108, 109, 113, 114, 117], "also": [1, 4, 7, 18, 39, 48, 68, 103, 107, 108, 109, 110, 112, 114, 116, 117], "distanc": [1, 16, 17, 18, 32, 48, 107, 110, 117], "posit": [1, 5, 13, 15, 17, 19, 30, 33, 35, 38, 53, 58, 69, 70, 78, 79, 80, 81, 82, 84, 100, 101, 110, 113, 117], "float": [1, 5, 13, 18, 19, 30, 48, 53, 58, 78, 79, 80, 81], "between": [1, 5, 7, 39, 84, 109, 110, 117], "outer": [1, 5], "edg": [1, 5, 9, 44], "when": [1, 5, 32, 61, 63, 72, 82, 85, 89, 96, 102, 103, 107, 109, 110, 117], "comput": [1, 5, 6, 10, 16, 19, 25, 54, 59, 63, 75, 94, 107, 108, 117], "choos": [1, 5, 7, 8, 9, 25, 36, 61, 70, 85, 108, 113], "valu": [1, 5, 9, 16, 18, 19, 28, 30, 37, 48, 63, 69, 82, 106, 110, 113, 117], "bg": [1, 107], "imag": [1, 6, 13, 19, 26, 28, 30, 32, 33, 35, 39, 62, 63, 67, 68, 70, 72, 75, 82, 84, 85, 89, 96, 97, 103, 106, 107, 109, 110, 112, 113, 114, 116], "mask": [1, 4, 6, 75, 107, 113, 117], "ai": [1, 6, 75], "json": [1, 7, 10, 109, 113, 117], "geojson": [1, 107, 117], "polygon": [1, 44, 107, 117], "either": [1, 7, 8, 10, 106, 117], "file": [1, 7, 8, 10, 11, 27, 28, 29, 42, 83, 88, 93, 95, 100, 102, 103, 105, 106, 107, 108, 109, 112, 113, 117], "repres": [1, 7, 10, 117], "content": [1, 7, 10], "build": [1, 20, 21, 107, 108, 117], "overview": [1, 11, 107, 117], "orthophoto": [1, 8, 36, 67, 71, 92, 94, 107, 109, 112, 116, 117], "faster": [1, 8, 32, 34, 70, 94], "displai": [1, 8, 11, 99, 107, 117], "qgi": [1, 8, 11, 107, 112, 113, 117], "len": [1, 104, 107], "perspect": [1, 107], "brown": [1, 107], "fishey": [1, 107], "fisheye_opencv": [1, 9], "spheric": [1, 107], "equirectangular": [1, 9], "dual": [1, 9], "type": [1, 4, 8, 9, 11, 107, 108, 110, 117], "manual": [1, 30, 107, 109], "geometr": [1, 9, 107], "undistort": [1, 9, 113], "By": [1, 4, 9, 36, 106, 117], "applic": [1, 9, 11, 107, 108, 114], "tri": [1, 9, 103], "determin": [1, 9, 117], "metadata": [1, 9, 113], "paramet": [1, 4, 7, 8, 9, 10, 11, 20, 21, 45, 46, 47, 49, 78, 79, 80, 81, 96, 107, 108, 112, 116], "dataset": [1, 4, 7, 10, 13, 15, 22, 36, 40, 42, 59, 61, 62, 64, 66, 70, 72, 77, 82, 97, 102, 109, 110, 112, 114, 116, 117], "instead": [1, 10, 11, 67, 69, 88, 94, 95, 108, 109, 110, 114], "calcul": [1, 10, 19], "them": [1, 7, 10, 28, 107, 108, 117], "cog": [1, 107], "optim": [1, 8, 50, 96, 107, 110, 117], "normal": [1, 4, 11, 89, 107, 112, 117], "copi": [1, 7, 8, 102, 107, 117], "result": [1, 12, 15, 32, 54, 65, 68, 70, 71, 73, 94, 96, 108, 110, 112, 117], "after": [1, 7, 12, 84, 102, 108, 112, 117], "process": [1, 4, 7, 12, 22, 32, 35, 39, 42, 54, 56, 61, 63, 65, 66, 72, 89, 100, 107, 108, 109, 110, 112, 116], "crop": [1, 7, 44, 107, 113, 117], "smooth": [1, 13, 117], "buffer": [1, 4, 8, 13], "around": [1, 13, 44, 58, 117], "shrunk": [1, 13], "n": [1, 13, 17, 53, 58, 105, 106, 110, 112], "meter": [1, 13, 28, 30, 58, 80, 81, 105, 106, 109, 110, 117], "disabl": [1, 13, 17, 53, 58, 59, 67, 108, 113, 117], "decim": [1, 107], "integ": [1, 15, 17, 33, 35, 37, 38, 39, 67, 69, 82, 84, 100, 101], "befor": [1, 15, 16, 102, 117], "1": [1, 7, 15, 37, 67, 78, 102, 107, 109, 110, 113, 117], "full": [1, 4, 7, 8, 15, 23, 71, 94, 103, 117], "qualiti": [1, 15, 19, 32, 60, 67, 103, 107, 110, 117], "100": [1, 15, 97, 108, 109], "99": [1, 15, 108], "speed": [1, 8, 15, 97, 110, 117], "up": [1, 7, 15, 56, 97, 108, 109, 114, 117], "veri": [1, 9, 15, 34, 77, 97, 109, 110, 114], "larg": [1, 4, 7, 9, 15, 30, 60, 77, 82, 97, 109, 114, 117], "euclidean": [1, 107], "map": [1, 7, 8, 11, 107, 117], "an": [1, 8, 16, 23, 32, 42, 62, 102, 103, 107, 108, 109, 110, 112, 114, 117], "raster": [1, 8, 11, 16, 113, 117], "each": [1, 16, 56, 62, 72, 82, 85, 108, 109, 110, 112, 117], "report": [1, 16, 107], "cell": [1, 16], "nearest": [1, 16, 17, 33, 34], "nodata": [1, 16], "ani": [1, 4, 7, 16, 86, 108, 113, 114, 117], "hole": [1, 16], "fill": [1, 7, 16, 17, 57], "take": [1, 8, 11, 16, 19, 24, 56, 63, 108, 109, 110, 117], "place": [1, 11, 16, 107, 109, 110, 112, 117], "isol": [1, 16, 117], "have": [1, 4, 7, 9, 16, 26, 28, 42, 60, 62, 72, 82, 88, 95, 103, 108, 109, 110, 112, 117], "been": [1, 7, 9, 16, 72, 103, 108, 112, 114, 116, 117], "gapfil": [1, 107, 117], "step": [1, 36, 56, 102, 107, 108, 117], "number": [1, 7, 17, 35, 39, 63, 82, 99, 100, 108, 109, 110, 117], "gap": [1, 17, 57], "radiu": [1, 17, 58, 81, 84, 117], "equal": [1, 17], "resolut": [1, 8, 17, 32, 35, 58, 67, 107, 117], "differ": [1, 7, 9, 17, 103, 108, 112, 113, 117], "ar": [1, 7, 17, 26, 30, 36, 37, 63, 69, 70, 72, 82, 84, 86, 92, 96, 102, 106, 107, 108, 109, 110, 112, 113, 114, 117], "progress": [1, 7, 17, 20, 110, 117], "bigger": [1, 17, 110, 117], "invers": [1, 17], "weight": [1, 17], "idw": [1, 17], "algorithm": [1, 17, 25, 34, 107, 109], "merg": [1, 17, 22, 64, 66, 76, 77, 107, 109, 113, 117], "togeth": [1, 17, 107, 114], "remain": [1, 17, 109, 117], "neighbor": [1, 17, 34, 84, 107], "interpol": [1, 17, 117], "dsm": [1, 18, 107, 117], "dtm": [1, 18, 57, 107, 117], "cm": [1, 18, 48, 117], "pixel": [1, 18, 48, 101, 117], "note": [1, 11, 18, 48, 69, 117], "cap": [1, 18, 32, 48], "2x": [1, 18], "ground": [1, 18, 20, 21, 27, 32, 48, 57, 105, 110, 113, 115, 117], "sampl": [1, 18, 32, 48, 107], "gsd": [1, 4, 18, 48, 107, 110, 117], "estim": [1, 18, 32, 48, 59], "To": [1, 18, 48, 107, 109, 114, 117], "check": [1, 18, 20, 21, 48, 108], "ignor": [1, 18, 48, 107, 117], "5": [1, 18, 48, 53, 80, 105, 109, 110, 117], "tag": [1, 20, 21, 30, 63, 95, 102, 105], "digit": [1, 20, 21, 63, 107, 109, 113], "surfac": [1, 20, 113, 117], "object": [1, 20, 117], "morpholog": [1, 20, 21, 78, 79, 80, 81, 117], "filter": [1, 4, 20, 21, 58, 78, 79, 80, 81, 107, 117], "finer": [1, 20, 21], "tune": [1, 20, 21], "terrain": [1, 9, 21, 110, 113, 117], "onli": [1, 7, 9, 21, 58, 64, 67, 70, 71, 73, 102, 106, 108, 109, 113, 117], "simpl": [1, 7, 21, 78, 79, 80, 81, 106, 117], "smrf": [1, 21, 107, 117], "end": [1, 102, 107, 117], "split": [1, 22, 36, 60, 64, 66, 76, 77, 107, 109, 117], "opensfm": [1, 9, 22, 64, 66, 109, 113, 117], "openmv": [1, 22, 64, 66], "odm_filterpoint": [1, 22, 64, 66], "odm_mesh": [1, 22, 64, 66, 113], "mvs_textur": [1, 22, 64, 66], "odm_georeferenc": [1, 22, 64, 66, 112, 113, 117], "odm_dem": [1, 22, 64, 66, 113], "odm_orthophoto": [1, 22, 64, 66, 112, 113, 117], "odm_report": [1, 22, 64, 66, 112], "odm_postprocess": [1, 22, 64, 66], "stage": [1, 22, 42, 64, 66], "fast": [1, 7, 34, 103, 107, 117], "skip": [1, 23, 77, 107, 108, 117], "dens": [1, 23, 113], "It": [1, 7, 23, 61, 103, 117], "directli": [1, 23, 117], "spars": [1, 4, 23], "just": [1, 7, 23, 102, 103, 109, 117], "need": [1, 7, 23, 27, 28, 60, 71, 73, 74, 83, 102, 107, 109, 110, 114, 117], "do": [1, 7, 23, 41, 102, 106, 107, 108, 110, 112, 114, 117], "turn": [1, 23, 60, 68, 91, 96, 117], "option": [1, 3, 4, 5, 9, 10, 12, 13, 15, 17, 18, 19, 22, 23, 24, 25, 27, 28, 30, 33, 34, 35, 36, 37, 38, 39, 40, 43, 48, 49, 53, 56, 58, 61, 62, 63, 64, 66, 67, 68, 69, 70, 72, 76, 78, 79, 80, 81, 82, 83, 84, 85, 87, 91, 94, 100, 101, 106, 107, 108, 109, 113, 117], "featur": [1, 4, 11, 44, 67, 85, 107, 110, 113, 114, 117], "ultra": [1, 24, 56, 60, 117], "high": [1, 24, 26, 30, 56, 60, 110, 117], "medium": [1, 7, 8, 11, 24, 56], "low": [1, 4, 7, 9, 24, 56, 110, 117], "lowest": [1, 24, 56, 117], "extract": [1, 24, 25, 39, 67, 100, 101, 117], "higher": [1, 19, 24, 56, 108, 109, 110, 117], "better": [1, 24, 32, 56, 70, 110, 112, 116, 117], "requir": [1, 7, 24, 35, 56, 102, 103, 104, 109, 110, 117], "more": [1, 4, 7, 9, 11, 24, 34, 37, 39, 53, 56, 102, 106, 107, 109, 110, 113, 114, 117], "memori": [1, 4, 24, 32, 35, 56, 60, 107, 109, 117], "longer": [1, 19, 24, 56, 117], "akaz": [1, 25], "hahog": [1, 25], "orb": [1, 25], "sift": [1, 25], "keypoint": [1, 25], "descriptor": [1, 25], "forc": [1, 9, 105, 107], "exif": [1, 26, 33, 63, 105, 107, 109], "data": [1, 7, 8, 11, 26, 33, 89, 102, 104, 105, 106, 107, 108, 110, 113, 116], "even": [1, 26, 41, 109, 117], "present": [1, 26, 69, 112, 117], "flag": [1, 26, 59, 108, 117], "precis": [1, 26, 30, 110], "measur": [1, 26, 107, 110], "doe": [1, 4, 8, 11, 26, 67, 110, 117], "noth": [1, 7, 26], "contain": [1, 27, 28, 62, 106, 108, 110, 117], "control": [1, 19, 27, 30, 49, 83, 105, 109, 110, 115, 117], "follow": [1, 9, 27, 28, 83, 102, 108, 109, 112, 113, 116, 117], "format": [1, 7, 11, 27, 28, 50, 51, 52, 55, 83, 106, 107, 111, 113, 115], "epsg": [1, 7, 27, 28, 105, 106], "code": [1, 27, 28, 40, 102, 106, 109, 112, 113, 114, 117], "proj": [1, 27, 28, 105, 106], "definit": [1, 27, 28], "geo_x": [1, 27, 28, 105, 106], "geo_i": [1, 27, 28, 105, 106], "geo_z": [1, 27, 28, 105, 106], "im_x": [1, 27, 105], "im_i": [1, 27, 105], "image_nam": [1, 27, 28, 83, 105, 106], "gcp_name": [1, 27, 105], "extra1": [1, 27, 105], "extra2": [1, 27, 105], "geo": [1, 106, 107], "geoloc": [1, 28, 106], "center": [1, 28], "coordin": [1, 7, 28, 106, 113, 117], "don": [1, 28, 42, 74, 102, 117], "t": [1, 28, 42, 60, 74, 102, 109, 110, 114, 115, 117], "yaw": [1, 28, 106], "pitch": [1, 28, 106], "roll": [1, 28, 96, 106, 107, 110], "degre": [1, 28, 106, 110, 117], "horz": [1, 28, 106], "accuraci": [1, 28, 54, 59, 68, 106, 107], "vert": [1, 28, 106], "gltf": [1, 107], "binari": [1, 29, 108], "glb": [1, 29], "textur": [1, 29, 107, 109, 113, 115], "dilut": [1, 30], "dop": [1, 30], "inform": [1, 7, 11, 30, 95, 102, 103, 106, 109, 110, 115, 117], "all": [1, 7, 9, 11, 30, 36, 63, 69, 89, 102, 107, 108, 109, 112, 117], "rtk": [1, 30, 105, 106, 110], "accordingli": [1, 30], "case": [1, 8, 9, 11, 30, 108, 117], "fail": [1, 9, 30, 117], "lower": [1, 8, 30, 32, 117], "sometim": [1, 8, 30, 32, 34, 96, 106, 114, 117], "bowl": [1, 9, 30, 96, 109, 117], "effect": [1, 30, 109, 110, 114, 117], "over": [1, 9, 30, 79, 109, 113, 117], "10": [1, 30, 103, 105, 106, 108, 110, 117], "show": [1, 4, 7, 9, 11, 31, 102, 109, 110, 117], "messag": [1, 14, 31, 98, 117], "exit": [1, 31, 99, 117], "maximum": [1, 32, 35, 38, 100, 101, 108], "resiz": [1, 32, 103, 107], "necessari": [1, 32, 103, 108, 114, 117], "usag": [1, 7, 32, 42, 60, 107, 117], "sinc": [1, 32, 103, 110, 112, 117], "slightli": [1, 32, 117], "matcher": [1, 107, 117], "match": [1, 7, 8, 33, 34, 39, 110, 113, 117], "triangul": [1, 33, 70, 117], "order": [1, 110, 117], "filenam": [1, 7, 106, 111, 117], "sequenti": [1, 109], "those": [1, 85, 102, 107, 108, 110], "video": [1, 107], "appli": [1, 7, 63, 117], "non": [1, 9, 11, 103, 117], "bow": [1, 34], "bruteforc": [1, 34], "flann": [1, 34, 117], "librari": [1, 34], "approxim": [1, 34], "bag": [1, 34], "word": [1, 4, 34, 109], "slower": [1, 34, 103], "stabl": [1, 34, 102, 108, 117], "miss": [1, 34, 115], "valid": [1, 7, 34, 109, 117], "slow": [1, 34, 39], "robust": [1, 9, 34], "max": [1, 9, 107, 117], "concurr": [1, 107, 108, 117], "variou": [1, 7, 9, 11, 35], "peak": [1, 35], "1gb": [1, 35], "per": [1, 35, 39, 82, 109, 117], "thread": [1, 35], "megapixel": [1, 35], "4": [1, 35, 105, 107, 110, 112, 117], "pointcloud": [1, 36], "what": [1, 36, 102, 107, 108, 109, 114, 117], "avail": [1, 36, 41, 42, 70, 103, 106, 107, 108, 109, 117], "mesh": [1, 85, 86, 94, 107, 109, 113, 115, 117], "octre": [1, 107, 117], "depth": [1, 107, 117], "x": [1, 37, 105, 106, 108, 117], "14": [1, 37], "increas": [1, 8, 37, 54, 56, 117], "get": [1, 4, 37, 63, 102, 107, 108, 110, 114, 117], "vertic": [1, 37, 106, 107, 110, 117], "recommend": [1, 9, 37, 61, 108, 109, 110, 117], "8": [1, 11, 37, 105, 108, 110, 117], "12": [1, 37, 108, 110, 117], "11": [1, 37, 105, 110, 117], "size": [1, 8, 11, 107, 110, 117], "vertex": [1, 7, 38], "count": [1, 38], "200000": [1, 38], "min": [1, 107, 117], "num": [1, 107, 117], "minimum": [1, 39, 117], "find": [1, 7, 39, 108, 109, 115, 117], "potenti": [1, 8, 39], "allow": [1, 7, 8, 11, 39, 42, 108, 109, 117], "littl": [1, 39], "overlap": [1, 7, 39, 44, 107, 109, 117], "insuffici": [1, 39], "down": [1, 39, 117], "10000": [1, 39, 117], "e": [1, 40, 102, 106, 109, 114, 117], "subfold": [1, 40, 62], "within": [1, 7, 40, 110, 114, 117], "gpu": [1, 4, 7, 8, 9, 11, 107, 108, 117], "acceler": [1, 41], "": [1, 7, 41, 61, 102, 103, 105, 106, 108, 110, 114, 117], "disk": [1, 7, 11, 103, 107, 108, 117], "space": [1, 103, 107, 117], "delet": [1, 42, 65], "heavi": [1, 42], "intermedi": [1, 42], "affect": [1, 9, 42, 67, 110, 117], "abil": [1, 42], "restart": [1, 42, 108, 117], "pipelin": [1, 42, 65, 103, 109], "machin": [1, 42, 60, 102, 108, 109, 117], "suffici": [1, 7, 42, 117], "compress": [1, 11, 107, 117], "jpeg": [1, 43, 117], "lzw": [1, 43], "packbit": [1, 43], "deflat": [1, 43, 117], "lzma": [1, 43], "cutlin": [1, 107, 117], "cut": [1, 44], "stitch": [1, 44, 107], "seamless": [1, 44], "mosaic": [1, 44], "multipl": [1, 44, 76, 88, 109, 112], "kmz": [1, 107, 117], "want": [1, 7, 8, 45, 46, 47, 95, 107, 108, 109, 117], "googl": [1, 45], "earth": [1, 45, 114, 117], "render": [1, 8, 9, 45, 47], "stripe": [1, 11, 46], "png": [1, 107, 111, 113, 117], "pc": [1, 19, 107, 108, 117], "classifi": [1, 57, 107, 117], "behavior": [1, 49, 102, 117], "tweak": [1, 49, 103], "copc": [1, 107], "save": [1, 8, 50, 71, 73, 74, 107, 108, 117], "csv": [1, 105, 107, 113, 117], "export": [1, 51, 52, 55, 107, 117], "ept": [1, 107], "entwin": [1, 52], "deviat": [1, 53], "than": [1, 7, 11, 53, 84, 102, 109, 117], "standard": [1, 9, 53, 110, 117], "local": [1, 11, 53, 97, 107, 109, 110, 117], "mean": [1, 4, 53, 57], "denser": [1, 19, 56], "time": [1, 4, 7, 8, 9, 11, 54, 56, 69, 71, 73, 74, 107, 108, 110, 114, 117], "roughli": [1, 56], "factor": [1, 8, 56, 110, 117], "4x": [1, 56], "rectifi": [1, 107], "rectif": [1, 57], "wrongli": [1, 57], "re": [1, 57, 102, 114, 117], "keep": [1, 11, 58, 107, 117], "duplic": [1, 58], "consist": [1, 54, 59, 117], "depthmap": [1, 54, 59, 60, 107, 113, 117], "mai": [1, 7, 9, 59, 113, 117], "usabl": [1, 59], "larger": [1, 4, 7, 8, 59, 110, 117], "primari": [1, 7, 107], "multispectr": [1, 61, 63, 72, 107, 116], "which": [1, 9, 11, 61, 102, 108, 109, 110, 112, 116, 117], "sharp": [1, 61, 85], "detail": [1, 61, 102, 110], "focu": [1, 61, 117], "radiometr": [1, 89, 106, 107, 112, 116], "calibr": [1, 104, 106, 107, 112, 116, 117], "sun": [1, 63, 110, 117], "thermal": [1, 63, 107], "obtain": [1, 63, 117], "reflect": [1, 63, 112], "temperatur": [1, 63, 116, 117], "otherwis": [1, 7, 63, 109, 117], "black": [1, 63, 117], "level": [1, 11, 63, 107, 110, 117], "vignet": [1, 63], "row": [1, 63, 103], "gradient": [1, 63, 117], "gain": [1, 63], "exposur": [1, 63], "compens": [1, 63], "appropri": [1, 4, 63, 107, 117], "found": [1, 63, 108, 109, 117], "absolut": [1, 63, 110], "correct": [1, 9, 63, 68, 112, 117], "plu": [1, 63, 102], "spectral": [1, 63], "radianc": [1, 63], "regist": [1, 63], "downwel": [1, 63], "light": [1, 63, 107], "sensor": [1, 9, 63, 69, 104, 110, 112], "dl": [1, 63], "consider": [1, 63, 117], "angl": [1, 7, 9, 63, 70, 106, 117], "rerun": [1, 107], "stop": [1, 64, 108, 109, 114, 117], "perman": [1, 65], "previou": [1, 65], "shutter": [1, 96, 107, 110], "were": [1, 68, 102], "taken": [1, 9, 68, 96, 110, 117], "motion": [1, 68, 70, 115], "readout": [1, 68, 107], "overrid": [1, 19, 69, 106], "millisecond": [1, 69], "databas": [1, 9, 69], "sfm": [1, 107], "increment": [1, 70, 110], "planar": [1, 70, 94, 105], "structur": [1, 11, 70, 115, 117], "For": [1, 70, 103, 107, 108, 109, 110, 117], "aerial": [1, 70, 105, 110], "scene": [1, 9, 54, 60, 70, 107, 112], "captur": [1, 7, 70, 112, 116, 117], "fix": [1, 70, 107, 108], "altitud": [1, 70, 110], "nadir": [1, 4, 70, 117], "much": [1, 4, 7, 11, 60, 70, 108, 114, 117], "partial": 1, "happen": [1, 102, 109, 117], "3dmodel": [1, 107], "2d": [1, 8, 11, 71, 117], "postprocess": [1, 72], "alreadi": [1, 7, 72, 103, 108, 109, 114, 117], "pdf": [1, 74, 110, 117], "sm": [1, 107, 109], "cluster": [1, 82, 84, 107, 117], "url": [1, 76, 102], "clusterodm": [1, 76, 107], "instanc": [1, 7, 8, 76, 109, 110, 117], "distribut": [1, 76, 103, 108, 109, 117], "workflow": [1, 76, 109, 112, 117], "node": [1, 76, 108, 109, 117], "parallel": [1, 76, 109, 117], "submodel": [1, 77, 82, 84, 109], "good": [1, 4, 77, 110, 112, 117], "enough": [1, 77, 117], "scalar": [1, 107, 117], "elev": [1, 78, 80, 105, 107, 113, 117], "25": [1, 78, 110], "slope": [1, 107, 117], "rise": [1, 79], "run": [1, 7, 79, 97, 102, 107, 108, 109, 112], "15": [1, 79, 103, 105, 117], "threshold": [1, 107, 117], "window": [1, 102, 103, 107, 117], "18": [1, 81, 108, 117], "averag": [1, 82, 109, 110, 117], "smaller": [1, 4, 82, 110], "group": [1, 82, 84, 107, 109, 117], "regul": [1, 82], "999999": [1, 82], "how": [1, 9, 83, 102, 105, 107, 108, 109, 110, 117], "group_namedefault": [1, 83], "closer": [1, 84], "ad": [1, 84, 97, 107, 109, 114], "ensur": [1, 7, 84, 117], "150": [1, 84], "unseen": [1, 107], "face": [1, 107, 117], "seen": [1, 86], "materi": [1, 107, 117], "obj": [1, 88, 113], "ones": [1, 88, 114, 117], "global": [1, 97, 107, 110], "seam": [1, 107], "color": [1, 89, 90, 113, 117], "across": [1, 89], "blend": [1, 90], "static": [1, 92, 108, 109], "suitabl": [1, 92], "viewer": [1, 92, 107], "like": [1, 4, 7, 8, 92, 113, 114, 117], "leaflet": [1, 92], "openlay": [1, 92], "3dmesh": [1, 107], "5d": [1, 94, 117], "bit": [1, 94, 108, 117], "similar": [1, 7, 9, 94, 113, 114, 117], "param": [1, 107], "off": [1, 96, 107], "dure": [1, 96, 103, 108, 110, 117], "bundl": [1, 96, 107, 117], "adjust": [1, 7, 96, 107, 108, 117], "exhibit": [1, 96], "dome": [1, 96, 107], "hybrid": [1, 107, 117], "everi": [1, 8, 11, 97], "version": [1, 102, 107, 108, 109, 112], "frame": [1, 100, 101, 117], "500": [1, 100, 108, 117], "4000": [1, 101], "add": [1, 7, 103, 108, 109, 117], "command": [1, 102, 108, 109, 112, 117], "arguments_edit": 1, "debug": [1, 107, 117], "term": [1, 107, 110, 117], "outlier": [1, 107], "tone": [1, 107], "verbos": [1, 107], "boolean": [4, 8, 11], "domain": [4, 7, 8, 9, 11], "resourc": [4, 7, 8, 9, 11, 107, 114, 117], "impact": [4, 7, 8, 9, 11, 107, 117], "cpu": [4, 7, 8, 9, 11, 107, 117], "hdd": [4, 7, 8, 9, 11], "ram": [4, 7, 8, 9, 11, 60, 103, 117], "seek": 4, "upon": 4, "k": 4, "convex": 4, "hull": 4, "20x": 4, "where": [4, 7, 103, 114, 115, 117], "might": [4, 7, 109, 112, 114, 116], "possibli": [4, 114, 117], "consid": [4, 110, 117], "due": [4, 7, 9, 11], "presenc": [4, 7, 11], "thei": [4, 112, 114, 116, 117], "part": [4, 7, 109, 112, 116], "desir": [4, 117], "meaning": 4, "imageri": [4, 117], "without": [4, 7, 114, 117], "make": [4, 7, 103, 105, 109, 110, 117], "superflu": 4, "safe": [4, 7], "includ": [4, 7, 102, 107, 109, 117], "In": [4, 8, 9, 11, 103, 107, 108, 110, 117], "other": [4, 7, 9, 102, 107, 108, 110, 112, 114, 116], "choic": [4, 7, 103], "most": [4, 11, 108, 117], "prevent": [4, 117], "grow": 4, "needlessli": 4, "thing": [4, 108, 117], "treelin": 4, "out": [4, 7, 102, 107, 109, 113, 114, 117], "Of": [4, 7], "error": [4, 7, 108, 110, 113, 117], "becom": 4, "less": [4, 109, 110, 117], "decreas": [4, 110], "being": [4, 8, 109], "webodm": [4, 7, 8, 11, 105, 107, 109, 110, 114, 115], "view": [4, 7, 11, 107, 109, 115], "extent": [4, 7, 8, 117], "bound": [4, 7, 117], "recosntruct": [4, 7], "compar": [4, 7, 11, 110, 117], "abov": [4, 7, 11, 108, 117], "therefor": [4, 9, 110, 117], "visual": [4, 117], "argument": 7, "serv": [7, 11], "constrain": [7, 114], "final": [7, 67, 103, 104, 117], "product": [7, 117], "box": [7, 109, 117], "pass": [7, 108, 109, 112, 117], "specif": [7, 102, 110, 117], "subset": 7, "entir": [7, 117], "interest": [7, 114], "further": [7, 109, 117], "given": [7, 11], "therebi": 7, "modifi": [7, 117], "concern": 7, "possibl": [7, 102, 103, 109, 112, 116, 117], "One": [7, 8, 9], "function": [7, 102, 117], "predefin": [7, 117], "aoi": [7, 117], "survei": [7, 105, 110, 117], "properti": [7, 8, 11, 117], "lot": [7, 103, 117], "decid": [7, 109], "20m": 7, "overfli": 7, "so": [7, 102, 103, 108, 110, 112, 114, 116, 117], "clean": [7, 117], "right": [7, 108, 114, 117], "howev": [7, 109, 117], "flight": [7, 107, 110], "height": [7, 107, 110], "border": 7, "home": [7, 102, 108, 117], "represent": 7, "clip": [7, 107], "insid": [7, 108, 114, 117], "focus": [7, 110], "beyond": 7, "http": [7, 11, 105, 108, 109, 110, 115, 117], "quick": 7, "webapp": 7, "open": [7, 103, 108, 112, 113, 114, 117], "link": [7, 102, 117], "pan": 7, "zoom": [7, 117], "preview": [7, 8, 11], "select": [7, 107, 108, 117], "draw": 7, "menu": [7, 108], "left": [7, 117], "click": [7, 108, 117], "mani": [7, 102, 109, 112, 116, 117], "close": [7, 108, 110, 117], "first": [7, 9, 102, 103, 105, 106, 109, 114, 117], "abl": [7, 9, 109, 112, 114, 116, 117], "onc": [7, 112, 117], "least": [7, 107, 109, 114, 117], "three": [7, 114, 117], "darker": 7, "impli": 7, "now": [7, 114, 117], "solid": 7, "look": [7, 108, 109, 110, 117], "readi": 7, "browser": [7, 108], "prompt": [7, 108], "alert": 7, "altern": [7, 103, 117], "past": 7, "text": [7, 117], "panel": [7, 8, 11, 108], "header": [7, 105], "textual": 7, "featurecollect": 7, "77": 7, "04460859298706": 7, "38": 7, "88532071975074": 7, "04014539718628": 7, "8801593862463": 7, "03295707702637": 7, "88331636291941": 7, "03965187072754": 7, "887959703337145": 7, "chosen": 7, "access": [7, 11, 108, 110, 113, 117], "later": 7, "icon": [7, 108, 117], "system": [7, 102, 110], "clipboard": 7, "confirm": [7, 11], "its": [7, 9, 110, 113, 117], "enabl": [7, 11, 108, 109, 112, 116, 117], "org": [7, 105, 108, 110, 115], "en": 7, "site": [7, 110], "forus": 7, "html": 7, "free": [7, 103, 108, 114, 117], "sourc": [7, 103, 108, 114, 117], "geograph": [7, 117], "wai": [7, 108, 114, 117], "setup": [7, 109, 112, 117], "There": [7, 107, 108, 117], "numer": 7, "opendronemap": [7, 8, 102, 105, 108, 109, 110, 112, 114, 115, 117], "design": 7, "work": [7, 108, 109, 112, 114, 116, 117], "leav": 7, "pictur": 7, "basemap": 7, "exactli": [7, 102, 117], "10m": 7, "method": [7, 87, 103, 117], "mind": [7, 11, 117], "skew": 7, "registr": 7, "occur": 7, "tool": [7, 11, 102, 107], "begin": 7, "finish": [7, 117], "canva": 7, "outlin": [7, 117], "indic": [7, 9, 11], "accept": [7, 117], "write": [7, 109], "dialog": [7, 117], "bring": 7, "sub": [7, 110], "item": 7, "written": 7, "cr": 7, "safest": 7, "4326": [7, 105, 106], "proivd": 7, "outsid": [7, 114, 117], "pyramid": [8, 11, 117], "reduc": [8, 60, 109, 110, 117], "tradeoff": 8, "power": [8, 117], "two": [8, 107, 109, 110, 114, 117], "128x128": 8, "256x256": 8, "store": [8, 11, 103, 108], "intern": [8, 11], "extern": 8, "sidecar": 8, "alwai": [8, 103, 109, 117], "nearli": 8, "some": [8, 9, 102, 107, 112, 114, 117], "few": [8, 117], "rel": [8, 110], "rare": [8, 9], "except": 8, "small": [8, 117], "paramount": 8, "read": [8, 11, 114, 117], "softwar": [8, 11, 102, 107, 108, 110, 114, 117], "support": [8, 107, 108, 109, 114], "closest": [8, 9], "signific": 8, "amount": [8, 108, 117], "retriev": [8, 9], "downscal": 8, "dynam": 8, "rapid": [8, 11], "navig": [8, 107, 108], "web": [8, 108, 109], "layer": [8, 11, 107, 113, 117], "demonstr": [8, 9, 102], "lack": [8, 11], "best": [9, 108, 109, 114, 117], "prefer": [9, 103, 108, 117], "wide": 9, "legaci": [9, 11, 67], "360": [9, 117], "distort": [9, 104, 110, 117], "optic": 9, "platform": [9, 102, 109, 117], "record": [9, 102], "our": [9, 104, 107, 109, 114, 117], "These": 9, "essenti": 9, "proper": 9, "current": [9, 106, 109], "gopro": 9, "fusion": [9, 60], "insta360": 9, "kodak": 9, "pixpro": 9, "doubt": 9, "try": [9, 108, 114], "As": [9, 107, 114, 117], "prior": [9, 109], "sever": [9, 103, 107, 108, 117], "introduc": 9, "wrong": [9, 117], "well": [9, 11, 109, 114, 117], "collect": [9, 109, 117], "flat": 9, "homogenu": 9, "agricultur": 9, "field": [9, 105, 106, 107, 108], "properli": [9, 108, 117], "failur": 9, "often": [9, 108], "advis": [9, 110, 117], "hereaft": 11, "special": [11, 110, 117], "formul": 11, "advantag": [11, 117], "overivew": 11, "form": [11, 117], "becaus": [11, 117], "attribut": 11, "go": [11, 108, 109, 110, 114, 117], "host": [11, 102], "onlin": [11, 109], "getrang": 11, "request": [11, 107, 109, 114], "capabl": [11, 117], "gi": [11, 110], "hold": 11, "whether": 11, "With": 11, "quickli": [11, 109, 117], "print": [11, 14, 98], "gdalinfo": 11, "conform": 11, "spec": [11, 102, 117], "fact": 11, "78": 11, "mb": 11, "6": [11, 109, 110], "30": [11, 105, 110, 117], "below": [11, 102, 107, 108], "layout": 11, "meet": 11, "densiti": [19, 117], "produc": [19, 109, 110, 117], "640": 19, "urban": [54, 117], "doesn": [60, 102], "ve": [60, 117], "largest": [67, 85, 117], "side": [67, 117], "purpos": [67, 109, 117], "origin": [67, 113, 117], "2048": 67, "gmi": 85, "triangl": 85, "priorit": 85, "cover": 85, "gauss_clamp": 87, "gauss_damp": 87, "photometr": [87, 117], "gamma": 91, "one": [91, 102, 107, 108, 109, 110, 112, 117], "benchmark": 93, "runtim": [93, 117], "info": [93, 109, 117], "addit": [98, 102, 114, 117], "consol": [98, 117], "bergantung": [102, 105], "pada": [102, 105, 108, 109, 117], "kamu": [102, 108, 111, 117], "bisa": [102, 105, 106, 111, 117], "berkontribusi": 102, "dalam": [102, 105, 108, 111, 115, 117], "berbagai": [102, 105, 108], "hal": [102, 105, 108, 111], "meskipun": 102, "bukan": 102, "seorang": 102, "pemrogram": 102, "jika": [102, 105, 106, 108, 117], "berniat": 102, "untuk": [102, 104, 106, 107, 108, 109, 111], "terlibat": 102, "mentok": 102, "dipermasalahan": 102, "atau": [102, 105, 108, 111, 114, 117], "ingin": [102, 105, 111, 117], "bergabung": 102, "berikut": [102, 104, 105, 108, 109, 115, 117], "merupakan": [102, 115], "tempat": [102, 105, 108, 115], "yang": [102, 104, 107, 108, 109, 111, 113, 115, 117], "cocok": [102, 104], "memulai": [102, 107], "jadi": [102, 108], "pertanyaanmu": 102, "sudah": [102, 105, 108], "terjawab": 102, "mendapatkan": [102, 108, 117], "beberapa": [102, 105, 108, 113, 117], "kiat": [102, 107], "jitu": 102, "lain": [102, 105, 108], "juga": [102, 104, 105, 108, 114, 115], "terbuka": [102, 108], "milikmu": 102, "agar": [102, 111, 114, 117], "dapat": [102, 104, 105, 106, 108, 109, 114, 115, 117], "mencoba": 102, "ini": [102, 105, 106, 107, 108, 109, 111, 113, 115], "adalah": [102, 105, 108, 109, 113, 115, 117], "wahana": 102, "bagu": [102, 105], "sebelum": [102, 105], "terhubung": 102, "dengan": [102, 105, 107, 108, 111, 114], "pengembang": [102, 107], "membuat": [102, 104, 105, 107, 108, 111], "fitur": [102, 107, 108], "baru": [102, 108], "dilacak": 102, "sebagai": [102, 105, 108, 111, 115, 117], "isu": 102, "di": [102, 104, 105, 109, 111, 113, 117], "github": [102, 105, 107, 108, 109, 114, 115, 117], "silahkan": 102, "buat": [102, 105, 111], "sebuah": 102, "repositori": [102, 108, 114], "dan": [102, 105, 106, 107, 109, 111, 112, 114, 115], "tandai": 102, "mengutarakan": 102, "masalah": [102, 107], "berikan": 102, "detil": 102, "tambahan": [102, 105, 107], "membantu": [102, 105, 106, 108, 109, 117], "pengelola": 102, "mereka": [102, 105], "ulang": [102, 108], "masalahnya": 102, "gunakan": [102, 117], "judul": 102, "jela": 102, "desktriptif": 102, "tentang": [102, 105, 108, 115], "isunya": 102, "mempermudah": 102, "mengenali": 102, "describ": 102, "exact": [102, 112], "reproduc": 102, "problem": [102, 107, 117], "exampl": [102, 107, 108, 109, 110, 117], "explain": [102, 114], "docker": [102, 103, 107, 108, 109, 112], "vagrant": 102, "g": [102, 106, 114], "termin": [102, 108, 117], "list": [102, 109, 112, 116, 117], "sai": [102, 114], "did": 102, "pasteabl": 102, "snippet": 102, "issu": [102, 107, 114], "markdown": 102, "block": [102, 117], "observ": 102, "jelaskan": 102, "perilaku": 102, "mana": 102, "anda": [102, 105, 107, 108, 109], "harapkan": 102, "gantinya": [102, 108], "mengapa": 102, "screenshot": 102, "anim": [102, 117], "gif": 102, "clearli": [102, 110], "maco": [102, 107], "linux": [102, 103, 107, 113, 117], "relat": [102, 110], "pleas": [102, 103, 114, 117], "post": [102, 105, 108], "guest": 102, "wasn": [102, 109], "trigger": 102, "action": 102, "share": [102, 107, 112, 114, 116], "guidelin": 102, "sertakan": 102, "konfigurasimu": 102, "lingkungannya": 102, "A": [102, 107, 109, 110, 113, 114, 117], "releas": [102, 103, 108], "clone": [102, 108, 109], "master": [102, 115], "o": [102, 108], "virtual": [102, 108, 117], "vm": [102, 108], "short": 102, "descript": [102, 117], "here": [102, 108, 113, 114, 117], "reproduct": 102, "second": [102, 108, 109, 110, 117], "expect": [102, 107], "enter": [102, 117], "recent": 102, "didn": [102, 114, 117], "older": 102, "ye": [102, 103, 117], "No": [102, 103, 112, 117], "reliabl": 102, "randomli": 102, "whenev": 102, "ikuti": [102, 117], "panduan": [102, 104, 105, 108], "gaya": 102, "python": [102, 108, 117], "pep8": 102, "newlin": 102, "hindari": 102, "kode": [102, 105], "kepada": 102, "f": [102, 117], "gethomedirectori": 102, "directori": [102, 108, 112, 117], "join": 102, "menggabungkan": [102, 107], "nama": [102, 105, 111], "berka": [102, 107, 111], "tmpdir": 102, "rather": [102, 117], "tmp": 102, "temporari": [102, 107], "plain": 102, "return": 102, "explicitli": 102, "Not": 102, "null": [102, 107], "undefin": 102, "photogrammetr": 103, "orthorectifi": 103, "hugin": 103, "util": 103, "moment": 103, "under": [103, 108, 117], "sell": 103, "sure": [103, 109, 117], "compli": 103, "particular": [103, 107], "disclos": 103, "nope": 103, "sorri": 103, "bui": 103, "ultim": 103, "solut": [103, 117], "upload": 103, "configur": [103, 108, 109, 117], "swapfil": 103, "both": [103, 114, 117], "ssd": 103, "nvme": 103, "drive": [103, 117], "still": [103, 107, 117], "wsl2": 103, "wslconfig": 103, "microsoft": [103, 108], "document": [103, 107, 108, 117], "advanc": [103, 108], "wsl": 103, "swap": [103, 108], "128gb": 103, "cours": 103, "c": [103, 109], "temp": 103, "vhdx": 103, "partit": 103, "dedic": [103, 117], "consult": 103, "search": [103, 108, 114], "engin": [103, 108], "tim": 104, "humanitarian": 104, "openstreetmap": 104, "memiliki": [104, 105, 108, 111], "petunjuk": [104, 109], "bagaimana": [104, 107, 117], "uav": [104, 110, 117], "pemetaan": 104, "memilih": [104, 105, 117], "persiapan": 104, "misi": 104, "ditujukan": 104, "bagi": 104, "pesawat": 104, "nirawak": 104, "kegiatan": 104, "kepulauan": 104, "namun": 104, "dimanfaatkan": 104, "menggunakan": [104, 105, 107, 108], "secara": [104, 105, 108, 109, 111], "umum": [104, 108, 117], "lihat": [104, 108], "dari": [104, 105, 107, 111], "dronedeploi": [104, 110], "peta": [104, 105, 107], "diharapkan": [104, 105], "menyajikan": 104, "perencaaan": 104, "terbang": [104, 110], "challeng": [104, 117], "accur": [104, 106, 109, 110, 112, 117], "section": [104, 117], "doc": [104, 105, 115], "berguna": [105, 108, 111, 113], "mengoreksi": 105, "distorsi": [105, 109], "mereferensikan": 105, "mengetahui": [105, 108, 117], "sistem": [105, 108], "koordinat": 105, "pengukuran": 105, "posisi": 105, "dilakukan": [105, 108], "tanah": 105, "biasanya": 105, "presisi": 105, "tinggi": [105, 107, 108], "toffanin": [105, 108], "2019": [105, 110, 117], "diatur": 105, "struktur": [105, 107], "ada": [105, 108, 117], "seperti": [105, 108, 111], "sudut": [105, 106], "perkerasan": 105, "gari": 105, "parkir": 105, "ubin": 105, "lantai": 105, "warna": 105, "kontra": 105, "tidak": [105, 106, 108, 109, 111, 117], "target": [105, 108, 111, 117], "ditempatkan": 105, "dibe": 105, "dibangun": 105, "macam": 105, "bahan": 105, "mulai": [105, 108, 117], "tutup": 105, "ember": 105, "hingga": 105, "pastikan": [105, 108, 109], "terlihat": [105, 108], "semua": [105, 108, 109, 114], "lokasi": [105, 107, 108], "kamera": [105, 106, 107, 110], "pertimbangkan": 105, "jarak": 105, "pengambilan": 105, "sampel": 105, "iluminasi": 105, "vegetasi": 105, "bangunan": 105, "hambatan": 105, "dapatkan": [105, 117], "merata": 105, "horizont": [105, 106, 109, 110, 117], "mencakup": [105, 108], "elevasi": [105, 107], "rendah": [105, 107], "minim": [105, 108, 117], "berfungsi": [105, 109], "sebagian": 105, "besar": [105, 107], "pekerjaan": 105, "proyek": [105, 107], "lebih": [105, 107, 115, 117], "cukup": [105, 108], "temukan": 105, "dekat": 105, "pojok": 105, "lainnya": [105, 108, 117], "tengah": 105, "mengingat": 105, "haru": [105, 108, 109, 117], "footprint": [105, 110], "gambar": [105, 106, 107, 108], "sehingga": [105, 108, 117], "melihat": [105, 108, 109, 117], "satu": [105, 107, 117], "memastikan": 105, "setiap": [105, 108, 111], "ditemukan": [105, 109], "setidaknya": [105, 108], "pisahkan": 105, "perimet": 105, "tumpang": 105, "tindih": 105, "peningkatan": 105, "akan": [105, 108, 109, 113, 117], "mengurangi": 105, "diperlukan": [105, 108, 117], "itu": [105, 107, 108], "sederhana": [105, 117], "bari": [105, 117], "pertama": [105, 108, 109], "berisi": [105, 106], "proyeksi": 105, "digunakan": [105, 115], "geografi": 105, "ditentukan": 105, "baik": [105, 108, 115, 117], "misalnya": 105, "utm": [105, 106], "zone": [105, 106], "ellp": [105, 106], "wgs84": [105, 106], "datum": [105, 106], "unit": [105, 106, 110], "m": [105, 106], "no_def": [105, 106], "nilai": [105, 117], "16n": [105, 106], "berikutnya": 105, "y": [105, 106, 108], "z": [105, 106], "piksel": [105, 117], "terkait": [105, 115], "opsion": [105, 108], "dipisahkan": 105, "oleh": [105, 108], "tab": [105, 108], "spasi": 105, "ke": [105, 107, 108, 109, 111], "nan": 105, "menunjukkan": 105, "kolom": 105, "7": [105, 108, 110, 117], "label": [105, 106, 108, 117], "contoh": [105, 106, 111, 117], "544256": 105, "5320919": 105, "9": [105, 110, 112], "3044": 105, "2622": 105, "img_0525": 105, "jpg": [105, 106, 109, 111, 112, 113], "544157": 105, "5320899": 105, "4193": 105, "1552": 105, "img_0585": 105, "544033": 105, "5320876": 105, "1606": 105, "2763": 105, "img_0690": 105, "memasukkan": 105, "gcp_list": [105, 113, 117], "txt": [105, 106, 109, 113, 117], "maka": [105, 108], "otomati": [105, 107], "mendeteksinya": 105, "menentukan": 105, "melakukan": 105, "georeferensi": 105, "informasi": 105, "bersama": 105, "postingan": 105, "menempatkan": 105, "penerbangan": 105, "diydron": 105, "com": [105, 108, 109, 110, 115, 117], "profil": [105, 117], "blog": [105, 110], "photographi": [105, 117], "_": [105, 108, 112, 117], "tetapi": [105, 109, 117], "menemukan": [105, 108], "poin": 105, "sendiri": 105, "facto": 105, "objek": 105, "foto": [105, 111], "tajam": 105, "pilihan": 105, "sekitar": 105, "dibuat": [105, 117], "dasar": [105, 107], "hasil": [105, 108, 109, 117], "setelah": [105, 107, 108], "salah": [105, 108], "dua": [105, 108, 117], "dimuat": 105, "tersedia": [105, 106, 108, 117], "demo": 105, "plugin": 105, "xyz": [105, 113, 117], "diketahui": 105, "seseorang": 105, "daftar": [105, 107, 111], "hanya": [105, 108, 117], "menyertakan": 105, "proj4": 105, "seharusnya": [105, 108], "37": [105, 117], "south": 105, "gcp01": 105, "529356": 105, "250827686": 105, "9251137": 105, "5643209": 105, "465": 105, "gcp02": 105, "530203": 105, "125367657": 105, "9250140": 105, "80991621": 105, "781": 105, "gcp03": 105, "530292": 105, "136003818": 105, "9250745": 105, "02372435": 105, "977": 105, "gcp04": 105, "gcp05": 105, "kemudian": [105, 108, 109], "memuat": 105, "aplikasi": [105, 108], "perlu": [105, 108, 117], "dipasang": [105, 108], "terpisah": 105, "uav4geo": [105, 108], "gcpeditorpro": 105, "arah": 105, "utara": 105, "timur": 105, "north": [105, 117], "east": 105, "impor": 105, "layar": [105, 108], "utama": 105, "ketik": [105, 108], "kotak": [105, 108], "menampilkan": 105, "diberi": 105, "mengimpor": 105, "mase": 105, "piero": [105, 108], "buka": [105, 108], "drone": [105, 110, 114, 117], "hilang": [105, 108], "masseranolab": 105, "llc": 105, "belajar": [105, 106, 108, 109, 111, 117], "mengedit": [105, 106, 108, 109, 111, 115, 117], "contribut": [105, 107, 109, 114], "meningkatkan": [105, 106, 108, 109, 115, 117], "halaman": [105, 106, 108, 109, 115, 117], "embed": 106, "user": [106, 108, 109, 114, 117], "wish": 106, "sejak": 106, "pengguna": [106, 107, 108], "menambahkan": [106, 108, 117], "tujuan": 106, "line": [106, 108, 109, 117], "eg": [106, 113], "diset": 106, "10th": 106, "column": 106, "extra": [106, 112], "dji_0028": 106, "91": 106, "9942096111111": 106, "46": 106, "84252125": 106, "198": 106, "609": 106, "dji_0032": 106, "9938293055556": 106, "8424584444444": 106, "guid": [107, 110, 115], "anyon": 107, "welcom": 107, "knowledg": 107, "languag": 107, "translat": 107, "incomplet": 107, "english": 107, "20": [107, 108, 117], "percent": 107, "u": [107, 112, 116, 117], "transifex": 107, "inggri": 107, "czech": 107, "filipina": 107, "peranc": 107, "spanyol": 107, "indonesian": 107, "swahili": 107, "telugu": 107, "cara": [107, 109], "instalasi": 107, "quickstart": 107, "rekomendasi": 107, "perangkat": [107, 111, 114, 115], "kera": 107, "langkah": [107, 109], "periksa": 107, "dukungan": 107, "virtualisasi": 107, "instal": [107, 109], "persyaratan": 107, "alokasi": 107, "unduh": [107, 117], "luncurkan": [107, 117], "jalankan": [107, 117], "ubuntu": [107, 117], "debian": 107, "cento": 107, "rhel": 107, "fedora": 107, "arch": 107, "perintah": 107, "pemecahan": 107, "halo": 107, "berjalan": [107, 117], "mesin": [107, 109], "tutori": [107, 113], "ortofoto": 107, "kualita": 107, "mengkalibrasi": 107, "stockpil": 107, "volum": 107, "fieldwork": 107, "plan": [107, 109], "pattern": [107, 112], "mengaks": [107, 108], "catatan": 107, "server": 107, "konsol": [107, 108, 109], "aks": 107, "membersihkan": 107, "singular": 107, "download": [107, 108], "sif": 107, "bandwidth": 107, "apa": [107, 108], "siapa": 107, "siapkan": [107, 109], "direktori": 107, "droplet": 107, "pull": 107, "pin": 107, "selesai": 107, "asumsi": 107, "bertahan": 107, "selama": [107, 108], "potre": 107, "modul": 107, "appear": 107, "budget": 107, "ey": 107, "opsi": [107, 108], "bendera": 107, "why": [107, 109, 114], "would": [107, 114, 117], "true": [107, 110, 117], "io": [107, 117], "new": [107, 108, 109, 114, 117], "complet": [107, 117], "task": [107, 108, 109, 110, 113], "load": [107, 117], "scratch": 107, "geometri": 107, "polyon": 107, "toggl": [107, 117], "chang": [107, 108, 117], "vector": [107, 117], "rectilinear": 107, "keluaran": [107, 108, 117], "bertekstur": 107, "log": [107, 117], "keseluruhan": 107, "titik": [107, 115], "ikat": 107, "bumi": 107, "praktik": 107, "direkomendasikan": [107, 108], "setelan": 107, "antarmuka": [107, 108], "posm": 107, "gcpi": 107, "editor": [107, 117], "pro": 107, "referensi": [107, 115], "akurasi": 107, "aspect": 107, "citra": 107, "geolokasi": 107, "memecah": 107, "kalibrasi": 107, "membagi": 107, "lokal": 107, "terdistribusi": 107, "didistribusikan": 107, "memahami": 107, "penskalaan": 107, "batasan": 107, "ucapan": 107, "terima": 107, "kasih": 107, "preferensi": 107, "para": [107, 114], "menerbangkan": 107, "penggunaan": [107, 108, 117], "sentera": 107, "agx710": 107, "hardwar": [107, 108], "meminta": [107, 108, 117], "kontribusi": 107, "forum": [107, 108, 114, 115], "komunita": [107, 108], "melaporkan": 107, "bug": 107, "templat": 107, "submit": [107, 114], "frequent": 107, "ask": [107, 108, 114], "question": 107, "my": [107, 109, 114, 117], "core": [107, 108], "nativ": 107, "alloc": [107, 108], "licens": 107, "commerci": [107, 117], "asid": 107, "agplv3": 107, "bagian": [108, 115], "dikutip": 108, "dimodifikasi": 108, "izin": 108, "purchas": 108, "easiest": 108, "come": [108, 114, 117], "That": [108, 117], "said": 108, "ecoystem": 108, "commun": [108, 110, 114, 115], "themselv": 108, "direct": [108, 110, 117], "menjalankan": [108, 117], "lunak": [108, 111, 114, 115], "64bit": 108, "diproduksi": 108, "2010": 108, "media": 108, "penyimpanan": 108, "gb": 108, "200": [108, 110], "dipros": 108, "spesifikasi": [108, 115], "ata": 108, "kehabisan": 108, "generasi": 108, "terakhir": [108, 117], "16": [108, 117], "memungkinkan": 108, "ratu": 108, "tanpa": [108, 117], "terlalu": 108, "banyak": 108, "pemrosesan": [108, 117], "cepat": 108, "sementara": 108, "kartu": 108, "grafi": 108, "saat": [108, 117], "berdampak": 108, "kinerja": 108, "mempros": 108, "tambahkan": 108, "ruang": 108, "linier": 108, "jumlah": 108, "prose": [108, 117], "40": [108, 117], "250": 108, "32": [108, 117], "1500": 108, "64": [108, 117], "2500": 108, "128": [108, 117], "3500": 108, "192": 108, "5000": 108, "256": [108, 117], "kami": [108, 115, 117], "menyarankan": 108, "orang": [108, 111], "www": [108, 110], "membutuhkan": [108, 114], "versi": [108, 109, 117], "sebelumnya": 108, "didukung": 108, "memerlukan": 108, "disebut": 108, "memungkinkannya": 108, "telah": [108, 117], "mengaktifkannya": 108, "terkadang": [108, 117], "dinonaktifkan": 108, "memeriksanya": 108, "membuka": 108, "manag": [108, 109, 117], "tekan": 108, "ctrl": [108, 117], "esc": 108, "beralih": 108, "diaktifkan": 108, "apakah": 108, "mengaktifkan": 108, "alat": 108, "deteksi": 108, "berbantuan": 108, "ll": [108, 114, 117], "procedur": 108, "unfortun": 108, "vtx": 108, "matter": 108, "immedi": 108, "press": [108, 117], "f2": 108, "f12": 108, "startup": 108, "boot": 108, "vt": 108, "tombol": 108, "ditekan": 108, "komput": 108, "dihidupkan": 108, "vendor": 108, "kali": 108, "menginst": 108, "git": [108, 109, 117], "scm": 108, "mencentang": 108, "jangan": 108, "lupa": 108, "dieksekusi": 108, "dengannya": 108, "pun": [108, 117], "toolbox": 108, "v18": 108, "09": [108, 110], "dockertoolbox": 108, "ex": 108, "profession": 108, "menginstalnya": 108, "win": 108, "20for": 108, "20window": 108, "20instal": 108, "harap": 108, "kedua": 108, "keduanya": 108, "berbeda": 108, "kekacauan": 108, "launch": [108, 109, 117], "desktop": 108, "import": [108, 110, 113, 117], "screen": [108, 117], "bekerja": 108, "latar": 108, "belakang": 108, "anggap": 108, "emul": 108, "sejumlah": 108, "dialokasikan": 108, "sebanyak": 108, "virtualbox": 108, "acpi": 108, "shutdown": 108, "pindahkan": 108, "pengges": 108, "alokasikan": 108, "60": [108, 117], "70": [108, 117], "50": [108, 117], "prosesor": 108, "Then": [108, 109, 117], "ok": [108, 109, 114], "baki": 108, "klik": 108, "kanan": 108, "ikon": 108, "pau": [108, 109], "putih": [108, 111], "pengaturan": 108, "slider": 108, "half": 108, "terapkan": 108, "gui": 108, "diinstal": 108, "sana": 108, "gandakan": 108, "sumber": [108, 115, 117], "brows": 108, "unduhan": 108, "berhasil": 108, "sekarang": [108, 117], "jendela": 108, "mengunduh": 108, "back": [108, 117], "easili": 108, "futur": 108, "bash": [108, 117], "sh": [108, 117], "komponen": 108, "diunduh": [108, 117], "termasuk": 108, "nodeodm": [108, 109, 115, 117], "disambut": 108, "kalinya": 108, "localhost": [108, 109], "8000": 108, "ip": [108, 109], "address": [108, 109, 117], "connect": [108, 109, 117], "168": 108, "sambungkan": 108, "mengganti": 108, "alamat": 108, "benar": 108, "modern": 108, "mac": 108, "sierra": 108, "long": [108, 109, 116], "sysctl": 108, "kern": 108, "hv_support": 108, "tanggapan": 108, "mirip": [108, 109], "hasilnya": 108, "lanjutkan": 108, "sayangnya": 108, "berarti": [108, 117], "tua": 108, "dmg": 108, "sourceforg": 108, "net": 108, "osx": 108, "ikan": 108, "bilah": 108, "tuga": [108, 109], "verifi": 108, "app": [108, 117], "hello": 108, "world": [108, 109, 110, 117], "dikembalikan": 108, "memverifikasi": 108, "bahwa": 108, "mengembalikan": 108, "sesuatu": [108, 109], "appl": 108, "117": 108, "doubl": 108, "think": [108, 117], "certain": [108, 109, 110, 117], "whale": 108, "bar": 108, "lanjutan": 108, "cd": [108, 109, 117], "accord": [108, 110], "websit": 108, "offici": [108, 112], "pick": 108, "sole": 108, "empat": 108, "pip": 108, "mungkin": [108, 117], "distribusi": 108, "luar": 108, "membatasi": [108, 111], "instruksi": [108, 117], "resmi": 108, "kasu": [108, 111], "mengetik": 108, "sudo": [108, 117], "apt": [108, 117], "updat": [108, 109, 117], "curl": 108, "fssl": 108, "yum": 108, "dnf": 108, "pacman": 108, "sy": 108, "selain": 108, "ketiga": 108, "menuli": 108, "skrip": 108, "terpasang": [108, 109], "tapi": 108, "coba": 108, "compos": 108, "22": 108, "f46880f": 108, "sebaliknya": 108, "tipe": 108, "keren": 108, "perlukan": 108, "melalui": [108, 117], "menjumpai": 108, "satunya": 108, "care": [108, 117], "guess": 108, "along": [108, 114], "typic": [108, 117], "prefix": 108, "port": [108, 109, 117], "instruct": [108, 117], "network": [108, 109, 110, 117], "80": [108, 117], "tercantum": 108, "bawah": [108, 113], "stuck": 108, "reset": 108, "admin": 108, "password": 108, "forget": 108, "resetadminpassword": 108, "newpass": 108, "everyth": [108, 113, 117], "latest": [108, 117], "dir": [108, 117], "webodm_result": 108, "tepat": 108, "bantuan": 108, "mengalami": 108, "kebuntuan": 108, "penginstalan": 108, "pertanyaan": 108, "pesan": [108, 109], "selamat": 108, "datang": 108, "diminta": 108, "luangkan": 108, "waktu": 108, "membiasakan": 108, "diri": 108, "menjelajahi": 108, "menunya": 108, "dasbor": 108, "notic": 108, "same": [108, 109, 112, 117], "sampai": 108, "sejauh": 108, "saatnya": 108, "mengulangi": 108, "dll": [108, 115], "meluncurkan": [108, 109], "rm": [108, 109, 112, 117], "p": [108, 109, 110, 117], "3000": [108, 109, 117], "q": [108, 117], "token": [108, 109], "secret": 108, "hub": 108, "protect": 108, "unauthor": 108, "button": [108, 117], "hostnam": [108, 109], "semuanya": 108, "paralel": 108, "chunk": 109, "thu": [109, 117], "thousand": 109, "disarankan": 109, "wajib": 109, "kumpulan": 109, "karena": 109, "kesalahan": 109, "propagasi": 109, "akibat": 109, "menyebabkan": 109, "efek": 109, "mangkuk": 109, "13": [109, 110, 117], "000": [109, 117], "bank": [109, 117], "tanzania": [109, 117], "flood": [109, 117], "prone": [109, 117], "msimbasi": [109, 117], "basin": [109, 117], "dar": [109, 117], "salaam": [109, 117], "easi": 109, "respect": [109, 117], "ti": [109, 117], "v": [109, 112, 117], "400": 109, "know": [109, 114], "image_group": [109, 117], "main": 109, "belong": [109, 117], "01": [109, 117], "02": 109, "03": [109, 117], "b": [109, 117], "04": [109, 117], "05": [109, 110], "orchestr": 109, "3001": 109, "8080": 109, "telnet": 109, "escap": [109, 113, 117], "charact": [109, 117], "api": [109, 115], "At": [109, 110], "simpli": [109, 114, 117], "800": 109, "120": 109, "interrog": [109, 117], "we": [109, 110, 112, 114, 116, 117], "del": 109, "lock": [109, 117], "forward": [109, 117], "unlock": 109, "resum": 109, "rout": 109, "taskid": 109, "cancel": 109, "asr": 109, "viewcmd": 109, "repeat": 109, "last": 109, "activ": [109, 117], "someth": [109, 117], "offlin": 109, "l": [109, 110], "while": [109, 110, 112, 116, 117], "autoscal": 109, "date": 109, "amazon": [109, 117], "ocean": [109, 117], "cost": [109, 110, 117], "associ": [109, 113], "demand": [109, 114, 117], "menyiapkan": 109, "nodej": [109, 117], "npm": 109, "bucket": 109, "kompatibel": 109, "s3": 109, "menyimpan": [109, 115], "digitalocean": 109, "servic": 109, "index": [109, 115], "j": [109, 110, 117], "digitaloceanasrprovid": 109, "execut": [109, 117], "attach": [109, 117], "zero": 109, "reli": [109, 117], "act": 109, "handl": [109, 117], "ui": 109, "spin": 109, "dummi": 109, "diteruskan": 109, "penghitung": 109, "skala": 109, "fulli": 109, "fewer": 109, "combin": [109, 114], "huge": 109, "prop": 109, "folk": 109, "mapillari": 109, "amaz": 109, "through": [109, 117], "kei": [109, 117], "compon": 109, "push": [109, 117], "big": [109, 114, 117], "defin": [110, 117], "real": 110, "talk": 110, "about": [110, 117], "pascual": 110, "2011": 110, "de": 110, "correspond": [110, 117], "actual": [110, 117], "independ": [110, 117], "shape": [110, 117], "figur": [110, 114, 117], "misplac": 110, "planet": 110, "pix4d": 110, "correctli": 110, "met": 110, "assess": 110, "construct": 110, "fire": 110, "decis": 110, "hand": 110, "critic": [110, 117], "complianc": 110, "evalu": 110, "land": 110, "titl": [110, 117], "And": [110, 114], "depend": [110, 117], "mount": [110, 117], "usual": 110, "rang": [110, 117], "madawalagama": 110, "2016": 110, "1cm": 110, "gnss": [110, 117], "nsdi": 110, "fgdc": 110, "condit": [110, 117], "barri": 110, "2013": 110, "cuaca": 110, "weather": [110, 117], "photogrammetri": [110, 117], "coverag": 110, "wind": [110, 117], "humid": 110, "influenc": [110, 117], "stabil": 110, "illumin": [110, 117], "nois": 110, "move": [110, 117], "mechan": 110, "job": [110, 117], "ketinggian": 110, "recogniz": 110, "highest": 110, "kecepatan": [110, 117], "equip": [110, 117], "tend": 110, "hover": 110, "photo": [110, 117], "multipli": 110, "mather": 110, "2020": [110, 117], "coaklei": 110, "r": [110, 117], "baselin": 110, "ie": [110, 112], "accuracy_uav_compare_rtk_gp": 110, "deploi": [110, 117], "2017": 110, "munasingh": 110, "dampegama": 110, "d": [110, 117], "samarakoon": 110, "consum": 110, "grade": [110, 117], "37th": 110, "asian": 110, "confer": 110, "remot": [110, 117], "sens": 110, "colombo": 110, "sri": 110, "lanka": 110, "stephen": 110, "marzo": 110, "3937": 110, "manuel": 110, "loung": 110, "gisloung": 110, "07": 110, "dimulai": 111, "memberi": 111, "memberitahu": 111, "melewati": 111, "rekonstruksi": 111, "diarea": 111, "tertentu": 111, "sangat": 111, "dimana": 111, "langit": 111, "sengaja": 111, "disertakan": 111, "bidikan": 111, "mire": 111, "sekadar": 111, "subjek": 111, "tunggal": 111, "menambah": 111, "hitam": 111, "dimensi": 111, "sama": 111, "sesuai": 111, "gimp": 111, "warnai": 111, "dikecualikan": 111, "beri": 111, "berkasmu": 111, "_mask": 111, "dji_0018": 111, "dji_0018_mask": 111, "memasukkannya": 111, "bmp": 111, "bantu": [111, 115], "memperbaiki": 111, "laman": [111, 115], "basic": [112, 117], "aim": [112, 116], "develop": [112, 114, 116], "micasens": [112, 116], "rededg": 112, "mx": 112, "altum": [112, 116], "6x": 112, "dji": [112, 116], "phantom": 112, "expand": [112, 116], "separ": [112, 117], "multi": [112, 115], "alpha": [112, 117], "give": [112, 117], "ndre": 112, "renam": 112, "0000x_nir": 112, "10_51_14_img_00008": 112, "00008_nir": 112, "nrgb": 112, "0000x_rgb": 112, "10_51_14_img_00023": 112, "00023_rgb": 112, "xxxx_nir": 112, "xxxx_rgb": 112, "could": [112, 113, 117], "input_image_dir": 112, "output_dir": [112, 117], "success": [112, 114], "contrib": 112, "ndvi": 112, "rename_sentera_agx710_multispectral_tif": 112, "py": [112, 117], "script": [112, 117], "python3": 112, "dihasilkan": 113, "odm_georeferenced_model": [113, 117], "ply": 113, "state": 113, "univers": [113, 117], "zanzibar": 113, "courtesi": 113, "khadija": 113, "abdullah": 113, "ali": 113, "odm_textur": [113, 117], "odm_textured_model": 113, "odm_textured_model_geo": 113, "meshlab": 113, "odm_orthphoto": 113, "un": 113, "disimpan": 113, "stdout": 113, "On": 113, "ansi": 113, "39m": 113, "no_ansiesc": 113, "environ": [113, 117], "variabl": [113, 117], "env": 113, "img": 113, "1234": 113, "tie": 113, "config": [113, 117], "yaml": [113, 117], "track": [113, 117], "undistorted_track": 113, "undistorted_reconstruct": 113, "odm_meshing_log": 113, "texture_n": 113, "odm_georeferencing_log": 113, "odm_georeferencing_utm_log": 113, "extract_utm": 113, "portion": 113, "odm_orthophoto_log": 113, "gdal_translate_log": 113, "top": 113, "geotoff": 113, "umpan": 114, "balik": 114, "penggunanya": 114, "permintaan": 114, "menumbuhkan": 114, "menyesuaikan": [114, 117], "kebutuhan": 114, "foss": 114, "feel": 114, "anyth": [114, 117], "hard": [114, 117], "reason": [114, 117], "monei": 114, "opportun": 114, "overload": 114, "implement": [114, 117], "probabl": [114, 117], "convinc": 114, "team": [114, 117], "imagin": 114, "somebodi": 114, "knock": 114, "door": 114, "hous": 114, "cook": 114, "me": 114, "dinner": 114, "respons": 114, "who": 114, "person": 114, "spend": 114, "energi": 114, "fulfil": 114, "hi": 114, "agenda": 114, "own": [114, 117], "suggest": 114, "cordial": 114, "especi": 114, "prepar": 114, "offer": 114, "fund": 114, "benefit": [114, 117], "exclus": 114, "harder": 114, "discuss": 114, "topic": 114, "someon": [114, 117], "els": [114, 117], "brought": 114, "test": 114, "channel": 114, "importantli": 114, "trick": 114, "listen": 114, "lift": 114, "TO": 114, "IT": 114, "answer": [114, 117], "realli": 114, "wa": [114, 117], "hope": 114, "member": 114, "happi": 114, "earli": 114, "tester": 114, "let": [114, 117], "put": 114, "toward": [114, 117], "glad": 114, "excit": 114, "easier": [114, 117], "understand": [114, 117], "fall": 114, "appreci": 114, "daya": [115, 117], "awal": 115, "readm": [115, 117], "merekomendasikan": 115, "membaca": 115, "dokumentasi": 115, "blob": 115, "adoc": 115, "gambaran": 115, "alur": 115, "perkembangan": 115, "concept": 115, "665": 115, "didedikasikan": 115, "makalah": 115, "penelitian": 115, "berharga": 115, "lanjut": 115, "stereo": 115, "kemampuan": 115, "pelajari": 115, "tingkatkan": 115, "wave": 116, "infrar": 116, "lwir": 116, "alon": 116, "zenmus": 116, "xt": 116, "h20": 116, "seri": [116, 117], "selanjutnya": 117, "penyesuaian": 117, "kompromi": 117, "antara": 117, "berkualita": 117, "resolusi": 117, "turunkan": 117, "sharper": 117, "atur": 117, "hutan": 117, "300000": 117, "600000": 117, "recreat": 117, "roof": 117, "commod": 117, "vibrat": 117, "deriv": 117, "substanti": 117, "self": 117, "jame": 117, "robson": 117, "2014": 117, "paper": 117, "mitig": 117, "systemat": 117, "topograph": 117, "simplest": 117, "fly": 117, "straight": 117, "tilt": 117, "approach": 117, "pilot": 117, "effici": 117, "flown": 117, "crossgrid": 117, "crosshatch": 117, "percentag": 117, "68": 117, "sidelap": 117, "equival": 117, "83": 117, "42": 117, "cc": 117, "BY": 117, "variat": 117, "toler": 117, "tree": 117, "significantli": 117, "classif": 117, "airborn": 117, "lidar": 117, "freeli": 117, "overal": 117, "biggest": 117, "avoid": 117, "mistakenli": 117, "ii": 117, "meant": 117, "mistaken": 117, "pent": 117, "memengaruhi": 117, "pembuatan": 117, "menetapkan": 117, "empti": 117, "menghasilkan": 117, "drm": 117, "my_odm_imag": 117, "24": 117, "evenli": 117, "overcast": 117, "clear": 117, "ski": 117, "shadow": 117, "obstruct": 117, "lessen": 117, "middai": 117, "nake": 117, "visibl": 117, "congruent": 117, "advers": 117, "dust": 117, "fog": 117, "smoke": 117, "volcan": 117, "ash": 117, "pollut": 117, "gimbal": 117, "rest": 117, "eros": 117, "machineri": 117, "caus": 117, "steep": 117, "recogn": 117, "labor": 117, "neglig": 117, "lawn": 117, "mower": 117, "highli": 117, "75": 117, "65": 117, "balanc": 117, "tallest": 117, "achiev": 117, "greater": 117, "total": 117, "station": 117, "intend": 117, "millimetr": 117, "almost": 117, "adequ": 117, "plane": 117, "dashboard": 117, "clic": 117, "length": 117, "mostli": 117, "bin": 117, "creation": 117, "pace": 117, "irregular": 117, "carefulli": 117, "emploi": 117, "curiou": 117, "container": 117, "among": 117, "pengalaman": 117, "jauh": 117, "kita": 117, "id": 117, "statu": 117, "2518817537ce": 117, "36": 117, "hour": 117, "ago": 117, "zen_wright": 117, "1cdc7fadf688": 117, "usr": 117, "va": 117, "tcp": 117, "flamboyant_dhawan": 117, "masih": 117, "tanda": 117, "cd7b9585b8f6": 117, "dai": 117, "nostalgic_lederberg": 117, "e31010c00b9a": 117, "suspicious_kepl": 117, "c44e0d0b8448": 117, "wonderful_burnel": 117, "unwieldi": 117, "pipe": 117, "slowli": 117, "mon": 117, "sep": 117, "23": 117, "33": 117, "build_overview": 117, "camera_len": 117, "dem_decim": 117, "dem_euclidean_map": 117, "arrow": 117, "letter": 117, "tail": 117, "gdalwarp": 117, "gpkg": 117, "crop_to_cutlin": 117, "co": 117, "num_thread": 117, "bigtiff": 117, "if_saf": 117, "blockys": 117, "512": 117, "blockxsiz": 117, "predictor": 117, "gdal_cachemax": 117, "48": 117, "95": 117, "111567p": 117, "137473l": 117, "input": 117, "memberikan": 117, "saja": 117, "mengamati": 117, "teliti": 117, "mengeksplorasi": 117, "memanfaatkan": 117, "langsung": 117, "exec": 117, "inginkanin": 117, "root": 117, "masuk": 117, "lament": 117, "excess": 117, "carri": 117, "burden": 117, "storag": 117, "maciej": 117, "\u0142ebkowski": 117, "excel": 117, "sylab": 117, "laptop": 117, "hpc": 117, "compani": 117, "cach": 117, "images_dir": 117, "path_to_image_dir": 117, "basenam": 117, "path_to_output_directori": 117, "mkdir": 117, "bind": 117, "writabl": 117, "tmpf": 117, "odm_latest": 117, "repo": 117, "ivan": 117, "gayton": 117, "fairli": 117, "incom": 117, "constraint": 117, "solv": 117, "african": 117, "tricki": 117, "workabl": 117, "cloudodm": 117, "familiar": 117, "unix": 117, "ssh": 117, "account": 117, "aw": 117, "slight": 117, "moder": 117, "literaci": 117, "aren": 117, "savvi": 117, "willing": 117, "fuss": 117, "whole": 117, "mission": 117, "asap": 117, "emphas": 117, "transfer": 117, "4gb": 117, "month": 117, "expens": 117, "downsiz": 117, "cheapest": 117, "compat": 117, "privileg": 117, "insan": 117, "xxx": 117, "stand": 117, "ipv4": 117, "usernam": 117, "ahead": 117, "upgrad": 117, "isn": 117, "danger": 117, "stai": 117, "regular": 117, "abbrevi": 117, "environment": 117, "bashrc": 117, "nano": 117, "whatev": 117, "lieu": 117, "Be": 117, "replac": 117, "pythonpath": 117, "superbuild": 117, "lib": 117, "python2": 117, "dist": 117, "packag": 117, "src": 117, "ld_library_path": 117, "crash": 117, "wherein": 117, "jargon": 117, "rule": 117, "thumb": 117, "seem": 117, "raw": 117, "got": 117, "100gb": 117, "1000gb": 117, "rid": 117, "capac": 117, "mnt": 117, "odmdata": 117, "onto": 117, "secur": 117, "scp": 117, "imagefold": 117, "recurs": 117, "myproject": 117, "parent": 117, "goe": 117, "confusingli": 117, "individu": 117, "project_path": 117, "spot": 117, "ancillari": 117, "organ": 117, "incant": 117, "echo": 117, "cat": 117, "came": 117, "batch": 117, "though": 117, "shut": 117, "monstrou": 117, "vcpu": 117, "192gb": 117, "hr": 117, "1000": 117, "wast": 117, "nohup": 117, "terputu": 117, "dilanjutkan": 117, "gnu": 117, "session": 117, "won": 117, "interrupt": 117, "detach": 117, "But": 117, "unless": 117, "project_nam": 117, "weird": 117, "drop": 117, "assum": 117, "fuck": 117, "liter": 117, "random": 117, "sensibli": 117, "omit": 117, "progr": 117, "tau": 117, "mengawasi": 117, "htop": 117, "masa": 117, "mendatang": 117, "sebesar": 117, "soon": 117, "inexpens": 117, "kembali": 117, "gdal": 117, "gdal_transl": 117, "ycbcr": 117, "gdal_tiff_internal_mask": 117, "extens": 117, "terkompresi": 117, "dilangkah": 117, "berkasnya": 117, "komputermu": 117, "gdaladdo": 117, "1024": 117, "mengarsip": 117, "menggunaan": 117, "tar": 117, "mudah": 117, "kesatuan": 117, "ukurannya": 117, "kecil": 117, "zcvf": 117, "archivenam": 117, "upper": 117, "corner": 117, "mode": 117, "old": 117, "mid": 117, "million": 117, "element": 117, "accentu": 117, "shade": 117, "enhanc": 117, "percept": 117, "scientif": 117, "recognit": 117, "strength": 117, "opac": 117, "skybox": 117, "white": 117, "splat": 117, "unload": 117, "hide": 117, "tridimension": 117, "highlight": 117, "circl": 117, "circumfer": 117, "azimuth": 117, "clockwis": 117, "cube": 117, "reloc": 117, "redimens": 117, "handler": 117, "sphere": 117, "annot": 117, "anchor": 117, "mous": 117, "wheel": 117, "orbit": 117, "bird": 117, "keyboard": 117, "w": 117, "backward": 117, "axi": 117, "movement": 117, "slide": 117, "helicopt": 117, "aircraft": 117, "restrict": 117, "xy": 117, "restor": 117, "wirefram": 117, "compass": 117, "green": 117, "blue": 117, "plai": 117, "arrang": 117, "six": 117, "ramp": 117, "cam": 117, "custom": 117}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"align": [0, 3, 72, 77], "file": 0, "opsi": 1, "dan": [1, 108, 117], "bendera": 1, "3d": [2, 7, 113, 117], "tile": [2, 46, 60, 92], "auto": [4, 5, 9], "boundari": [4, 5, 7], "what": [4, 7, 8, 9, 11, 103, 110], "i": [4, 7, 103], "when": [4, 7, 8, 9, 11], "help": [4, 31], "why": [4, 7, 8, 9, 11], "would": [4, 7, 8, 9, 11], "one": [4, 7, 8, 9, 11], "us": [4, 7, 8, 9, 11, 94, 95, 96, 97, 103, 117], "exampl": [4, 7, 8, 9, 11], "imag": [4, 7, 8, 9, 11, 83, 108, 117], "true": [4, 7, 8, 11], "fals": [4, 7, 8, 11], "null": [4, 7, 8, 11], "distanc": 5, "bg": 6, "remov": [6, 75, 87], "geojson": 7, "appropri": [7, 8, 9, 11], "how": [7, 103], "creat": 7, "io": 7, "new": 7, "A": 7, "polygon": 7, "place": 7, "vertic": 7, "complet": 7, "save": 7, "download": [7, 117], "set": 7, "In": 7, "task": 7, "option": [7, 103], "load": 7, "qgi": 7, "temporari": 7, "scratch": 7, "layer": 7, "geometri": 7, "type": [7, 25, 34, 87], "ad": 7, "an": 7, "orthophoto": [7, 23, 43, 44, 45, 46, 47, 48, 73, 103, 113], "background": [7, 117], "polyon": 7, "featur": [7, 24, 25, 39], "toggl": 7, "edit": 7, "off": 7, "chang": 7, "To": 7, "export": 7, "vector": 7, "As": 7, "point": [7, 113, 117], "cloud": [7, 11, 113], "digit": [7, 117], "elev": 7, "model": [7, 9, 113, 117], "textur": [7, 85, 86, 87, 88, 89, 90, 91, 117], "mesh": [7, 37, 38], "build": [8, 103], "overview": 8, "ar": [8, 9, 11, 103], "camera": [9, 10, 96, 117], "len": 9, "manual": 9, "select": 9, "particular": 9, "rectilinear": 9, "data": [9, 85, 103, 109, 117], "brown": 9, "fishey": 9, "perspect": 9, "spheric": 9, "cog": 11, "optim": [11, 42], "geotiff": [11, 103], "copi": 12, "crop": 13, "debug": 14, "dem": [15, 16, 17, 18], "decim": 15, "euclidean": 16, "map": [16, 91, 110], "gapfil": 17, "step": 17, "resolut": [18, 19, 48, 101], "depthmap": 19, "dsm": [20, 113], "dtm": [21, 113], "end": 22, "fast": 23, "qualiti": [24, 56], "forc": 26, "gp": [26, 30], "gcp": [27, 105, 117], "geo": 28, "gltf": 29, "accuraci": [30, 110, 117], "ignor": 32, "gsd": 32, "matcher": [33, 34], "neighbor": 33, "max": 35, "concurr": 35, "merg": 36, "octre": 37, "depth": 37, "size": 38, "min": 39, "num": 39, "name": 40, "gpu": [41, 103], "disk": 42, "space": 42, "compress": 43, "cutlin": 44, "kmz": 45, "png": 47, "pc": [49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60], "classifi": 49, "copc": 50, "csv": 51, "ept": 52, "filter": 53, "geometr": [54, 59], "la": 55, "rectifi": 57, "sampl": 58, "skip": [59, 71, 72, 73, 74, 89, 90], "primari": 61, "band": [61, 72], "project": 62, "path": 62, "radiometr": 63, "calibr": 63, "rerun": [64, 65, 66], "all": [65, 103], "from": [66, 103], "resiz": [67, 117], "roll": [68, 69], "shutter": [68, 69], "readout": 69, "sfm": 70, "algorithm": 70, "3dmodel": 71, "report": [74, 102], "sky": 75, "sm": [76, 77], "cluster": [76, 109], "smrf": [78, 79, 80, 81], "scalar": 78, "slope": 79, "threshold": 80, "window": [81, 108], "split": [82, 83, 84], "group": 83, "overlap": 84, "term": 85, "keep": 86, "unseen": 86, "face": 86, "outlier": 87, "singl": 88, "materi": 88, "global": 89, "seam": [89, 90], "level": [89, 90], "local": 90, "tone": 91, "time": [93, 103], "3dmesh": 94, "exif": 95, "fix": 96, "param": 96, "hybrid": 97, "bundl": 97, "adjust": 97, "verbos": 98, "version": [99, 103], "video": [100, 101], "limit": 100, "cara": [102, 108], "kontribusi": 102, "forum": 102, "komunita": 102, "melaporkan": 102, "bug": 102, "templat": 102, "For": 102, "submit": 102, "pull": [102, 117], "request": 102, "frequent": 103, "ask": 103, "question": 103, "process": [103, 117], "can": 103, "two": 103, "more": 103, "stitch": 103, "them": 103, "togeth": 103, "The": 103, "softwar": 103, "my": 103, "cpu": [103, 108], "core": 103, "memori": [103, 108], "normal": 103, "If": 103, "nativ": 103, "alloc": 103, "resourc": 103, "licens": 103, "want": 103, "commerci": 103, "applic": 103, "includ": 103, "odm": [103, 117], "do": 103, "need": [103, 108], "other": [103, 117], "asid": 103, "agplv3": 103, "issu": 103, "your": 103, "comput": 103, "run": [103, 117], "out": 103, "you": 103, "kiat": 104, "menerbangkan": 104, "titik": 105, "ikat": 105, "bumi": 105, "praktik": 105, "yang": 105, "direkomendasikan": 105, "untuk": [105, 115, 117], "setelan": 105, "format": 105, "berka": [105, 106], "antarmuka": 105, "pengguna": [105, 115], "posm": 105, "gcpi": 105, "editor": 105, "pro": 105, "referensi": [105, 110], "citra": 106, "geolokasi": 106, "selamat": 107, "datang": 107, "di": [107, 108], "dokumentasi": 107, "opendronemap": [107, 113], "memulai": [108, 109], "instalasi": 108, "quickstart": 108, "rekomendasi": 108, "perangkat": [108, 112], "kera": [108, 112], "minimum": 108, "ram": 108, "n": 108, "langkah": [108, 117], "1": 108, "periksa": 108, "dukungan": 108, "virtualisasi": 108, "2": 108, "instal": [108, 117], "persyaratan": 108, "3": 108, "alokasi": 108, "4": 108, "unduh": 108, "webodm": [108, 117], "luncurkan": 108, "maco": 108, "jalankan": 108, "linux": 108, "ubuntu": 108, "debian": 108, "cento": 108, "rhel": 108, "fedora": 108, "arch": 108, "tambahan": [108, 115], "perintah": [108, 117], "dasar": 108, "pemecahan": 108, "masalah": 108, "halo": 108, "berjalan": 108, "lebih": 108, "dari": [108, 117], "satu": 108, "mesin": [108, 117], "memecah": 109, "besar": 109, "kalibrasi": 109, "gambar": [109, 111], "membagi": 109, "menggabungkan": 109, "lokal": 109, "terdistribusi": 109, "dengan": [109, 117], "didistribusikan": 109, "memahami": 109, "mengaks": [109, 117], "log": [109, 113], "clusterodm": 109, "penskalaan": 109, "otomati": 109, "batasan": 109, "ucapan": 109, "terima": 109, "kasih": 109, "akurasi": 110, "peta": 110, "expect": [110, 117], "aspect": 110, "impact": 110, "menggunakan": [111, 117], "mask": 111, "multispectr": 112, "support": [112, 116], "penggunaan": 112, "sentera": 112, "agx710": 112, "keluaran": 113, "bertekstur": 113, "daftar": [113, 117], "keseluruhan": 113, "bagaimana": 114, "meminta": 114, "fitur": 114, "preferensi": 115, "para": 115, "pengembang": 115, "thermal": 116, "hardwar": 116, "usag": 116, "tutori": 117, "membuat": 117, "ortofoto": 117, "kualita": 117, "tinggi": 117, "mengkalibrasi": 117, "kamera": 117, "elevasi": 117, "measur": 117, "stockpil": 117, "volum": 117, "fieldwork": 117, "plan": 117, "flight": 117, "pattern": 117, "height": 117, "paramet": 117, "docker": 117, "catatan": 117, "server": 117, "konsol": 117, "aks": 117, "ke": 117, "membersihkan": 117, "setelah": 117, "singular": 117, "sif": 117, "lokasi": 117, "bandwidth": 117, "rendah": 117, "apa": 117, "ini": 117, "siapa": 117, "siapkan": 117, "proyek": 117, "struktur": 117, "direktori": 117, "droplet": 117, "pin": 117, "awai": 117, "itu": 117, "selesai": 117, "asumsi": 117, "anda": 117, "bertahan": 117, "selama": 117, "potre": 117, "viewer": 117, "modul": 117, "appear": 117, "budget": 117, "field": 117, "view": 117, "ey": 117, "dome": 117, "light": 117, "tool": 117, "clip": 117, "navig": 117, "scene": 117}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.todo": 2, "sphinx": 57}, "alltitles": {"Alignment Files": [[0, "alignment-files"]], "Opsi dan Bendera": [[1, "options-and-flags"]], "3d-tiles": [[2, "d-tiles"]], "align": [[3, "align"]], "auto-boundary": [[4, "auto-boundary"]], "What Is Auto-Boundary?": [[4, "what-is-auto-boundary"]], "When Is Auto-Boundary Helpful?": [[4, "when-is-auto-boundary-helpful"]], "Why would one use auto-boundary?": [[4, "why-would-one-use-auto-boundary"]], "Example Images": [[4, "example-images"], [7, "example-images"], [8, "example-images"], [9, "example-images"], [11, "example-images"]], "True: --auto-boundary": [[4, "true-auto-boundary"]], "False: null": [[4, "false-null"], [7, "false-null"], [8, "false-null"], [11, "false-null"]], "auto-boundary-distance": [[5, "auto-boundary-distance"]], "bg-removal": [[6, "bg-removal"]], "boundary": [[7, "boundary"]], "What is Boundary [GeoJSON]?": [[7, "what-is-boundary-geojson"]], "When is Boundary [GeoJSON] appropriate?": [[7, "when-is-boundary-geojson-appropriate"]], "Why would one use Boundary [GeoJSON]?": [[7, "why-would-one-use-boundary-geojson"]], "How would one create Boundary [GeoJSON]?": [[7, "how-would-one-create-boundary-geojson"]], "GeoJSON.io": [[7, "geojson-io"]], "New GeoJSON": [[7, "new-geojson"]], "Creating A Polygon": [[7, "creating-a-polygon"]], "Placing Vertices": [[7, "placing-vertices"]], "Completing A Polygon": [[7, "completing-a-polygon"]], "Saving A Polygon": [[7, "saving-a-polygon"]], "Downloading A Polygon": [[7, "downloading-a-polygon"]], "Setting Boundary [GeoJSON] In Task Options": [[7, "setting-boundary-geojson-in-task-options"]], "Boundary [GeoJSON] Loaded In Task Options": [[7, "boundary-geojson-loaded-in-task-options"]], "QGIS": [[7, "qgis"]], "Creating A New Temporary Scratch Layer": [[7, "creating-a-new-temporary-scratch-layer"]], "New Temporary Scratch Layer Geometry Type": [[7, "new-temporary-scratch-layer-geometry-type"]], "New Temporary Scratch Layer Settings": [[7, "new-temporary-scratch-layer-settings"]], "Adding an Orthophoto Background": [[7, "adding-an-orthophoto-background"]], "Adding A Polyon Feature": [[7, "adding-a-polyon-feature"]], "Toggle Editing Off": [[7, "toggle-editing-off"]], "Save Changes To Temporary Scratch Layer": [[7, "save-changes-to-temporary-scratch-layer"]], "Export Temporary Scratch Layer Features": [[7, "export-temporary-scratch-layer-features"]], "Save Vector Layer As": [[7, "save-vector-layer-as"]], "True: --boundary [GeoJSON] - Point Cloud": [[7, "true-boundary-geojson-point-cloud"]], "True: --boundary [GeoJSON] - Orthophoto": [[7, "true-boundary-geojson-orthophoto"]], "True: --boundary [GeoJSON] - Digital Elevation Model": [[7, "true-boundary-geojson-digital-elevation-model"]], "True: --boundary [GeoJSON] - 3D Model/Textured Mesh": [[7, "true-boundary-geojson-3d-model-textured-mesh"]], "build-overviews": [[8, "build-overviews"]], "What Are Overviews?": [[8, "what-are-overviews"]], "When are Overviews appropriate?": [[8, "when-are-overviews-appropriate"]], "Why would one use Overviews?": [[8, "why-would-one-use-overviews"]], "True: --build-overviews": [[8, "true-build-overviews"]], "camera-lens": [[9, "camera-lens"]], "What Are Camera Lens Models?": [[9, "what-are-camera-lens-models"]], "When are manual selections appropriate?": [[9, "when-are-manual-selections-appropriate"]], "Why would one use a particular Camera Lens Model?": [[9, "why-would-one-use-a-particular-camera-lens-model"]], "auto : Rectilinear Data": [[9, "auto-rectilinear-data"]], "brown : Rectilinear Data": [[9, "brown-rectilinear-data"]], "fisheye : Rectilinear Data": [[9, "fisheye-rectilinear-data"]], "perspective : Rectilinear Data": [[9, "perspective-rectilinear-data"]], "spherical : Rectilinear Data": [[9, "spherical-rectilinear-data"]], "cameras": [[10, "cameras"]], "cog": [[11, "cog"]], "What Are Cloud Optimized GeoTIFFs (COGs)?": [[11, "what-are-cloud-optimized-geotiffs-cogs"]], "When are COGs appropriate?": [[11, "when-are-cogs-appropriate"]], "Why would one use COGs?": [[11, "why-would-one-use-cogs"]], "True: --cog": [[11, "true-cog"]], "copy-to": [[12, "copy-to"]], "crop": [[13, "crop"]], "debug": [[14, "debug"]], "dem-decimation": [[15, "dem-decimation"]], "dem-euclidean-map": [[16, "dem-euclidean-map"]], "dem-gapfill-steps": [[17, "dem-gapfill-steps"]], "dem-resolution": [[18, "dem-resolution"]], "depthmap-resolution": [[19, "depthmap-resolution"]], "dsm": [[20, "dsm"]], "dtm": [[21, "dtm"]], "end-with": [[22, "end-with"]], "fast-orthophoto": [[23, "fast-orthophoto"]], "feature-quality": [[24, "feature-quality"]], "feature-type": [[25, "feature-type"]], "force-gps": [[26, "force-gps"]], "gcp": [[27, "gcp"]], "geo": [[28, "geo"]], "gltf": [[29, "gltf"]], "gps-accuracy": [[30, "gps-accuracy"]], "help": [[31, "help"]], "ignore-gsd": [[32, "ignore-gsd"]], "matcher-neighbors": [[33, "matcher-neighbors"]], "matcher-type": [[34, "matcher-type"]], "max-concurrency": [[35, "max-concurrency"]], "merge": [[36, "merge"]], "mesh-octree-depth": [[37, "mesh-octree-depth"]], "mesh-size": [[38, "mesh-size"]], "min-num-features": [[39, "min-num-features"]], "name": [[40, "name"]], "no-gpu": [[41, "no-gpu"]], "optimize-disk-space": [[42, "optimize-disk-space"]], "orthophoto-compression": [[43, "orthophoto-compression"]], "orthophoto-cutline": [[44, "orthophoto-cutline"]], "orthophoto-kmz": [[45, "orthophoto-kmz"]], "orthophoto-no-tiled": [[46, "orthophoto-no-tiled"]], "orthophoto-png": [[47, "orthophoto-png"]], "orthophoto-resolution": [[48, "orthophoto-resolution"]], "pc-classify": [[49, "pc-classify"]], "pc-copc": [[50, "pc-copc"]], "pc-csv": [[51, "pc-csv"]], "pc-ept": [[52, "pc-ept"]], "pc-filter": [[53, "pc-filter"]], "pc-geometric": [[54, "pc-geometric"]], "pc-las": [[55, "pc-las"]], "pc-quality": [[56, "pc-quality"]], "pc-rectify": [[57, "pc-rectify"]], "pc-sample": [[58, "pc-sample"]], "pc-skip-geometric": [[59, "pc-skip-geometric"]], "pc-tile": [[60, "pc-tile"]], "primary-band": [[61, "primary-band"]], "project-path": [[62, "project-path"]], "radiometric-calibration": [[63, "radiometric-calibration"]], "rerun": [[64, "rerun"]], "rerun-all": [[65, "rerun-all"]], "rerun-from": [[66, "rerun-from"]], "resize-to": [[67, "resize-to"]], "rolling-shutter": [[68, "rolling-shutter"]], "rolling-shutter-readout": [[69, "rolling-shutter-readout"]], "sfm-algorithm": [[70, "sfm-algorithm"]], "skip-3dmodel": [[71, "skip-3dmodel"]], "skip-band-alignment": [[72, "skip-band-alignment"]], "skip-orthophoto": [[73, "skip-orthophoto"]], "skip-report": [[74, "skip-report"]], "sky-removal": [[75, "sky-removal"]], "sm-cluster": [[76, "sm-cluster"]], "sm-no-align": [[77, "sm-no-align"]], "smrf-scalar": [[78, "smrf-scalar"]], "smrf-slope": [[79, "smrf-slope"]], "smrf-threshold": [[80, "smrf-threshold"]], "smrf-window": [[81, "smrf-window"]], "split": [[82, "split"]], "split-image-groups": [[83, "split-image-groups"]], "split-overlap": [[84, "split-overlap"]], "texturing-data-term": [[85, "texturing-data-term"]], "texturing-keep-unseen-faces": [[86, "texturing-keep-unseen-faces"]], "texturing-outlier-removal-type": [[87, "texturing-outlier-removal-type"]], "texturing-single-material": [[88, "texturing-single-material"]], "texturing-skip-global-seam-leveling": [[89, "texturing-skip-global-seam-leveling"]], "texturing-skip-local-seam-leveling": [[90, "texturing-skip-local-seam-leveling"]], "texturing-tone-mapping": [[91, "texturing-tone-mapping"]], "tiles": [[92, "tiles"]], "time": [[93, "time"]], "use-3dmesh": [[94, "use-3dmesh"]], "use-exif": [[95, "use-exif"]], "use-fixed-camera-params": [[96, "use-fixed-camera-params"]], "use-hybrid-bundle-adjustment": [[97, "use-hybrid-bundle-adjustment"]], "verbose": [[98, "verbose"]], "version": [[99, "version"]], "video-limit": [[100, "video-limit"]], "video-resolution": [[101, "video-resolution"]], "Cara Kontribusi": [[102, "how-to-contribute"]], "Forum Komunitas": [[102, "community-forum"]], "Melaporkan Bug.": [[102, "reporting-bugs"]], "Template For Submitting Bug Reports": [[102, "template-for-submitting-bug-reports"]], "Pull Requests": [[102, "pull-requests"]], "Frequently Asked Questions": [[103, "frequently-asked-questions"]], "Data Processing": [[103, "data-processing"]], "Can I process two or more orthophoto GeoTIFFs to stitch them together?": [[103, "can-i-process-two-or-more-orthophoto-geotiffs-to-stitch-them-together"]], "The software is not using all of my CPU cores / memory / GPU all of the times. Is it normal?": [[103, "the-software-is-not-using-all-of-my-cpu-cores-memory-gpu-all-of-the-times-is-it-normal"]], "If I use the native version of the software, how can I allocate more resources for processing?": [[103, "if-i-use-the-native-version-of-the-software-how-can-i-allocate-more-resources-for-processing"]], "Licensing": [[103, "licensing"]], "I want to build a commercial application that includes ODM. Do I need a commercial license?": [[103, "i-want-to-build-a-commercial-application-that-includes-odm-do-i-need-a-commercial-license"]], "Are there other licensing options aside from the AGPLv3?": [[103, "are-there-other-licensing-options-aside-from-the-agplv3"]], "Memory issues": [[103, "memory-issues"]], "Your computer is running out of memory, what can you do?": [[103, "your-computer-is-running-out-of-memory-what-can-you-do"]], "Kiat Menerbangkan": [[104, "flying-tips"]], "Titik Ikat Bumi": [[105, "ground-control-points"]], "Praktik yang direkomendasikan untuk setelan GCP": [[105, "recommended-practices-for-gcp-setting"]], "Format berkas GCP": [[105, "gcp-file-format"]], "Antarmuka Pengguna": [[105, "user-interfaces"]], "POSM GCPi": [[105, "id1"]], "GCP Editor Pro": [[105, "id2"]], "Referensi": [[105, "references"], [110, "references"]], "Berkas Citra Geolokasi": [[106, "image-geolocation-files"]], "Selamat datang di dokumentasi OpenDroneMap": [[107, "welcome-to-opendronemap-s-documentation"]], "Cara memulai dan instalasi": [[108, "installation-and-getting-started"]], "Quickstart": [[108, "quickstart"]], "Rekomendasi Perangkat Keras": [[108, "hardware-recommendations"]], "Minimum RAM needed for N images": [[108, "id4"]], "Instalasi": [[108, "installation"]], "Windows": [[108, "windows"]], "Langkah 1. Periksa Dukungan Virtualisasi": [[108, "step-1-check-virtualization-support"], [108, "id1"]], "Langkah 2. Instal Persyaratan": [[108, "step-2-install-requirements"], [108, "id2"]], "Langkah 3. Periksa Alokasi Memori dan CPU": [[108, "step-3-check-memory-and-cpu-allocation"], [108, "id3"]], "Langkah 4. Unduh WebODM": [[108, "step-4-download-webodm"]], "Langkah 4. Luncurkan WebODM": [[108, "step-4-launch-webodm"]], "macOS": [[108, "macos"]], "Langkah 4. Unduh dan Jalankan WebODM": [[108, "step-4-download-and-launch-webodm"]], "Linux": [[108, "linux"]], "Langkah 1. Instal Persyaratan": [[108, "step-1-install-requirements"]], "Instal di Ubuntu / Debian": [[108, "install-on-ubuntu-debian"]], "Instal di CentOS / RHEL": [[108, "install-on-centos-rhel"]], "Instal di Fedora": [[108, "install-on-fedora"]], "Instal di Arch": [[108, "install-on-arch"]], "Langkah 2. Periksa Persyaratan Tambahan": [[108, "step-2-check-additional-requirements"]], "Langkah 3. Unduh dan Jalankan WebODM": [[108, "step-3-download-and-launch-webodm"]], "Perintah Dasar dan Pemecahan Masalah": [[108, "basic-commands-and-troubleshooting"]], "Halo, WebODM!": [[108, "hello-webodm"]], "Berjalan di lebih dari satu mesin": [[108, "running-on-more-than-one-machine"]], "Memecah Data Besar": [[109, "splitting-large-datasets"]], "Kalibrasi gambar": [[109, "calibrate-images"]], "Membagi-Menggabungkan Lokal": [[109, "local-split-merge"]], "Membagi-Menggabungkan Terdistribusi": [[109, "distributed-split-merge"]], "Memulai dengan Didistribusikan Membagi-Menggabungkan": [[109, "getting-started-with-distributed-split-merge"]], "Memahami Cluster": [[109, "understanding-the-cluster"]], "Mengakses Log": [[109, "accessing-the-logs"]], "ClusterODM Penskalaan Otomatis": [[109, "autoscaling-clusterodm"]], "Batasan": [[109, "limitations"]], "Ucapan Terima Kasih": [[109, "acknowledgments"]], "Akurasi Peta": [[110, "map-accuracy"]], "What to expect": [[110, "what-to-expect"]], "Aspects impacting map accuracy": [[110, "aspects-impacting-map-accuracy"]], "Menggunakan Mask Gambar": [[111, "using-image-masks"]], "Multispectral Support": [[112, "multispectral-support"]], "Perangkat keras": [[112, "hardware"]], "Penggunaan": [[112, "usage"]], "Sentera AGX710": [[112, "sentera-agx710"]], "Keluaran OpenDroneMap": [[113, "opendronemap-outputs"]], "Point Cloud": [[113, "point-cloud"]], "Model Bertekstur 3D": [[113, "d-textured-model"]], "Orthophoto": [[113, "orthophoto"]], "DTM/DSM": [[113, "dtm-dsm"]], "Logs": [[113, "logs"]], "Daftar keseluruhan keluaran": [[113, "list-of-all-outputs"]], "Bagaimana Meminta Fitur": [[114, "how-to-request-features"]], "Preferensi tambahan": [[115, "additional-references"]], "Untuk para Pengguna": [[115, "for-users"]], "Untuk para Pengembang": [[115, "for-developers"]], "Thermal Support": [[116, "thermal-support"]], "Hardware": [[116, "hardware"]], "Usage": [[116, "usage"]], "Tutorial": [[117, "tutorials"]], "Membuat Ortofoto Kualitas Tinggi": [[117, "creating-high-quality-orthophotos"]], "Mengkalibrasi kamera": [[117, "calibrating-the-camera"]], "Membuat Model Elevasi Digital": [[117, "creating-digital-elevation-models"]], "Measuring stockpile volume": [[117, "measuring-stockpile-volume"]], "Fieldwork planning": [[117, "fieldwork-planning"]], "Flight pattern": [[117, "flight-pattern"]], "Flight height": [[117, "flight-height"]], "GCPs": [[117, "gcps"]], "Processing parameters": [[117, "processing-parameters"]], "Measuring": [[117, "measuring"]], "Expected accuracy": [[117, "expected-accuracy"]], "Menggunakan Docker": [[117, "using-docker"]], "Daftar Mesin Docker": [[117, "listing-docker-machines"]], "Mengakses catatan server": [[117, "accessing-logs-on-the-instance"]], "perintah konsol akses ke server": [[117, "command-line-access-to-instances"]], "Membersihkan setelah Docker": [[117, "cleaning-up-after-docker"]], "Using Singularity": [[117, "using-singularity"]], "Downloading image": [[117, "downloading-image"]], "Using Singularity SIF image": [[117, "using-singularity-sif-image"]], "Menggunakan ODM dari lokasi bandwidth rendah": [[117, "using-odm-from-low-bandwidth-location"]], "Untuk apa ini dan untuk siapa?": [[117, "what-is-this-and-who-is-it-for"]], "Langkah-langkah": [[117, "steps"]], "Instal": [[117, "install"]], "Siapkan data dan proyek": [[117, "prep-data-and-project"]], "Struktur direktori": [[117, "directory-structure"]], "Resize droplet, pull pin, run away": [[117, "resize-droplet-pull-pin-run-away"]], "Setelah itu selesai (dengan asumsi anda bertahan selama itu)": [[117, "after-it-finishes-assuming-you-survive-that-long"]], "Using Potree 3D viewer module on WebODM": [[117, "using-potree-3d-viewer-module-on-webodm"]], "Cameras": [[117, "cameras"]], "Textured model": [[117, "textured-model"]], "Appearance": [[117, "appearance"]], "Point budget": [[117, "point-budget"]], "Field of view": [[117, "field-of-view"]], "Eye Dome-lighting": [[117, "eye-dome-lighting"]], "Background": [[117, "background"]], "Other": [[117, "other"]], "Tools": [[117, "tools"]], "Measurement": [[117, "measurement"]], "Clipping": [[117, "clipping"]], "Navigation": [[117, "navigation"]], "Scene": [[117, "scene"]]}, "indexentries": {}}) \ No newline at end of file diff --git a/searchindex.js b/searchindex.js index cbc01c4f2..91cc86779 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({"docnames": ["align", "arguments", "arguments/3d-tiles", "arguments/align", "arguments/auto-boundary", "arguments/auto-boundary-distance", "arguments/bg-removal", "arguments/boundary", "arguments/build-overviews", "arguments/camera-lens", "arguments/cameras", "arguments/cog", "arguments/copy-to", "arguments/crop", "arguments/debug", "arguments/dem-decimation", "arguments/dem-euclidean-map", "arguments/dem-gapfill-steps", "arguments/dem-resolution", "arguments/depthmap-resolution", "arguments/dsm", "arguments/dtm", "arguments/end-with", "arguments/fast-orthophoto", "arguments/feature-quality", "arguments/feature-type", "arguments/force-gps", "arguments/gcp", "arguments/geo", "arguments/gltf", "arguments/gps-accuracy", "arguments/help", "arguments/ignore-gsd", "arguments/matcher-neighbors", "arguments/matcher-type", "arguments/max-concurrency", "arguments/merge", "arguments/mesh-octree-depth", "arguments/mesh-size", "arguments/min-num-features", "arguments/name", "arguments/no-gpu", "arguments/optimize-disk-space", "arguments/orthophoto-compression", "arguments/orthophoto-cutline", "arguments/orthophoto-kmz", "arguments/orthophoto-no-tiled", "arguments/orthophoto-png", "arguments/orthophoto-resolution", "arguments/pc-classify", "arguments/pc-copc", "arguments/pc-csv", "arguments/pc-ept", "arguments/pc-filter", "arguments/pc-geometric", "arguments/pc-las", "arguments/pc-quality", "arguments/pc-rectify", "arguments/pc-sample", "arguments/pc-skip-geometric", "arguments/pc-tile", "arguments/primary-band", "arguments/project-path", "arguments/radiometric-calibration", "arguments/rerun", "arguments/rerun-all", "arguments/rerun-from", "arguments/resize-to", "arguments/rolling-shutter", "arguments/rolling-shutter-readout", "arguments/sfm-algorithm", "arguments/skip-3dmodel", "arguments/skip-band-alignment", "arguments/skip-orthophoto", "arguments/skip-report", "arguments/sky-removal", "arguments/sm-cluster", "arguments/sm-no-align", "arguments/smrf-scalar", "arguments/smrf-slope", "arguments/smrf-threshold", "arguments/smrf-window", "arguments/split", "arguments/split-image-groups", "arguments/split-overlap", "arguments/texturing-data-term", "arguments/texturing-keep-unseen-faces", "arguments/texturing-outlier-removal-type", "arguments/texturing-single-material", "arguments/texturing-skip-global-seam-leveling", "arguments/texturing-skip-local-seam-leveling", "arguments/texturing-tone-mapping", "arguments/tiles", "arguments/time", "arguments/use-3dmesh", "arguments/use-exif", "arguments/use-fixed-camera-params", "arguments/use-hybrid-bundle-adjustment", "arguments/verbose", "arguments/version", "arguments/video-limit", "arguments/video-resolution", "contributing", "faq", "flying", "gcp", "geo", "index", "installation", "large", "map-accuracy", "masks", "multispectral", "outputs", "requesting-features", "resources", "thermal", "tutorials"], "filenames": ["align.rst", "arguments.rst", "arguments/3d-tiles.rst", "arguments/align.rst", "arguments/auto-boundary.rst", "arguments/auto-boundary-distance.rst", "arguments/bg-removal.rst", "arguments/boundary.rst", "arguments/build-overviews.rst", "arguments/camera-lens.rst", "arguments/cameras.rst", "arguments/cog.rst", "arguments/copy-to.rst", "arguments/crop.rst", "arguments/debug.rst", "arguments/dem-decimation.rst", "arguments/dem-euclidean-map.rst", "arguments/dem-gapfill-steps.rst", "arguments/dem-resolution.rst", "arguments/depthmap-resolution.rst", "arguments/dsm.rst", "arguments/dtm.rst", "arguments/end-with.rst", "arguments/fast-orthophoto.rst", "arguments/feature-quality.rst", "arguments/feature-type.rst", "arguments/force-gps.rst", "arguments/gcp.rst", "arguments/geo.rst", "arguments/gltf.rst", "arguments/gps-accuracy.rst", "arguments/help.rst", "arguments/ignore-gsd.rst", "arguments/matcher-neighbors.rst", "arguments/matcher-type.rst", "arguments/max-concurrency.rst", "arguments/merge.rst", "arguments/mesh-octree-depth.rst", "arguments/mesh-size.rst", "arguments/min-num-features.rst", "arguments/name.rst", "arguments/no-gpu.rst", "arguments/optimize-disk-space.rst", "arguments/orthophoto-compression.rst", "arguments/orthophoto-cutline.rst", "arguments/orthophoto-kmz.rst", "arguments/orthophoto-no-tiled.rst", "arguments/orthophoto-png.rst", "arguments/orthophoto-resolution.rst", "arguments/pc-classify.rst", "arguments/pc-copc.rst", "arguments/pc-csv.rst", "arguments/pc-ept.rst", "arguments/pc-filter.rst", "arguments/pc-geometric.rst", "arguments/pc-las.rst", "arguments/pc-quality.rst", "arguments/pc-rectify.rst", "arguments/pc-sample.rst", "arguments/pc-skip-geometric.rst", "arguments/pc-tile.rst", "arguments/primary-band.rst", "arguments/project-path.rst", "arguments/radiometric-calibration.rst", "arguments/rerun.rst", "arguments/rerun-all.rst", "arguments/rerun-from.rst", "arguments/resize-to.rst", "arguments/rolling-shutter.rst", "arguments/rolling-shutter-readout.rst", "arguments/sfm-algorithm.rst", "arguments/skip-3dmodel.rst", "arguments/skip-band-alignment.rst", "arguments/skip-orthophoto.rst", "arguments/skip-report.rst", "arguments/sky-removal.rst", "arguments/sm-cluster.rst", "arguments/sm-no-align.rst", "arguments/smrf-scalar.rst", "arguments/smrf-slope.rst", "arguments/smrf-threshold.rst", "arguments/smrf-window.rst", "arguments/split.rst", "arguments/split-image-groups.rst", "arguments/split-overlap.rst", "arguments/texturing-data-term.rst", "arguments/texturing-keep-unseen-faces.rst", "arguments/texturing-outlier-removal-type.rst", "arguments/texturing-single-material.rst", "arguments/texturing-skip-global-seam-leveling.rst", "arguments/texturing-skip-local-seam-leveling.rst", "arguments/texturing-tone-mapping.rst", "arguments/tiles.rst", "arguments/time.rst", "arguments/use-3dmesh.rst", "arguments/use-exif.rst", "arguments/use-fixed-camera-params.rst", "arguments/use-hybrid-bundle-adjustment.rst", "arguments/verbose.rst", "arguments/version.rst", "arguments/video-limit.rst", "arguments/video-resolution.rst", "contributing.rst", "faq.rst", "flying.rst", "gcp.rst", "geo.rst", "index.rst", "installation.rst", "large.rst", "map-accuracy.rst", "masks.rst", "multispectral.rst", "outputs.rst", "requesting-features.rst", "resources.rst", "thermal.rst", "tutorials.rst"], "titles": ["Alignment Files", "Options and Flags", "3d-tiles", "align", "auto-boundary", "auto-boundary-distance", "bg-removal", "boundary", "build-overviews", "camera-lens", "cameras", "cog", "copy-to", "crop", "debug", "dem-decimation", "dem-euclidean-map", "dem-gapfill-steps", "dem-resolution", "depthmap-resolution", "dsm", "dtm", "end-with", "fast-orthophoto", "feature-quality", "feature-type", "force-gps", "gcp", "geo", "gltf", "gps-accuracy", "help", "ignore-gsd", "matcher-neighbors", "matcher-type", "max-concurrency", "merge", "mesh-octree-depth", "mesh-size", "min-num-features", "name", "no-gpu", "optimize-disk-space", "orthophoto-compression", "orthophoto-cutline", "orthophoto-kmz", "orthophoto-no-tiled", "orthophoto-png", "orthophoto-resolution", "pc-classify", "pc-copc", "pc-csv", "pc-ept", "pc-filter", "pc-geometric", "pc-las", "pc-quality", "pc-rectify", "pc-sample", "pc-skip-geometric", "pc-tile", "primary-band", "project-path", "radiometric-calibration", "rerun", "rerun-all", "rerun-from", "resize-to", "rolling-shutter", "rolling-shutter-readout", "sfm-algorithm", "skip-3dmodel", "skip-band-alignment", "skip-orthophoto", "skip-report", "sky-removal", "sm-cluster", "sm-no-align", "smrf-scalar", "smrf-slope", "smrf-threshold", "smrf-window", "split", "split-image-groups", "split-overlap", "texturing-data-term", "texturing-keep-unseen-faces", "texturing-outlier-removal-type", "texturing-single-material", "texturing-skip-global-seam-leveling", "texturing-skip-local-seam-leveling", "texturing-tone-mapping", "tiles", "time", "use-3dmesh", "use-exif", "use-fixed-camera-params", "use-hybrid-bundle-adjustment", "verbose", "version", "video-limit", "video-resolution", "How To Contribute", "Frequently Asked Questions", "Flying Tips", "Ground Control Points", "Image Geolocation Files", "Welcome to OpenDroneMap\u2019s documentation", "Installation and Getting Started", "Splitting Large Datasets", "Map accuracy", "Using Image Masks", "Multispectral Support", "OpenDroneMap Outputs", "How To Request Features", "Additional References", "Thermal Support", "Tutorials"], "terms": {"georeferenc": [0, 1, 27, 28, 50, 51, 52, 55, 95, 105, 109, 113], "default": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 105, 106, 108, 117], "i": [0, 1, 8, 9, 11, 15, 18, 26, 32, 34, 35, 40, 48, 61, 63, 77, 84, 94, 102, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116], "done": [0, 1, 84, 108, 114, 117], "us": [0, 1, 6, 10, 13, 15, 16, 17, 20, 21, 26, 27, 28, 30, 35, 37, 39, 41, 43, 44, 57, 58, 61, 67, 69, 72, 75, 77, 83, 89, 102, 104, 105, 106, 107, 108, 109, 110, 112, 113, 115, 116], "gp": [0, 1, 33, 70, 77, 105, 106, 107, 110], "gcp": [0, 1, 26, 95, 107, 109, 110], "provid": [0, 1, 7, 94, 102, 104, 109, 114, 117], "start": [0, 1, 17, 102, 106, 107, 111, 114, 115, 117], "from": [0, 1, 4, 7, 9, 10, 11, 16, 23, 42, 53, 70, 100, 105, 106, 107, 108, 111, 112, 113, 114, 115, 116], "odm": [0, 1, 72, 102, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116], "3": [0, 1, 13, 17, 102, 105, 107, 109, 110, 117], "0": [0, 1, 5, 13, 17, 28, 33, 48, 53, 58, 69, 79, 80, 81, 100, 103, 105, 106, 108, 109, 111, 112, 117], "2": [0, 1, 35, 53, 94, 102, 105, 106, 107, 109, 110, 111, 115, 117], "peopl": [0, 106, 108, 111, 117], "can": [0, 1, 4, 7, 9, 10, 11, 16, 28, 30, 32, 34, 39, 44, 49, 54, 58, 61, 68, 70, 71, 73, 74, 91, 96, 102, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "suppli": [0, 105, 106, 111], "refer": [0, 8, 102, 107, 109, 117], "georefer": 0, "program": [0, 1, 8, 11, 103, 108, 111, 117], "output": [0, 1, 2, 3, 7, 12, 13, 17, 32, 36, 38, 49, 58, 101, 107, 108, 109, 117], "The": [0, 1, 4, 7, 8, 9, 11, 16, 27, 28, 35, 38, 83, 101, 104, 105, 106, 107, 108, 109, 110, 112, 113, 115, 117], "reconstruct": [0, 1, 3, 4, 7, 9, 23, 26, 30, 37, 39, 61, 97, 110, 111, 113], "initi": [0, 117], "perform": [0, 1, 8, 33, 57, 63, 102, 108, 109, 117], "subsequ": [0, 105, 106], "model": [0, 1, 20, 21, 23, 29, 71, 107, 108, 109, 110], "via": [0, 1, 9, 11, 63, 107, 108, 109, 117], "linear": [0, 117], "scale": [0, 7, 109, 110, 117], "rotat": [0, 117], "shift": [0, 108, 110], "oper": [0, 102, 117], "If": [0, 1, 7, 23, 26, 28, 30, 68, 72, 102, 105, 106, 107, 108, 109, 110, 112, 114, 117], "you": [0, 1, 4, 7, 9, 23, 26, 28, 30, 45, 46, 47, 49, 60, 61, 63, 68, 71, 73, 74, 95, 102, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 116], "call": [0, 105, 106, 108, 109, 117], "laz": [0, 1, 3, 113], "la": [0, 1, 3, 107, 117], "tif": [0, 111, 112, 113, 117], "singl": [0, 1, 7, 29, 58, 105, 107, 111, 117], "band": [0, 1, 107, 112, 117], "geotiff": [0, 1, 3, 8, 46, 107, 113], "dem": [0, 1, 3, 20, 21, 36, 49, 71, 73, 92, 107, 109, 117], "automat": [0, 1, 3, 4, 5, 6, 9, 13, 30, 72, 75, 105, 106, 108, 109, 117], "detect": [0, 9, 105, 106, 108, 117], "attempt": 0, "thi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116], "ha": [0, 1, 7, 8, 11, 61, 68, 104, 105, 106, 108, 109, 110, 112, 114, 116, 117], "anoth": [0, 1, 9, 10, 103, 105, 106, 108, 117], "name": [0, 1, 7, 61, 102, 105, 106, 107, 109, 111, 112, 117], "specifi": [0, 1, 5, 7, 9, 10, 61, 105, 106, 108, 117], "path": [0, 1, 3, 7, 10, 12, 27, 28, 83, 102, 105, 106, 107, 108, 109, 117], "must": [0, 11, 105, 106, 109, 110], "creat": [0, 1, 8, 11, 13, 102, 105, 106, 107, 108, 109, 111, 112, 113], "base": [0, 1, 4, 33, 105, 106, 108, 109, 117], "your": [0, 1, 7, 9, 30, 60, 62, 69, 102, 105, 106, 107, 108, 109, 111, 113, 114, 117], "project": [0, 1, 9, 40, 102, 104, 105, 106, 107, 108, 109, 110, 113, 114], "folder": [0, 1, 12, 40, 62, 105, 106, 108, 109, 112, 117], "learn": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "edit": [0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "help": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "improv": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "page": [0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "3d": [1, 4, 23, 71, 73, 85, 94, 104, 107, 109], "tile": [1, 8, 11, 52, 105, 107, 117], "gener": [1, 2, 7, 8, 11, 15, 17, 23, 24, 29, 44, 45, 47, 56, 57, 70, 71, 73, 74, 88, 92, 93, 104, 108, 110, 112, 116, 117], "ogc": [1, 2], "fals": [1, 2, 6, 14, 16, 20, 21, 23, 26, 29, 32, 41, 42, 44, 45, 46, 47, 49, 50, 51, 52, 54, 55, 57, 59, 60, 68, 71, 72, 73, 74, 75, 77, 86, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 107, 117], "align": [1, 107, 114], "string": [1, 3, 7, 9, 10, 27, 28, 61, 76, 83, 105, 106], "point": [1, 3, 9, 15, 19, 27, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 102, 107, 108, 109, 110, 115], "cloud": [1, 3, 4, 9, 19, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 107, 109, 110, 117], "should": [1, 3, 7, 9, 11, 62, 63, 82, 83, 105, 106, 108, 109, 112, 114, 117], "experiment": [1, 3, 6, 60, 63, 75, 117], "none": [1, 3, 4, 7, 8, 9, 11, 27, 28, 43, 63, 76, 83, 87, 91, 117], "auto": [1, 7, 61, 107, 109, 112, 117], "boundari": [1, 13, 107, 112, 117], "set": [1, 4, 5, 9, 17, 19, 24, 28, 30, 33, 43, 45, 46, 47, 53, 56, 58, 60, 63, 67, 69, 100, 103, 106, 107, 108, 113, 114, 117], "camera": [1, 4, 5, 28, 63, 68, 69, 70, 86, 103, 104, 105, 106, 107, 110, 112, 113, 114, 116], "shot": [1, 4, 5, 111, 112], "locat": [1, 4, 5, 7, 105, 107, 108, 110, 113], "limit": [1, 4, 7, 58, 107, 108, 110, 111, 117], "area": [1, 4, 7, 16, 17, 30, 39, 44, 85, 94, 105, 110, 111, 117], "remov": [1, 4, 18, 48, 53, 58, 107, 109, 117], "far": [1, 4, 108], "awai": [1, 4, 107], "background": [1, 4, 6, 107, 108, 115], "artifact": [1, 4, 9, 117], "sky": [1, 4, 107, 111], "landscap": [1, 4], "etc": [1, 4, 8, 9, 11, 102, 108, 109, 115, 117], "see": [1, 4, 7, 9, 68, 102, 103, 104, 105, 108, 109, 113, 114, 117], "also": [1, 4, 7, 18, 39, 48, 68, 102, 103, 104, 105, 107, 108, 109, 110, 112, 114, 115, 116, 117], "distanc": [1, 16, 17, 18, 32, 48, 105, 107, 110, 117], "posit": [1, 5, 13, 15, 17, 19, 30, 33, 35, 38, 53, 58, 69, 70, 78, 79, 80, 81, 82, 84, 100, 101, 105, 110, 113, 117], "float": [1, 5, 13, 18, 19, 30, 48, 53, 58, 78, 79, 80, 81], "between": [1, 5, 7, 39, 84, 109, 110, 117], "outer": [1, 5], "edg": [1, 5, 9, 44], "when": [1, 5, 32, 61, 63, 72, 82, 85, 89, 96, 102, 103, 107, 108, 109, 110, 117], "comput": [1, 5, 6, 10, 16, 19, 25, 54, 59, 63, 75, 94, 107, 108, 117], "choos": [1, 5, 7, 8, 9, 25, 36, 61, 70, 85, 104, 108, 113, 117], "valu": [1, 5, 9, 16, 18, 19, 28, 30, 37, 48, 63, 69, 82, 105, 106, 110, 113, 117], "bg": [1, 107], "imag": [1, 6, 13, 19, 26, 28, 30, 32, 33, 35, 39, 62, 63, 67, 68, 70, 72, 75, 82, 84, 85, 89, 96, 97, 103, 105, 107, 110, 112, 113, 114, 116], "mask": [1, 4, 6, 75, 107, 113, 117], "ai": [1, 6, 75], "json": [1, 7, 10, 109, 113, 117], "geojson": [1, 107, 117], "polygon": [1, 44, 107, 117], "either": [1, 7, 8, 10, 105, 106, 117], "file": [1, 7, 8, 10, 11, 27, 28, 29, 42, 83, 88, 93, 95, 100, 102, 103, 107, 108, 109, 111, 112, 113, 117], "repres": [1, 7, 10, 117], "content": [1, 7, 10], "build": [1, 20, 21, 105, 107, 108, 117], "overview": [1, 11, 107, 115, 117], "orthophoto": [1, 8, 36, 67, 71, 92, 94, 107, 109, 112, 116], "faster": [1, 8, 32, 34, 70, 94, 108], "displai": [1, 8, 11, 99, 105, 107, 117], "qgi": [1, 8, 11, 107, 112, 113, 117], "len": [1, 104, 107], "perspect": [1, 107], "brown": [1, 107], "fishey": [1, 107], "fisheye_opencv": [1, 9], "spheric": [1, 107], "equirectangular": [1, 9], "dual": [1, 9], "type": [1, 4, 8, 9, 11, 105, 107, 108, 110, 117], "manual": [1, 30, 107, 109], "geometr": [1, 9, 107], "undistort": [1, 9, 113], "By": [1, 4, 9, 36, 106, 117], "applic": [1, 9, 11, 107, 108, 114], "tri": [1, 9, 103], "determin": [1, 9, 117], "metadata": [1, 9, 113], "paramet": [1, 4, 7, 8, 9, 10, 11, 20, 21, 45, 46, 47, 49, 78, 79, 80, 81, 96, 107, 108, 112, 116], "dataset": [1, 4, 7, 10, 13, 15, 22, 36, 40, 42, 59, 61, 62, 64, 66, 70, 72, 77, 82, 97, 102, 107, 110, 112, 114, 116, 117], "instead": [1, 10, 11, 67, 69, 88, 94, 95, 102, 105, 108, 109, 110, 114], "calcul": [1, 10, 19], "them": [1, 7, 10, 28, 107, 108, 117], "cog": [1, 107], "optim": [1, 8, 50, 96, 107, 110, 117], "normal": [1, 4, 11, 89, 107, 112, 117], "copi": [1, 7, 8, 102, 107, 117], "result": [1, 12, 15, 32, 54, 65, 68, 70, 71, 73, 94, 96, 105, 108, 109, 110, 112, 117], "after": [1, 7, 12, 84, 102, 105, 107, 108, 112], "process": [1, 4, 7, 12, 22, 32, 35, 39, 42, 54, 56, 61, 63, 65, 66, 72, 89, 100, 107, 108, 109, 110, 112, 116], "crop": [1, 7, 44, 107, 113, 117], "smooth": [1, 13, 117], "buffer": [1, 4, 8, 13], "around": [1, 13, 44, 58, 105, 117], "shrunk": [1, 13], "n": [1, 13, 17, 53, 58, 105, 106, 110, 112], "meter": [1, 13, 28, 30, 58, 80, 81, 105, 106, 109, 110, 117], "disabl": [1, 13, 17, 53, 58, 59, 67, 108, 113, 117], "decim": [1, 107], "integ": [1, 15, 17, 33, 35, 37, 38, 39, 67, 69, 82, 84, 100, 101], "befor": [1, 15, 16, 102, 105, 117], "1": [1, 7, 15, 37, 67, 78, 102, 107, 109, 110, 113, 117], "full": [1, 4, 7, 8, 15, 23, 71, 94, 103, 117], "qualiti": [1, 15, 19, 32, 60, 67, 103, 107, 110], "100": [1, 15, 97, 108, 109], "99": [1, 15, 108], "speed": [1, 8, 15, 97, 110, 117], "up": [1, 7, 15, 56, 97, 107, 108, 109, 114], "veri": [1, 9, 15, 34, 77, 97, 109, 110, 114], "larg": [1, 4, 7, 9, 15, 30, 60, 77, 82, 97, 107, 114, 117], "euclidean": [1, 107], "map": [1, 7, 8, 11, 104, 105, 107, 117], "an": [1, 8, 16, 23, 32, 42, 62, 102, 103, 105, 106, 107, 108, 109, 110, 112, 114, 117], "raster": [1, 8, 11, 16, 113, 117], "each": [1, 16, 56, 62, 72, 82, 85, 105, 108, 109, 110, 112, 117], "report": [1, 16, 107], "cell": [1, 16], "nearest": [1, 16, 17, 33, 34], "nodata": [1, 16], "ani": [1, 4, 7, 16, 86, 108, 113, 114, 117], "hole": [1, 16], "fill": [1, 7, 16, 17, 57], "take": [1, 8, 11, 16, 19, 24, 56, 63, 108, 109, 110, 117], "place": [1, 11, 16, 102, 105, 107, 108, 109, 110, 112, 115, 117], "isol": [1, 16, 117], "have": [1, 4, 7, 9, 16, 26, 28, 42, 60, 62, 72, 82, 88, 95, 103, 104, 105, 108, 109, 110, 111, 112, 117], "been": [1, 7, 9, 16, 72, 103, 108, 112, 114, 116, 117], "gapfil": [1, 107, 117], "step": [1, 36, 56, 102, 107, 109], "number": [1, 7, 17, 35, 39, 63, 82, 99, 100, 108, 109, 110, 117], "gap": [1, 17, 57], "radiu": [1, 17, 58, 81, 84, 117], "equal": [1, 17], "resolut": [1, 8, 17, 32, 35, 58, 67, 107, 117], "differ": [1, 7, 9, 17, 103, 108, 112, 113, 117], "ar": [1, 7, 17, 26, 30, 36, 37, 63, 69, 70, 72, 82, 84, 86, 92, 96, 102, 104, 105, 106, 107, 108, 109, 110, 112, 113, 114, 115, 117], "progress": [1, 7, 17, 20, 110, 117], "bigger": [1, 17, 110, 117], "invers": [1, 17], "weight": [1, 17], "idw": [1, 17], "algorithm": [1, 17, 25, 34, 107, 109], "merg": [1, 17, 22, 64, 66, 76, 77, 107, 113, 117], "togeth": [1, 17, 107, 114], "remain": [1, 17, 109, 117], "neighbor": [1, 17, 34, 84, 107], "interpol": [1, 17, 117], "dsm": [1, 18, 107, 117], "dtm": [1, 18, 57, 107, 117], "cm": [1, 18, 48, 117], "pixel": [1, 18, 48, 101, 105, 117], "note": [1, 11, 18, 48, 69, 117], "cap": [1, 18, 32, 48], "2x": [1, 18], "ground": [1, 18, 20, 21, 27, 32, 48, 57, 107, 110, 113, 115, 117], "sampl": [1, 18, 32, 48, 105, 107], "gsd": [1, 4, 18, 48, 107, 110, 117], "estim": [1, 18, 32, 48, 59], "To": [1, 18, 48, 105, 107, 108, 109, 111, 117], "check": [1, 18, 20, 21, 48, 107], "ignor": [1, 18, 48, 107, 117], "5": [1, 18, 48, 53, 80, 105, 109, 110, 117], "tag": [1, 20, 21, 30, 63, 95, 102, 105], "digit": [1, 20, 21, 63, 107, 109, 113], "surfac": [1, 20, 113, 117], "object": [1, 20, 105, 117], "morpholog": [1, 20, 21, 78, 79, 80, 81, 117], "filter": [1, 4, 20, 21, 58, 78, 79, 80, 81, 107, 117], "finer": [1, 20, 21], "tune": [1, 20, 21], "terrain": [1, 9, 21, 110, 113, 117], "onli": [1, 7, 9, 21, 58, 64, 67, 70, 71, 73, 102, 105, 106, 108, 109, 113, 117], "simpl": [1, 7, 21, 78, 79, 80, 81, 105, 106, 117], "smrf": [1, 21, 107, 117], "end": [1, 102, 107, 117], "split": [1, 22, 36, 60, 64, 66, 76, 77, 107, 117], "opensfm": [1, 9, 22, 64, 66, 109, 113, 117], "openmv": [1, 22, 64, 66], "odm_filterpoint": [1, 22, 64, 66], "odm_mesh": [1, 22, 64, 66, 113], "mvs_textur": [1, 22, 64, 66], "odm_georeferenc": [1, 22, 64, 66, 112, 113, 117], "odm_dem": [1, 22, 64, 66, 113], "odm_orthophoto": [1, 22, 64, 66, 112, 113, 117], "odm_report": [1, 22, 64, 66, 112], "odm_postprocess": [1, 22, 64, 66], "stage": [1, 22, 42, 64, 66], "fast": [1, 7, 34, 103, 107, 117], "skip": [1, 23, 77, 107, 108, 111, 117], "dens": [1, 23, 113], "It": [1, 7, 23, 61, 102, 103, 105, 117], "directli": [1, 23, 117], "spars": [1, 4, 23], "just": [1, 7, 23, 102, 103, 108, 109, 117], "need": [1, 7, 23, 27, 28, 60, 71, 73, 74, 83, 102, 105, 107, 109, 110, 114, 117], "do": [1, 7, 23, 41, 102, 105, 106, 107, 108, 110, 111, 112, 114, 117], "turn": [1, 23, 60, 68, 91, 96, 117], "featur": [1, 4, 11, 44, 67, 85, 102, 107, 108, 110, 113, 117], "ultra": [1, 24, 56, 60, 117], "high": [1, 24, 26, 30, 56, 60, 105, 107, 110], "medium": [1, 7, 8, 11, 24, 56], "low": [1, 4, 7, 9, 24, 56, 105, 107, 110], "lowest": [1, 24, 56, 117], "extract": [1, 24, 25, 39, 67, 100, 101, 117], "higher": [1, 19, 24, 56, 108, 109, 110, 117], "better": [1, 24, 32, 56, 70, 110, 112, 116, 117], "requir": [1, 7, 24, 35, 56, 102, 103, 104, 105, 107, 109, 110, 117], "more": [1, 4, 7, 9, 11, 24, 34, 37, 39, 53, 56, 102, 105, 106, 107, 109, 110, 113, 114, 115, 117], "memori": [1, 4, 24, 32, 35, 56, 60, 107, 109, 117], "longer": [1, 19, 24, 56, 117], "akaz": [1, 25], "hahog": [1, 25], "orb": [1, 25], "sift": [1, 25], "keypoint": [1, 25], "descriptor": [1, 25], "forc": [1, 9, 105, 107], "exif": [1, 26, 33, 63, 105, 107, 109], "data": [1, 7, 8, 11, 26, 33, 89, 104, 105, 106, 107, 108, 109, 110, 113, 116], "even": [1, 26, 41, 102, 109, 117], "present": [1, 26, 69, 112, 117], "precis": [1, 26, 30, 105, 110], "measur": [1, 26, 105, 107, 110], "doe": [1, 4, 8, 11, 26, 67, 110, 117], "noth": [1, 7, 26], "contain": [1, 27, 28, 62, 105, 106, 108, 110, 117], "control": [1, 19, 27, 30, 49, 83, 107, 109, 110, 115, 117], "follow": [1, 9, 27, 28, 83, 102, 105, 108, 109, 112, 113, 115, 116, 117], "format": [1, 7, 11, 27, 28, 50, 51, 52, 55, 83, 106, 107, 111, 113, 115], "epsg": [1, 7, 27, 28, 105, 106], "code": [1, 27, 28, 40, 102, 105, 106, 109, 112, 113, 114, 117], "proj": [1, 27, 28, 105, 106], "definit": [1, 27, 28], "geo_x": [1, 27, 28, 105, 106], "geo_i": [1, 27, 28, 105, 106], "geo_z": [1, 27, 28, 105, 106], "im_x": [1, 27, 105], "im_i": [1, 27, 105], "image_nam": [1, 27, 28, 83, 105, 106], "gcp_name": [1, 27, 105], "extra1": [1, 27, 105], "extra2": [1, 27, 105], "geo": [1, 105, 106, 107], "geoloc": [1, 28, 107], "center": [1, 28, 105], "coordin": [1, 7, 28, 105, 106, 113, 117], "don": [1, 28, 42, 74, 102, 108, 117], "t": [1, 28, 42, 60, 74, 102, 105, 108, 109, 110, 114, 115, 117], "yaw": [1, 28, 106], "pitch": [1, 28, 106], "roll": [1, 28, 96, 106, 107, 110], "degre": [1, 28, 106, 110, 117], "horz": [1, 28, 106], "accuraci": [1, 28, 54, 59, 68, 106, 107], "vert": [1, 28, 106], "gltf": [1, 107], "binari": [1, 29, 108], "glb": [1, 29], "textur": [1, 29, 107, 109, 115], "dilut": [1, 30], "dop": [1, 30], "inform": [1, 7, 11, 30, 95, 102, 103, 105, 106, 109, 110, 111, 115, 117], "all": [1, 7, 9, 11, 30, 36, 63, 69, 89, 102, 104, 105, 107, 108, 109, 112, 114, 117], "rtk": [1, 30, 105, 106, 110], "accordingli": [1, 30], "case": [1, 8, 9, 11, 30, 108, 111, 117], "fail": [1, 9, 30, 117], "lower": [1, 8, 30, 32, 117], "sometim": [1, 8, 30, 32, 34, 96, 106, 108, 114, 117], "bowl": [1, 9, 30, 96, 109, 117], "effect": [1, 30, 109, 110, 114, 117], "over": [1, 9, 30, 79, 109, 111, 113, 117], "10": [1, 30, 103, 105, 106, 108, 110, 117], "show": [1, 4, 7, 9, 11, 31, 102, 109, 110, 117], "messag": [1, 14, 31, 98, 108, 109, 117], "exit": [1, 31, 99, 117], "maximum": [1, 32, 35, 38, 100, 101, 108], "resiz": [1, 32, 103, 107], "necessari": [1, 32, 103, 108, 114, 117], "usag": [1, 7, 32, 42, 60, 107, 117], "sinc": [1, 32, 103, 110, 112, 117], "slightli": [1, 32, 117], "matcher": [1, 107, 117], "match": [1, 7, 8, 33, 34, 39, 110, 113, 117], "triangul": [1, 33, 70, 117], "bow": [1, 34], "bruteforc": [1, 34], "flann": [1, 34, 117], "librari": [1, 34], "approxim": [1, 34], "bag": [1, 34], "word": [1, 4, 34, 109], "slower": [1, 34, 103], "stabl": [1, 34, 102, 108, 117], "miss": [1, 34, 105, 108, 115], "valid": [1, 7, 34, 109, 117], "slow": [1, 34, 39], "robust": [1, 9, 34], "max": [1, 9, 107, 117], "concurr": [1, 107, 108, 117], "variou": [1, 7, 9, 11, 35, 108], "peak": [1, 35], "1gb": [1, 35], "per": [1, 35, 39, 82, 109, 117], "thread": [1, 35], "megapixel": [1, 35], "4": [1, 35, 105, 107, 110, 112, 117], "pointcloud": [1, 36], "what": [1, 36, 102, 107, 108, 109, 114], "avail": [1, 36, 41, 42, 70, 103, 105, 106, 107, 108, 109, 117], "mesh": [1, 85, 86, 94, 107, 109, 113, 115, 117], "octre": [1, 107, 117], "depth": [1, 107, 117], "x": [1, 37, 105, 106, 108, 117], "14": [1, 37], "increas": [1, 8, 37, 54, 56, 105, 117], "get": [1, 4, 37, 63, 102, 107, 110, 114, 117], "vertic": [1, 37, 106, 107, 110, 117], "recommend": [1, 9, 37, 61, 107, 109, 110, 115, 117], "8": [1, 11, 37, 105, 108, 110, 117], "12": [1, 37, 108, 110, 117], "11": [1, 37, 105, 110, 117], "size": [1, 8, 11, 107, 110, 117], "vertex": [1, 7, 38], "count": [1, 38], "200000": [1, 38], "min": [1, 107, 117], "num": [1, 107, 117], "minimum": [1, 39, 105, 117], "find": [1, 7, 39, 102, 105, 108, 109, 115, 117], "potenti": [1, 8, 39], "allow": [1, 7, 8, 11, 39, 42, 108, 109, 117], "littl": [1, 39, 117], "overlap": [1, 7, 39, 44, 105, 107, 109, 117], "insuffici": [1, 39], "down": [1, 39, 117], "10000": [1, 39, 117], "e": [1, 40, 102, 105, 106, 109, 114, 117], "subfold": [1, 40, 62], "within": [1, 7, 40, 105, 110, 114, 117], "gpu": [1, 4, 7, 8, 9, 11, 107, 108, 117], "acceler": [1, 41], "": [1, 7, 41, 61, 102, 103, 104, 105, 106, 108, 110, 114, 117], "disk": [1, 7, 11, 103, 107, 108, 117], "space": [1, 103, 105, 107, 108, 117], "delet": [1, 42, 65], "heavi": [1, 42], "intermedi": [1, 42], "affect": [1, 9, 42, 67, 110, 117], "abil": [1, 42], "restart": [1, 42, 108, 117], "pipelin": [1, 42, 65, 103, 109, 115], "machin": [1, 42, 60, 102, 107, 109], "suffici": [1, 7, 42, 105, 117], "compress": [1, 11, 107, 117], "jpeg": [1, 43, 117], "lzw": [1, 43], "packbit": [1, 43], "deflat": [1, 43, 117], "lzma": [1, 43], "cutlin": [1, 107, 117], "cut": [1, 44, 117], "stitch": [1, 44, 107], "seamless": [1, 44], "mosaic": [1, 44], "multipl": [1, 44, 76, 88, 108, 109, 112], "kmz": [1, 107, 117], "want": [1, 7, 8, 45, 46, 47, 95, 102, 105, 107, 108, 109, 111, 117], "googl": [1, 45], "earth": [1, 45, 114, 117], "render": [1, 8, 9, 45, 47], "stripe": [1, 11, 46], "png": [1, 107, 111, 113, 117], "pc": [1, 19, 107, 108, 117], "classifi": [1, 57, 107, 117], "behavior": [1, 49, 102, 117], "tweak": [1, 49, 103, 117], "copc": [1, 107], "save": [1, 8, 50, 71, 73, 74, 107, 108, 117], "csv": [1, 105, 107, 113, 117], "export": [1, 51, 52, 55, 107, 117], "ept": [1, 107], "entwin": [1, 52], "deviat": [1, 53], "than": [1, 7, 11, 53, 84, 102, 105, 107, 109, 117], "standard": [1, 9, 53, 110, 117], "local": [1, 11, 53, 97, 107, 110, 117], "mean": [1, 4, 53, 57, 108], "denser": [1, 19, 56], "time": [1, 4, 7, 8, 9, 11, 54, 56, 69, 71, 73, 74, 107, 108, 110, 114, 117], "roughli": [1, 56], "factor": [1, 8, 56, 110, 117], "4x": [1, 56], "rectifi": [1, 107], "rectif": [1, 57], "wrongli": [1, 57], "re": [1, 57, 102, 114, 117], "keep": [1, 11, 58, 105, 107, 115, 117], "duplic": [1, 58], "consist": [1, 54, 59, 117], "depthmap": [1, 54, 59, 60, 107, 113, 117], "mai": [1, 7, 9, 59, 102, 113, 117], "usabl": [1, 59], "larger": [1, 4, 7, 8, 59, 105, 110, 117], "reduc": [1, 8, 60, 105, 109, 110, 117], "fusion": [1, 9, 60], "scene": [1, 9, 54, 60, 70, 107, 112], "doesn": [1, 60, 102], "much": [1, 4, 7, 11, 60, 70, 108, 114, 117], "ram": [1, 4, 7, 8, 9, 11, 60, 103, 117], "ve": [1, 60, 108, 117], "primari": [1, 7, 107], "multispectr": [1, 61, 63, 72, 107, 116], "which": [1, 9, 11, 61, 102, 104, 108, 109, 110, 112, 115, 116, 117], "sharp": [1, 61, 85, 105], "detail": [1, 61, 102, 110], "focu": [1, 61, 117], "radiometr": [1, 89, 106, 107, 112, 116], "calibr": [1, 104, 106, 107, 112, 116], "sun": [1, 63, 110, 117], "thermal": [1, 63, 107], "obtain": [1, 63, 117], "reflect": [1, 63, 112], "temperatur": [1, 63, 116, 117], "otherwis": [1, 7, 63, 105, 109, 117], "appli": [1, 7, 63, 108, 117], "black": [1, 63, 111, 117], "level": [1, 11, 63, 107, 110, 117], "vignet": [1, 63], "row": [1, 63, 103], "gradient": [1, 63, 117], "gain": [1, 63], "exposur": [1, 63], "compens": [1, 63], "appropri": [1, 4, 63, 107, 117], "found": [1, 63, 105, 108, 109, 117], "absolut": [1, 63, 110], "correct": [1, 9, 63, 68, 105, 112, 117], "plu": [1, 63, 102], "spectral": [1, 63], "radianc": [1, 63], "regist": [1, 63], "downwel": [1, 63], "light": [1, 63, 107], "sensor": [1, 9, 63, 69, 104, 110, 112], "dl": [1, 63], "consider": [1, 63, 117], "angl": [1, 7, 9, 63, 70, 106, 117], "rerun": [1, 107], "stop": [1, 64, 108, 109, 114, 117], "perman": [1, 65], "previou": [1, 65, 108], "shutter": [1, 96, 107, 110], "were": [1, 68, 102], "taken": [1, 9, 68, 96, 110, 117], "motion": [1, 68, 70, 115], "readout": [1, 68, 107], "overrid": [1, 19, 69, 106], "millisecond": [1, 69], "databas": [1, 9, 69], "sfm": [1, 107], "increment": [1, 70, 110], "planar": [1, 70, 94, 105], "structur": [1, 11, 70, 105, 107, 115], "For": [1, 70, 103, 105, 107, 108, 109, 110, 111, 117], "aerial": [1, 70, 110], "captur": [1, 7, 70, 112, 116, 117], "fix": [1, 70, 107, 108], "altitud": [1, 70, 110], "nadir": [1, 4, 70, 117], "3dmodel": [1, 107], "2d": [1, 8, 11, 71, 117], "postprocess": [1, 72], "alreadi": [1, 7, 72, 102, 103, 105, 108, 109, 114, 117], "pdf": [1, 74, 110, 117], "sm": [1, 107, 109], "cluster": [1, 82, 84, 107, 117], "url": [1, 76, 102], "clusterodm": [1, 76, 107], "instanc": [1, 7, 8, 76, 107, 109, 110], "distribut": [1, 76, 103, 105, 107, 108, 117], "workflow": [1, 76, 109, 112, 117], "node": [1, 76, 108, 109, 117], "parallel": [1, 76, 108, 109, 117], "submodel": [1, 77, 82, 84, 109], "good": [1, 4, 77, 102, 105, 110, 112, 115, 117], "enough": [1, 77, 117], "scalar": [1, 107, 117], "elev": [1, 78, 80, 105, 107, 113], "25": [1, 78, 110], "slope": [1, 107, 117], "rise": [1, 79], "run": [1, 7, 79, 97, 102, 107, 109, 112], "15": [1, 79, 103, 105, 117], "threshold": [1, 107, 117], "window": [1, 102, 103, 107, 117], "18": [1, 81, 108, 117], "averag": [1, 82, 109, 110, 117], "smaller": [1, 4, 82, 110, 117], "group": [1, 82, 84, 107, 109, 117], "regul": [1, 82], "999999": [1, 82], "how": [1, 9, 83, 107, 108, 109, 110, 117], "group_namedefault": [1, 83], "closer": [1, 84], "ad": [1, 84, 97, 107, 108, 109, 114], "ensur": [1, 7, 84, 105, 117], "150": [1, 84], "unseen": [1, 107], "face": [1, 107, 117], "seen": [1, 86, 105], "materi": [1, 105, 107, 117], "obj": [1, 88, 113], "ones": [1, 88, 114, 117], "global": [1, 97, 107, 110], "seam": [1, 107], "color": [1, 89, 90, 105, 111, 113, 117], "across": [1, 89], "blend": [1, 90], "static": [1, 92, 108, 109], "suitabl": [1, 92], "viewer": [1, 92, 107], "like": [1, 4, 7, 8, 92, 105, 108, 113, 114, 117], "leaflet": [1, 92], "openlay": [1, 92], "3dmesh": [1, 107], "5d": [1, 94, 117], "bit": [1, 94, 108, 117], "similar": [1, 7, 9, 94, 108, 109, 113, 114, 117], "param": [1, 107], "off": [1, 96, 107, 117], "dure": [1, 96, 103, 108, 110, 117], "bundl": [1, 96, 107, 117], "adjust": [1, 7, 96, 107, 108, 117], "exhibit": [1, 96], "dome": [1, 96, 107], "hybrid": [1, 107, 117], "everi": [1, 8, 11, 97, 108], "version": [1, 102, 107, 108, 109, 112, 117], "video": [1, 107], "frame": [1, 100, 101, 117], "500": [1, 100, 108, 117], "4000": [1, 101], "add": [1, 7, 103, 108, 109, 111, 117], "command": [1, 102, 107, 109, 112], "arguments_edit": 1, "debug": [1, 107, 117], "term": [1, 107, 110, 117], "outlier": [1, 107], "tone": [1, 107], "verbos": [1, 107], "option": [3, 4, 5, 9, 10, 12, 13, 15, 17, 18, 19, 22, 23, 24, 25, 27, 28, 30, 33, 34, 35, 36, 37, 38, 39, 40, 43, 48, 49, 53, 56, 58, 61, 62, 63, 64, 66, 67, 68, 69, 70, 72, 76, 78, 79, 80, 81, 82, 83, 84, 85, 87, 91, 94, 100, 101, 105, 106, 107, 108, 109, 113, 117], "boolean": [4, 8, 11], "domain": [4, 7, 8, 9, 11], "resourc": [4, 7, 8, 9, 11, 102, 107, 114, 115, 117], "impact": [4, 7, 8, 9, 11, 107, 108, 117], "cpu": [4, 7, 8, 9, 11, 107, 117], "hdd": [4, 7, 8, 9, 11], "seek": 4, "upon": 4, "k": 4, "convex": 4, "hull": 4, "20x": 4, "where": [4, 7, 103, 105, 111, 114, 115, 117], "might": [4, 7, 109, 112, 114, 116], "possibli": [4, 108, 114, 117], "consid": [4, 105, 110, 117], "due": [4, 7, 9, 11, 109], "presenc": [4, 7, 11], "thei": [4, 105, 106, 108, 112, 114, 116, 117], "part": [4, 7, 109, 112, 116], "desir": [4, 117], "meaning": 4, "imageri": [4, 117], "without": [4, 7, 108, 114, 117], "make": [4, 7, 103, 104, 105, 108, 109, 110, 117], "superflu": 4, "safe": [4, 7], "includ": [4, 7, 102, 105, 107, 108, 109, 111, 117], "In": [4, 8, 9, 11, 103, 105, 107, 108, 110, 115, 117], "other": [4, 7, 9, 102, 105, 107, 108, 110, 112, 114, 116], "choic": [4, 7, 103], "most": [4, 11, 105, 108, 117], "prevent": [4, 117], "grow": [4, 114], "needlessli": 4, "thing": [4, 108, 117], "treelin": 4, "out": [4, 7, 102, 107, 108, 109, 113, 114, 117], "Of": [4, 7], "error": [4, 7, 108, 109, 110, 113, 117], "becom": 4, "less": [4, 109, 110, 117], "decreas": [4, 110, 117], "being": [4, 8, 109], "webodm": [4, 7, 8, 11, 105, 107, 109, 110, 114, 115], "view": [4, 7, 11, 107, 109, 115], "extent": [4, 7, 8, 117], "bound": [4, 7, 117], "recosntruct": [4, 7], "compar": [4, 7, 11, 110, 117], "abov": [4, 7, 11, 108, 117], "therefor": [4, 9, 110, 117], "visual": [4, 117], "argument": 7, "serv": [7, 11], "constrain": [7, 114], "final": [7, 67, 103, 104, 117], "product": [7, 117], "box": [7, 105, 109, 117], "pass": [7, 108, 109, 112, 117], "specif": [7, 102, 108, 110, 115, 117], "subset": 7, "entir": [7, 117], "interest": [7, 114, 117], "further": [7, 109, 117], "given": [7, 11], "therebi": 7, "modifi": [7, 108, 117], "concern": 7, "possibl": [7, 102, 103, 109, 112, 116, 117], "One": [7, 8, 9], "function": [7, 102, 109, 117], "predefin": [7, 117], "aoi": [7, 117], "survei": [7, 105, 110, 117], "properti": [7, 8, 11, 117], "lot": [7, 103, 105, 117], "decid": [7, 109], "20m": 7, "overfli": 7, "so": [7, 102, 103, 105, 108, 110, 112, 114, 116, 117], "clean": [7, 107], "right": [7, 104, 108, 114, 117], "howev": [7, 109, 117], "flight": [7, 105, 107, 110], "height": [7, 107, 110], "border": 7, "home": [7, 102, 108, 117], "represent": 7, "clip": [7, 107], "insid": [7, 108, 114, 117], "focus": [7, 110], "beyond": 7, "http": [7, 11, 105, 108, 109, 110, 115, 117], "quick": 7, "webapp": 7, "open": [7, 102, 103, 105, 108, 112, 113, 114, 117], "link": [7, 102, 117], "pan": 7, "zoom": [7, 117], "preview": [7, 8, 11], "select": [7, 105, 107, 108, 117], "draw": 7, "menu": [7, 108], "left": [7, 117], "click": [7, 108, 117], "mani": [7, 102, 108, 109, 112, 116, 117], "close": [7, 108, 110, 117], "first": [7, 9, 102, 103, 105, 106, 108, 109, 114, 117], "abl": [7, 9, 108, 109, 112, 114, 116, 117], "onc": [7, 112, 117], "least": [7, 105, 107, 108, 109, 114, 117], "three": [7, 108, 114, 117], "darker": 7, "impli": 7, "now": [7, 108, 114, 117], "solid": 7, "look": [7, 102, 105, 108, 109, 110, 117], "readi": 7, "browser": [7, 108], "prompt": [7, 108], "alert": 7, "altern": [7, 103, 117], "past": 7, "text": [7, 117], "panel": [7, 8, 11, 108], "header": [7, 105], "textual": 7, "featurecollect": 7, "77": 7, "04460859298706": 7, "38": 7, "88532071975074": 7, "04014539718628": 7, "8801593862463": 7, "03295707702637": 7, "88331636291941": 7, "03965187072754": 7, "887959703337145": 7, "chosen": 7, "access": [7, 11, 102, 107, 108, 110, 113], "later": 7, "icon": [7, 108, 117], "system": [7, 102, 105, 108, 110], "clipboard": 7, "confirm": [7, 11], "its": [7, 9, 108, 110, 113, 114, 117], "enabl": [7, 11, 108, 109, 112, 116, 117], "org": [7, 108, 110, 115], "en": 7, "site": [7, 110], "forus": 7, "html": 7, "free": [7, 103, 108, 114, 117], "sourc": [7, 103, 108, 114, 117], "geograph": [7, 117], "wai": [7, 102, 108, 109, 114, 117], "setup": [7, 109, 112, 117], "There": [7, 107, 108, 117], "numer": 7, "opendronemap": [7, 8, 102, 108, 109, 110, 112, 114, 115, 117], "design": 7, "work": [7, 105, 108, 109, 112, 114, 116, 117], "leav": 7, "pictur": 7, "basemap": 7, "exactli": [7, 102, 117], "10m": 7, "method": [7, 87, 103, 117], "mind": [7, 11, 117], "skew": 7, "registr": 7, "occur": 7, "tool": [7, 11, 102, 107, 108], "begin": 7, "finish": [7, 107], "canva": 7, "outlin": [7, 117], "indic": [7, 9, 11, 105], "accept": [7, 117], "write": [7, 102, 109], "dialog": [7, 117], "bring": 7, "sub": [7, 110], "item": 7, "filenam": [7, 102, 105, 106, 111, 117], "written": 7, "cr": 7, "safest": 7, "4326": [7, 105, 106], "proivd": 7, "outsid": [7, 114, 117], "pyramid": [8, 11, 117], "tradeoff": 8, "power": [8, 117], "two": [8, 105, 107, 108, 109, 110, 114, 117], "128x128": 8, "256x256": 8, "store": [8, 11, 103, 108, 109, 113], "intern": [8, 11], "extern": 8, "sidecar": 8, "alwai": [8, 103, 109, 117], "nearli": 8, "some": [8, 9, 102, 105, 107, 108, 112, 113, 114, 117], "few": [8, 108, 117], "rel": [8, 110], "rare": [8, 9], "except": 8, "small": [8, 117], "paramount": 8, "read": [8, 11, 114, 115, 117], "softwar": [8, 11, 102, 107, 108, 110, 111, 114, 115, 117], "support": [8, 107, 109, 114], "closest": [8, 9], "signific": 8, "amount": [8, 108, 117], "retriev": [8, 9], "downscal": 8, "dynam": 8, "rapid": [8, 11], "navig": [8, 107, 108], "web": [8, 108, 109], "layer": [8, 11, 107, 113, 117], "demonstr": [8, 9, 102], "lack": [8, 11], "best": [9, 108, 109, 114, 117], "prefer": [9, 103, 108, 117], "wide": 9, "non": [9, 11, 103, 117], "legaci": [9, 11, 67], "360": [9, 117], "distort": [9, 104, 105, 109, 110, 117], "optic": 9, "platform": [9, 102, 109, 117], "record": [9, 102], "our": [9, 104, 107, 109, 114, 115, 117], "These": 9, "essenti": 9, "proper": [9, 108], "current": [9, 106, 108, 109, 117], "gopro": 9, "insta360": 9, "kodak": 9, "pixpro": 9, "doubt": 9, "try": [9, 108, 114], "As": [9, 107, 114, 117], "prior": [9, 109], "sever": [9, 103, 107, 108, 117], "introduc": 9, "wrong": [9, 117], "well": [9, 11, 108, 109, 114, 117], "collect": [9, 109, 117], "flat": 9, "homogenu": 9, "agricultur": 9, "field": [9, 105, 106, 107, 108], "properli": [9, 108, 117], "failur": 9, "often": [9, 108], "advis": [9, 110, 117], "hereaft": 11, "special": [11, 110, 117], "formul": 11, "advantag": [11, 117], "overivew": 11, "form": [11, 117], "becaus": [11, 109, 117], "attribut": 11, "go": [11, 102, 108, 109, 110, 114, 117], "host": [11, 102], "onlin": [11, 109], "getrang": 11, "request": [11, 107, 109], "capabl": [11, 117], "gi": [11, 110], "hold": 11, "whether": [11, 108], "With": 11, "quickli": [11, 109, 117], "print": [11, 14, 98], "gdalinfo": 11, "conform": 11, "spec": [11, 102, 117], "fact": 11, "78": 11, "mb": 11, "6": [11, 109, 110], "30": [11, 105, 110, 117], "below": [11, 102, 107, 108, 113, 117], "layout": 11, "meet": 11, "densiti": [19, 117], "produc": [19, 109, 110, 113, 117], "640": 19, "flag": [26, 59, 107, 108, 117], "urban": [54, 117], "largest": [67, 85, 117], "side": [67, 117], "purpos": [67, 106, 109, 117], "origin": [67, 113, 117], "2048": 67, "gmi": 85, "triangl": 85, "priorit": 85, "those": [85, 102, 107, 108, 110], "cover": [85, 105, 108], "gauss_clamp": 87, "gauss_damp": 87, "photometr": [87, 117], "gamma": 91, "one": [91, 102, 105, 107, 109, 110, 112, 117], "benchmark": 93, "runtim": [93, 117], "info": [93, 109, 117], "addit": [98, 102, 107, 114, 117], "consol": [98, 108, 109, 117], "reli": [102, 109, 117], "programm": 102, "involv": 102, "stuck": [102, 108], "problem": [102, 107, 117], "reach": 102, "great": [102, 104, 108], "question": [102, 107, 108], "answer": [102, 114, 117], "els": [102, 114, 117], "tip": [102, 107], "explor": [102, 108, 117], "touch": 102, "develop": [102, 107, 112, 114, 116], "new": [102, 107, 108, 109, 111, 114, 117], "track": [102, 113, 117], "github": [102, 105, 107, 108, 109, 114, 115, 117], "issu": [102, 107, 108, 114], "pleas": [102, 103, 108, 114, 117], "repositori": [102, 108, 114], "explain": [102, 114], "maintain": [102, 114], "reproduc": 102, "clear": [102, 117], "descript": [102, 117], "titl": [102, 110, 117], "identifi": 102, "describ": 102, "exact": [102, 112], "exampl": [102, 105, 106, 107, 108, 109, 110, 111, 117], "docker": [102, 103, 107, 108, 109, 112], "vagrant": 102, "g": [102, 105, 106, 114], "termin": [102, 108, 117], "list": [102, 105, 107, 108, 109, 111, 112, 116], "sai": [102, 114], "did": 102, "pasteabl": 102, "snippet": 102, "markdown": 102, "block": [102, 117], "observ": 102, "expect": [102, 105, 107], "why": [102, 107, 109, 114], "screenshot": 102, "anim": [102, 117], "gif": 102, "clearli": [102, 110], "maco": [102, 107], "linux": [102, 103, 107, 113, 117], "relat": [102, 110, 115], "post": [102, 105, 108], "guest": 102, "wasn": [102, 109], "trigger": 102, "action": 102, "happen": [102, 109, 117], "share": [102, 107, 112, 114, 116], "guidelin": [102, 104], "about": [102, 105, 108, 110, 115, 117], "configur": [102, 103, 108, 109, 117], "environ": [102, 113, 117], "A": [102, 105, 107, 108, 109, 110, 113, 114, 117], "releas": [102, 103, 108], "clone": [102, 108, 109], "master": [102, 115], "o": [102, 108], "virtual": [102, 107, 117], "vm": [102, 108], "short": 102, "here": [102, 108, 113, 114, 117], "reproduct": 102, "second": [102, 108, 109, 110, 117], "enter": [102, 117], "recent": 102, "didn": [102, 114, 117], "older": 102, "ye": [102, 103, 117], "No": [102, 103, 108, 112, 117], "reliabl": 102, "randomli": 102, "whenev": 102, "pep8": 102, "python": [102, 108, 117], "style": 102, "guid": [102, 104, 105, 107, 108, 110, 115], "newlin": 102, "avoid": [102, 117], "depend": [102, 105, 110, 117], "f": [102, 117], "gethomedirectori": 102, "directori": [102, 107, 108, 112], "join": 102, "concaten": 102, "tmpdir": 102, "rather": [102, 117], "tmp": 102, "temporari": [102, 107], "plain": 102, "return": [102, 108], "explicitli": 102, "Not": 102, "null": [102, 107], "undefin": 102, "photogrammetr": 103, "orthorectifi": 103, "hugin": 103, "util": 103, "moment": 103, "under": [103, 108, 117], "sell": 103, "sure": [103, 105, 108, 109, 117], "compli": 103, "particular": [103, 107], "disclos": 103, "nope": 103, "sorri": 103, "bui": 103, "ultim": 103, "solut": [103, 117], "upload": 103, "swapfil": 103, "both": [103, 108, 114, 117], "ssd": 103, "nvme": 103, "drive": [103, 117], "still": [103, 107, 117], "wsl2": 103, "wslconfig": 103, "microsoft": [103, 108], "document": [103, 108, 115, 117], "advanc": [103, 108], "wsl": 103, "swap": [103, 108], "128gb": 103, "cours": 103, "c": [103, 109], "temp": 103, "vhdx": 103, "partit": 103, "dedic": [103, 115, 117], "consult": 103, "search": [103, 108, 114], "engin": [103, 108], "humanitarian": 104, "openstreetmap": 104, "team": [104, 114, 117], "uav": [104, 110, 117], "mission": [104, 117], "prepar": [104, 114], "intend": [104, 117], "drone": [104, 105, 110, 114, 117], "island": 104, "mapper": 104, "dronedeploi": [104, 110], "success": [104, 108, 112, 114], "plan": [104, 107, 109], "challeng": [104, 117], "accur": [104, 106, 109, 110, 112, 117], "section": [104, 108, 115, 117], "doc": [104, 115], "referenc": 105, "know": [105, 109, 114, 117], "made": [105, 108], "typic": [105, 108, 117], "toffanin": [105, 108], "2019": [105, 110, 117], "exist": [105, 108, 117], "pavement": 105, "corner": [105, 117], "line": [105, 106, 107, 108, 109], "park": 105, "contrast": 105, "floor": 105, "target": [105, 108, 111, 117], "purchas": [105, 108], "ampl": 105, "varieti": 105, "rang": [105, 110, 117], "bucket": [105, 109], "lid": 105, "visibl": [105, 117], "illumin": [105, 110, 117], "veget": 105, "obstacl": 105, "procur": 105, "evenli": [105, 117], "horizont": [105, 106, 109, 110, 117], "job": [105, 110, 117], "footprint": [105, 110], "order": [105, 110, 117], "separ": [105, 112, 117], "perimet": 105, "utm": [105, 106], "zone": [105, 106], "ellp": [105, 106], "wgs84": [105, 106], "datum": [105, 106], "unit": [105, 106, 110], "m": [105, 106], "no_def": [105, 106], "eg": [105, 106, 113], "16n": [105, 106], "y": [105, 106, 108], "z": [105, 106], "associ": [105, 109, 113], "extra": [105, 106, 112], "tab": [105, 108], "nan": 105, "7th": 105, "column": [105, 106], "label": [105, 106, 108, 117], "544256": 105, "7": [105, 108, 110, 117], "5320919": 105, "9": [105, 110, 112], "3044": 105, "2622": 105, "img_0525": 105, "jpg": [105, 106, 109, 111, 112, 113], "544157": 105, "5320899": 105, "4193": 105, "1552": 105, "img_0585": 105, "544033": 105, "5320876": 105, "1606": 105, "2763": 105, "img_0690": 105, "gcp_list": [105, 113, 117], "txt": [105, 106, 109, 113, 117], "along": [105, 108, 114], "own": [105, 114, 117], "facto": 105, "import": [105, 108, 110, 113, 117], "photo": [105, 110, 111, 117], "pick": [105, 108], "load": [105, 107, 117], "demo": 105, "known": 105, "xyz": [105, 113, 117], "would": [105, 107, 114, 117], "proj4": 105, "someth": [105, 108, 109, 117], "37": [105, 117], "south": 105, "gcp01": 105, "529356": 105, "250827686": 105, "9251137": 105, "5643209": 105, "465": 105, "gcp02": 105, "530203": 105, "125367657": 105, "9250140": 105, "80991621": 105, "781": 105, "gcp03": 105, "530292": 105, "136003818": 105, "9250745": 105, "02372435": 105, "977": 105, "gcp04": 105, "gcp05": 105, "Then": [105, 108, 109, 117], "app": [105, 108, 117], "instal": [105, 107, 109], "plugin": 105, "com": [105, 108, 109, 110, 115, 117], "uav4geo": [105, 108], "gcpeditorpro": 105, "north": [105, 117], "east": 105, "main": [105, 109], "screen": [105, 108, 117], "respect": [105, 109, 117], "piero": [105, 108], "masseranolab": 105, "llc": 105, "embed": 106, "user": [106, 107, 108, 109, 114, 117], "wish": 106, "10th": 106, "dji_0028": 106, "91": 106, "9942096111111": 106, "46": 106, "84252125": 106, "198": 106, "609": 106, "dji_0032": 106, "9938293055556": 106, "8424584444444": 106, "contribut": [107, 109, 114], "anyon": 107, "knowledg": 107, "languag": 107, "translat": 107, "incomplet": 107, "english": 107, "20": [107, 108, 117], "percent": 107, "u": [107, 112, 116, 117], "transifex": 107, "czech": 107, "filipino": 107, "french": 107, "spanish": 107, "indonesian": 107, "swahili": 107, "telugu": 107, "quickstart": 107, "hardwar": 107, "alloc": 107, "download": 107, "launch": [107, 109, 117], "ubuntu": [107, 117], "debian": 107, "cento": 107, "rhel": 107, "fedora": 107, "arch": 107, "basic": [107, 112, 117], "troubleshoot": 107, "hello": 107, "tutori": [107, 113], "stockpil": 107, "volum": 107, "fieldwork": 107, "pattern": [107, 112], "log": 107, "singular": 107, "sif": 107, "bandwidth": 107, "who": [107, 114], "prep": 107, "droplet": 107, "pull": 107, "pin": 107, "assum": 107, "surviv": 107, "long": [107, 108, 109, 116], "potre": 107, "modul": 107, "appear": 107, "budget": 107, "ey": 107, "true": [107, 110, 117], "io": [107, 117], "complet": [107, 117], "task": [107, 108, 109, 110, 113], "scratch": 107, "geometri": 107, "polyon": 107, "toggl": [107, 117], "chang": [107, 108, 117], "vector": [107, 117], "rectilinear": 107, "practic": 107, "interfac": [107, 108], "posm": 107, "gcpi": 107, "editor": [107, 117], "pro": 107, "aspect": 107, "understand": [107, 114, 117], "autosc": 107, "acknowledg": 107, "fly": [107, 117], "sentera": 107, "agx710": 107, "commun": [107, 108, 110, 114, 115], "forum": [107, 108, 114, 115], "bug": 107, "templat": 107, "submit": [107, 114], "frequent": 107, "ask": [107, 108, 114], "my": [107, 109, 114, 117], "core": [107, 108], "nativ": 107, "licens": 107, "commerci": [107, 117], "asid": 107, "agplv3": 107, "excerpt": 108, "permiss": 108, "easiest": 108, "come": [108, 114, 117], "That": [108, 117], "said": 108, "ecoystem": 108, "themselv": 108, "direct": [108, 110, 117], "bare": 108, "64bit": 108, "manufactur": 108, "2010": 108, "gb": 108, "200": [108, 110], "latest": [108, 117], "16": [108, 117], "hundr": 108, "too": 108, "while": [108, 109, 110, 112, 116, 117], "graphic": 108, "card": 108, "linearli": 108, "40": [108, 117], "250": 108, "32": [108, 117], "1500": 108, "64": [108, 117], "2500": 108, "128": [108, 117], "3500": 108, "192": 108, "5000": 108, "256": [108, 117], "we": [108, 109, 110, 112, 114, 115, 116, 117], "manag": [108, 109, 117], "press": [108, 117], "ctrl": [108, 117], "esc": 108, "switch": 108, "On": [108, 113], "assist": 108, "ll": [108, 114, 117], "procedur": 108, "unfortun": 108, "vtx": 108, "matter": 108, "immedi": 108, "f2": 108, "f12": 108, "startup": 108, "boot": 108, "vt": 108, "common": [108, 117], "kei": [108, 109, 117], "vendor": 108, "git": [108, 109, 117], "scm": 108, "www": [108, 110], "forget": 108, "execut": [108, 109, 117], "toolbox": 108, "v18": 108, "09": [108, 110], "dockertoolbox": 108, "ex": 108, "profession": 108, "newer": 108, "win": 108, "20for": 108, "20window": 108, "20instal": 108, "NOT": 108, "mess": 108, "desktop": 108, "think": [108, 117], "emul": 108, "certain": [108, 109, 110, 111, 117], "virtualbox": 108, "acpi": 108, "shutdown": 108, "move": [108, 110, 117], "slider": 108, "60": [108, 117], "70": [108, 117], "50": [108, 117], "processor": 108, "ok": [108, 109, 114], "trai": 108, "white": [108, 111, 117], "whale": 108, "half": 108, "gui": 108, "brows": 108, "succeed": 108, "back": [108, 117], "easili": 108, "futur": [108, 117], "bash": [108, 117], "sh": [108, 117], "compon": [108, 109], "nodeodm": [108, 109, 115, 117], "greet": 108, "localhost": [108, 109], "8000": 108, "ip": [108, 109], "address": [108, 109, 117], "connect": [108, 109, 117], "168": 108, "replac": [108, 117], "modern": 108, "mac": 108, "sierra": 108, "sysctl": 108, "kern": 108, "hv_support": 108, "respons": [108, 114], "continu": [108, 117], "old": [108, 117], "dmg": 108, "sourceforg": 108, "net": 108, "osx": 108, "bar": 108, "verifi": 108, "world": [108, 109, 110, 117], "simpli": [108, 109, 111, 114, 117], "appl": 108, "117": 108, "doubl": 108, "cd": [108, 109, 117], "accord": [108, 110], "websit": 108, "offici": [108, 112], "sole": 108, "four": 108, "pip": 108, "cannot": 108, "instruct": [108, 109, 117], "sudo": [108, 117], "apt": [108, 117], "updat": [108, 109, 117], "curl": 108, "fssl": 108, "yum": 108, "dnf": 108, "pacman": 108, "sy": 108, "dockercompos": 108, "script": [108, 112, 117], "isn": [108, 117], "compos": 108, "22": 108, "f46880f": 108, "cool": 108, "ever": 108, "encount": 108, "care": [108, 117], "guess": 108, "prefix": 108, "port": [108, 109, 117], "network": [108, 109, 110, 117], "80": [108, 117], "reset": 108, "admin": 108, "password": 108, "resetadminpassword": 108, "newpass": 108, "everyth": [108, 113, 117], "media": 108, "dir": [108, 117], "webodm_result": 108, "welcom": 108, "familiar": [108, 117], "yourself": 108, "dashboard": [108, 117], "notic": 108, "same": [108, 109, 111, 112, 117], "congratul": 108, "repeat": [108, 109], "rm": [108, 109, 112, 117], "p": [108, 109, 110, 117], "3000": [108, 109, 117], "q": [108, 117], "token": [108, 109], "secret": 108, "hub": 108, "protect": 108, "unauthor": 108, "button": [108, 117], "hostnam": [108, 109], "went": 108, "chunk": 109, "thu": [109, 117], "thousand": 109, "propag": 109, "could": [109, 112, 113, 117], "caus": [109, 117], "13": [109, 110, 117], "000": [109, 117], "bank": [109, 117], "tanzania": [109, 117], "flood": [109, 117], "prone": [109, 117], "msimbasi": [109, 117], "basin": [109, 117], "dar": [109, 117], "salaam": [109, 117], "sequenti": 109, "easi": 109, "ti": [109, 117], "v": [109, 112, 117], "400": 109, "image_group": [109, 117], "belong": [109, 117], "01": [109, 117], "02": 109, "03": [109, 117], "b": [109, 117], "04": [109, 117], "05": [109, 110], "orchestr": 109, "3001": 109, "8080": 109, "telnet": 109, "escap": [109, 113, 117], "charact": [109, 117], "api": [109, 115], "At": [109, 110], "800": 109, "120": 109, "interrog": [109, 117], "del": 109, "lock": [109, 117], "forward": [109, 117], "unlock": 109, "resum": 109, "rout": 109, "taskid": 109, "cancel": 109, "asr": 109, "viewcmd": 109, "last": [109, 117], "activ": [109, 117], "offlin": 109, "l": [109, 110], "autoscal": 109, "date": 109, "amazon": [109, 117], "ocean": [109, 117], "cost": [109, 110, 117], "demand": [109, 114, 117], "nodej": [109, 117], "npm": 109, "s3": 109, "compat": [109, 117], "digitalocean": 109, "servic": 109, "index": [109, 115], "j": [109, 110, 117], "digitaloceanasrprovid": 109, "attach": [109, 117], "zero": 109, "act": 109, "handl": [109, 117], "ui": 109, "spin": [109, 117], "dummi": 109, "fulli": 109, "fewer": 109, "combin": [109, 114], "huge": 109, "prop": 109, "pau": 109, "folk": 109, "mapillari": 109, "amaz": 109, "through": [109, 117], "push": [109, 117], "big": [109, 114, 117], "defin": [110, 117], "real": 110, "talk": 110, "pascual": 110, "2011": 110, "de": 110, "correspond": [110, 117], "actual": [110, 117], "independ": [110, 117], "shape": [110, 117], "figur": [110, 114, 117], "misplac": 110, "planet": 110, "pix4d": 110, "correctli": 110, "met": 110, "assess": 110, "construct": 110, "fire": 110, "decis": 110, "hand": 110, "critic": [110, 117], "complianc": 110, "evalu": 110, "land": 110, "And": [110, 114], "mount": [110, 117], "usual": 110, "madawalagama": 110, "2016": 110, "1cm": 110, "gnss": [110, 117], "nsdi": 110, "fgdc": 110, "condit": [110, 117], "barri": 110, "2013": 110, "weather": [110, 117], "photogrammetri": [110, 117], "coverag": 110, "wind": [110, 117], "humid": 110, "influenc": [110, 117], "stabil": 110, "nois": 110, "mechan": 110, "recogniz": 110, "highest": 110, "equip": [110, 117], "tend": 110, "hover": 110, "multipli": 110, "mather": 110, "2020": [110, 117], "coaklei": 110, "r": [110, 117], "baselin": 110, "ie": [110, 112], "accuracy_uav_compare_rtk_gp": 110, "deploi": [110, 117], "2017": 110, "blog": 110, "munasingh": 110, "dampegama": 110, "d": [110, 117], "samarakoon": 110, "consum": 110, "grade": [110, 117], "37th": 110, "asian": 110, "confer": 110, "remot": [110, 117], "sens": [110, 117], "colombo": 110, "sri": 110, "lanka": 110, "stephen": 110, "marzo": 110, "3937": 110, "manuel": 110, "loung": 110, "gisloung": 110, "07": 110, "wa": [111, 114, 117], "accident": 111, "input": [111, 117], "obliqu": 111, "subject": 111, "dimens": 111, "gimp": 111, "exclud": 111, "_mask": 111, "dji_0018": 111, "dji_0018_mask": 111, "bmp": 111, "aim": [112, 116], "micasens": [112, 116], "rededg": 112, "mx": 112, "altum": [112, 116], "6x": 112, "dji": [112, 116], "phantom": 112, "expand": [112, 116], "multi": [112, 115], "alpha": [112, 117], "give": [112, 117], "ndre": 112, "renam": 112, "0000x_nir": 112, "_": [112, 117], "10_51_14_img_00008": 112, "00008_nir": 112, "nrgb": 112, "0000x_rgb": 112, "10_51_14_img_00023": 112, "00023_rgb": 112, "xxxx_nir": 112, "xxxx_rgb": 112, "input_image_dir": 112, "output_dir": [112, 117], "contrib": 112, "ndvi": 112, "rename_sentera_agx710_multispectral_tif": 112, "py": [112, 117], "python3": 112, "odm_georeferenced_model": [113, 117], "ply": 113, "state": [113, 115], "univers": [113, 117], "zanzibar": 113, "courtesi": 113, "khadija": 113, "abdullah": 113, "ali": 113, "odm_textur": [113, 117], "odm_textured_model": 113, "odm_textured_model_geo": 113, "meshlab": 113, "odm_orthphoto": 113, "un": 113, "stdout": 113, "ansi": 113, "39m": 113, "no_ansiesc": 113, "variabl": [113, 117], "env": 113, "img": 113, "1234": 113, "tie": 113, "config": [113, 117], "yaml": [113, 117], "undistorted_track": 113, "undistorted_reconstruct": 113, "odm_meshing_log": 113, "texture_n": 113, "odm_georeferencing_log": 113, "odm_georeferencing_utm_log": 113, "extract_utm": 113, "portion": 113, "odm_orthophoto_log": 113, "gdal_translate_log": 113, "top": 113, "geotoff": 113, "feedback": 114, "foss": 114, "feel": 114, "anyth": [114, 117], "hard": [114, 117], "reason": [114, 117], "monei": 114, "opportun": 114, "overload": 114, "implement": [114, 117], "probabl": [114, 117], "convinc": 114, "imagin": 114, "somebodi": 114, "knock": 114, "door": 114, "hous": 114, "cook": 114, "me": 114, "dinner": 114, "person": 114, "spend": 114, "energi": 114, "fulfil": 114, "hi": 114, "agenda": 114, "suggest": 114, "cordial": 114, "especi": 114, "offer": 114, "fund": 114, "benefit": [114, 117], "exclus": 114, "harder": 114, "discuss": 114, "topic": 114, "someon": [114, 117], "brought": 114, "test": 114, "channel": 114, "importantli": 114, "trick": 114, "listen": 114, "lift": 114, "TO": 114, "IT": 114, "realli": 114, "hope": 114, "member": 114, "happi": 114, "earli": 114, "tester": 114, "let": [114, 117], "put": 114, "toward": [114, 117], "glad": 114, "excit": 114, "easier": [114, 117], "fall": 114, "appreci": 114, "readm": [115, 117], "blob": 115, "adoc": 115, "concept": 115, "665": 115, "research": 115, "paper": [115, 117], "valuabl": 115, "art": 115, "stereo": 115, "wave": 116, "infrar": 116, "lwir": 116, "alon": 116, "zenmus": 116, "xt": 116, "h20": 116, "seri": [116, 117], "compromis": 117, "sharper": 117, "forest": 117, "300000": 117, "600000": 117, "recreat": 117, "roof": 117, "commod": 117, "vibrat": 117, "deriv": 117, "substanti": 117, "self": 117, "jame": 117, "robson": 117, "2014": 117, "mitig": 117, "systemat": 117, "topograph": 117, "minim": 117, "simplest": 117, "straight": 117, "tilt": 117, "approach": 117, "pilot": 117, "effici": 117, "flown": 117, "crossgrid": 117, "crosshatch": 117, "percentag": 117, "68": 117, "sidelap": 117, "equival": 117, "83": 117, "42": 117, "cc": 117, "BY": 117, "variat": 117, "toler": 117, "tree": 117, "significantli": 117, "classif": 117, "airborn": 117, "lidar": 117, "freeli": 117, "overal": 117, "biggest": 117, "mistakenli": 117, "ii": 117, "meant": 117, "mistaken": 117, "empti": 117, "my_odm_imag": 117, "24": 117, "photographi": 117, "overcast": 117, "ski": 117, "shadow": 117, "obstruct": 117, "lessen": 117, "middai": 117, "nake": 117, "congruent": 117, "advers": 117, "dust": 117, "fog": 117, "smoke": 117, "volcan": 117, "ash": 117, "pollut": 117, "gimbal": 117, "rest": 117, "eros": 117, "machineri": 117, "steep": 117, "recogn": 117, "labor": 117, "neglig": 117, "lawn": 117, "mower": 117, "highli": 117, "75": 117, "65": 117, "balanc": 117, "tallest": 117, "achiev": 117, "greater": 117, "total": 117, "station": 117, "millimetr": 117, "almost": 117, "adequ": 117, "plane": 117, "clic": 117, "length": 117, "mostli": 117, "bin": 117, "creation": 117, "pace": 117, "irregular": 117, "carefulli": 117, "emploi": 117, "curiou": 117, "container": 117, "among": 117, "experi": 117, "id": 117, "statu": 117, "2518817537ce": 117, "36": 117, "hour": 117, "ago": 117, "zen_wright": 117, "1cdc7fadf688": 117, "usr": 117, "va": 117, "tcp": 117, "flamboyant_dhawan": 117, "cd7b9585b8f6": 117, "dai": 117, "nostalgic_lederberg": 117, "e31010c00b9a": 117, "suspicious_kepl": 117, "c44e0d0b8448": 117, "wonderful_burnel": 117, "unwieldi": 117, "pipe": 117, "slowli": 117, "mon": 117, "sep": 117, "23": 117, "33": 117, "build_overview": 117, "camera_len": 117, "dem_decim": 117, "dem_euclidean_map": 117, "arrow": 117, "letter": 117, "tail": 117, "gdalwarp": 117, "gpkg": 117, "crop_to_cutlin": 117, "co": 117, "num_thread": 117, "bigtiff": 117, "if_saf": 117, "blockys": 117, "512": 117, "blockxsiz": 117, "predictor": 117, "gdal_cachemax": 117, "48": 117, "95": 117, "111567p": 117, "137473l": 117, "tell": 117, "deeper": 117, "exec": 117, "shell": 117, "root": 117, "lament": 117, "excess": 117, "carri": 117, "burden": 117, "storag": 117, "maciej": 117, "\u0142ebkowski": 117, "excel": 117, "sylab": 117, "laptop": 117, "hpc": 117, "compani": 117, "server": 117, "cach": 117, "images_dir": 117, "path_to_image_dir": 117, "basenam": 117, "path_to_output_directori": 117, "mkdir": 117, "bind": 117, "writabl": 117, "tmpf": 117, "odm_latest": 117, "ivan": 117, "gayton": 117, "repo": 117, "fairli": 117, "incom": 117, "constraint": 117, "solv": 117, "african": 117, "tricki": 117, "workabl": 117, "cloudodm": 117, "unix": 117, "ssh": 117, "account": 117, "aw": 117, "slight": 117, "moder": 117, "literaci": 117, "aren": 117, "savvi": 117, "willing": 117, "fuss": 117, "whole": 117, "asap": 117, "emphas": 117, "transfer": 117, "4gb": 117, "month": 117, "expens": 117, "downsiz": 117, "cheapest": 117, "privileg": 117, "insan": 117, "xxx": 117, "stand": 117, "ipv4": 117, "usernam": 117, "ahead": 117, "upgrad": 117, "danger": 117, "stai": 117, "regular": 117, "abbrevi": 117, "environment": 117, "bashrc": 117, "nano": 117, "whatev": 117, "lieu": 117, "Be": 117, "pythonpath": 117, "superbuild": 117, "lib": 117, "python2": 117, "dist": 117, "packag": 117, "src": 117, "ld_library_path": 117, "crash": 117, "wherein": 117, "jargon": 117, "rule": 117, "thumb": 117, "seem": 117, "raw": 117, "got": 117, "100gb": 117, "1000gb": 117, "rid": 117, "capac": 117, "mnt": 117, "odmdata": 117, "onto": 117, "secur": 117, "scp": 117, "imagefold": 117, "recurs": 117, "myproject": 117, "parent": 117, "goe": 117, "confusingli": 117, "individu": 117, "project_path": 117, "spot": 117, "ancillari": 117, "organ": 117, "incant": 117, "echo": 117, "cat": 117, "came": 117, "batch": 117, "though": 117, "shut": 117, "monstrou": 117, "vcpu": 117, "192gb": 117, "hr": 117, "1000": 117, "wast": 117, "nohup": 117, "gnu": 117, "session": 117, "won": 117, "interrupt": 117, "detach": 117, "But": 117, "unless": 117, "project_nam": 117, "weird": 117, "drop": 117, "fuck": 117, "liter": 117, "random": 117, "sensibli": 117, "omit": 117, "htop": 117, "soon": 117, "inexpens": 117, "gdal": 117, "gdal_transl": 117, "ycbcr": 117, "gdal_tiff_internal_mask": 117, "extens": 117, "grab": 117, "gdaladdo": 117, "1024": 117, "archiv": 117, "tar": 117, "piec": 117, "mayb": 117, "zcvf": 117, "archivenam": 117, "upper": 117, "mode": 117, "mid": 117, "million": 117, "element": 117, "accentu": 117, "shade": 117, "enhanc": 117, "percept": 117, "scientif": 117, "recognit": 117, "strength": 117, "opac": 117, "skybox": 117, "splat": 117, "unload": 117, "hide": 117, "tridimension": 117, "highlight": 117, "circl": 117, "circumfer": 117, "azimuth": 117, "clockwis": 117, "cube": 117, "reloc": 117, "redimens": 117, "handler": 117, "sphere": 117, "profil": 117, "annot": 117, "anchor": 117, "mous": 117, "wheel": 117, "orbit": 117, "bird": 117, "keyboard": 117, "w": 117, "backward": 117, "axi": 117, "movement": 117, "slide": 117, "helicopt": 117, "aircraft": 117, "restrict": 117, "xy": 117, "restor": 117, "wirefram": 117, "compass": 117, "green": 117, "blue": 117, "plai": 117, "arrang": 117, "six": 117, "ramp": 117, "cam": 117, "custom": 117}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"align": [0, 3, 72, 77], "file": [0, 105, 106], "option": [1, 7, 103], "flag": 1, "3d": [2, 7, 113, 117], "tile": [2, 46, 60, 92], "auto": [4, 5, 9], "boundari": [4, 5, 7], "what": [4, 7, 8, 9, 11, 103, 110, 117], "i": [4, 7, 103, 117], "when": [4, 7, 8, 9, 11], "help": [4, 31], "why": [4, 7, 8, 9, 11], "would": [4, 7, 8, 9, 11], "one": [4, 7, 8, 9, 11, 108], "us": [4, 7, 8, 9, 11, 94, 95, 96, 97, 103, 111, 117], "exampl": [4, 7, 8, 9, 11], "imag": [4, 7, 8, 9, 11, 83, 106, 108, 109, 111, 117], "true": [4, 7, 8, 11], "fals": [4, 7, 8, 11], "null": [4, 7, 8, 11], "distanc": 5, "bg": 6, "remov": [6, 75, 87], "geojson": 7, "appropri": [7, 8, 9, 11], "how": [7, 102, 103, 114], "creat": [7, 117], "io": 7, "new": 7, "A": 7, "polygon": 7, "place": 7, "vertic": 7, "complet": 7, "save": 7, "download": [7, 108, 117], "set": [7, 105], "In": 7, "task": 7, "load": 7, "qgi": 7, "temporari": 7, "scratch": 7, "layer": 7, "geometri": 7, "type": [7, 25, 34, 87], "ad": 7, "an": 7, "orthophoto": [7, 23, 43, 44, 45, 46, 47, 48, 73, 103, 113, 117], "background": [7, 117], "polyon": 7, "featur": [7, 24, 25, 39, 114], "toggl": 7, "edit": 7, "off": 7, "chang": 7, "To": [7, 102, 114], "export": 7, "vector": 7, "As": 7, "point": [7, 105, 113, 117], "cloud": [7, 11, 113], "digit": [7, 117], "elev": [7, 117], "model": [7, 9, 113, 117], "textur": [7, 85, 86, 87, 88, 89, 90, 91, 113, 117], "mesh": [7, 37, 38], "build": [8, 103], "overview": 8, "ar": [8, 9, 11, 103], "camera": [9, 10, 96, 117], "len": 9, "manual": 9, "select": 9, "particular": 9, "rectilinear": 9, "data": [9, 85, 103, 117], "brown": 9, "fishey": 9, "perspect": 9, "spheric": 9, "cog": 11, "optim": [11, 42], "geotiff": [11, 103], "copi": 12, "crop": 13, "debug": 14, "dem": [15, 16, 17, 18], "decim": 15, "euclidean": 16, "map": [16, 91, 110], "gapfil": 17, "step": [17, 108, 117], "resolut": [18, 19, 48, 101], "depthmap": 19, "dsm": [20, 113], "dtm": [21, 113], "end": 22, "fast": 23, "qualiti": [24, 56, 117], "forc": 26, "gp": [26, 30], "gcp": [27, 105, 117], "geo": 28, "gltf": 29, "accuraci": [30, 110, 117], "ignor": 32, "gsd": 32, "matcher": [33, 34], "neighbor": 33, "max": 35, "concurr": 35, "merg": [36, 109], "octre": 37, "depth": 37, "size": 38, "min": 39, "num": 39, "name": 40, "gpu": [41, 103], "disk": 42, "space": 42, "compress": 43, "cutlin": 44, "kmz": 45, "png": 47, "pc": [49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60], "classifi": 49, "copc": 50, "csv": 51, "ept": 52, "filter": 53, "geometr": [54, 59], "la": 55, "rectifi": 57, "sampl": 58, "skip": [59, 71, 72, 73, 74, 89, 90], "primari": 61, "band": [61, 72], "project": [62, 117], "path": 62, "radiometr": 63, "calibr": [63, 109, 117], "rerun": [64, 65, 66], "all": [65, 103, 113], "from": [66, 103, 117], "resiz": [67, 117], "roll": [68, 69], "shutter": [68, 69], "readout": 69, "sfm": 70, "algorithm": 70, "3dmodel": 71, "report": [74, 102], "sky": 75, "sm": [76, 77], "cluster": [76, 109], "smrf": [78, 79, 80, 81], "scalar": 78, "slope": 79, "threshold": 80, "window": [81, 108], "split": [82, 83, 84, 109], "group": 83, "overlap": 84, "term": 85, "keep": 86, "unseen": 86, "face": 86, "outlier": 87, "singl": 88, "materi": 88, "global": 89, "seam": [89, 90], "level": [89, 90], "local": [90, 109], "tone": 91, "time": [93, 103], "3dmesh": 94, "exif": 95, "fix": 96, "param": 96, "hybrid": 97, "bundl": 97, "adjust": 97, "verbos": 98, "version": [99, 103], "video": [100, 101], "limit": [100, 109], "contribut": 102, "commun": 102, "forum": 102, "bug": 102, "templat": 102, "For": [102, 115], "submit": 102, "pull": [102, 117], "request": [102, 114], "frequent": 103, "ask": 103, "question": 103, "process": [103, 117], "can": 103, "two": 103, "more": [103, 108], "stitch": 103, "them": 103, "togeth": 103, "The": 103, "softwar": 103, "my": 103, "cpu": [103, 108], "core": 103, "memori": [103, 108], "normal": 103, "If": 103, "nativ": 103, "alloc": [103, 108], "resourc": 103, "licens": 103, "want": 103, "commerci": 103, "applic": 103, "includ": 103, "odm": [103, 117], "do": 103, "need": [103, 108], "other": [103, 117], "asid": 103, "agplv3": 103, "issu": 103, "your": 103, "comput": 103, "run": [103, 108, 117], "out": 103, "you": [103, 117], "fly": 104, "tip": 104, "ground": 105, "control": 105, "recommend": [105, 108], "practic": 105, "format": 105, "user": [105, 115], "interfac": 105, "posm": 105, "gcpi": 105, "editor": 105, "pro": 105, "refer": [105, 110, 115], "geoloc": 106, "welcom": 107, "opendronemap": [107, 113], "": 107, "document": 107, "instal": [108, 117], "get": [108, 109], "start": [108, 109], "quickstart": 108, "hardwar": [108, 112, 116], "minimum": 108, "ram": 108, "n": 108, "1": 108, "check": 108, "virtual": 108, "support": [108, 112, 116], "2": 108, "requir": 108, "3": 108, "4": 108, "webodm": [108, 117], "launch": 108, "maco": 108, "linux": 108, "ubuntu": 108, "debian": 108, "cento": 108, "rhel": 108, "fedora": 108, "arch": 108, "addit": [108, 115], "basic": 108, "command": [108, 117], "troubleshoot": 108, "hello": 108, "than": 108, "machin": [108, 117], "larg": 109, "dataset": 109, "distribut": 109, "understand": 109, "access": [109, 117], "log": [109, 113, 117], "autosc": 109, "clusterodm": 109, "acknowledg": 109, "expect": [110, 117], "aspect": 110, "impact": 110, "mask": 111, "multispectr": 112, "usag": [112, 116], "sentera": 112, "agx710": 112, "output": 113, "list": [113, 117], "develop": 115, "thermal": 116, "tutori": 117, "high": 117, "measur": 117, "stockpil": 117, "volum": 117, "fieldwork": 117, "plan": 117, "flight": 117, "pattern": 117, "height": 117, "paramet": 117, "docker": 117, "instanc": 117, "line": 117, "clean": 117, "up": 117, "after": 117, "singular": 117, "sif": 117, "low": 117, "bandwidth": 117, "locat": 117, "thi": 117, "who": 117, "prep": 117, "directori": 117, "structur": 117, "droplet": 117, "pin": 117, "awai": 117, "finish": 117, "assum": 117, "surviv": 117, "long": 117, "potre": 117, "viewer": 117, "modul": 117, "appear": 117, "budget": 117, "field": 117, "view": 117, "ey": 117, "dome": 117, "light": 117, "tool": 117, "clip": 117, "navig": 117, "scene": 117}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.todo": 2, "sphinx": 57}, "alltitles": {"Alignment Files": [[0, "alignment-files"]], "Options and Flags": [[1, "options-and-flags"]], "3d-tiles": [[2, "d-tiles"]], "align": [[3, "align"]], "auto-boundary": [[4, "auto-boundary"]], "What Is Auto-Boundary?": [[4, "what-is-auto-boundary"]], "When Is Auto-Boundary Helpful?": [[4, "when-is-auto-boundary-helpful"]], "Why would one use auto-boundary?": [[4, "why-would-one-use-auto-boundary"]], "Example Images": [[4, "example-images"], [7, "example-images"], [8, "example-images"], [9, "example-images"], [11, "example-images"]], "True: --auto-boundary": [[4, "true-auto-boundary"]], "False: null": [[4, "false-null"], [7, "false-null"], [8, "false-null"], [11, "false-null"]], "auto-boundary-distance": [[5, "auto-boundary-distance"]], "bg-removal": [[6, "bg-removal"]], "boundary": [[7, "boundary"]], "What is Boundary [GeoJSON]?": [[7, "what-is-boundary-geojson"]], "When is Boundary [GeoJSON] appropriate?": [[7, "when-is-boundary-geojson-appropriate"]], "Why would one use Boundary [GeoJSON]?": [[7, "why-would-one-use-boundary-geojson"]], "How would one create Boundary [GeoJSON]?": [[7, "how-would-one-create-boundary-geojson"]], "GeoJSON.io": [[7, "geojson-io"]], "New GeoJSON": [[7, "new-geojson"]], "Creating A Polygon": [[7, "creating-a-polygon"]], "Placing Vertices": [[7, "placing-vertices"]], "Completing A Polygon": [[7, "completing-a-polygon"]], "Saving A Polygon": [[7, "saving-a-polygon"]], "Downloading A Polygon": [[7, "downloading-a-polygon"]], "Setting Boundary [GeoJSON] In Task Options": [[7, "setting-boundary-geojson-in-task-options"]], "Boundary [GeoJSON] Loaded In Task Options": [[7, "boundary-geojson-loaded-in-task-options"]], "QGIS": [[7, "qgis"]], "Creating A New Temporary Scratch Layer": [[7, "creating-a-new-temporary-scratch-layer"]], "New Temporary Scratch Layer Geometry Type": [[7, "new-temporary-scratch-layer-geometry-type"]], "New Temporary Scratch Layer Settings": [[7, "new-temporary-scratch-layer-settings"]], "Adding an Orthophoto Background": [[7, "adding-an-orthophoto-background"]], "Adding A Polyon Feature": [[7, "adding-a-polyon-feature"]], "Toggle Editing Off": [[7, "toggle-editing-off"]], "Save Changes To Temporary Scratch Layer": [[7, "save-changes-to-temporary-scratch-layer"]], "Export Temporary Scratch Layer Features": [[7, "export-temporary-scratch-layer-features"]], "Save Vector Layer As": [[7, "save-vector-layer-as"]], "True: --boundary [GeoJSON] - Point Cloud": [[7, "true-boundary-geojson-point-cloud"]], "True: --boundary [GeoJSON] - Orthophoto": [[7, "true-boundary-geojson-orthophoto"]], "True: --boundary [GeoJSON] - Digital Elevation Model": [[7, "true-boundary-geojson-digital-elevation-model"]], "True: --boundary [GeoJSON] - 3D Model/Textured Mesh": [[7, "true-boundary-geojson-3d-model-textured-mesh"]], "build-overviews": [[8, "build-overviews"]], "What Are Overviews?": [[8, "what-are-overviews"]], "When are Overviews appropriate?": [[8, "when-are-overviews-appropriate"]], "Why would one use Overviews?": [[8, "why-would-one-use-overviews"]], "True: --build-overviews": [[8, "true-build-overviews"]], "camera-lens": [[9, "camera-lens"]], "What Are Camera Lens Models?": [[9, "what-are-camera-lens-models"]], "When are manual selections appropriate?": [[9, "when-are-manual-selections-appropriate"]], "Why would one use a particular Camera Lens Model?": [[9, "why-would-one-use-a-particular-camera-lens-model"]], "auto : Rectilinear Data": [[9, "auto-rectilinear-data"]], "brown : Rectilinear Data": [[9, "brown-rectilinear-data"]], "fisheye : Rectilinear Data": [[9, "fisheye-rectilinear-data"]], "perspective : Rectilinear Data": [[9, "perspective-rectilinear-data"]], "spherical : Rectilinear Data": [[9, "spherical-rectilinear-data"]], "cameras": [[10, "cameras"]], "cog": [[11, "cog"]], "What Are Cloud Optimized GeoTIFFs (COGs)?": [[11, "what-are-cloud-optimized-geotiffs-cogs"]], "When are COGs appropriate?": [[11, "when-are-cogs-appropriate"]], "Why would one use COGs?": [[11, "why-would-one-use-cogs"]], "True: --cog": [[11, "true-cog"]], "copy-to": [[12, "copy-to"]], "crop": [[13, "crop"]], "debug": [[14, "debug"]], "dem-decimation": [[15, "dem-decimation"]], "dem-euclidean-map": [[16, "dem-euclidean-map"]], "dem-gapfill-steps": [[17, "dem-gapfill-steps"]], "dem-resolution": [[18, "dem-resolution"]], "depthmap-resolution": [[19, "depthmap-resolution"]], "dsm": [[20, "dsm"]], "dtm": [[21, "dtm"]], "end-with": [[22, "end-with"]], "fast-orthophoto": [[23, "fast-orthophoto"]], "feature-quality": [[24, "feature-quality"]], "feature-type": [[25, "feature-type"]], "force-gps": [[26, "force-gps"]], "gcp": [[27, "gcp"]], "geo": [[28, "geo"]], "gltf": [[29, "gltf"]], "gps-accuracy": [[30, "gps-accuracy"]], "help": [[31, "help"]], "ignore-gsd": [[32, "ignore-gsd"]], "matcher-neighbors": [[33, "matcher-neighbors"]], "matcher-type": [[34, "matcher-type"]], "max-concurrency": [[35, "max-concurrency"]], "merge": [[36, "merge"]], "mesh-octree-depth": [[37, "mesh-octree-depth"]], "mesh-size": [[38, "mesh-size"]], "min-num-features": [[39, "min-num-features"]], "name": [[40, "name"]], "no-gpu": [[41, "no-gpu"]], "optimize-disk-space": [[42, "optimize-disk-space"]], "orthophoto-compression": [[43, "orthophoto-compression"]], "orthophoto-cutline": [[44, "orthophoto-cutline"]], "orthophoto-kmz": [[45, "orthophoto-kmz"]], "orthophoto-no-tiled": [[46, "orthophoto-no-tiled"]], "orthophoto-png": [[47, "orthophoto-png"]], "orthophoto-resolution": [[48, "orthophoto-resolution"]], "pc-classify": [[49, "pc-classify"]], "pc-copc": [[50, "pc-copc"]], "pc-csv": [[51, "pc-csv"]], "pc-ept": [[52, "pc-ept"]], "pc-filter": [[53, "pc-filter"]], "pc-geometric": [[54, "pc-geometric"]], "pc-las": [[55, "pc-las"]], "pc-quality": [[56, "pc-quality"]], "pc-rectify": [[57, "pc-rectify"]], "pc-sample": [[58, "pc-sample"]], "pc-skip-geometric": [[59, "pc-skip-geometric"]], "pc-tile": [[60, "pc-tile"]], "primary-band": [[61, "primary-band"]], "project-path": [[62, "project-path"]], "radiometric-calibration": [[63, "radiometric-calibration"]], "rerun": [[64, "rerun"]], "rerun-all": [[65, "rerun-all"]], "rerun-from": [[66, "rerun-from"]], "resize-to": [[67, "resize-to"]], "rolling-shutter": [[68, "rolling-shutter"]], "rolling-shutter-readout": [[69, "rolling-shutter-readout"]], "sfm-algorithm": [[70, "sfm-algorithm"]], "skip-3dmodel": [[71, "skip-3dmodel"]], "skip-band-alignment": [[72, "skip-band-alignment"]], "skip-orthophoto": [[73, "skip-orthophoto"]], "skip-report": [[74, "skip-report"]], "sky-removal": [[75, "sky-removal"]], "sm-cluster": [[76, "sm-cluster"]], "sm-no-align": [[77, "sm-no-align"]], "smrf-scalar": [[78, "smrf-scalar"]], "smrf-slope": [[79, "smrf-slope"]], "smrf-threshold": [[80, "smrf-threshold"]], "smrf-window": [[81, "smrf-window"]], "split": [[82, "split"]], "split-image-groups": [[83, "split-image-groups"]], "split-overlap": [[84, "split-overlap"]], "texturing-data-term": [[85, "texturing-data-term"]], "texturing-keep-unseen-faces": [[86, "texturing-keep-unseen-faces"]], "texturing-outlier-removal-type": [[87, "texturing-outlier-removal-type"]], "texturing-single-material": [[88, "texturing-single-material"]], "texturing-skip-global-seam-leveling": [[89, "texturing-skip-global-seam-leveling"]], "texturing-skip-local-seam-leveling": [[90, "texturing-skip-local-seam-leveling"]], "texturing-tone-mapping": [[91, "texturing-tone-mapping"]], "tiles": [[92, "tiles"]], "time": [[93, "time"]], "use-3dmesh": [[94, "use-3dmesh"]], "use-exif": [[95, "use-exif"]], "use-fixed-camera-params": [[96, "use-fixed-camera-params"]], "use-hybrid-bundle-adjustment": [[97, "use-hybrid-bundle-adjustment"]], "verbose": [[98, "verbose"]], "version": [[99, "version"]], "video-limit": [[100, "video-limit"]], "video-resolution": [[101, "video-resolution"]], "How To Contribute": [[102, "how-to-contribute"]], "Community Forum": [[102, "community-forum"]], "Reporting Bugs": [[102, "reporting-bugs"]], "Template For Submitting Bug Reports": [[102, "template-for-submitting-bug-reports"]], "Pull Requests": [[102, "pull-requests"]], "Frequently Asked Questions": [[103, "frequently-asked-questions"]], "Data Processing": [[103, "data-processing"]], "Can I process two or more orthophoto GeoTIFFs to stitch them together?": [[103, "can-i-process-two-or-more-orthophoto-geotiffs-to-stitch-them-together"]], "The software is not using all of my CPU cores / memory / GPU all of the times. Is it normal?": [[103, "the-software-is-not-using-all-of-my-cpu-cores-memory-gpu-all-of-the-times-is-it-normal"]], "If I use the native version of the software, how can I allocate more resources for processing?": [[103, "if-i-use-the-native-version-of-the-software-how-can-i-allocate-more-resources-for-processing"]], "Licensing": [[103, "licensing"]], "I want to build a commercial application that includes ODM. Do I need a commercial license?": [[103, "i-want-to-build-a-commercial-application-that-includes-odm-do-i-need-a-commercial-license"]], "Are there other licensing options aside from the AGPLv3?": [[103, "are-there-other-licensing-options-aside-from-the-agplv3"]], "Memory issues": [[103, "memory-issues"]], "Your computer is running out of memory, what can you do?": [[103, "your-computer-is-running-out-of-memory-what-can-you-do"]], "Flying Tips": [[104, "flying-tips"]], "Ground Control Points": [[105, "ground-control-points"]], "Recommended practices for GCP setting": [[105, "recommended-practices-for-gcp-setting"]], "GCP file format": [[105, "gcp-file-format"]], "User Interfaces": [[105, "user-interfaces"]], "POSM GCPi": [[105, "id1"]], "GCP Editor Pro": [[105, "id2"]], "References": [[105, "references"], [110, "references"]], "Image Geolocation Files": [[106, "image-geolocation-files"]], "Welcome to OpenDroneMap\u2019s documentation": [[107, "welcome-to-opendronemap-s-documentation"]], "Installation and Getting Started": [[108, "installation-and-getting-started"]], "Quickstart": [[108, "quickstart"]], "Hardware Recommendations": [[108, "hardware-recommendations"]], "Minimum RAM needed for N images": [[108, "id4"]], "Installation": [[108, "installation"]], "Windows": [[108, "windows"]], "Step 1. Check Virtualization Support": [[108, "step-1-check-virtualization-support"], [108, "id1"]], "Step 2. Install Requirements": [[108, "step-2-install-requirements"], [108, "id2"]], "Step 3. Check Memory and CPU Allocation": [[108, "step-3-check-memory-and-cpu-allocation"], [108, "id3"]], "Step 4. Download WebODM": [[108, "step-4-download-webodm"]], "Step 4. Launch WebODM": [[108, "step-4-launch-webodm"]], "macOS": [[108, "macos"]], "Step 4. Download and Launch WebODM": [[108, "step-4-download-and-launch-webodm"]], "Linux": [[108, "linux"]], "Step 1. Install Requirements": [[108, "step-1-install-requirements"]], "Install on Ubuntu / Debian": [[108, "install-on-ubuntu-debian"]], "Install on CentOS / RHEL": [[108, "install-on-centos-rhel"]], "Install on Fedora": [[108, "install-on-fedora"]], "Install on Arch": [[108, "install-on-arch"]], "Step 2. Check Additional Requirements": [[108, "step-2-check-additional-requirements"]], "Step 3. Download and Launch WebODM": [[108, "step-3-download-and-launch-webodm"]], "Basic Commands and Troubleshooting": [[108, "basic-commands-and-troubleshooting"]], "Hello, WebODM!": [[108, "hello-webodm"]], "Running on more than one machine": [[108, "running-on-more-than-one-machine"]], "Splitting Large Datasets": [[109, "splitting-large-datasets"]], "Calibrate images": [[109, "calibrate-images"]], "Local Split-Merge": [[109, "local-split-merge"]], "Distributed Split-Merge": [[109, "distributed-split-merge"]], "Getting Started with Distributed Split-Merge": [[109, "getting-started-with-distributed-split-merge"]], "Understanding the Cluster": [[109, "understanding-the-cluster"]], "Accessing the Logs": [[109, "accessing-the-logs"]], "Autoscaling ClusterODM": [[109, "autoscaling-clusterodm"]], "Limitations": [[109, "limitations"]], "Acknowledgments": [[109, "acknowledgments"]], "Map accuracy": [[110, "map-accuracy"]], "What to expect": [[110, "what-to-expect"]], "Aspects impacting map accuracy": [[110, "aspects-impacting-map-accuracy"]], "Using Image Masks": [[111, "using-image-masks"]], "Multispectral Support": [[112, "multispectral-support"]], "Hardware": [[112, "hardware"], [116, "hardware"]], "Usage": [[112, "usage"], [116, "usage"]], "Sentera AGX710": [[112, "sentera-agx710"]], "OpenDroneMap Outputs": [[113, "opendronemap-outputs"]], "Point Cloud": [[113, "point-cloud"]], "3D Textured Model": [[113, "d-textured-model"]], "Orthophoto": [[113, "orthophoto"]], "DTM/DSM": [[113, "dtm-dsm"]], "Logs": [[113, "logs"]], "List of all outputs": [[113, "list-of-all-outputs"]], "How To Request Features": [[114, "how-to-request-features"]], "Additional References": [[115, "additional-references"]], "For Users": [[115, "for-users"]], "For Developers": [[115, "for-developers"]], "Thermal Support": [[116, "thermal-support"]], "Tutorials": [[117, "tutorials"]], "Creating High Quality Orthophotos": [[117, "creating-high-quality-orthophotos"]], "Calibrating the Camera": [[117, "calibrating-the-camera"]], "Creating Digital Elevation Models": [[117, "creating-digital-elevation-models"]], "Measuring stockpile volume": [[117, "measuring-stockpile-volume"]], "Fieldwork planning": [[117, "fieldwork-planning"]], "Flight pattern": [[117, "flight-pattern"]], "Flight height": [[117, "flight-height"]], "GCPs": [[117, "gcps"]], "Processing parameters": [[117, "processing-parameters"]], "Measuring": [[117, "measuring"]], "Expected accuracy": [[117, "expected-accuracy"]], "Using Docker": [[117, "using-docker"]], "Listing Docker Machines": [[117, "listing-docker-machines"]], "Accessing logs on the instance": [[117, "accessing-logs-on-the-instance"]], "Command line access to instances": [[117, "command-line-access-to-instances"]], "Cleaning up after Docker": [[117, "cleaning-up-after-docker"]], "Using Singularity": [[117, "using-singularity"]], "Downloading image": [[117, "downloading-image"]], "Using Singularity SIF image": [[117, "using-singularity-sif-image"]], "Using ODM from low-bandwidth location": [[117, "using-odm-from-low-bandwidth-location"]], "What is this and who is it for?": [[117, "what-is-this-and-who-is-it-for"]], "Steps": [[117, "steps"]], "Install": [[117, "install"]], "Prep data and project": [[117, "prep-data-and-project"]], "Directory structure": [[117, "directory-structure"]], "Resize droplet, pull pin, run away": [[117, "resize-droplet-pull-pin-run-away"]], "After it finishes (assuming you survive that long)": [[117, "after-it-finishes-assuming-you-survive-that-long"]], "Using Potree 3D viewer module on WebODM": [[117, "using-potree-3d-viewer-module-on-webodm"]], "Cameras": [[117, "cameras"]], "Textured model": [[117, "textured-model"]], "Appearance": [[117, "appearance"]], "Point budget": [[117, "point-budget"]], "Field of view": [[117, "field-of-view"]], "Eye Dome-lighting": [[117, "eye-dome-lighting"]], "Background": [[117, "background"]], "Other": [[117, "other"]], "Tools": [[117, "tools"]], "Measurement": [[117, "measurement"]], "Clipping": [[117, "clipping"]], "Navigation": [[117, "navigation"]], "Scene": [[117, "scene"]]}, "indexentries": {}}) \ No newline at end of file +Search.setIndex({"docnames": ["align", "arguments", "arguments/3d-tiles", "arguments/align", "arguments/auto-boundary", "arguments/auto-boundary-distance", "arguments/bg-removal", "arguments/boundary", "arguments/build-overviews", "arguments/camera-lens", "arguments/cameras", "arguments/cog", "arguments/copy-to", "arguments/crop", "arguments/debug", "arguments/dem-decimation", "arguments/dem-euclidean-map", "arguments/dem-gapfill-steps", "arguments/dem-resolution", "arguments/depthmap-resolution", "arguments/dsm", "arguments/dtm", "arguments/end-with", "arguments/fast-orthophoto", "arguments/feature-quality", "arguments/feature-type", "arguments/force-gps", "arguments/gcp", "arguments/geo", "arguments/gltf", "arguments/gps-accuracy", "arguments/help", "arguments/ignore-gsd", "arguments/matcher-neighbors", "arguments/matcher-type", "arguments/max-concurrency", "arguments/merge", "arguments/mesh-octree-depth", "arguments/mesh-size", "arguments/min-num-features", "arguments/name", "arguments/no-gpu", "arguments/optimize-disk-space", "arguments/orthophoto-compression", "arguments/orthophoto-cutline", "arguments/orthophoto-kmz", "arguments/orthophoto-no-tiled", "arguments/orthophoto-png", "arguments/orthophoto-resolution", "arguments/pc-classify", "arguments/pc-copc", "arguments/pc-csv", "arguments/pc-ept", "arguments/pc-filter", "arguments/pc-geometric", "arguments/pc-las", "arguments/pc-quality", "arguments/pc-rectify", "arguments/pc-sample", "arguments/pc-skip-geometric", "arguments/pc-tile", "arguments/primary-band", "arguments/project-path", "arguments/radiometric-calibration", "arguments/rerun", "arguments/rerun-all", "arguments/rerun-from", "arguments/resize-to", "arguments/rolling-shutter", "arguments/rolling-shutter-readout", "arguments/sfm-algorithm", "arguments/skip-3dmodel", "arguments/skip-band-alignment", "arguments/skip-orthophoto", "arguments/skip-report", "arguments/sky-removal", "arguments/sm-cluster", "arguments/sm-no-align", "arguments/smrf-scalar", "arguments/smrf-slope", "arguments/smrf-threshold", "arguments/smrf-window", "arguments/split", "arguments/split-image-groups", "arguments/split-overlap", "arguments/texturing-data-term", "arguments/texturing-keep-unseen-faces", "arguments/texturing-outlier-removal-type", "arguments/texturing-single-material", "arguments/texturing-skip-global-seam-leveling", "arguments/texturing-skip-local-seam-leveling", "arguments/texturing-tone-mapping", "arguments/tiles", "arguments/time", "arguments/use-3dmesh", "arguments/use-exif", "arguments/use-fixed-camera-params", "arguments/use-hybrid-bundle-adjustment", "arguments/verbose", "arguments/version", "arguments/video-limit", "arguments/video-resolution", "contributing", "faq", "flying", "gcp", "geo", "index", "installation", "large", "map-accuracy", "masks", "multispectral", "outputs", "requesting-features", "resources", "thermal", "tutorials"], "filenames": ["align.rst", "arguments.rst", "arguments/3d-tiles.rst", "arguments/align.rst", "arguments/auto-boundary.rst", "arguments/auto-boundary-distance.rst", "arguments/bg-removal.rst", "arguments/boundary.rst", "arguments/build-overviews.rst", "arguments/camera-lens.rst", "arguments/cameras.rst", "arguments/cog.rst", "arguments/copy-to.rst", "arguments/crop.rst", "arguments/debug.rst", "arguments/dem-decimation.rst", "arguments/dem-euclidean-map.rst", "arguments/dem-gapfill-steps.rst", "arguments/dem-resolution.rst", "arguments/depthmap-resolution.rst", "arguments/dsm.rst", "arguments/dtm.rst", "arguments/end-with.rst", "arguments/fast-orthophoto.rst", "arguments/feature-quality.rst", "arguments/feature-type.rst", "arguments/force-gps.rst", "arguments/gcp.rst", "arguments/geo.rst", "arguments/gltf.rst", "arguments/gps-accuracy.rst", "arguments/help.rst", "arguments/ignore-gsd.rst", "arguments/matcher-neighbors.rst", "arguments/matcher-type.rst", "arguments/max-concurrency.rst", "arguments/merge.rst", "arguments/mesh-octree-depth.rst", "arguments/mesh-size.rst", "arguments/min-num-features.rst", "arguments/name.rst", "arguments/no-gpu.rst", "arguments/optimize-disk-space.rst", "arguments/orthophoto-compression.rst", "arguments/orthophoto-cutline.rst", "arguments/orthophoto-kmz.rst", "arguments/orthophoto-no-tiled.rst", "arguments/orthophoto-png.rst", "arguments/orthophoto-resolution.rst", "arguments/pc-classify.rst", "arguments/pc-copc.rst", "arguments/pc-csv.rst", "arguments/pc-ept.rst", "arguments/pc-filter.rst", "arguments/pc-geometric.rst", "arguments/pc-las.rst", "arguments/pc-quality.rst", "arguments/pc-rectify.rst", "arguments/pc-sample.rst", "arguments/pc-skip-geometric.rst", "arguments/pc-tile.rst", "arguments/primary-band.rst", "arguments/project-path.rst", "arguments/radiometric-calibration.rst", "arguments/rerun.rst", "arguments/rerun-all.rst", "arguments/rerun-from.rst", "arguments/resize-to.rst", "arguments/rolling-shutter.rst", "arguments/rolling-shutter-readout.rst", "arguments/sfm-algorithm.rst", "arguments/skip-3dmodel.rst", "arguments/skip-band-alignment.rst", "arguments/skip-orthophoto.rst", "arguments/skip-report.rst", "arguments/sky-removal.rst", "arguments/sm-cluster.rst", "arguments/sm-no-align.rst", "arguments/smrf-scalar.rst", "arguments/smrf-slope.rst", "arguments/smrf-threshold.rst", "arguments/smrf-window.rst", "arguments/split.rst", "arguments/split-image-groups.rst", "arguments/split-overlap.rst", "arguments/texturing-data-term.rst", "arguments/texturing-keep-unseen-faces.rst", "arguments/texturing-outlier-removal-type.rst", "arguments/texturing-single-material.rst", "arguments/texturing-skip-global-seam-leveling.rst", "arguments/texturing-skip-local-seam-leveling.rst", "arguments/texturing-tone-mapping.rst", "arguments/tiles.rst", "arguments/time.rst", "arguments/use-3dmesh.rst", "arguments/use-exif.rst", "arguments/use-fixed-camera-params.rst", "arguments/use-hybrid-bundle-adjustment.rst", "arguments/verbose.rst", "arguments/version.rst", "arguments/video-limit.rst", "arguments/video-resolution.rst", "contributing.rst", "faq.rst", "flying.rst", "gcp.rst", "geo.rst", "index.rst", "installation.rst", "large.rst", "map-accuracy.rst", "masks.rst", "multispectral.rst", "outputs.rst", "requesting-features.rst", "resources.rst", "thermal.rst", "tutorials.rst"], "titles": ["Alignment Files", "Options and Flags", "3d-tiles", "align", "auto-boundary", "auto-boundary-distance", "bg-removal", "boundary", "build-overviews", "camera-lens", "cameras", "cog", "copy-to", "crop", "debug", "dem-decimation", "dem-euclidean-map", "dem-gapfill-steps", "dem-resolution", "depthmap-resolution", "dsm", "dtm", "end-with", "fast-orthophoto", "feature-quality", "feature-type", "force-gps", "gcp", "geo", "gltf", "gps-accuracy", "help", "ignore-gsd", "matcher-neighbors", "matcher-type", "max-concurrency", "merge", "mesh-octree-depth", "mesh-size", "min-num-features", "name", "no-gpu", "optimize-disk-space", "orthophoto-compression", "orthophoto-cutline", "orthophoto-kmz", "orthophoto-no-tiled", "orthophoto-png", "orthophoto-resolution", "pc-classify", "pc-copc", "pc-csv", "pc-ept", "pc-filter", "pc-geometric", "pc-las", "pc-quality", "pc-rectify", "pc-sample", "pc-skip-geometric", "pc-tile", "primary-band", "project-path", "radiometric-calibration", "rerun", "rerun-all", "rerun-from", "resize-to", "rolling-shutter", "rolling-shutter-readout", "sfm-algorithm", "skip-3dmodel", "skip-band-alignment", "skip-orthophoto", "skip-report", "sky-removal", "sm-cluster", "sm-no-align", "smrf-scalar", "smrf-slope", "smrf-threshold", "smrf-window", "split", "split-image-groups", "split-overlap", "texturing-data-term", "texturing-keep-unseen-faces", "texturing-outlier-removal-type", "texturing-single-material", "texturing-skip-global-seam-leveling", "texturing-skip-local-seam-leveling", "texturing-tone-mapping", "tiles", "time", "use-3dmesh", "use-exif", "use-fixed-camera-params", "use-hybrid-bundle-adjustment", "verbose", "version", "video-limit", "video-resolution", "How To Contribute", "Frequently Asked Questions", "Flying Tips", "Ground Control Points", "Image Geolocation Files", "Welcome to OpenDroneMap\u2019s documentation", "Installation and Getting Started", "Splitting Large Datasets", "Map accuracy", "Using Image Masks", "Multispectral Support", "OpenDroneMap Outputs", "How To Request Features", "Additional References", "Thermal Support", "Tutorials"], "terms": {"georeferenc": [0, 1, 27, 28, 50, 51, 52, 55, 95, 105, 109, 113], "default": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 105, 106, 108, 117], "i": [0, 1, 8, 9, 11, 15, 18, 26, 32, 34, 35, 40, 48, 61, 63, 77, 84, 94, 102, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116], "done": [0, 1, 84, 108, 114, 117], "us": [0, 1, 6, 10, 13, 15, 16, 17, 20, 21, 26, 27, 28, 30, 35, 37, 39, 41, 43, 44, 57, 58, 61, 67, 69, 72, 75, 77, 83, 89, 102, 104, 105, 106, 107, 108, 109, 110, 112, 113, 115, 116], "gp": [0, 1, 33, 70, 77, 105, 106, 107, 110], "gcp": [0, 1, 26, 95, 107, 109, 110], "provid": [0, 1, 7, 94, 102, 104, 109, 114, 117], "start": [0, 1, 17, 102, 106, 107, 111, 114, 115, 117], "from": [0, 1, 4, 7, 9, 10, 11, 16, 23, 42, 53, 70, 100, 105, 106, 107, 108, 111, 112, 113, 114, 115, 116], "odm": [0, 1, 72, 102, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116], "3": [0, 1, 13, 17, 102, 105, 107, 109, 110, 117], "0": [0, 1, 5, 13, 17, 28, 33, 48, 53, 58, 69, 79, 80, 81, 100, 103, 105, 106, 108, 109, 111, 112, 117], "2": [0, 1, 35, 53, 94, 102, 105, 106, 107, 109, 110, 111, 115, 117], "peopl": [0, 106, 108, 111, 117], "can": [0, 1, 4, 7, 9, 10, 11, 16, 28, 30, 32, 34, 39, 44, 49, 54, 58, 61, 68, 70, 71, 73, 74, 91, 96, 102, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "suppli": [0, 105, 106, 111], "refer": [0, 8, 102, 107, 109, 117], "georefer": 0, "program": [0, 1, 8, 11, 103, 108, 111, 117], "output": [0, 1, 2, 3, 7, 12, 13, 17, 32, 36, 38, 49, 58, 101, 107, 108, 109, 117], "The": [0, 1, 4, 7, 8, 9, 11, 16, 27, 28, 35, 38, 83, 101, 104, 105, 106, 107, 108, 109, 110, 112, 113, 115, 117], "reconstruct": [0, 1, 3, 4, 7, 9, 23, 26, 30, 37, 39, 61, 97, 110, 111, 113], "initi": [0, 117], "perform": [0, 1, 8, 33, 57, 63, 102, 108, 109, 117], "subsequ": [0, 105, 106], "model": [0, 1, 20, 21, 23, 29, 71, 107, 108, 109, 110], "via": [0, 1, 9, 11, 63, 107, 108, 109, 117], "linear": [0, 117], "scale": [0, 7, 109, 110, 117], "rotat": [0, 117], "shift": [0, 108, 110], "oper": [0, 102, 117], "If": [0, 1, 7, 23, 26, 28, 30, 68, 72, 102, 105, 106, 107, 108, 109, 110, 112, 114, 117], "you": [0, 1, 4, 7, 9, 23, 26, 28, 30, 45, 46, 47, 49, 60, 61, 63, 68, 71, 73, 74, 95, 102, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 116], "call": [0, 105, 106, 108, 109, 117], "laz": [0, 1, 3, 113], "la": [0, 1, 3, 107, 117], "tif": [0, 111, 112, 113, 117], "singl": [0, 1, 7, 29, 58, 105, 107, 111, 117], "band": [0, 1, 107, 112, 117], "geotiff": [0, 1, 3, 8, 46, 107, 113], "dem": [0, 1, 3, 20, 21, 36, 49, 71, 73, 92, 107, 109, 117], "automat": [0, 1, 3, 4, 5, 6, 9, 13, 30, 72, 75, 105, 106, 108, 109, 117], "detect": [0, 9, 105, 106, 108, 117], "attempt": [0, 1], "thi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116], "ha": [0, 1, 7, 8, 11, 61, 68, 104, 105, 106, 108, 109, 110, 112, 114, 116, 117], "anoth": [0, 1, 9, 10, 103, 105, 106, 108, 117], "name": [0, 1, 7, 61, 102, 105, 106, 107, 109, 111, 112, 117], "specifi": [0, 1, 5, 7, 9, 10, 61, 105, 106, 108, 117], "path": [0, 1, 3, 7, 10, 12, 27, 28, 83, 102, 105, 106, 107, 108, 109, 117], "must": [0, 11, 105, 106, 109, 110], "creat": [0, 1, 8, 11, 13, 102, 105, 106, 107, 108, 109, 111, 112, 113], "base": [0, 1, 4, 33, 105, 106, 108, 109, 117], "your": [0, 1, 7, 9, 30, 60, 62, 69, 102, 105, 106, 107, 108, 109, 111, 113, 114, 117], "project": [0, 1, 9, 40, 102, 104, 105, 106, 107, 108, 109, 110, 113, 114], "folder": [0, 1, 12, 40, 62, 105, 106, 108, 109, 112, 117], "learn": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "edit": [0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "help": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "improv": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "page": [0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "3d": [1, 4, 23, 71, 73, 85, 94, 104, 107, 109], "tile": [1, 8, 11, 52, 105, 107, 117], "gener": [1, 2, 7, 8, 11, 15, 17, 23, 24, 29, 44, 45, 47, 56, 57, 70, 71, 73, 74, 88, 92, 93, 104, 108, 110, 112, 116, 117], "ogc": [1, 2], "fals": [1, 2, 6, 14, 16, 20, 21, 23, 26, 29, 32, 41, 42, 44, 45, 46, 47, 49, 50, 51, 52, 54, 55, 57, 59, 60, 68, 71, 72, 73, 74, 75, 77, 86, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 107, 117], "align": [1, 107, 114], "string": [1, 3, 7, 9, 10, 27, 28, 61, 76, 83, 105, 106], "point": [1, 3, 9, 15, 19, 27, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 102, 107, 108, 109, 110, 115], "cloud": [1, 3, 4, 9, 19, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 107, 109, 110, 117], "should": [1, 3, 7, 9, 11, 62, 63, 82, 83, 105, 106, 108, 109, 112, 114, 117], "experiment": [1, 3, 6, 60, 63, 75, 117], "none": [1, 3, 4, 7, 8, 9, 11, 27, 28, 43, 63, 76, 83, 87, 91, 117], "auto": [1, 7, 61, 107, 109, 112, 117], "boundari": [1, 13, 107, 112, 117], "set": [1, 4, 5, 9, 17, 19, 24, 28, 30, 33, 43, 45, 46, 47, 53, 56, 58, 60, 63, 67, 69, 100, 103, 106, 107, 108, 113, 114, 117], "camera": [1, 4, 5, 28, 63, 68, 69, 70, 86, 103, 104, 105, 106, 107, 110, 112, 113, 114, 116], "shot": [1, 4, 5, 111, 112], "locat": [1, 4, 5, 7, 105, 107, 108, 110, 113], "limit": [1, 4, 7, 58, 107, 108, 110, 111, 117], "area": [1, 4, 7, 16, 17, 30, 39, 44, 85, 94, 105, 110, 111, 117], "remov": [1, 4, 18, 48, 53, 58, 107, 109, 117], "far": [1, 4, 108], "awai": [1, 4, 107], "background": [1, 4, 6, 107, 108, 115], "artifact": [1, 4, 9, 117], "sky": [1, 4, 107, 111], "landscap": [1, 4], "etc": [1, 4, 8, 9, 11, 102, 108, 109, 115, 117], "see": [1, 4, 7, 9, 68, 102, 103, 104, 105, 108, 109, 113, 114, 117], "also": [1, 4, 7, 18, 39, 48, 68, 102, 103, 104, 105, 107, 108, 109, 110, 112, 114, 115, 116, 117], "distanc": [1, 16, 17, 18, 32, 48, 105, 107, 110, 117], "posit": [1, 5, 13, 15, 17, 19, 30, 33, 35, 38, 53, 58, 69, 70, 78, 79, 80, 81, 82, 84, 100, 101, 105, 110, 113, 117], "float": [1, 5, 13, 18, 19, 30, 48, 53, 58, 78, 79, 80, 81], "between": [1, 5, 7, 39, 84, 109, 110, 117], "outer": [1, 5], "edg": [1, 5, 9, 44], "when": [1, 5, 32, 61, 63, 72, 82, 85, 89, 96, 102, 103, 107, 108, 109, 110, 117], "comput": [1, 5, 6, 10, 16, 19, 25, 54, 59, 63, 75, 94, 107, 108, 117], "choos": [1, 5, 7, 8, 9, 25, 36, 61, 70, 85, 104, 108, 113, 117], "valu": [1, 5, 9, 16, 18, 19, 28, 30, 37, 48, 63, 69, 82, 105, 106, 110, 113, 117], "bg": [1, 107], "imag": [1, 6, 13, 19, 26, 28, 30, 32, 33, 35, 39, 62, 63, 67, 68, 70, 72, 75, 82, 84, 85, 89, 96, 97, 103, 105, 107, 110, 112, 113, 114, 116], "mask": [1, 4, 6, 75, 107, 113, 117], "ai": [1, 6, 75], "json": [1, 7, 10, 109, 113, 117], "geojson": [1, 107, 117], "polygon": [1, 44, 107, 117], "either": [1, 7, 8, 10, 105, 106, 117], "file": [1, 7, 8, 10, 11, 27, 28, 29, 42, 83, 88, 93, 95, 100, 102, 103, 107, 108, 109, 111, 112, 113, 117], "repres": [1, 7, 10, 117], "content": [1, 7, 10], "build": [1, 20, 21, 105, 107, 108, 117], "overview": [1, 11, 107, 115, 117], "orthophoto": [1, 8, 36, 67, 71, 92, 94, 107, 109, 112, 116], "faster": [1, 8, 32, 34, 70, 94, 108], "displai": [1, 8, 11, 99, 105, 107, 117], "qgi": [1, 8, 11, 107, 112, 113, 117], "len": [1, 104, 107], "perspect": [1, 107], "brown": [1, 107], "fishey": [1, 107], "fisheye_opencv": [1, 9], "spheric": [1, 107], "equirectangular": [1, 9], "dual": [1, 9], "type": [1, 4, 8, 9, 11, 105, 107, 108, 110, 117], "manual": [1, 30, 107, 109], "geometr": [1, 9, 107], "undistort": [1, 9, 113], "By": [1, 4, 9, 36, 106, 117], "applic": [1, 9, 11, 107, 108, 114], "tri": [1, 9, 103], "determin": [1, 9, 117], "metadata": [1, 9, 113], "paramet": [1, 4, 7, 8, 9, 10, 11, 20, 21, 45, 46, 47, 49, 78, 79, 80, 81, 96, 107, 108, 112, 116], "dataset": [1, 4, 7, 10, 13, 15, 22, 36, 40, 42, 59, 61, 62, 64, 66, 70, 72, 77, 82, 97, 102, 107, 110, 112, 114, 116, 117], "instead": [1, 10, 11, 67, 69, 88, 94, 95, 102, 105, 108, 109, 110, 114], "calcul": [1, 10, 19], "them": [1, 7, 10, 28, 107, 108, 117], "cog": [1, 107], "optim": [1, 8, 50, 96, 107, 110, 117], "normal": [1, 4, 11, 89, 107, 112, 117], "copi": [1, 7, 8, 102, 107, 117], "result": [1, 12, 15, 32, 54, 65, 68, 70, 71, 73, 94, 96, 105, 108, 109, 110, 112, 117], "after": [1, 7, 12, 84, 102, 105, 107, 108, 112], "process": [1, 4, 7, 12, 22, 32, 35, 39, 42, 54, 56, 61, 63, 65, 66, 72, 89, 100, 107, 108, 109, 110, 112, 116], "crop": [1, 7, 44, 107, 113, 117], "smooth": [1, 13, 117], "buffer": [1, 4, 8, 13], "around": [1, 13, 44, 58, 105, 117], "shrunk": [1, 13], "n": [1, 13, 17, 53, 58, 105, 106, 110, 112], "meter": [1, 13, 28, 30, 58, 80, 81, 105, 106, 109, 110, 117], "disabl": [1, 13, 17, 53, 58, 59, 67, 108, 113, 117], "decim": [1, 107], "integ": [1, 15, 17, 33, 35, 37, 38, 39, 67, 69, 82, 84, 100, 101], "befor": [1, 15, 16, 102, 105, 117], "1": [1, 7, 15, 37, 67, 78, 102, 107, 109, 110, 113, 117], "full": [1, 4, 7, 8, 15, 23, 71, 94, 103, 117], "qualiti": [1, 15, 19, 32, 60, 67, 103, 107, 110], "100": [1, 15, 97, 108, 109], "99": [1, 15, 108], "speed": [1, 8, 15, 97, 110, 117], "up": [1, 7, 15, 56, 97, 107, 108, 109, 114], "veri": [1, 9, 15, 34, 77, 97, 109, 110, 114], "larg": [1, 4, 7, 9, 15, 30, 60, 77, 82, 97, 107, 114, 117], "euclidean": [1, 107], "map": [1, 7, 8, 11, 104, 105, 107, 117], "an": [1, 8, 16, 23, 32, 42, 62, 102, 103, 105, 106, 107, 108, 109, 110, 112, 114, 117], "raster": [1, 8, 11, 16, 113, 117], "each": [1, 16, 56, 62, 72, 82, 85, 105, 108, 109, 110, 112, 117], "report": [1, 16, 107], "cell": [1, 16], "nearest": [1, 16, 17, 33, 34], "nodata": [1, 16], "ani": [1, 4, 7, 16, 86, 108, 113, 114, 117], "hole": [1, 16], "fill": [1, 7, 16, 17, 57], "take": [1, 8, 11, 16, 19, 24, 56, 63, 108, 109, 110, 117], "place": [1, 11, 16, 102, 105, 107, 108, 109, 110, 112, 115, 117], "isol": [1, 16, 117], "have": [1, 4, 7, 9, 16, 26, 28, 42, 60, 62, 72, 82, 88, 95, 103, 104, 105, 108, 109, 110, 111, 112, 117], "been": [1, 7, 9, 16, 72, 103, 108, 112, 114, 116, 117], "gapfil": [1, 107, 117], "step": [1, 36, 56, 102, 107, 109], "number": [1, 7, 17, 35, 39, 63, 82, 99, 100, 108, 109, 110, 117], "gap": [1, 17, 57], "radiu": [1, 17, 58, 81, 84, 117], "equal": [1, 17], "resolut": [1, 8, 17, 32, 35, 58, 67, 107, 117], "differ": [1, 7, 9, 17, 103, 108, 112, 113, 117], "ar": [1, 7, 17, 26, 30, 36, 37, 63, 69, 70, 72, 82, 84, 86, 92, 96, 102, 104, 105, 106, 107, 108, 109, 110, 112, 113, 114, 115, 117], "progress": [1, 7, 17, 20, 110, 117], "bigger": [1, 17, 110, 117], "invers": [1, 17], "weight": [1, 17], "idw": [1, 17], "algorithm": [1, 17, 25, 34, 107, 109], "merg": [1, 17, 22, 64, 66, 76, 77, 107, 113, 117], "togeth": [1, 17, 107, 114], "remain": [1, 17, 109, 117], "neighbor": [1, 17, 34, 84, 107], "interpol": [1, 17, 117], "dsm": [1, 18, 107, 117], "dtm": [1, 18, 57, 107, 117], "cm": [1, 18, 48, 117], "pixel": [1, 18, 48, 101, 105, 117], "note": [1, 11, 18, 48, 69, 117], "cap": [1, 18, 32, 48], "2x": [1, 18], "ground": [1, 18, 20, 21, 27, 32, 48, 57, 107, 110, 113, 115, 117], "sampl": [1, 18, 32, 48, 105, 107], "gsd": [1, 4, 18, 48, 107, 110, 117], "estim": [1, 18, 32, 48, 59], "To": [1, 18, 48, 105, 107, 108, 109, 111, 117], "check": [1, 18, 20, 21, 48, 107], "ignor": [1, 18, 48, 107, 117], "5": [1, 18, 48, 53, 80, 105, 109, 110, 117], "tag": [1, 20, 21, 30, 63, 95, 102, 105], "digit": [1, 20, 21, 63, 107, 109, 113], "surfac": [1, 20, 113, 117], "object": [1, 20, 105, 117], "morpholog": [1, 20, 21, 78, 79, 80, 81, 117], "filter": [1, 4, 20, 21, 58, 78, 79, 80, 81, 107, 117], "finer": [1, 20, 21], "tune": [1, 20, 21], "terrain": [1, 9, 21, 110, 113, 117], "onli": [1, 7, 9, 21, 58, 64, 67, 70, 71, 73, 102, 105, 106, 108, 109, 113, 117], "simpl": [1, 7, 21, 78, 79, 80, 81, 105, 106, 117], "smrf": [1, 21, 107, 117], "end": [1, 102, 107, 117], "split": [1, 22, 36, 60, 64, 66, 76, 77, 107, 117], "opensfm": [1, 9, 22, 64, 66, 109, 113, 117], "openmv": [1, 22, 64, 66], "odm_filterpoint": [1, 22, 64, 66], "odm_mesh": [1, 22, 64, 66, 113], "mvs_textur": [1, 22, 64, 66], "odm_georeferenc": [1, 22, 64, 66, 112, 113, 117], "odm_dem": [1, 22, 64, 66, 113], "odm_orthophoto": [1, 22, 64, 66, 112, 113, 117], "odm_report": [1, 22, 64, 66, 112], "odm_postprocess": [1, 22, 64, 66], "stage": [1, 22, 42, 64, 66], "fast": [1, 7, 34, 103, 107, 117], "skip": [1, 23, 77, 107, 108, 111, 117], "dens": [1, 23, 113], "It": [1, 7, 23, 61, 102, 103, 105, 117], "directli": [1, 23, 117], "spars": [1, 4, 23], "just": [1, 7, 23, 102, 103, 108, 109, 117], "need": [1, 7, 23, 27, 28, 60, 71, 73, 74, 83, 102, 105, 107, 109, 110, 114, 117], "do": [1, 7, 23, 41, 102, 105, 106, 107, 108, 110, 111, 112, 114, 117], "turn": [1, 23, 60, 68, 91, 96, 117], "featur": [1, 4, 11, 44, 67, 85, 102, 107, 108, 110, 113, 117], "ultra": [1, 24, 56, 60, 117], "high": [1, 24, 26, 30, 56, 60, 105, 107, 110], "medium": [1, 7, 8, 11, 24, 56], "low": [1, 4, 7, 9, 24, 56, 105, 107, 110], "lowest": [1, 24, 56, 117], "extract": [1, 24, 25, 39, 67, 100, 101, 117], "higher": [1, 19, 24, 56, 108, 109, 110, 117], "better": [1, 24, 32, 56, 70, 110, 112, 116, 117], "requir": [1, 7, 24, 35, 56, 102, 103, 104, 105, 107, 109, 110, 117], "more": [1, 4, 7, 9, 11, 24, 34, 37, 39, 53, 56, 102, 105, 106, 107, 109, 110, 113, 114, 115, 117], "memori": [1, 4, 24, 32, 35, 56, 60, 107, 109, 117], "longer": [1, 19, 24, 56, 117], "akaz": [1, 25], "hahog": [1, 25], "orb": [1, 25], "sift": [1, 25], "keypoint": [1, 25], "descriptor": [1, 25], "forc": [1, 9, 105, 107], "exif": [1, 26, 33, 63, 105, 107, 109], "data": [1, 7, 8, 11, 26, 33, 89, 104, 105, 106, 107, 108, 109, 110, 113, 116], "even": [1, 26, 41, 102, 109, 117], "present": [1, 26, 69, 112, 117], "precis": [1, 26, 30, 105, 110], "measur": [1, 26, 105, 107, 110], "doe": [1, 4, 8, 11, 26, 67, 110, 117], "noth": [1, 7, 26], "contain": [1, 27, 28, 62, 105, 106, 108, 110, 117], "control": [1, 19, 27, 30, 49, 83, 107, 109, 110, 115, 117], "follow": [1, 9, 27, 28, 83, 102, 105, 108, 109, 112, 113, 115, 116, 117], "format": [1, 7, 11, 27, 28, 50, 51, 52, 55, 83, 106, 107, 111, 113, 115], "epsg": [1, 7, 27, 28, 105, 106], "code": [1, 27, 28, 40, 102, 105, 106, 109, 112, 113, 114, 117], "proj": [1, 27, 28, 105, 106], "definit": [1, 27, 28], "geo_x": [1, 27, 28, 105, 106], "geo_i": [1, 27, 28, 105, 106], "geo_z": [1, 27, 28, 105, 106], "im_x": [1, 27, 105], "im_i": [1, 27, 105], "image_nam": [1, 27, 28, 83, 105, 106], "gcp_name": [1, 27, 105], "extra1": [1, 27, 105], "extra2": [1, 27, 105], "geo": [1, 105, 106, 107], "geoloc": [1, 28, 107], "center": [1, 28, 105], "coordin": [1, 7, 28, 105, 106, 113, 117], "don": [1, 28, 42, 74, 102, 108, 117], "t": [1, 28, 42, 60, 74, 102, 105, 108, 109, 110, 114, 115, 117], "yaw": [1, 28, 106], "pitch": [1, 28, 106], "roll": [1, 28, 96, 106, 107, 110], "degre": [1, 28, 106, 110, 117], "horz": [1, 28, 106], "accuraci": [1, 28, 54, 59, 68, 106, 107], "vert": [1, 28, 106], "gltf": [1, 107], "binari": [1, 29, 108], "glb": [1, 29], "textur": [1, 29, 107, 109, 115], "dilut": [1, 30], "dop": [1, 30], "inform": [1, 7, 11, 30, 95, 102, 103, 105, 106, 109, 110, 111, 115, 117], "all": [1, 7, 9, 11, 30, 36, 63, 69, 89, 102, 104, 105, 107, 108, 109, 112, 114, 117], "rtk": [1, 30, 105, 106, 110], "accordingli": [1, 30], "case": [1, 8, 9, 11, 30, 108, 111, 117], "fail": [1, 9, 30, 117], "lower": [1, 8, 30, 32, 117], "sometim": [1, 8, 30, 32, 34, 96, 106, 108, 114, 117], "bowl": [1, 9, 30, 96, 109, 117], "effect": [1, 30, 109, 110, 114, 117], "over": [1, 9, 30, 79, 109, 111, 113, 117], "10": [1, 30, 103, 105, 106, 108, 110, 117], "show": [1, 4, 7, 9, 11, 31, 102, 109, 110, 117], "messag": [1, 14, 31, 98, 108, 109, 117], "exit": [1, 31, 99, 117], "maximum": [1, 32, 35, 38, 100, 101, 108], "resiz": [1, 32, 103, 107], "necessari": [1, 32, 103, 108, 114, 117], "usag": [1, 7, 32, 42, 60, 107, 117], "sinc": [1, 32, 103, 110, 112, 117], "slightli": [1, 32, 117], "matcher": [1, 107, 117], "match": [1, 7, 8, 33, 34, 39, 110, 113, 117], "triangul": [1, 33, 70, 117], "order": [1, 105, 110, 117], "filenam": [1, 7, 102, 105, 106, 111, 117], "sequenti": [1, 109], "those": [1, 85, 102, 107, 108, 110], "video": [1, 107], "appli": [1, 7, 63, 108, 117], "non": [1, 9, 11, 103, 117], "bow": [1, 34], "bruteforc": [1, 34], "flann": [1, 34, 117], "librari": [1, 34], "approxim": [1, 34], "bag": [1, 34], "word": [1, 4, 34, 109], "slower": [1, 34, 103], "stabl": [1, 34, 102, 108, 117], "miss": [1, 34, 105, 108, 115], "valid": [1, 7, 34, 109, 117], "slow": [1, 34, 39], "robust": [1, 9, 34], "max": [1, 9, 107, 117], "concurr": [1, 107, 108, 117], "variou": [1, 7, 9, 11, 35, 108], "peak": [1, 35], "1gb": [1, 35], "per": [1, 35, 39, 82, 109, 117], "thread": [1, 35], "megapixel": [1, 35], "4": [1, 35, 105, 107, 110, 112, 117], "pointcloud": [1, 36], "what": [1, 36, 102, 107, 108, 109, 114], "avail": [1, 36, 41, 42, 70, 103, 105, 106, 107, 108, 109, 117], "mesh": [1, 85, 86, 94, 107, 109, 113, 115, 117], "octre": [1, 107, 117], "depth": [1, 107, 117], "x": [1, 37, 105, 106, 108, 117], "14": [1, 37], "increas": [1, 8, 37, 54, 56, 105, 117], "get": [1, 4, 37, 63, 102, 107, 110, 114, 117], "vertic": [1, 37, 106, 107, 110, 117], "recommend": [1, 9, 37, 61, 107, 109, 110, 115, 117], "8": [1, 11, 37, 105, 108, 110, 117], "12": [1, 37, 108, 110, 117], "11": [1, 37, 105, 110, 117], "size": [1, 8, 11, 107, 110, 117], "vertex": [1, 7, 38], "count": [1, 38], "200000": [1, 38], "min": [1, 107, 117], "num": [1, 107, 117], "minimum": [1, 39, 105, 117], "find": [1, 7, 39, 102, 105, 108, 109, 115, 117], "potenti": [1, 8, 39], "allow": [1, 7, 8, 11, 39, 42, 108, 109, 117], "littl": [1, 39, 117], "overlap": [1, 7, 39, 44, 105, 107, 109, 117], "insuffici": [1, 39], "down": [1, 39, 117], "10000": [1, 39, 117], "e": [1, 40, 102, 105, 106, 109, 114, 117], "subfold": [1, 40, 62], "within": [1, 7, 40, 105, 110, 114, 117], "gpu": [1, 4, 7, 8, 9, 11, 107, 108, 117], "acceler": [1, 41], "": [1, 7, 41, 61, 102, 103, 104, 105, 106, 108, 110, 114, 117], "disk": [1, 7, 11, 103, 107, 108, 117], "space": [1, 103, 105, 107, 108, 117], "delet": [1, 42, 65], "heavi": [1, 42], "intermedi": [1, 42], "affect": [1, 9, 42, 67, 110, 117], "abil": [1, 42], "restart": [1, 42, 108, 117], "pipelin": [1, 42, 65, 103, 109, 115], "machin": [1, 42, 60, 102, 107, 109], "suffici": [1, 7, 42, 105, 117], "compress": [1, 11, 107, 117], "jpeg": [1, 43, 117], "lzw": [1, 43], "packbit": [1, 43], "deflat": [1, 43, 117], "lzma": [1, 43], "cutlin": [1, 107, 117], "cut": [1, 44, 117], "stitch": [1, 44, 107], "seamless": [1, 44], "mosaic": [1, 44], "multipl": [1, 44, 76, 88, 108, 109, 112], "kmz": [1, 107, 117], "want": [1, 7, 8, 45, 46, 47, 95, 102, 105, 107, 108, 109, 111, 117], "googl": [1, 45], "earth": [1, 45, 114, 117], "render": [1, 8, 9, 45, 47], "stripe": [1, 11, 46], "png": [1, 107, 111, 113, 117], "pc": [1, 19, 107, 108, 117], "classifi": [1, 57, 107, 117], "behavior": [1, 49, 102, 117], "tweak": [1, 49, 103, 117], "copc": [1, 107], "save": [1, 8, 50, 71, 73, 74, 107, 108, 117], "csv": [1, 105, 107, 113, 117], "export": [1, 51, 52, 55, 107, 117], "ept": [1, 107], "entwin": [1, 52], "deviat": [1, 53], "than": [1, 7, 11, 53, 84, 102, 105, 107, 109, 117], "standard": [1, 9, 53, 110, 117], "local": [1, 11, 53, 97, 107, 110, 117], "mean": [1, 4, 53, 57, 108], "denser": [1, 19, 56], "time": [1, 4, 7, 8, 9, 11, 54, 56, 69, 71, 73, 74, 107, 108, 110, 114, 117], "roughli": [1, 56], "factor": [1, 8, 56, 110, 117], "4x": [1, 56], "rectifi": [1, 107], "rectif": [1, 57], "wrongli": [1, 57], "re": [1, 57, 102, 114, 117], "keep": [1, 11, 58, 105, 107, 115, 117], "duplic": [1, 58], "consist": [1, 54, 59, 117], "depthmap": [1, 54, 59, 60, 107, 113, 117], "mai": [1, 7, 9, 59, 102, 113, 117], "usabl": [1, 59], "larger": [1, 4, 7, 8, 59, 105, 110, 117], "primari": [1, 7, 107], "multispectr": [1, 61, 63, 72, 107, 116], "which": [1, 9, 11, 61, 102, 104, 108, 109, 110, 112, 115, 116, 117], "sharp": [1, 61, 85, 105], "detail": [1, 61, 102, 110], "focu": [1, 61, 117], "radiometr": [1, 89, 106, 107, 112, 116], "calibr": [1, 104, 106, 107, 112, 116], "sun": [1, 63, 110, 117], "thermal": [1, 63, 107], "obtain": [1, 63, 117], "reflect": [1, 63, 112], "temperatur": [1, 63, 116, 117], "otherwis": [1, 7, 63, 105, 109, 117], "black": [1, 63, 111, 117], "level": [1, 11, 63, 107, 110, 117], "vignet": [1, 63], "row": [1, 63, 103], "gradient": [1, 63, 117], "gain": [1, 63], "exposur": [1, 63], "compens": [1, 63], "appropri": [1, 4, 63, 107, 117], "found": [1, 63, 105, 108, 109, 117], "absolut": [1, 63, 110], "correct": [1, 9, 63, 68, 105, 112, 117], "plu": [1, 63, 102], "spectral": [1, 63], "radianc": [1, 63], "regist": [1, 63], "downwel": [1, 63], "light": [1, 63, 107], "sensor": [1, 9, 63, 69, 104, 110, 112], "dl": [1, 63], "consider": [1, 63, 117], "angl": [1, 7, 9, 63, 70, 106, 117], "rerun": [1, 107], "stop": [1, 64, 108, 109, 114, 117], "perman": [1, 65], "previou": [1, 65, 108], "shutter": [1, 96, 107, 110], "were": [1, 68, 102], "taken": [1, 9, 68, 96, 110, 117], "motion": [1, 68, 70, 115], "readout": [1, 68, 107], "overrid": [1, 19, 69, 106], "millisecond": [1, 69], "databas": [1, 9, 69], "sfm": [1, 107], "increment": [1, 70, 110], "planar": [1, 70, 94, 105], "structur": [1, 11, 70, 105, 107, 115], "For": [1, 70, 103, 105, 107, 108, 109, 110, 111, 117], "aerial": [1, 70, 110], "scene": [1, 9, 54, 60, 70, 107, 112], "captur": [1, 7, 70, 112, 116, 117], "fix": [1, 70, 107, 108], "altitud": [1, 70, 110], "nadir": [1, 4, 70, 117], "much": [1, 4, 7, 11, 60, 70, 108, 114, 117], "partial": 1, "happen": [1, 102, 109, 117], "3dmodel": [1, 107], "2d": [1, 8, 11, 71, 117], "postprocess": [1, 72], "alreadi": [1, 7, 72, 102, 103, 105, 108, 109, 114, 117], "pdf": [1, 74, 110, 117], "sm": [1, 107, 109], "cluster": [1, 82, 84, 107, 117], "url": [1, 76, 102], "clusterodm": [1, 76, 107], "instanc": [1, 7, 8, 76, 107, 109, 110], "distribut": [1, 76, 103, 105, 107, 108, 117], "workflow": [1, 76, 109, 112, 117], "node": [1, 76, 108, 109, 117], "parallel": [1, 76, 108, 109, 117], "submodel": [1, 77, 82, 84, 109], "good": [1, 4, 77, 102, 105, 110, 112, 115, 117], "enough": [1, 77, 117], "scalar": [1, 107, 117], "elev": [1, 78, 80, 105, 107, 113], "25": [1, 78, 110], "slope": [1, 107, 117], "rise": [1, 79], "run": [1, 7, 79, 97, 102, 107, 109, 112], "15": [1, 79, 103, 105, 117], "threshold": [1, 107, 117], "window": [1, 102, 103, 107, 117], "18": [1, 81, 108, 117], "averag": [1, 82, 109, 110, 117], "smaller": [1, 4, 82, 110, 117], "group": [1, 82, 84, 107, 109, 117], "regul": [1, 82], "999999": [1, 82], "how": [1, 9, 83, 107, 108, 109, 110, 117], "group_namedefault": [1, 83], "closer": [1, 84], "ad": [1, 84, 97, 107, 108, 109, 114], "ensur": [1, 7, 84, 105, 117], "150": [1, 84], "unseen": [1, 107], "face": [1, 107, 117], "seen": [1, 86, 105], "materi": [1, 105, 107, 117], "obj": [1, 88, 113], "ones": [1, 88, 114, 117], "global": [1, 97, 107, 110], "seam": [1, 107], "color": [1, 89, 90, 105, 111, 113, 117], "across": [1, 89], "blend": [1, 90], "static": [1, 92, 108, 109], "suitabl": [1, 92], "viewer": [1, 92, 107], "like": [1, 4, 7, 8, 92, 105, 108, 113, 114, 117], "leaflet": [1, 92], "openlay": [1, 92], "3dmesh": [1, 107], "5d": [1, 94, 117], "bit": [1, 94, 108, 117], "similar": [1, 7, 9, 94, 108, 109, 113, 114, 117], "param": [1, 107], "off": [1, 96, 107, 117], "dure": [1, 96, 103, 108, 110, 117], "bundl": [1, 96, 107, 117], "adjust": [1, 7, 96, 107, 108, 117], "exhibit": [1, 96], "dome": [1, 96, 107], "hybrid": [1, 107, 117], "everi": [1, 8, 11, 97, 108], "version": [1, 102, 107, 108, 109, 112, 117], "frame": [1, 100, 101, 117], "500": [1, 100, 108, 117], "4000": [1, 101], "add": [1, 7, 103, 108, 109, 111, 117], "command": [1, 102, 107, 109, 112], "arguments_edit": 1, "debug": [1, 107, 117], "term": [1, 107, 110, 117], "outlier": [1, 107], "tone": [1, 107], "verbos": [1, 107], "option": [3, 4, 5, 9, 10, 12, 13, 15, 17, 18, 19, 22, 23, 24, 25, 27, 28, 30, 33, 34, 35, 36, 37, 38, 39, 40, 43, 48, 49, 53, 56, 58, 61, 62, 63, 64, 66, 67, 68, 69, 70, 72, 76, 78, 79, 80, 81, 82, 83, 84, 85, 87, 91, 94, 100, 101, 105, 106, 107, 108, 109, 113, 117], "boolean": [4, 8, 11], "domain": [4, 7, 8, 9, 11], "resourc": [4, 7, 8, 9, 11, 102, 107, 114, 115, 117], "impact": [4, 7, 8, 9, 11, 107, 108, 117], "cpu": [4, 7, 8, 9, 11, 107, 117], "hdd": [4, 7, 8, 9, 11], "ram": [4, 7, 8, 9, 11, 60, 103, 117], "seek": 4, "upon": 4, "k": 4, "convex": 4, "hull": 4, "20x": 4, "where": [4, 7, 103, 105, 111, 114, 115, 117], "might": [4, 7, 109, 112, 114, 116], "possibli": [4, 108, 114, 117], "consid": [4, 105, 110, 117], "due": [4, 7, 9, 11, 109], "presenc": [4, 7, 11], "thei": [4, 105, 106, 108, 112, 114, 116, 117], "part": [4, 7, 109, 112, 116], "desir": [4, 117], "meaning": 4, "imageri": [4, 117], "without": [4, 7, 108, 114, 117], "make": [4, 7, 103, 104, 105, 108, 109, 110, 117], "superflu": 4, "safe": [4, 7], "includ": [4, 7, 102, 105, 107, 108, 109, 111, 117], "In": [4, 8, 9, 11, 103, 105, 107, 108, 110, 115, 117], "other": [4, 7, 9, 102, 105, 107, 108, 110, 112, 114, 116], "choic": [4, 7, 103], "most": [4, 11, 105, 108, 117], "prevent": [4, 117], "grow": [4, 114], "needlessli": 4, "thing": [4, 108, 117], "treelin": 4, "out": [4, 7, 102, 107, 108, 109, 113, 114, 117], "Of": [4, 7], "error": [4, 7, 108, 109, 110, 113, 117], "becom": 4, "less": [4, 109, 110, 117], "decreas": [4, 110, 117], "being": [4, 8, 109], "webodm": [4, 7, 8, 11, 105, 107, 109, 110, 114, 115], "view": [4, 7, 11, 107, 109, 115], "extent": [4, 7, 8, 117], "bound": [4, 7, 117], "recosntruct": [4, 7], "compar": [4, 7, 11, 110, 117], "abov": [4, 7, 11, 108, 117], "therefor": [4, 9, 110, 117], "visual": [4, 117], "argument": 7, "serv": [7, 11], "constrain": [7, 114], "final": [7, 67, 103, 104, 117], "product": [7, 117], "box": [7, 105, 109, 117], "pass": [7, 108, 109, 112, 117], "specif": [7, 102, 108, 110, 115, 117], "subset": 7, "entir": [7, 117], "interest": [7, 114, 117], "further": [7, 109, 117], "given": [7, 11], "therebi": 7, "modifi": [7, 108, 117], "concern": 7, "possibl": [7, 102, 103, 109, 112, 116, 117], "One": [7, 8, 9], "function": [7, 102, 109, 117], "predefin": [7, 117], "aoi": [7, 117], "survei": [7, 105, 110, 117], "properti": [7, 8, 11, 117], "lot": [7, 103, 105, 117], "decid": [7, 109], "20m": 7, "overfli": 7, "so": [7, 102, 103, 105, 108, 110, 112, 114, 116, 117], "clean": [7, 107], "right": [7, 104, 108, 114, 117], "howev": [7, 109, 117], "flight": [7, 105, 107, 110], "height": [7, 107, 110], "border": 7, "home": [7, 102, 108, 117], "represent": 7, "clip": [7, 107], "insid": [7, 108, 114, 117], "focus": [7, 110], "beyond": 7, "http": [7, 11, 105, 108, 109, 110, 115, 117], "quick": 7, "webapp": 7, "open": [7, 102, 103, 105, 108, 112, 113, 114, 117], "link": [7, 102, 117], "pan": 7, "zoom": [7, 117], "preview": [7, 8, 11], "select": [7, 105, 107, 108, 117], "draw": 7, "menu": [7, 108], "left": [7, 117], "click": [7, 108, 117], "mani": [7, 102, 108, 109, 112, 116, 117], "close": [7, 108, 110, 117], "first": [7, 9, 102, 103, 105, 106, 108, 109, 114, 117], "abl": [7, 9, 108, 109, 112, 114, 116, 117], "onc": [7, 112, 117], "least": [7, 105, 107, 108, 109, 114, 117], "three": [7, 108, 114, 117], "darker": 7, "impli": 7, "now": [7, 108, 114, 117], "solid": 7, "look": [7, 102, 105, 108, 109, 110, 117], "readi": 7, "browser": [7, 108], "prompt": [7, 108], "alert": 7, "altern": [7, 103, 117], "past": 7, "text": [7, 117], "panel": [7, 8, 11, 108], "header": [7, 105], "textual": 7, "featurecollect": 7, "77": 7, "04460859298706": 7, "38": 7, "88532071975074": 7, "04014539718628": 7, "8801593862463": 7, "03295707702637": 7, "88331636291941": 7, "03965187072754": 7, "887959703337145": 7, "chosen": 7, "access": [7, 11, 102, 107, 108, 110, 113], "later": 7, "icon": [7, 108, 117], "system": [7, 102, 105, 108, 110], "clipboard": 7, "confirm": [7, 11], "its": [7, 9, 108, 110, 113, 114, 117], "enabl": [7, 11, 108, 109, 112, 116, 117], "org": [7, 108, 110, 115], "en": 7, "site": [7, 110], "forus": 7, "html": 7, "free": [7, 103, 108, 114, 117], "sourc": [7, 103, 108, 114, 117], "geograph": [7, 117], "wai": [7, 102, 108, 109, 114, 117], "setup": [7, 109, 112, 117], "There": [7, 107, 108, 117], "numer": 7, "opendronemap": [7, 8, 102, 108, 109, 110, 112, 114, 115, 117], "design": 7, "work": [7, 105, 108, 109, 112, 114, 116, 117], "leav": 7, "pictur": 7, "basemap": 7, "exactli": [7, 102, 117], "10m": 7, "method": [7, 87, 103, 117], "mind": [7, 11, 117], "skew": 7, "registr": 7, "occur": 7, "tool": [7, 11, 102, 107, 108], "begin": 7, "finish": [7, 107], "canva": 7, "outlin": [7, 117], "indic": [7, 9, 11, 105], "accept": [7, 117], "write": [7, 102, 109], "dialog": [7, 117], "bring": 7, "sub": [7, 110], "item": 7, "written": 7, "cr": 7, "safest": 7, "4326": [7, 105, 106], "proivd": 7, "outsid": [7, 114, 117], "pyramid": [8, 11, 117], "reduc": [8, 60, 105, 109, 110, 117], "tradeoff": 8, "power": [8, 117], "two": [8, 105, 107, 108, 109, 110, 114, 117], "128x128": 8, "256x256": 8, "store": [8, 11, 103, 108, 109, 113], "intern": [8, 11], "extern": 8, "sidecar": 8, "alwai": [8, 103, 109, 117], "nearli": 8, "some": [8, 9, 102, 105, 107, 108, 112, 113, 114, 117], "few": [8, 108, 117], "rel": [8, 110], "rare": [8, 9], "except": 8, "small": [8, 117], "paramount": 8, "read": [8, 11, 114, 115, 117], "softwar": [8, 11, 102, 107, 108, 110, 111, 114, 115, 117], "support": [8, 107, 109, 114], "closest": [8, 9], "signific": 8, "amount": [8, 108, 117], "retriev": [8, 9], "downscal": 8, "dynam": 8, "rapid": [8, 11], "navig": [8, 107, 108], "web": [8, 108, 109], "layer": [8, 11, 107, 113, 117], "demonstr": [8, 9, 102], "lack": [8, 11], "best": [9, 108, 109, 114, 117], "prefer": [9, 103, 108, 117], "wide": 9, "legaci": [9, 11, 67], "360": [9, 117], "distort": [9, 104, 105, 109, 110, 117], "optic": 9, "platform": [9, 102, 109, 117], "record": [9, 102], "our": [9, 104, 107, 109, 114, 115, 117], "These": 9, "essenti": 9, "proper": [9, 108], "current": [9, 106, 108, 109, 117], "gopro": 9, "fusion": [9, 60], "insta360": 9, "kodak": 9, "pixpro": 9, "doubt": 9, "try": [9, 108, 114], "As": [9, 107, 114, 117], "prior": [9, 109], "sever": [9, 103, 107, 108, 117], "introduc": 9, "wrong": [9, 117], "well": [9, 11, 108, 109, 114, 117], "collect": [9, 109, 117], "flat": 9, "homogenu": 9, "agricultur": 9, "field": [9, 105, 106, 107, 108], "properli": [9, 108, 117], "failur": 9, "often": [9, 108], "advis": [9, 110, 117], "hereaft": 11, "special": [11, 110, 117], "formul": 11, "advantag": [11, 117], "overivew": 11, "form": [11, 117], "becaus": [11, 109, 117], "attribut": 11, "go": [11, 102, 108, 109, 110, 114, 117], "host": [11, 102], "onlin": [11, 109], "getrang": 11, "request": [11, 107, 109], "capabl": [11, 117], "gi": [11, 110], "hold": 11, "whether": [11, 108], "With": 11, "quickli": [11, 109, 117], "print": [11, 14, 98], "gdalinfo": 11, "conform": 11, "spec": [11, 102, 117], "fact": 11, "78": 11, "mb": 11, "6": [11, 109, 110], "30": [11, 105, 110, 117], "below": [11, 102, 107, 108, 113, 117], "layout": 11, "meet": 11, "densiti": [19, 117], "produc": [19, 109, 110, 113, 117], "640": 19, "flag": [26, 59, 107, 108, 117], "urban": [54, 117], "doesn": [60, 102], "ve": [60, 108, 117], "largest": [67, 85, 117], "side": [67, 117], "purpos": [67, 106, 109, 117], "origin": [67, 113, 117], "2048": 67, "gmi": 85, "triangl": 85, "priorit": 85, "cover": [85, 105, 108], "gauss_clamp": 87, "gauss_damp": 87, "photometr": [87, 117], "gamma": 91, "one": [91, 102, 105, 107, 109, 110, 112, 117], "benchmark": 93, "runtim": [93, 117], "info": [93, 109, 117], "addit": [98, 102, 107, 114, 117], "consol": [98, 108, 109, 117], "reli": [102, 109, 117], "programm": 102, "involv": 102, "stuck": [102, 108], "problem": [102, 107, 117], "reach": 102, "great": [102, 104, 108], "question": [102, 107, 108], "answer": [102, 114, 117], "els": [102, 114, 117], "tip": [102, 107], "explor": [102, 108, 117], "touch": 102, "develop": [102, 107, 112, 114, 116], "new": [102, 107, 108, 109, 111, 114, 117], "track": [102, 113, 117], "github": [102, 105, 107, 108, 109, 114, 115, 117], "issu": [102, 107, 108, 114], "pleas": [102, 103, 108, 114, 117], "repositori": [102, 108, 114], "explain": [102, 114], "maintain": [102, 114], "reproduc": 102, "clear": [102, 117], "descript": [102, 117], "titl": [102, 110, 117], "identifi": 102, "describ": 102, "exact": [102, 112], "exampl": [102, 105, 106, 107, 108, 109, 110, 111, 117], "docker": [102, 103, 107, 108, 109, 112], "vagrant": 102, "g": [102, 105, 106, 114], "termin": [102, 108, 117], "list": [102, 105, 107, 108, 109, 111, 112, 116], "sai": [102, 114], "did": 102, "pasteabl": 102, "snippet": 102, "markdown": 102, "block": [102, 117], "observ": 102, "expect": [102, 105, 107], "why": [102, 107, 109, 114], "screenshot": 102, "anim": [102, 117], "gif": 102, "clearli": [102, 110], "maco": [102, 107], "linux": [102, 103, 107, 113, 117], "relat": [102, 110, 115], "post": [102, 105, 108], "guest": 102, "wasn": [102, 109], "trigger": 102, "action": 102, "share": [102, 107, 112, 114, 116], "guidelin": [102, 104], "about": [102, 105, 108, 110, 115, 117], "configur": [102, 103, 108, 109, 117], "environ": [102, 113, 117], "A": [102, 105, 107, 108, 109, 110, 113, 114, 117], "releas": [102, 103, 108], "clone": [102, 108, 109], "master": [102, 115], "o": [102, 108], "virtual": [102, 107, 117], "vm": [102, 108], "short": 102, "here": [102, 108, 113, 114, 117], "reproduct": 102, "second": [102, 108, 109, 110, 117], "enter": [102, 117], "recent": 102, "didn": [102, 114, 117], "older": 102, "ye": [102, 103, 117], "No": [102, 103, 108, 112, 117], "reliabl": 102, "randomli": 102, "whenev": 102, "pep8": 102, "python": [102, 108, 117], "style": 102, "guid": [102, 104, 105, 107, 108, 110, 115], "newlin": 102, "avoid": [102, 117], "depend": [102, 105, 110, 117], "f": [102, 117], "gethomedirectori": 102, "directori": [102, 107, 108, 112], "join": 102, "concaten": 102, "tmpdir": 102, "rather": [102, 117], "tmp": 102, "temporari": [102, 107], "plain": 102, "return": [102, 108], "explicitli": 102, "Not": 102, "null": [102, 107], "undefin": 102, "photogrammetr": 103, "orthorectifi": 103, "hugin": 103, "util": 103, "moment": 103, "under": [103, 108, 117], "sell": 103, "sure": [103, 105, 108, 109, 117], "compli": 103, "particular": [103, 107], "disclos": 103, "nope": 103, "sorri": 103, "bui": 103, "ultim": 103, "solut": [103, 117], "upload": 103, "swapfil": 103, "both": [103, 108, 114, 117], "ssd": 103, "nvme": 103, "drive": [103, 117], "still": [103, 107, 117], "wsl2": 103, "wslconfig": 103, "microsoft": [103, 108], "document": [103, 108, 115, 117], "advanc": [103, 108], "wsl": 103, "swap": [103, 108], "128gb": 103, "cours": 103, "c": [103, 109], "temp": 103, "vhdx": 103, "partit": 103, "dedic": [103, 115, 117], "consult": 103, "search": [103, 108, 114], "engin": [103, 108], "humanitarian": 104, "openstreetmap": 104, "team": [104, 114, 117], "uav": [104, 110, 117], "mission": [104, 117], "prepar": [104, 114], "intend": [104, 117], "drone": [104, 105, 110, 114, 117], "island": 104, "mapper": 104, "dronedeploi": [104, 110], "success": [104, 108, 112, 114], "plan": [104, 107, 109], "challeng": [104, 117], "accur": [104, 106, 109, 110, 112, 117], "section": [104, 108, 115, 117], "doc": [104, 115], "referenc": 105, "know": [105, 109, 114, 117], "made": [105, 108], "typic": [105, 108, 117], "toffanin": [105, 108], "2019": [105, 110, 117], "exist": [105, 108, 117], "pavement": 105, "corner": [105, 117], "line": [105, 106, 107, 108, 109], "park": 105, "contrast": 105, "floor": 105, "target": [105, 108, 111, 117], "purchas": [105, 108], "ampl": 105, "varieti": 105, "rang": [105, 110, 117], "bucket": [105, 109], "lid": 105, "visibl": [105, 117], "illumin": [105, 110, 117], "veget": 105, "obstacl": 105, "procur": 105, "evenli": [105, 117], "horizont": [105, 106, 109, 110, 117], "job": [105, 110, 117], "footprint": [105, 110], "separ": [105, 112, 117], "perimet": 105, "utm": [105, 106], "zone": [105, 106], "ellp": [105, 106], "wgs84": [105, 106], "datum": [105, 106], "unit": [105, 106, 110], "m": [105, 106], "no_def": [105, 106], "eg": [105, 106, 113], "16n": [105, 106], "y": [105, 106, 108], "z": [105, 106], "associ": [105, 109, 113], "extra": [105, 106, 112], "tab": [105, 108], "nan": 105, "7th": 105, "column": [105, 106], "label": [105, 106, 108, 117], "544256": 105, "7": [105, 108, 110, 117], "5320919": 105, "9": [105, 110, 112], "3044": 105, "2622": 105, "img_0525": 105, "jpg": [105, 106, 109, 111, 112, 113], "544157": 105, "5320899": 105, "4193": 105, "1552": 105, "img_0585": 105, "544033": 105, "5320876": 105, "1606": 105, "2763": 105, "img_0690": 105, "gcp_list": [105, 113, 117], "txt": [105, 106, 109, 113, 117], "along": [105, 108, 114], "own": [105, 114, 117], "facto": 105, "import": [105, 108, 110, 113, 117], "photo": [105, 110, 111, 117], "pick": [105, 108], "load": [105, 107, 117], "demo": 105, "known": 105, "xyz": [105, 113, 117], "would": [105, 107, 114, 117], "proj4": 105, "someth": [105, 108, 109, 117], "37": [105, 117], "south": 105, "gcp01": 105, "529356": 105, "250827686": 105, "9251137": 105, "5643209": 105, "465": 105, "gcp02": 105, "530203": 105, "125367657": 105, "9250140": 105, "80991621": 105, "781": 105, "gcp03": 105, "530292": 105, "136003818": 105, "9250745": 105, "02372435": 105, "977": 105, "gcp04": 105, "gcp05": 105, "Then": [105, 108, 109, 117], "app": [105, 108, 117], "instal": [105, 107, 109], "plugin": 105, "com": [105, 108, 109, 110, 115, 117], "uav4geo": [105, 108], "gcpeditorpro": 105, "north": [105, 117], "east": 105, "main": [105, 109], "screen": [105, 108, 117], "respect": [105, 109, 117], "piero": [105, 108], "masseranolab": 105, "llc": 105, "embed": 106, "user": [106, 107, 108, 109, 114, 117], "wish": 106, "10th": 106, "dji_0028": 106, "91": 106, "9942096111111": 106, "46": 106, "84252125": 106, "198": 106, "609": 106, "dji_0032": 106, "9938293055556": 106, "8424584444444": 106, "contribut": [107, 109, 114], "anyon": 107, "knowledg": 107, "languag": 107, "translat": 107, "incomplet": 107, "english": 107, "20": [107, 108, 117], "percent": 107, "u": [107, 112, 116, 117], "transifex": 107, "czech": 107, "filipino": 107, "french": 107, "spanish": 107, "indonesian": 107, "swahili": 107, "telugu": 107, "quickstart": 107, "hardwar": 107, "alloc": 107, "download": 107, "launch": [107, 109, 117], "ubuntu": [107, 117], "debian": 107, "cento": 107, "rhel": 107, "fedora": 107, "arch": 107, "basic": [107, 112, 117], "troubleshoot": 107, "hello": 107, "tutori": [107, 113], "stockpil": 107, "volum": 107, "fieldwork": 107, "pattern": [107, 112], "log": 107, "singular": 107, "sif": 107, "bandwidth": 107, "who": [107, 114], "prep": 107, "droplet": 107, "pull": 107, "pin": 107, "assum": 107, "surviv": 107, "long": [107, 108, 109, 116], "potre": 107, "modul": 107, "appear": 107, "budget": 107, "ey": 107, "true": [107, 110, 117], "io": [107, 117], "complet": [107, 117], "task": [107, 108, 109, 110, 113], "scratch": 107, "geometri": 107, "polyon": 107, "toggl": [107, 117], "chang": [107, 108, 117], "vector": [107, 117], "rectilinear": 107, "practic": 107, "interfac": [107, 108], "posm": 107, "gcpi": 107, "editor": [107, 117], "pro": 107, "aspect": 107, "understand": [107, 114, 117], "autosc": 107, "acknowledg": 107, "fly": [107, 117], "sentera": 107, "agx710": 107, "commun": [107, 108, 110, 114, 115], "forum": [107, 108, 114, 115], "bug": 107, "templat": 107, "submit": [107, 114], "frequent": 107, "ask": [107, 108, 114], "my": [107, 109, 114, 117], "core": [107, 108], "nativ": 107, "licens": 107, "commerci": [107, 117], "asid": 107, "agplv3": 107, "excerpt": 108, "permiss": 108, "easiest": 108, "come": [108, 114, 117], "That": [108, 117], "said": 108, "ecoystem": 108, "themselv": 108, "direct": [108, 110, 117], "bare": 108, "64bit": 108, "manufactur": 108, "2010": 108, "gb": 108, "200": [108, 110], "latest": [108, 117], "16": [108, 117], "hundr": 108, "too": 108, "while": [108, 109, 110, 112, 116, 117], "graphic": 108, "card": 108, "linearli": 108, "40": [108, 117], "250": 108, "32": [108, 117], "1500": 108, "64": [108, 117], "2500": 108, "128": [108, 117], "3500": 108, "192": 108, "5000": 108, "256": [108, 117], "we": [108, 109, 110, 112, 114, 115, 116, 117], "manag": [108, 109, 117], "press": [108, 117], "ctrl": [108, 117], "esc": 108, "switch": 108, "On": [108, 113], "assist": 108, "ll": [108, 114, 117], "procedur": 108, "unfortun": 108, "vtx": 108, "matter": 108, "immedi": 108, "f2": 108, "f12": 108, "startup": 108, "boot": 108, "vt": 108, "common": [108, 117], "kei": [108, 109, 117], "vendor": 108, "git": [108, 109, 117], "scm": 108, "www": [108, 110], "forget": 108, "execut": [108, 109, 117], "toolbox": 108, "v18": 108, "09": [108, 110], "dockertoolbox": 108, "ex": 108, "profession": 108, "newer": 108, "win": 108, "20for": 108, "20window": 108, "20instal": 108, "NOT": 108, "mess": 108, "desktop": 108, "think": [108, 117], "emul": 108, "certain": [108, 109, 110, 111, 117], "virtualbox": 108, "acpi": 108, "shutdown": 108, "move": [108, 110, 117], "slider": 108, "60": [108, 117], "70": [108, 117], "50": [108, 117], "processor": 108, "ok": [108, 109, 114], "trai": 108, "white": [108, 111, 117], "whale": 108, "half": 108, "gui": 108, "brows": 108, "succeed": 108, "back": [108, 117], "easili": 108, "futur": [108, 117], "bash": [108, 117], "sh": [108, 117], "compon": [108, 109], "nodeodm": [108, 109, 115, 117], "greet": 108, "localhost": [108, 109], "8000": 108, "ip": [108, 109], "address": [108, 109, 117], "connect": [108, 109, 117], "168": 108, "replac": [108, 117], "modern": 108, "mac": 108, "sierra": 108, "sysctl": 108, "kern": 108, "hv_support": 108, "respons": [108, 114], "continu": [108, 117], "old": [108, 117], "dmg": 108, "sourceforg": 108, "net": 108, "osx": 108, "bar": 108, "verifi": 108, "world": [108, 109, 110, 117], "simpli": [108, 109, 111, 114, 117], "appl": 108, "117": 108, "doubl": 108, "cd": [108, 109, 117], "accord": [108, 110], "websit": 108, "offici": [108, 112], "sole": 108, "four": 108, "pip": 108, "cannot": 108, "instruct": [108, 109, 117], "sudo": [108, 117], "apt": [108, 117], "updat": [108, 109, 117], "curl": 108, "fssl": 108, "yum": 108, "dnf": 108, "pacman": 108, "sy": 108, "dockercompos": 108, "script": [108, 112, 117], "isn": [108, 117], "compos": 108, "22": 108, "f46880f": 108, "cool": 108, "ever": 108, "encount": 108, "care": [108, 117], "guess": 108, "prefix": 108, "port": [108, 109, 117], "network": [108, 109, 110, 117], "80": [108, 117], "reset": 108, "admin": 108, "password": 108, "resetadminpassword": 108, "newpass": 108, "everyth": [108, 113, 117], "media": 108, "dir": [108, 117], "webodm_result": 108, "welcom": 108, "familiar": [108, 117], "yourself": 108, "dashboard": [108, 117], "notic": 108, "same": [108, 109, 111, 112, 117], "congratul": 108, "repeat": [108, 109], "rm": [108, 109, 112, 117], "p": [108, 109, 110, 117], "3000": [108, 109, 117], "q": [108, 117], "token": [108, 109], "secret": 108, "hub": 108, "protect": 108, "unauthor": 108, "button": [108, 117], "hostnam": [108, 109], "went": 108, "chunk": 109, "thu": [109, 117], "thousand": 109, "propag": 109, "could": [109, 112, 113, 117], "caus": [109, 117], "13": [109, 110, 117], "000": [109, 117], "bank": [109, 117], "tanzania": [109, 117], "flood": [109, 117], "prone": [109, 117], "msimbasi": [109, 117], "basin": [109, 117], "dar": [109, 117], "salaam": [109, 117], "easi": 109, "ti": [109, 117], "v": [109, 112, 117], "400": 109, "image_group": [109, 117], "belong": [109, 117], "01": [109, 117], "02": 109, "03": [109, 117], "b": [109, 117], "04": [109, 117], "05": [109, 110], "orchestr": 109, "3001": 109, "8080": 109, "telnet": 109, "escap": [109, 113, 117], "charact": [109, 117], "api": [109, 115], "At": [109, 110], "800": 109, "120": 109, "interrog": [109, 117], "del": 109, "lock": [109, 117], "forward": [109, 117], "unlock": 109, "resum": 109, "rout": 109, "taskid": 109, "cancel": 109, "asr": 109, "viewcmd": 109, "last": [109, 117], "activ": [109, 117], "offlin": 109, "l": [109, 110], "autoscal": 109, "date": 109, "amazon": [109, 117], "ocean": [109, 117], "cost": [109, 110, 117], "demand": [109, 114, 117], "nodej": [109, 117], "npm": 109, "s3": 109, "compat": [109, 117], "digitalocean": 109, "servic": 109, "index": [109, 115], "j": [109, 110, 117], "digitaloceanasrprovid": 109, "attach": [109, 117], "zero": 109, "act": 109, "handl": [109, 117], "ui": 109, "spin": [109, 117], "dummi": 109, "fulli": 109, "fewer": 109, "combin": [109, 114], "huge": 109, "prop": 109, "pau": 109, "folk": 109, "mapillari": 109, "amaz": 109, "through": [109, 117], "push": [109, 117], "big": [109, 114, 117], "defin": [110, 117], "real": 110, "talk": 110, "pascual": 110, "2011": 110, "de": 110, "correspond": [110, 117], "actual": [110, 117], "independ": [110, 117], "shape": [110, 117], "figur": [110, 114, 117], "misplac": 110, "planet": 110, "pix4d": 110, "correctli": 110, "met": 110, "assess": 110, "construct": 110, "fire": 110, "decis": 110, "hand": 110, "critic": [110, 117], "complianc": 110, "evalu": 110, "land": 110, "And": [110, 114], "mount": [110, 117], "usual": 110, "madawalagama": 110, "2016": 110, "1cm": 110, "gnss": [110, 117], "nsdi": 110, "fgdc": 110, "condit": [110, 117], "barri": 110, "2013": 110, "weather": [110, 117], "photogrammetri": [110, 117], "coverag": 110, "wind": [110, 117], "humid": 110, "influenc": [110, 117], "stabil": 110, "nois": 110, "mechan": 110, "recogniz": 110, "highest": 110, "equip": [110, 117], "tend": 110, "hover": 110, "multipli": 110, "mather": 110, "2020": [110, 117], "coaklei": 110, "r": [110, 117], "baselin": 110, "ie": [110, 112], "accuracy_uav_compare_rtk_gp": 110, "deploi": [110, 117], "2017": 110, "blog": 110, "munasingh": 110, "dampegama": 110, "d": [110, 117], "samarakoon": 110, "consum": 110, "grade": [110, 117], "37th": 110, "asian": 110, "confer": 110, "remot": [110, 117], "sens": [110, 117], "colombo": 110, "sri": 110, "lanka": 110, "stephen": 110, "marzo": 110, "3937": 110, "manuel": 110, "loung": 110, "gisloung": 110, "07": 110, "wa": [111, 114, 117], "accident": 111, "input": [111, 117], "obliqu": 111, "subject": 111, "dimens": 111, "gimp": 111, "exclud": 111, "_mask": 111, "dji_0018": 111, "dji_0018_mask": 111, "bmp": 111, "aim": [112, 116], "micasens": [112, 116], "rededg": 112, "mx": 112, "altum": [112, 116], "6x": 112, "dji": [112, 116], "phantom": 112, "expand": [112, 116], "multi": [112, 115], "alpha": [112, 117], "give": [112, 117], "ndre": 112, "renam": 112, "0000x_nir": 112, "_": [112, 117], "10_51_14_img_00008": 112, "00008_nir": 112, "nrgb": 112, "0000x_rgb": 112, "10_51_14_img_00023": 112, "00023_rgb": 112, "xxxx_nir": 112, "xxxx_rgb": 112, "input_image_dir": 112, "output_dir": [112, 117], "contrib": 112, "ndvi": 112, "rename_sentera_agx710_multispectral_tif": 112, "py": [112, 117], "python3": 112, "odm_georeferenced_model": [113, 117], "ply": 113, "state": [113, 115], "univers": [113, 117], "zanzibar": 113, "courtesi": 113, "khadija": 113, "abdullah": 113, "ali": 113, "odm_textur": [113, 117], "odm_textured_model": 113, "odm_textured_model_geo": 113, "meshlab": 113, "odm_orthphoto": 113, "un": 113, "stdout": 113, "ansi": 113, "39m": 113, "no_ansiesc": 113, "variabl": [113, 117], "env": 113, "img": 113, "1234": 113, "tie": 113, "config": [113, 117], "yaml": [113, 117], "undistorted_track": 113, "undistorted_reconstruct": 113, "odm_meshing_log": 113, "texture_n": 113, "odm_georeferencing_log": 113, "odm_georeferencing_utm_log": 113, "extract_utm": 113, "portion": 113, "odm_orthophoto_log": 113, "gdal_translate_log": 113, "top": 113, "geotoff": 113, "feedback": 114, "foss": 114, "feel": 114, "anyth": [114, 117], "hard": [114, 117], "reason": [114, 117], "monei": 114, "opportun": 114, "overload": 114, "implement": [114, 117], "probabl": [114, 117], "convinc": 114, "imagin": 114, "somebodi": 114, "knock": 114, "door": 114, "hous": 114, "cook": 114, "me": 114, "dinner": 114, "person": 114, "spend": 114, "energi": 114, "fulfil": 114, "hi": 114, "agenda": 114, "suggest": 114, "cordial": 114, "especi": 114, "offer": 114, "fund": 114, "benefit": [114, 117], "exclus": 114, "harder": 114, "discuss": 114, "topic": 114, "someon": [114, 117], "brought": 114, "test": 114, "channel": 114, "importantli": 114, "trick": 114, "listen": 114, "lift": 114, "TO": 114, "IT": 114, "realli": 114, "hope": 114, "member": 114, "happi": 114, "earli": 114, "tester": 114, "let": [114, 117], "put": 114, "toward": [114, 117], "glad": 114, "excit": 114, "easier": [114, 117], "fall": 114, "appreci": 114, "readm": [115, 117], "blob": 115, "adoc": 115, "concept": 115, "665": 115, "research": 115, "paper": [115, 117], "valuabl": 115, "art": 115, "stereo": 115, "wave": 116, "infrar": 116, "lwir": 116, "alon": 116, "zenmus": 116, "xt": 116, "h20": 116, "seri": [116, 117], "compromis": 117, "sharper": 117, "forest": 117, "300000": 117, "600000": 117, "recreat": 117, "roof": 117, "commod": 117, "vibrat": 117, "deriv": 117, "substanti": 117, "self": 117, "jame": 117, "robson": 117, "2014": 117, "mitig": 117, "systemat": 117, "topograph": 117, "minim": 117, "simplest": 117, "straight": 117, "tilt": 117, "approach": 117, "pilot": 117, "effici": 117, "flown": 117, "crossgrid": 117, "crosshatch": 117, "percentag": 117, "68": 117, "sidelap": 117, "equival": 117, "83": 117, "42": 117, "cc": 117, "BY": 117, "variat": 117, "toler": 117, "tree": 117, "significantli": 117, "classif": 117, "airborn": 117, "lidar": 117, "freeli": 117, "overal": 117, "biggest": 117, "mistakenli": 117, "ii": 117, "meant": 117, "mistaken": 117, "empti": 117, "my_odm_imag": 117, "24": 117, "photographi": 117, "overcast": 117, "ski": 117, "shadow": 117, "obstruct": 117, "lessen": 117, "middai": 117, "nake": 117, "congruent": 117, "advers": 117, "dust": 117, "fog": 117, "smoke": 117, "volcan": 117, "ash": 117, "pollut": 117, "gimbal": 117, "rest": 117, "eros": 117, "machineri": 117, "steep": 117, "recogn": 117, "labor": 117, "neglig": 117, "lawn": 117, "mower": 117, "highli": 117, "75": 117, "65": 117, "balanc": 117, "tallest": 117, "achiev": 117, "greater": 117, "total": 117, "station": 117, "millimetr": 117, "almost": 117, "adequ": 117, "plane": 117, "clic": 117, "length": 117, "mostli": 117, "bin": 117, "creation": 117, "pace": 117, "irregular": 117, "carefulli": 117, "emploi": 117, "curiou": 117, "container": 117, "among": 117, "experi": 117, "id": 117, "statu": 117, "2518817537ce": 117, "36": 117, "hour": 117, "ago": 117, "zen_wright": 117, "1cdc7fadf688": 117, "usr": 117, "va": 117, "tcp": 117, "flamboyant_dhawan": 117, "cd7b9585b8f6": 117, "dai": 117, "nostalgic_lederberg": 117, "e31010c00b9a": 117, "suspicious_kepl": 117, "c44e0d0b8448": 117, "wonderful_burnel": 117, "unwieldi": 117, "pipe": 117, "slowli": 117, "mon": 117, "sep": 117, "23": 117, "33": 117, "build_overview": 117, "camera_len": 117, "dem_decim": 117, "dem_euclidean_map": 117, "arrow": 117, "letter": 117, "tail": 117, "gdalwarp": 117, "gpkg": 117, "crop_to_cutlin": 117, "co": 117, "num_thread": 117, "bigtiff": 117, "if_saf": 117, "blockys": 117, "512": 117, "blockxsiz": 117, "predictor": 117, "gdal_cachemax": 117, "48": 117, "95": 117, "111567p": 117, "137473l": 117, "tell": 117, "deeper": 117, "exec": 117, "shell": 117, "root": 117, "lament": 117, "excess": 117, "carri": 117, "burden": 117, "storag": 117, "maciej": 117, "\u0142ebkowski": 117, "excel": 117, "sylab": 117, "laptop": 117, "hpc": 117, "compani": 117, "server": 117, "cach": 117, "images_dir": 117, "path_to_image_dir": 117, "basenam": 117, "path_to_output_directori": 117, "mkdir": 117, "bind": 117, "writabl": 117, "tmpf": 117, "odm_latest": 117, "ivan": 117, "gayton": 117, "repo": 117, "fairli": 117, "incom": 117, "constraint": 117, "solv": 117, "african": 117, "tricki": 117, "workabl": 117, "cloudodm": 117, "unix": 117, "ssh": 117, "account": 117, "aw": 117, "slight": 117, "moder": 117, "literaci": 117, "aren": 117, "savvi": 117, "willing": 117, "fuss": 117, "whole": 117, "asap": 117, "emphas": 117, "transfer": 117, "4gb": 117, "month": 117, "expens": 117, "downsiz": 117, "cheapest": 117, "privileg": 117, "insan": 117, "xxx": 117, "stand": 117, "ipv4": 117, "usernam": 117, "ahead": 117, "upgrad": 117, "danger": 117, "stai": 117, "regular": 117, "abbrevi": 117, "environment": 117, "bashrc": 117, "nano": 117, "whatev": 117, "lieu": 117, "Be": 117, "pythonpath": 117, "superbuild": 117, "lib": 117, "python2": 117, "dist": 117, "packag": 117, "src": 117, "ld_library_path": 117, "crash": 117, "wherein": 117, "jargon": 117, "rule": 117, "thumb": 117, "seem": 117, "raw": 117, "got": 117, "100gb": 117, "1000gb": 117, "rid": 117, "capac": 117, "mnt": 117, "odmdata": 117, "onto": 117, "secur": 117, "scp": 117, "imagefold": 117, "recurs": 117, "myproject": 117, "parent": 117, "goe": 117, "confusingli": 117, "individu": 117, "project_path": 117, "spot": 117, "ancillari": 117, "organ": 117, "incant": 117, "echo": 117, "cat": 117, "came": 117, "batch": 117, "though": 117, "shut": 117, "monstrou": 117, "vcpu": 117, "192gb": 117, "hr": 117, "1000": 117, "wast": 117, "nohup": 117, "gnu": 117, "session": 117, "won": 117, "interrupt": 117, "detach": 117, "But": 117, "unless": 117, "project_nam": 117, "weird": 117, "drop": 117, "fuck": 117, "liter": 117, "random": 117, "sensibli": 117, "omit": 117, "htop": 117, "soon": 117, "inexpens": 117, "gdal": 117, "gdal_transl": 117, "ycbcr": 117, "gdal_tiff_internal_mask": 117, "extens": 117, "grab": 117, "gdaladdo": 117, "1024": 117, "archiv": 117, "tar": 117, "piec": 117, "mayb": 117, "zcvf": 117, "archivenam": 117, "upper": 117, "mode": 117, "mid": 117, "million": 117, "element": 117, "accentu": 117, "shade": 117, "enhanc": 117, "percept": 117, "scientif": 117, "recognit": 117, "strength": 117, "opac": 117, "skybox": 117, "splat": 117, "unload": 117, "hide": 117, "tridimension": 117, "highlight": 117, "circl": 117, "circumfer": 117, "azimuth": 117, "clockwis": 117, "cube": 117, "reloc": 117, "redimens": 117, "handler": 117, "sphere": 117, "profil": 117, "annot": 117, "anchor": 117, "mous": 117, "wheel": 117, "orbit": 117, "bird": 117, "keyboard": 117, "w": 117, "backward": 117, "axi": 117, "movement": 117, "slide": 117, "helicopt": 117, "aircraft": 117, "restrict": 117, "xy": 117, "restor": 117, "wirefram": 117, "compass": 117, "green": 117, "blue": 117, "plai": 117, "arrang": 117, "six": 117, "ramp": 117, "cam": 117, "custom": 117}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"align": [0, 3, 72, 77], "file": [0, 105, 106], "option": [1, 7, 103], "flag": 1, "3d": [2, 7, 113, 117], "tile": [2, 46, 60, 92], "auto": [4, 5, 9], "boundari": [4, 5, 7], "what": [4, 7, 8, 9, 11, 103, 110, 117], "i": [4, 7, 103, 117], "when": [4, 7, 8, 9, 11], "help": [4, 31], "why": [4, 7, 8, 9, 11], "would": [4, 7, 8, 9, 11], "one": [4, 7, 8, 9, 11, 108], "us": [4, 7, 8, 9, 11, 94, 95, 96, 97, 103, 111, 117], "exampl": [4, 7, 8, 9, 11], "imag": [4, 7, 8, 9, 11, 83, 106, 108, 109, 111, 117], "true": [4, 7, 8, 11], "fals": [4, 7, 8, 11], "null": [4, 7, 8, 11], "distanc": 5, "bg": 6, "remov": [6, 75, 87], "geojson": 7, "appropri": [7, 8, 9, 11], "how": [7, 102, 103, 114], "creat": [7, 117], "io": 7, "new": 7, "A": 7, "polygon": 7, "place": 7, "vertic": 7, "complet": 7, "save": 7, "download": [7, 108, 117], "set": [7, 105], "In": 7, "task": 7, "load": 7, "qgi": 7, "temporari": 7, "scratch": 7, "layer": 7, "geometri": 7, "type": [7, 25, 34, 87], "ad": 7, "an": 7, "orthophoto": [7, 23, 43, 44, 45, 46, 47, 48, 73, 103, 113, 117], "background": [7, 117], "polyon": 7, "featur": [7, 24, 25, 39, 114], "toggl": 7, "edit": 7, "off": 7, "chang": 7, "To": [7, 102, 114], "export": 7, "vector": 7, "As": 7, "point": [7, 105, 113, 117], "cloud": [7, 11, 113], "digit": [7, 117], "elev": [7, 117], "model": [7, 9, 113, 117], "textur": [7, 85, 86, 87, 88, 89, 90, 91, 113, 117], "mesh": [7, 37, 38], "build": [8, 103], "overview": 8, "ar": [8, 9, 11, 103], "camera": [9, 10, 96, 117], "len": 9, "manual": 9, "select": 9, "particular": 9, "rectilinear": 9, "data": [9, 85, 103, 117], "brown": 9, "fishey": 9, "perspect": 9, "spheric": 9, "cog": 11, "optim": [11, 42], "geotiff": [11, 103], "copi": 12, "crop": 13, "debug": 14, "dem": [15, 16, 17, 18], "decim": 15, "euclidean": 16, "map": [16, 91, 110], "gapfil": 17, "step": [17, 108, 117], "resolut": [18, 19, 48, 101], "depthmap": 19, "dsm": [20, 113], "dtm": [21, 113], "end": 22, "fast": 23, "qualiti": [24, 56, 117], "forc": 26, "gp": [26, 30], "gcp": [27, 105, 117], "geo": 28, "gltf": 29, "accuraci": [30, 110, 117], "ignor": 32, "gsd": 32, "matcher": [33, 34], "neighbor": 33, "max": 35, "concurr": 35, "merg": [36, 109], "octre": 37, "depth": 37, "size": 38, "min": 39, "num": 39, "name": 40, "gpu": [41, 103], "disk": 42, "space": 42, "compress": 43, "cutlin": 44, "kmz": 45, "png": 47, "pc": [49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60], "classifi": 49, "copc": 50, "csv": 51, "ept": 52, "filter": 53, "geometr": [54, 59], "la": 55, "rectifi": 57, "sampl": 58, "skip": [59, 71, 72, 73, 74, 89, 90], "primari": 61, "band": [61, 72], "project": [62, 117], "path": 62, "radiometr": 63, "calibr": [63, 109, 117], "rerun": [64, 65, 66], "all": [65, 103, 113], "from": [66, 103, 117], "resiz": [67, 117], "roll": [68, 69], "shutter": [68, 69], "readout": 69, "sfm": 70, "algorithm": 70, "3dmodel": 71, "report": [74, 102], "sky": 75, "sm": [76, 77], "cluster": [76, 109], "smrf": [78, 79, 80, 81], "scalar": 78, "slope": 79, "threshold": 80, "window": [81, 108], "split": [82, 83, 84, 109], "group": 83, "overlap": 84, "term": 85, "keep": 86, "unseen": 86, "face": 86, "outlier": 87, "singl": 88, "materi": 88, "global": 89, "seam": [89, 90], "level": [89, 90], "local": [90, 109], "tone": 91, "time": [93, 103], "3dmesh": 94, "exif": 95, "fix": 96, "param": 96, "hybrid": 97, "bundl": 97, "adjust": 97, "verbos": 98, "version": [99, 103], "video": [100, 101], "limit": [100, 109], "contribut": 102, "commun": 102, "forum": 102, "bug": 102, "templat": 102, "For": [102, 115], "submit": 102, "pull": [102, 117], "request": [102, 114], "frequent": 103, "ask": 103, "question": 103, "process": [103, 117], "can": 103, "two": 103, "more": [103, 108], "stitch": 103, "them": 103, "togeth": 103, "The": 103, "softwar": 103, "my": 103, "cpu": [103, 108], "core": 103, "memori": [103, 108], "normal": 103, "If": 103, "nativ": 103, "alloc": [103, 108], "resourc": 103, "licens": 103, "want": 103, "commerci": 103, "applic": 103, "includ": 103, "odm": [103, 117], "do": 103, "need": [103, 108], "other": [103, 117], "asid": 103, "agplv3": 103, "issu": 103, "your": 103, "comput": 103, "run": [103, 108, 117], "out": 103, "you": [103, 117], "fly": 104, "tip": 104, "ground": 105, "control": 105, "recommend": [105, 108], "practic": 105, "format": 105, "user": [105, 115], "interfac": 105, "posm": 105, "gcpi": 105, "editor": 105, "pro": 105, "refer": [105, 110, 115], "geoloc": 106, "welcom": 107, "opendronemap": [107, 113], "": 107, "document": 107, "instal": [108, 117], "get": [108, 109], "start": [108, 109], "quickstart": 108, "hardwar": [108, 112, 116], "minimum": 108, "ram": 108, "n": 108, "1": 108, "check": 108, "virtual": 108, "support": [108, 112, 116], "2": 108, "requir": 108, "3": 108, "4": 108, "webodm": [108, 117], "launch": 108, "maco": 108, "linux": 108, "ubuntu": 108, "debian": 108, "cento": 108, "rhel": 108, "fedora": 108, "arch": 108, "addit": [108, 115], "basic": 108, "command": [108, 117], "troubleshoot": 108, "hello": 108, "than": 108, "machin": [108, 117], "larg": 109, "dataset": 109, "distribut": 109, "understand": 109, "access": [109, 117], "log": [109, 113, 117], "autosc": 109, "clusterodm": 109, "acknowledg": 109, "expect": [110, 117], "aspect": 110, "impact": 110, "mask": 111, "multispectr": 112, "usag": [112, 116], "sentera": 112, "agx710": 112, "output": 113, "list": [113, 117], "develop": 115, "thermal": 116, "tutori": 117, "high": 117, "measur": 117, "stockpil": 117, "volum": 117, "fieldwork": 117, "plan": 117, "flight": 117, "pattern": 117, "height": 117, "paramet": 117, "docker": 117, "instanc": 117, "line": 117, "clean": 117, "up": 117, "after": 117, "singular": 117, "sif": 117, "low": 117, "bandwidth": 117, "locat": 117, "thi": 117, "who": 117, "prep": 117, "directori": 117, "structur": 117, "droplet": 117, "pin": 117, "awai": 117, "finish": 117, "assum": 117, "surviv": 117, "long": 117, "potre": 117, "viewer": 117, "modul": 117, "appear": 117, "budget": 117, "field": 117, "view": 117, "ey": 117, "dome": 117, "light": 117, "tool": 117, "clip": 117, "navig": 117, "scene": 117}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.todo": 2, "sphinx": 57}, "alltitles": {"Alignment Files": [[0, "alignment-files"]], "Options and Flags": [[1, "options-and-flags"]], "3d-tiles": [[2, "d-tiles"]], "align": [[3, "align"]], "auto-boundary": [[4, "auto-boundary"]], "What Is Auto-Boundary?": [[4, "what-is-auto-boundary"]], "When Is Auto-Boundary Helpful?": [[4, "when-is-auto-boundary-helpful"]], "Why would one use auto-boundary?": [[4, "why-would-one-use-auto-boundary"]], "Example Images": [[4, "example-images"], [7, "example-images"], [8, "example-images"], [9, "example-images"], [11, "example-images"]], "True: --auto-boundary": [[4, "true-auto-boundary"]], "False: null": [[4, "false-null"], [7, "false-null"], [8, "false-null"], [11, "false-null"]], "auto-boundary-distance": [[5, "auto-boundary-distance"]], "bg-removal": [[6, "bg-removal"]], "boundary": [[7, "boundary"]], "What is Boundary [GeoJSON]?": [[7, "what-is-boundary-geojson"]], "When is Boundary [GeoJSON] appropriate?": [[7, "when-is-boundary-geojson-appropriate"]], "Why would one use Boundary [GeoJSON]?": [[7, "why-would-one-use-boundary-geojson"]], "How would one create Boundary [GeoJSON]?": [[7, "how-would-one-create-boundary-geojson"]], "GeoJSON.io": [[7, "geojson-io"]], "New GeoJSON": [[7, "new-geojson"]], "Creating A Polygon": [[7, "creating-a-polygon"]], "Placing Vertices": [[7, "placing-vertices"]], "Completing A Polygon": [[7, "completing-a-polygon"]], "Saving A Polygon": [[7, "saving-a-polygon"]], "Downloading A Polygon": [[7, "downloading-a-polygon"]], "Setting Boundary [GeoJSON] In Task Options": [[7, "setting-boundary-geojson-in-task-options"]], "Boundary [GeoJSON] Loaded In Task Options": [[7, "boundary-geojson-loaded-in-task-options"]], "QGIS": [[7, "qgis"]], "Creating A New Temporary Scratch Layer": [[7, "creating-a-new-temporary-scratch-layer"]], "New Temporary Scratch Layer Geometry Type": [[7, "new-temporary-scratch-layer-geometry-type"]], "New Temporary Scratch Layer Settings": [[7, "new-temporary-scratch-layer-settings"]], "Adding an Orthophoto Background": [[7, "adding-an-orthophoto-background"]], "Adding A Polyon Feature": [[7, "adding-a-polyon-feature"]], "Toggle Editing Off": [[7, "toggle-editing-off"]], "Save Changes To Temporary Scratch Layer": [[7, "save-changes-to-temporary-scratch-layer"]], "Export Temporary Scratch Layer Features": [[7, "export-temporary-scratch-layer-features"]], "Save Vector Layer As": [[7, "save-vector-layer-as"]], "True: --boundary [GeoJSON] - Point Cloud": [[7, "true-boundary-geojson-point-cloud"]], "True: --boundary [GeoJSON] - Orthophoto": [[7, "true-boundary-geojson-orthophoto"]], "True: --boundary [GeoJSON] - Digital Elevation Model": [[7, "true-boundary-geojson-digital-elevation-model"]], "True: --boundary [GeoJSON] - 3D Model/Textured Mesh": [[7, "true-boundary-geojson-3d-model-textured-mesh"]], "build-overviews": [[8, "build-overviews"]], "What Are Overviews?": [[8, "what-are-overviews"]], "When are Overviews appropriate?": [[8, "when-are-overviews-appropriate"]], "Why would one use Overviews?": [[8, "why-would-one-use-overviews"]], "True: --build-overviews": [[8, "true-build-overviews"]], "camera-lens": [[9, "camera-lens"]], "What Are Camera Lens Models?": [[9, "what-are-camera-lens-models"]], "When are manual selections appropriate?": [[9, "when-are-manual-selections-appropriate"]], "Why would one use a particular Camera Lens Model?": [[9, "why-would-one-use-a-particular-camera-lens-model"]], "auto : Rectilinear Data": [[9, "auto-rectilinear-data"]], "brown : Rectilinear Data": [[9, "brown-rectilinear-data"]], "fisheye : Rectilinear Data": [[9, "fisheye-rectilinear-data"]], "perspective : Rectilinear Data": [[9, "perspective-rectilinear-data"]], "spherical : Rectilinear Data": [[9, "spherical-rectilinear-data"]], "cameras": [[10, "cameras"]], "cog": [[11, "cog"]], "What Are Cloud Optimized GeoTIFFs (COGs)?": [[11, "what-are-cloud-optimized-geotiffs-cogs"]], "When are COGs appropriate?": [[11, "when-are-cogs-appropriate"]], "Why would one use COGs?": [[11, "why-would-one-use-cogs"]], "True: --cog": [[11, "true-cog"]], "copy-to": [[12, "copy-to"]], "crop": [[13, "crop"]], "debug": [[14, "debug"]], "dem-decimation": [[15, "dem-decimation"]], "dem-euclidean-map": [[16, "dem-euclidean-map"]], "dem-gapfill-steps": [[17, "dem-gapfill-steps"]], "dem-resolution": [[18, "dem-resolution"]], "depthmap-resolution": [[19, "depthmap-resolution"]], "dsm": [[20, "dsm"]], "dtm": [[21, "dtm"]], "end-with": [[22, "end-with"]], "fast-orthophoto": [[23, "fast-orthophoto"]], "feature-quality": [[24, "feature-quality"]], "feature-type": [[25, "feature-type"]], "force-gps": [[26, "force-gps"]], "gcp": [[27, "gcp"]], "geo": [[28, "geo"]], "gltf": [[29, "gltf"]], "gps-accuracy": [[30, "gps-accuracy"]], "help": [[31, "help"]], "ignore-gsd": [[32, "ignore-gsd"]], "matcher-neighbors": [[33, "matcher-neighbors"]], "matcher-type": [[34, "matcher-type"]], "max-concurrency": [[35, "max-concurrency"]], "merge": [[36, "merge"]], "mesh-octree-depth": [[37, "mesh-octree-depth"]], "mesh-size": [[38, "mesh-size"]], "min-num-features": [[39, "min-num-features"]], "name": [[40, "name"]], "no-gpu": [[41, "no-gpu"]], "optimize-disk-space": [[42, "optimize-disk-space"]], "orthophoto-compression": [[43, "orthophoto-compression"]], "orthophoto-cutline": [[44, "orthophoto-cutline"]], "orthophoto-kmz": [[45, "orthophoto-kmz"]], "orthophoto-no-tiled": [[46, "orthophoto-no-tiled"]], "orthophoto-png": [[47, "orthophoto-png"]], "orthophoto-resolution": [[48, "orthophoto-resolution"]], "pc-classify": [[49, "pc-classify"]], "pc-copc": [[50, "pc-copc"]], "pc-csv": [[51, "pc-csv"]], "pc-ept": [[52, "pc-ept"]], "pc-filter": [[53, "pc-filter"]], "pc-geometric": [[54, "pc-geometric"]], "pc-las": [[55, "pc-las"]], "pc-quality": [[56, "pc-quality"]], "pc-rectify": [[57, "pc-rectify"]], "pc-sample": [[58, "pc-sample"]], "pc-skip-geometric": [[59, "pc-skip-geometric"]], "pc-tile": [[60, "pc-tile"]], "primary-band": [[61, "primary-band"]], "project-path": [[62, "project-path"]], "radiometric-calibration": [[63, "radiometric-calibration"]], "rerun": [[64, "rerun"]], "rerun-all": [[65, "rerun-all"]], "rerun-from": [[66, "rerun-from"]], "resize-to": [[67, "resize-to"]], "rolling-shutter": [[68, "rolling-shutter"]], "rolling-shutter-readout": [[69, "rolling-shutter-readout"]], "sfm-algorithm": [[70, "sfm-algorithm"]], "skip-3dmodel": [[71, "skip-3dmodel"]], "skip-band-alignment": [[72, "skip-band-alignment"]], "skip-orthophoto": [[73, "skip-orthophoto"]], "skip-report": [[74, "skip-report"]], "sky-removal": [[75, "sky-removal"]], "sm-cluster": [[76, "sm-cluster"]], "sm-no-align": [[77, "sm-no-align"]], "smrf-scalar": [[78, "smrf-scalar"]], "smrf-slope": [[79, "smrf-slope"]], "smrf-threshold": [[80, "smrf-threshold"]], "smrf-window": [[81, "smrf-window"]], "split": [[82, "split"]], "split-image-groups": [[83, "split-image-groups"]], "split-overlap": [[84, "split-overlap"]], "texturing-data-term": [[85, "texturing-data-term"]], "texturing-keep-unseen-faces": [[86, "texturing-keep-unseen-faces"]], "texturing-outlier-removal-type": [[87, "texturing-outlier-removal-type"]], "texturing-single-material": [[88, "texturing-single-material"]], "texturing-skip-global-seam-leveling": [[89, "texturing-skip-global-seam-leveling"]], "texturing-skip-local-seam-leveling": [[90, "texturing-skip-local-seam-leveling"]], "texturing-tone-mapping": [[91, "texturing-tone-mapping"]], "tiles": [[92, "tiles"]], "time": [[93, "time"]], "use-3dmesh": [[94, "use-3dmesh"]], "use-exif": [[95, "use-exif"]], "use-fixed-camera-params": [[96, "use-fixed-camera-params"]], "use-hybrid-bundle-adjustment": [[97, "use-hybrid-bundle-adjustment"]], "verbose": [[98, "verbose"]], "version": [[99, "version"]], "video-limit": [[100, "video-limit"]], "video-resolution": [[101, "video-resolution"]], "How To Contribute": [[102, "how-to-contribute"]], "Community Forum": [[102, "community-forum"]], "Reporting Bugs": [[102, "reporting-bugs"]], "Template For Submitting Bug Reports": [[102, "template-for-submitting-bug-reports"]], "Pull Requests": [[102, "pull-requests"]], "Frequently Asked Questions": [[103, "frequently-asked-questions"]], "Data Processing": [[103, "data-processing"]], "Can I process two or more orthophoto GeoTIFFs to stitch them together?": [[103, "can-i-process-two-or-more-orthophoto-geotiffs-to-stitch-them-together"]], "The software is not using all of my CPU cores / memory / GPU all of the times. Is it normal?": [[103, "the-software-is-not-using-all-of-my-cpu-cores-memory-gpu-all-of-the-times-is-it-normal"]], "If I use the native version of the software, how can I allocate more resources for processing?": [[103, "if-i-use-the-native-version-of-the-software-how-can-i-allocate-more-resources-for-processing"]], "Licensing": [[103, "licensing"]], "I want to build a commercial application that includes ODM. Do I need a commercial license?": [[103, "i-want-to-build-a-commercial-application-that-includes-odm-do-i-need-a-commercial-license"]], "Are there other licensing options aside from the AGPLv3?": [[103, "are-there-other-licensing-options-aside-from-the-agplv3"]], "Memory issues": [[103, "memory-issues"]], "Your computer is running out of memory, what can you do?": [[103, "your-computer-is-running-out-of-memory-what-can-you-do"]], "Flying Tips": [[104, "flying-tips"]], "Ground Control Points": [[105, "ground-control-points"]], "Recommended practices for GCP setting": [[105, "recommended-practices-for-gcp-setting"]], "GCP file format": [[105, "gcp-file-format"]], "User Interfaces": [[105, "user-interfaces"]], "POSM GCPi": [[105, "id1"]], "GCP Editor Pro": [[105, "id2"]], "References": [[105, "references"], [110, "references"]], "Image Geolocation Files": [[106, "image-geolocation-files"]], "Welcome to OpenDroneMap\u2019s documentation": [[107, "welcome-to-opendronemap-s-documentation"]], "Installation and Getting Started": [[108, "installation-and-getting-started"]], "Quickstart": [[108, "quickstart"]], "Hardware Recommendations": [[108, "hardware-recommendations"]], "Minimum RAM needed for N images": [[108, "id4"]], "Installation": [[108, "installation"]], "Windows": [[108, "windows"]], "Step 1. Check Virtualization Support": [[108, "step-1-check-virtualization-support"], [108, "id1"]], "Step 2. Install Requirements": [[108, "step-2-install-requirements"], [108, "id2"]], "Step 3. Check Memory and CPU Allocation": [[108, "step-3-check-memory-and-cpu-allocation"], [108, "id3"]], "Step 4. Download WebODM": [[108, "step-4-download-webodm"]], "Step 4. Launch WebODM": [[108, "step-4-launch-webodm"]], "macOS": [[108, "macos"]], "Step 4. Download and Launch WebODM": [[108, "step-4-download-and-launch-webodm"]], "Linux": [[108, "linux"]], "Step 1. Install Requirements": [[108, "step-1-install-requirements"]], "Install on Ubuntu / Debian": [[108, "install-on-ubuntu-debian"]], "Install on CentOS / RHEL": [[108, "install-on-centos-rhel"]], "Install on Fedora": [[108, "install-on-fedora"]], "Install on Arch": [[108, "install-on-arch"]], "Step 2. Check Additional Requirements": [[108, "step-2-check-additional-requirements"]], "Step 3. Download and Launch WebODM": [[108, "step-3-download-and-launch-webodm"]], "Basic Commands and Troubleshooting": [[108, "basic-commands-and-troubleshooting"]], "Hello, WebODM!": [[108, "hello-webodm"]], "Running on more than one machine": [[108, "running-on-more-than-one-machine"]], "Splitting Large Datasets": [[109, "splitting-large-datasets"]], "Calibrate images": [[109, "calibrate-images"]], "Local Split-Merge": [[109, "local-split-merge"]], "Distributed Split-Merge": [[109, "distributed-split-merge"]], "Getting Started with Distributed Split-Merge": [[109, "getting-started-with-distributed-split-merge"]], "Understanding the Cluster": [[109, "understanding-the-cluster"]], "Accessing the Logs": [[109, "accessing-the-logs"]], "Autoscaling ClusterODM": [[109, "autoscaling-clusterodm"]], "Limitations": [[109, "limitations"]], "Acknowledgments": [[109, "acknowledgments"]], "Map accuracy": [[110, "map-accuracy"]], "What to expect": [[110, "what-to-expect"]], "Aspects impacting map accuracy": [[110, "aspects-impacting-map-accuracy"]], "Using Image Masks": [[111, "using-image-masks"]], "Multispectral Support": [[112, "multispectral-support"]], "Hardware": [[112, "hardware"], [116, "hardware"]], "Usage": [[112, "usage"], [116, "usage"]], "Sentera AGX710": [[112, "sentera-agx710"]], "OpenDroneMap Outputs": [[113, "opendronemap-outputs"]], "Point Cloud": [[113, "point-cloud"]], "3D Textured Model": [[113, "d-textured-model"]], "Orthophoto": [[113, "orthophoto"]], "DTM/DSM": [[113, "dtm-dsm"]], "Logs": [[113, "logs"]], "List of all outputs": [[113, "list-of-all-outputs"]], "How To Request Features": [[114, "how-to-request-features"]], "Additional References": [[115, "additional-references"]], "For Users": [[115, "for-users"]], "For Developers": [[115, "for-developers"]], "Thermal Support": [[116, "thermal-support"]], "Tutorials": [[117, "tutorials"]], "Creating High Quality Orthophotos": [[117, "creating-high-quality-orthophotos"]], "Calibrating the Camera": [[117, "calibrating-the-camera"]], "Creating Digital Elevation Models": [[117, "creating-digital-elevation-models"]], "Measuring stockpile volume": [[117, "measuring-stockpile-volume"]], "Fieldwork planning": [[117, "fieldwork-planning"]], "Flight pattern": [[117, "flight-pattern"]], "Flight height": [[117, "flight-height"]], "GCPs": [[117, "gcps"]], "Processing parameters": [[117, "processing-parameters"]], "Measuring": [[117, "measuring"]], "Expected accuracy": [[117, "expected-accuracy"]], "Using Docker": [[117, "using-docker"]], "Listing Docker Machines": [[117, "listing-docker-machines"]], "Accessing logs on the instance": [[117, "accessing-logs-on-the-instance"]], "Command line access to instances": [[117, "command-line-access-to-instances"]], "Cleaning up after Docker": [[117, "cleaning-up-after-docker"]], "Using Singularity": [[117, "using-singularity"]], "Downloading image": [[117, "downloading-image"]], "Using Singularity SIF image": [[117, "using-singularity-sif-image"]], "Using ODM from low-bandwidth location": [[117, "using-odm-from-low-bandwidth-location"]], "What is this and who is it for?": [[117, "what-is-this-and-who-is-it-for"]], "Steps": [[117, "steps"]], "Install": [[117, "install"]], "Prep data and project": [[117, "prep-data-and-project"]], "Directory structure": [[117, "directory-structure"]], "Resize droplet, pull pin, run away": [[117, "resize-droplet-pull-pin-run-away"]], "After it finishes (assuming you survive that long)": [[117, "after-it-finishes-assuming-you-survive-that-long"]], "Using Potree 3D viewer module on WebODM": [[117, "using-potree-3d-viewer-module-on-webodm"]], "Cameras": [[117, "cameras"]], "Textured model": [[117, "textured-model"]], "Appearance": [[117, "appearance"]], "Point budget": [[117, "point-budget"]], "Field of view": [[117, "field-of-view"]], "Eye Dome-lighting": [[117, "eye-dome-lighting"]], "Background": [[117, "background"]], "Other": [[117, "other"]], "Tools": [[117, "tools"]], "Measurement": [[117, "measurement"]], "Clipping": [[117, "clipping"]], "Navigation": [[117, "navigation"]], "Scene": [[117, "scene"]]}, "indexentries": {}}) \ No newline at end of file diff --git a/sw/.doctrees/arguments.doctree b/sw/.doctrees/arguments.doctree index 3716c656f97c9cf0d35de7342293a11e88b6a933..df30cf8b22cfbf5a93aaac0a82fd5c6a4780f9be 100644 GIT binary patch delta 9459 zcmdT~X>^oD*5(#;I{Vg3(qwy+kc1>al3{a%F@PX~f@EYETo4-Q(1|1+vVbT|hzQCO zKq^@58Zjy$U_{7Omk#v1-21I zw%o!j>u{H^7Ft2k5W8kA&6Vt*}6JHi3!z8)IVHJ&B*69Q22X+~PBd zkL(a6p2`Eg<^Qx4H>ZKo@{4z)Mt1#xGJDWezdxArw<=fp|65VVl}-7&FWSQ`Ui(Ed z-@P&p>i#ENQaD}*3r6ujISLy8)BL|GeadQ$?_VCp53jDNTE1d6@ZX$1Jhw8OH(y)9 zQ*dxyUhBvEt?UjNymEak|7VgXe|cS8)%BHMFy4QC5MR1FfxowYOI6vLY=AYq-kHdc zZmi(@)<*EsYCm4Lwmp3LsAk-zxT@lHCxO3K6U4LDNAa08TdI0)cpaF@mpeB`^7C6O z_?y)RUx(eC9pKxjQPE&~5dXS5iEpiL$8T@TsOq`N$awXRAnvG%IF@t>KkBZ@@Rad{-<# zv#)|@?GEuM!V3F*`OURY@k9IjaO0j`eCXjIer-=8pMSWf>iFJM!2aaNtM(=GzaFXJ zCHo_}*HJ(I#r`=mSqT=I^k9|zNueBy~G*aAO($UlYG9SPRGg34qXQMqz(A(4gJUSpr zCe!_^YR|?r=5ZH;c<&Dqxb@;VmhP`u{C+f5`F>Xn@G+lyA(ee1J@Q|EdIFZCyS}=2 z(A9iC`TJrv-(NOc<)t|O@(+7qKaaoIfgN{+v0sM4Z(eP}_R27L__fabY`RZX%O76= z<3sll9`YGKwE)H|ZyWgL*ygNW2Elv-WRF=dX&&z)^#c_JCF_u?BWP8}FO@Qu5J0U6 zsaQRhcS>(U1=x-}ueJ#^lZ9W7ZNjjMY|34=X8zi>bEbX)ZY|j_fM;A!fL9uHKz~d{ z@xZK5u<<^19eLu7K;2}d?~COr(1)MDtyN9C(GS=-C1H|eBMDf55~T51Sx6H41Skn# z-8J)bwL6U~+$F5w>u$A#Raix~1XN;5Dqz*BF{a#()|H}!WxTvD1s0=(yX>T5|Lzex z77#nx9ec#S*v02eD}}6;3upA9l)D@4B|_GW)Q+Neof`$ z>cVw1(6NX7!c)@&X}R*CB8JriqN-}^;=yZHqejq({_)QBMmf?7>&Gz`C|h7wBABa; z_h$pP>#_$aFpPW^zz8IGQA9HE=F5LgWdj3gkcr+5;;K>}nizXOke_(D70hj5Hc|-% z%8`7UD*b4zQEY7jU1p`jPsYveA#N5O0ODXfS$BXfvXTn#0EH)X3@o}2&|h@}i;9nm zzLN1d3mD7>b~#Xvy4wwAMk*mOWci~iMKSCv6|yjSfm!Huu*PHwa%*@?kT|FV4I)LF zH>jQuqhx#5Jc#CinB@T`-5m5BLd7^DhWL6=)(}KZ?yUEKKLL9>NJ@I%WwO(gN=On} zc9NwtH+V8bkn99eTWhHeZRVaG9YfEFn>3Jx7+3sNoHw0#Vd)Usz(?>n>`qnB|9}4pJ>8 zY9A%rvr|gc%l;_pL-f1b#fG9NyIr-?R)1&;!eIir^od0#7{|7|cwaDs*?Bw=o&nZ8 zSVRRw3?zxPa781sL*NN$BM!wts<;>oAs!#2*O*{#o%O@fGImRn1%)Q!fD~Hx#I1r!8jNz4q6~t+|7uR-`~_{C&U zo0+eHA{L$Ep$YRc&~7G%$3thQE*hf1)WP5uYX^h)a}30?P6oM={ly@+(4GcSa|BzR z#bT>3MJ<0e$i0k`Z4Gkp=f=V_Oysn1g}I;wc57RM8sj}$Vw}t3VJ5(A(WyDQpDW#q zxD?d-i9t>-&qN3j%TjRJvCVDAW*TIFo=w5fzD$ITjBPXUP0L%ceXhtbi;;OOM+G%1 zu-2`ii*sO0cn*xW-2=NVs#`%a`$ffdSH;DQyyV$bF+Bw$Ju1;ttqO~h*Hl<66-F}_ zVU%+^UZi!vv6z}}q!OAwWZ6`e(lT>R1?BA_B+b;it4%-N?Kr~`Q) zy{C@MPCVj;3TI$fSlt-v#g6Wf1|Vu*bgc#tf5+-$66INtCKf&m32;yBcotq{_Z00{ z=4K)fF3!;C%{aU1d^=PQpTt9GlPBqE6Co2I5*Zb<_Wn1&>$}Gp$vqPYov0O9FBsR*d)+fx;EGDzpB{O@< ztj6=@ObB35F7DeQjV)3<^BvXZwQ8zDmsmTNNn(dBVZW2ulT-3 zzMqLN(rM0z7aBtgky!*!LtFBpwwo3qa*ZI%L|IBh_h-c{{x%ZK#cR}aNa-B3vD@hg<7FQ%dzDTvuUmhTE1t~k4Tzhq%D8AH4mSiG;6*M zUx*yTt@v`pgJR>0~Z!CdxE{WJ@L5%*yu00x&r4KW&egp=YXi<>HlA? z`5!c9E3K<|XBRXrp7>uD(d{%C{@Wt_ZJE}h;e}6XW!O0rLgWrR?eXlv653&@=iYua zd;S)pP8626z>Jp*y~rO47mTai2ihu;H410+I;yD_$u*R0&$iNxP7!V1fTp^`=zFD$ z5eErnm&-xoT=WJWR@gZu>PMFeo*=P=M3LobSxQrSxl2_2I6S?kyaips4J&vMRpHR7OQc@o(*UbZC;d#c|hst%cQ>a=uF-z+v znY9U(j}-b))iPrz09~#1BD@4n8Z+H>WD2jhap`_t$*?OKMM}o;w;{sg1Uen6WKeRD zlF?&4^Z_PqS@#@zG+ShsP%_veyX5c`+~-*r3w4Rm&%~2% zutl|g)l3`$H%h?-P$YEI(f26nTNumm?ovXYQ^o%25UM+m?i}LEbUc$fEb^?oqYTfw z!)8D>uyPA8o!N#hv8dk0EQLo^7Fy&XUMHZ7*gX@D84tRLbx>4sY}unKs>3R(Z;89L z7*_^nkMGgZeiaoZ_o%3@l)+$N_f=HK=VDZQTv3gmhmF`>Ks{^OR6IKynu!hbp+W@B z0gD*D0Nxkt=fFi#zYvUK^<0P%Z9l|2{hWF58%!0m=c9SYax}LtfKc(U9L>EK!d)R2 z;ok@XKZH23cM)uH)_n-!09S;u9GZ)@6=;9H9KyxOPvL#%w2#3HMEz%2;qyfhE82bz zHO{G@fCsRiVWO-88N?E-G2l}iHa9V%u3>a36nrUU2>oYxV)|$~k$sM2rS3{Z zJvt~|4J!ekUphJQkenq-s?~}mE^ox!Q9-yof%vV3reaJr-j439eUe#~zb~rM--flY zodFkbuZPw!pK7c3Hy%!dMt2XJV}>fl*Dq1983)d&4RGDKCERU3Y!Rb3;t71`BMGpL zl6acQ3T1~#NQ!u|8WMHCqSMXvDOn~rI4e;Zu&d#65x=YG=mic-NCeqmQl<0+w;^23 zmaOeKTUKudUoeG5xTy(?5XWlp0Wm_OYSC8&3^eIXI9HmVW za+)S?g;#-fi;$vv(|6f2&`lgV?7CKvbrV79m+TM9AYA1c`B4+J}9j5q5x6X@?6nO{ms+k-qm)7Qya%siG z@i|-oTOS02-jjqhi^R1x(X*G#Xpyqp794~(f%S=$8{SJw3T4kvYB1~-DYrZ=l7>;D zNI3zapBcUZFc!NDDHaJwa2b9_=_pY;@R&h5ZXSV9y$|Ua>(U`Jqm_<9$BHx9LC>6k1I82XI!=hhlMutsDjlbk4m?>%9Vfx8_a`04Tsmat zu+lN$6yyS9QF0jj2{1bW0SE7nGcW>7X;E(dk`^VNM@nc% ze$+r|O-VISIz`cSJypbf3(Y)&NKguWq`!sfJ$uQ5c{7mtK)@8(OG>1WoqGnCp-MV%#0vna-gXNj^&0U^mOL<7jQF*o z`(^n=MK}63=m9o}k~_FxY?pD+3oDkOeX>Ucxmec_9!ykTHmB=-dXX1<7kj+DF;CMp zXX#y7PuqTvI@J3!)kqMLzrZlhJF3yHh|*u6GRiX=uY>luY%lzs>izh?D3m=%OjpE! zd*DDX`|d%Hh)A++xH?+!i6(47*{mQuCec4$-p+`I>GvVb^NL1>*>}a@`>>FuMdK0` zC88fdsE3|tx{H$g(A`uSpHpBUnLDNl-?5P^ZfL=Zw?AqXRgAc!J} zCWs}7BS;`fBuFM`NsvO2M$j6;Hq|r7`o>UOp6Kq)tigj&m3q49)r^MpfN1fRH*3pY ziFVd{vv~{(oTYy3PUB)D$qyoUo}hjerPjdMwXMBI%G42>2fBeqcbFVdjzd6_3 zYp=Dru+?SnYM1)cb@{NR{)WxP$G2|-p0>r6^BsO%Y$@Px?QFycZFT1>cKY*0J0su^ zes5zWKd?2l*jTcWK?vWos~z{+URJ#0`_TY{c*yQ>zIjIh|6{j5Pu=OxTPL*RKEFJW|GBHYIPHhgz_z>cb9)2$o4X76vVBIkF;+`Tk!!trS;MUces5m{ zui4j@57^VMIBma)@u}qoo>vjfHrL>lnd%?hh>oR>CF!vmP%Qw z8rS_uD3AT=0KfF3fqPYjbMw)%;%8N7fc@;oPaO~E*NzqN)h7bajyb(shv zWV70x_wxuWZga)SiFr1Z{NT&S)r5g3zgH8?6P#UiG{hZk!Mtc{eOB!*g3d!Y@BEvk zxaGBMfNp%t^%!^+I~e(%;ARkytw8QM%7^uBC}W*jK05KuH?pCV^jjU_!ac9l zXRkCQex7~vFmGRD;P2gvHe1aRURd^5E8uebcgJEy1FN$EG~ZZHn1QMHOmnm zwX+=LA!nI-26)gc!#&g%$;UphaHl5+ObH$i;V1C(PomgB52`EH--BiuhVto8`|0PP zmpLNjax@XP#NdJXtZ*m=7g0>*=AU_vT}7{_xo`^EyZFbsqfm-(jp! zk#CUXY=??}_4CI1dFXA8Qb5g>QbDohMN`n><9 zjJ5LQrv|skpAOR*+RHjx8svM`gL?EQpc$A%a{!A-a)ugHqNhXR6U8tW2!)ZPL-cTh z_AFgVh-d)5I*w#RQCzTysSi=MMGZ*$T+z}M+Cd)L!|-B(D@4kUvqhOJgo!53&{agZ z!FF?rBVCE7c<2Ti?3Quws*U@gA}w(Tvu+`h?jTYbFI{c(q)E4hG=x?FmlgdjNq?E> zqv4{YhHaFlNMUlrfD=3+-()m61Z)&fJV9eV23cxmgIrLW7-ZT@4PeqQMnZ!@792I* z4a664I`xb-P^~j}gRD65iYIuBXGU0W8sn&9j3_aoig8Ls zs!}mUsmL~?iY4eUMX8|XNU6eBV}?e+7TRSjtCO)%$)K)W$rx#uam5JUwrAeZ1K2@> z=0!Pl0w>{jH(jo>1%hX%3G4_b*>Z!Eao z|B!fNteEkaM4ms)Z4=_OOFF$?Fs#E@_Z#(J#{c3?0DdqYWR8i5klqJ%Rl z*o+Vewebk(!I<8tO3%YsTY7qD-XOw0B zs!`@NDh8)|0}gxHD5n~KXsXE)ZIn;ii5U2viPOz7%4Mk#C=5|J+0jN-*t?>@Vw>3- zdV?v?=rGZF;!+!kWQ!%S*c*+}tu*qS*JH%Cwh*8%M3OHkh6qs@I}A%`{HQU>9qqrJhrQH4IVo#IvNqnDtc^_`o0c(2 z%gRjrAX!UIPEJZr(nh9bXi3TG*8)3uRVnWNHDwc(Sr%=9s%#*ZJB`hhkkF#~&N zjz~^T&eTSwj!)BwAhU(`R#rwTx*e6N;gEr&MrxDNvNE)>i6g9|Qj@i$wB*dxu<@ET zaRL%&jj(F{iut`%ahx%{PuL%-7VfB8cqVJ1ac$o$YpAuKHO$(~ z8s2LQCjEw-Bt12Mmqn5N>;F%R|6PVV{ohkuTJ4#A{69PjU*6Z%^*=ufT^<&exA^82 z+(~GnWvqSi_7)I}i?@j^VeEIc;@D=!!q)&jMNmg*3ccx`+M2&kO|^)>ZIVmd&5jTN z-Gyr>h{T_kJ#lNY4T<7JVowOP&FTaT7@J_?X;H254M40Sy%2Onsyb#$Vu&M4FvkVm z_9PBpov=>Cbw%zCb=+&}xW850uH7Jjtu*mF?VG|%#cf0GWs3WoZaCiM7ZWa+mXs5c zTb@R!OO;|>R>#`^RhZ)hPsFdULreIpj`hzvR-IW!T>J)v!+r7V8!!NWFyd&qW5Z}) zb;cLvntsrRwJ^(9M*1+FX!#CCg=ZiU(;w=yCT6)gzawdF)BEGH4eyAJZ$Tg%Y?kkh zx6N`Vo+RQ1!fVjqwr2=@3eaEqq21{BsJ@R`?vRELf;5*|W*Ohd!t*_dly`F!Ngo<> z)wGK4|Lc)*m56*7-&E@q<7&ysidAs;--X6(1?i8_??I}iifZU!Sm#oysE!g3YcilMJRrZ3x+CcGE`=Lt zi^_z)PS8|LodDe+T9i$|^F&h-|B;GR_6#PgJjcRaQV=g@d<54`1HB!xJy1-aici>J z8lYB(LDZD110*SFy{17U-7yp}K)Iy~rpvzGa@SKb4R=l~+goiZ@i;?*vg-s<*N@al z{Bi(&=}x?@M-FrcbD^W6LT|Bb1~i9a8lof>QIjP3DnaQpAxKw+ZZ|5oB#188DnVCg zLT|=S*#+SthXkFHf<)zXaDx+S7^zuH=138fgJ+-SpFp+A*~cMA&O)1wmEb1g=h_7| zpr%?uEk3d|Z_fsQ-3ip7qg!hKOP64a`xMdvT8b@maLtZYcWJ}jQW)mq#8RggWDNr# zi(Ed1FG5O&!MN#_YlQMDWc24K61`> z&clFUjuORH7ZNpxBt*j}WC_Ens1=kq7X_XB49c49bQDx;GUU2uj-JGG8hJx0xlro9 zqoz_ICrxmj7l_83%WpGs_Ex`y6 zF2@L$EWrr(+9Q1JYmBhy8+b0>Uka{b=L%>fW-f&SF>xiObr~!WL95`Q*s&bb8&LpF z#O>u!Zfm$2Uk{>i1rBMm1_H#-D{#o;HQ*;cUx{mH!CGhl!cu^gyVv0+qIUs~S+yQ? zAR^Y_m~9)Nu^6xh$Bf^I`7*6Vnt)C4SQM_qAz_86^0#$R#)pn{wfSs@2_V*Oz+sDv zz$}h!z+nTnfKklb2W08M`%)3mZN51Q4Q;SYH^xdpux?SQ{Q*tVe;SrzxTp_f(P!BzklG3a~z zj5ExJE`m#;vHlUdV17I*p|cpe1Nzy1E`@zeY%0OA>&h_rOC?Yy=9R-8(+EF@A{rq+ z{{cT>Sw*4^I*5|*@i>^_Cu=ulFRJfcij_3dX0N2eQcO(EUbxQY`Kdx$NaKv03Td7n z6_U`(fu3$@rb_Bv4qa_W_Tyq`-sMQY%TL@ofM1QuBtJgOavW9HVWnbk1%&CIVT2{> z78bOgF1P#Hf)2tIU{~!*?x_2uF6M_p1@6vDRqsb}ij{orj|comGHIAv>C&mGL`_wqCRCv)2IzeZ z-HTyXsYm=>1va+GF6SFXj7uDuw$wm`8j`Q2)M&AKi>}mhCc?ryVC@GO&AgVNaC+5{4!cCgP6c z<9b`!Nm!X(*y7{hy{5%!0FxHrFnyZndIqm^V#HnWCi3wo9o7i?b_9`Oq#!USujM6RRN=*h;&UjdfDcB&EpC%axQ& zk`iyb_#2D^bCsivssQo9Wh{qZl#b&{$3>;1;}r;XZb&*R?KlMX=xMM4ekafZ|?LQ7E%#Nf#XU52sHKzgVmMC)rfKV9xX zmg!?hK_82XI}ik)(hwzR7B!V1t_01$3ue8E1kF%fQjj!ElY+$4yYQ|{5qYH;n%B__4u3n5`G>`&PYxj zk(`v*izsr%#21i;UTR*z8*F!N1R=RJ438+epw)dSqYD}&@1-ovpT(B4D#iRNFdw#7 z6GMR|c>be6_1mC{-S|LxU!qI9l9ZizVOM}(I2*HEO%^qtd&(G_%*g8c*) z1cwNY5F90_B&Z@dj*y(|GB$A{ewh}-Jz1g`phAklI zK?DVqAc9y>k)ntVm7f#~Dx!Sro!L1%=X<{UJl}Kg{qNp?_PgG9X7@E~)~ubJJ^2;) z5!V@LZiw;IBJP|jcWNl_d z%yH#rCpmLOa9BW{5?7k+Ow3Km&nr76eO78_in!Xafw&(QQo2-1QkHllBuuPpRC`>R zjD(ytx{MMB&q|8Ob|$$~r_9RFE0azqb>`;<*ypC^6sIf0>CR3~qO-em-E`v#>2!?B zcBf=_hL{#y+f&V!XuqVK>At;k==y8gU2-zAr$po=CD2L#FFhjDMUOZ&CDZ5ixKlIe z+Dbgt>CWs#R}N{7^+Cn&VO7MW#sT9?zAe1J2p4rtPssAQoFo@Ltr8C+CnF*$JvYbg zq^l|M05THXN#s2d?paxMrV#bEGeW8~C}Uki$iLNyPS6aeFX%M71#oh4wMjbIUxQ;m3puUK17$p1~*D~tkah0bRk5eRz z$)UmG=g`_!OPnVu+m$8e&@LOpYlz8>g2m#-O~P{0QnMl=lQUe&P8!}Ny$cQ5&Ma59 zTT~0F5eH|RL65~X!{=u8*rMlE)aYi_2rcMz*2GtF%l#!5C z;%-YkhAGYjcW$;*3~CT4VwwcdNOZcylCb(cO59T>1qPo-q^`%uPig%6aym+1heJ#c z_Y3y9-&u6K8LsIFbLCvQ?yOw5=oV5(d>$Mqt~ahHIyb6W!`Ew^SrpkCDvw?t>@RLL zaEL>}b;Y8FO~iz-ihd{_;e)r33_(N~k9u1!2!e--7@=tBHaX5V(;tGujdqbK|=o4M}s*KJl<#NYO^ z7{5~d3Nep<_c3Gp^XqowMnC?c&AvU&-}ka!t;_RYY&N4iFXO$ZUI(K1HoNWTU->Iu z*1OYW{-({I;ru-?k8-`l=84AF|n` zS^SC3Hdf)k+w69EzE3d^JilMFef+Gqv7f6IUuUyR-|;Fe_zZz2V-}X;x8A|gRytY@UOjWXq#8~F`Lb4 z&bQm_?QZ-juj>sf+nyJC+lCE#$d}n{OA41Z`>r~_PwUOL?M7GGhr!v*|^ z&3;Yc7rZR4t>kxXHlqzcWwY1Ad6AcmV7K{EoAqhIH`vUxeh&Y)O|M1pFT8AIKvRCk z%f{qir#)yu}E7xEomHu++A{=mx;2Kw>yUY6LbGXKEKvIl#f=XhBzbIm0F$jdz2Gx%R#HotjAzRAm;yL^Q&_p$}u5A*$ACJ$c{ zr6Z$<;qsQ|H_r2;ge%3F(=v;aqSW*jS(%j5`CD3!)0v!3sgzQese8aKb*$!OS5g|~ z> zEWoi=pHX#%W#OvJrYF4Ar4vSX9TY3Ia-XK>X6U+8^L0A&v7C= z-XZ(dB+@QsoTxS3Ar8mnh%K`n@@j1(RHXKrAe=6T_`cUfv97;EOzk~UEE?>P^@EH6 z@lWqzqTw`${34k0)}?*Mht5joHyGaW`=5$?xx}y}hy154oxSDYF=Aq_L+l=$Ab#l?CRz@eDK5-($RSZi zEpcneaA8h#$ZDO9AmNT3E9Pc7#QoTKv3in2uIy&i5DSOKidz#L;*X(o#i3}2ST$^c z*g;S1elH_LOd393`1PY>4KOMdd_TOLAx_i%5epP8MvNBX8Hd<8V!lWl;}C;JW{98W zIK+*SPVpN(<&U4;`6BEQadabP{rHWfgbc9K1qEuIh7!aQ-*3n%} zaM9!YC4P)BQyn66@(Utzu0sSQOcPz`eeF(giHK;2^h_sTn3y<01P`E_OUxBz$nV@q z8R9B;$SZT`<<(CfA(qBCiId|Ua*~HyqMai|K{toYT4)a|8(neY!5D{Jwt-x{dDbuy8S4-m zvtAHS=rH}JEfvw}4)JK3Qyg$RNaPiRoD$(bPr(|{l8t|9ul zQ$!Owbg3goWAVtHBo5INoR=%b3nLsNYWhoJQ3Ab#&*+6!oiSO&XFFuXHR^eMMv~Y^ zzR`W=Vo{&Q-QAgsME#lMn6q5sy;vF+4Oy`0KYN^ro#2o&!dXLcXZB>_8B4Eljz^5{ z=@8YPSs>yw9kNR_3l&$MnILZW2@|8|y2XqfI^5hWwSwXEDHBku7yb$?tX%jmSXj02 zLReU_@Uz%pwZboBgOv)u1q-Vbeh(H_DEx0&H(^yQO`A2a>cGOHgonezf`qp#O)Chs z8sRYzu@d3KU||))<6&V1!ZToD^}*-Bx&_UIg+&LKu(06Z+hAd_!3$tvp}|kX!Xkse z4+{$n{y8ixE!3V>_ z;(?Ecg@pr8g@r`}p8*RC2L1vptQEL`^iJSwNa*=GSV-pi9#}}^`D?I{#Pf4y@hXwQ^G_fmd*@%nLgvmNz(Ur}pTI)G z&MTLr4U%9?v3&}Ts3l0k9?ZwWLXyc-U?KnIxv-G>@&&Mv_VS*~VIt?{8(<;d<@;bE1>~>8LY~Xd z!$OYBufRfn%fE%SUp#oOhH?1JWooV3jd6QiClk}(sF_TtI4PLxIE$a<4VZLsi! zXEp7WSB|o}>{O~;Pt0#TM1`$|`9oCD0wQDq5wL&=S3m?SAVL-JriBPo;0RJcgec&b z79u)T-Zs9dle$WAd z28b{NM34a@!~maIi0}fA-~vQw0V1#f5mtZ*DnNu3AmRxS(FBNC0?hYV1_B8Lgb^Tu z2oNCzhyVga_y8h!01-NX2pm8}4Ip9$5D^22cmYJT03ucZJqQ&r5Ga5M6F>wBAVLHX z0Rp()Lc|7eLvsOb2-L`p25Gu``7a}28EujF&gw7 zjd7r7W{dzmAH(HMy4ubsvxFkMR=;73*n=B284I&c@KW6XFGVLp5xT?21nF$8eCBOpPt3w zd3x@G&*>Qp-lpd%_?dDtJukt%^lSvj(sK}8O3ys-B|YE3i}Wl5|547PXBD^&e5RW< zkEkgGzM>}%c!{1a;2wICfMe*H0WP8EgD-@C-Z6@#7xUheokkg%v?@)NHAa(?zobYG z?nBDZXn%2iX`F1@m(=0Qie%$%RvccmJX8MN%?K-~v!a^;%da3+Y__bxm-k!N^_4Ga zONNv+90hAvU9}n(uBpKEZX4G=Fl2|ibhan!XUGcm=uB%i6v-W_q+HsVCOw>#iJOXK z-U{p7Yr6!9otxvNThRG~xAZq)`4!CCT4-54w!djvemmc`tnYRuTGrS-{VeP7-g%Z4 zvwwkQT{&P{*0e(}SXQ}$#g?_@)#H|xdGvy14LDYg=_^P)KGV|fynf!Y&YnDDS*zYG zu&fEE*IQP_xAH7&=i7%Yix(AHR*!c!YD+G=Ym_c{c>YCwBK;;r}LYfL_q~EYYb{RfShw!(jHW?4xO+gaAGKZ>n;j|?VnEg_eg z^!HSGVJW%HkAD}5)i3F+A^1tM$XXIsu;WRlL55#pBg5FEt*@A|N?VId8_#QteD#L5 zDwj8&C=2&k*!gLLZZfU5k%{WcR5`eg5hlx5Hj3o?lj+o7bgwRlR59Y@wgl48Rw2FS zD$*zS@RyaUk^X2E=?kin9?+4FK}8sseAtn+0o6%+-Xx8RG1=1jB55^hkk&kdG^)vD z%hH*oeNmINI~R=h^3-Lclk~4et&iWQ$Cg#i@R!?aQET~d)?O@I+7U$?w>;RCS&h@` zP-FZ$x}5KO`N^Yo>2f-*r$a{6BmGGe(x>+Jli7i!f7F!p9|B1q)1FR11)fydyaQ>w zgGejbOd8dBvgGhNFS{Y$RJ$X9Z z=qR$@dRq1jGZx4{htg@=_NyfaG^E`w4Wr#oH>BPA`;mUCpPwunPI{y2q|Xh<;Tp0` zDj506GmS|PYQ(~1rzWJoah2ST?wN{6)upE?we7q{`#fw)Z4c{P&!cH`x{RHn#n0pQ z=G1s>I9(qVnVj;aIND)m3(}5ekw&$qG`V&fY0<4n%L*oqN>15wNC;_V+K{#|n=W$R zpt>?Hl1`YIL;Aasq;H!=eW?hDtD-Glw*)%MiaxIp^Q4y0eJLC>w_ zkRZ9GBk9L$l3uqH>7P}yE}Du~T%M{-H+mzA^dC~_*i^fkCQnYKzS}yJ_Vq?O_WjuE z@=g~z#`#U8Cw3)0HI4dGNh?M6OeZb0J85;MP~Sg>hRW$ZsPB_0r2o{zC=#`o>*u#> zSeWb`W5kK2Yc01q5ktFu*@+HC1+W}>EQ)qn)SI-kVWgoBCcYnDOFNfJtRo)}rpC)- zXvdr(q(A9Mul>fzn({;}>ECpsrx7`n^w`C85~{1E$Yy!e_vc}x`Aw%|{5YzHjEbYa zzf33nP#oRim;}D@mgoU7BnrNt-*tC^8PpTXVNkN>8&Q!lFd2kAAd&r7EXHV99-L^+VWl+=`qicJ|&&5VDrvTFsZ}FqxAZ%Kp>nFu%V<`l)HqyIZe5AfcYD znnP^|Vv1k=!W`` zFWM=00clk#(ItK`B~YGyo-Xm5N~Cvwf%Jl&)R&HwE?31EVJjDr)L;X3eVF1e`~Hi% z{<(p=zVR>8U*2Oyv)NNaWc3%R?Sp;A=QUrX3v+DN7e;kZdYRj;mlB&t`~Fgoq`j%3 za_dX9-`PMqX1yh(AE-~KrxNKia$yi@_m+}&p$+wY%$v*D<dWzwJ9Mtc6M`W>LEJ5{zUDt`VwcNj%09kkEWId$aH zowUz&2kldK7wvPqJ6%uIZeyA}--ERGcat__gq09c0a(`FYsAagkrX6f*=w{jVEPr_ z+GotS%$x&;$1+PDGO9D(p;3X6X~^8c`aq~2&ylf1=pdVq7;UKg5IV@WM~$~E^R;8f z5ZV)J?bnSY%gj4z^s&sZ-!yJpeXpN3>RM{qw~Z#2*}cfvYIXSSoKc_2`4Mzu^WHV) z%MmT;#u{Fr8{09^x}I?t$*C3(qU(8d(U@q!^edct$;h|N${!e%JS%nAhX&>9Fy&tl zjM|0uE*oR4rsqF4?po%8PmMG~4sz2usTe*}hUd~b|M-l~*>AgbPO6K~kwH61zj)0! zWSlR2_PWu-AUt)$*urG=^VUP}KC`iWbdz3E?HB0!rhRFI8!-I}cil4PSZ2Ggjb|+L z%r{1iWd?j_%&^S$w~eEg>HNVsVVQ027~3rK`+pnKGAT`eXqoc95oeinv(~{R-DmB> zSAH?3SWVS`GgeyWYY&Z5Okdu6e;89Owa+8Chq~y`{xY^$X5Qb1u*_DJpK9~S$E<~Q z0RK{q)!sN#OWj+Jt+3SC3T&EXe)u$_^-D}+>zUo1*+^zoW^uA+6MAOfRA%I; zWcn30t;%R2pv!J=%~!&p{zX9=En}kDJSnj?m}Ne zvSrt<}u_8Gl*>V^9C^A#FbkgnkH)ak4rk@Ga9QEsw3CQ+^W7A`F;* zh5lXebd|ZiE3UF*sOla?A9VudrtWm8fCjWn?H;&WGW`naZj&sNZj`+5;x6mP?#`_) zcl4%R_Uxuzg8H!0224MBX8@~IxS}t6QS-ux{%oIRQWLEX(W`LFARJAZb%!ttU&`Da z%Vt?-+hN`gdxm>EM2}#!R91c89?56`Ds$LqR)%RaWh|bWQa>BV)>`HZ6Bwj+(^v2&Ihki%|RYN_drf}c9>v>AA{%6vG}YtEU?23YE+bG+9uX)dD@gz9_m zSvK7=r_WpJ(s0|fy5>XH*hI%*wDt`o@X+ZUl z7)s#;w>+An5>6ClKmydk2~Y|o_(%iFfy7V)CqN0D07XFp6u=2k7$iXXn*hZ@f>jz& zAS8y$Hvx)-1Xoa>Bt)f<0A+6iRJ{pME+jzBn*b$40#v*SP&On$y_*2#Zh~tXQ0pd! z0wMt_-2^Bi5LLxD$a(jTNCK8~?O@N9b!9fkEDiT9okpT5=0@M}>@-_Ub0R=`9 zQQ0Oyk&ys(Z2}Y;2~gE0K(UcPeGDUftSM@a#8A;DK;4nxRSl>;5?iYQ^+#eTWfPzV zN$|A>)FFv&*MKTEF;pW7s2&NB8c>oP=rL3Uo75FrMP-uM1r4Z95<~5p02N9CRIUj& zXh7YX7|PZJX8>i?=PGi`ty;u~DssyQnw{710ibS_`Z`5je*!J7K1_rT=VkoT{uCBl>eT#)tlht-fFXf7Zr5|CQqSe?x5?MyczP5m7fZmGY%!XBnxwEMzlGMmEEoWV0te3^SD7MiW&D zhUv;~!>qM5-&5@Qn7!;qOky^}TxK&&X*R>mW;0B1Hp};6h!}PoW<6paYv3V>*o~M3 zZHBO7vyXik0*&2<3DRZ=JvPH^X){ckU}_#%rY29j5p$@`5T|U08P#TpTsFh}YBR(# zn_;%K8KRqF82`&uoUcz6lAj5qON&3ssd4{PbeTKlj_AJ(oU%gw8tlI}{3ce|3@+4ON@6)R_~ zE_`_v`@v92{lt7VBnU7y5g@52z+^;#S%?7B4*}*K0!%mrH#K02A@-UE%qhe$nGj$W zA;9!OfO&%e69$1w>IpGN5FFNkNr4z<0|HC~1c?6x2>b+y_yh>`1c>nj6x;y_>I8`9 z1PJ2C3sTF^Z*eh2@oC$5Ecm#4+#(m2@nAZ5c&uZ^9T^^2oU865Z(w7 z)(8;K2oT5!5Wxr#x(E=n2vkx}h%iNf_(brh1_UHxh(rVkK?I0B1PD3=h&BWWGX#h) z1jjTWpb$eOAwUQrK%pxnCQt@Nj*^n2!bOT5D|zW6c8W=5Mb~VVAK;}xD#NU z6JUT7oY8Pw!&VJDG(6CNF;6`|P@t1~qCaVMw}!tpJks!&hD{olYuGOjuVaJM_%YS+ zG1cfX)!;GJ*fG`6G1bU1)xa^;xG~kRG1XGoRD;G;3t>|Y8B>iIQw#hyb5nV_seIg2E^aChH`S`uRQ_!$_coPxo65OO<=dumZBu!+sT|u> zi&aytRZaCbm1ZxsR5jHfQ<}=BO|?ull|!3qk!q?ns;T~F(o`!{Q!P+UwLUfZ{=$t@!7u~PElX4bVdqQAVqnbncuTc}KVLk`=*ni==x+$~fe{)34g zU2DkGTWG(V^4l$}c{fZ2dF8zSk?*w@<>!^c|AZ@l*QVZ5L%AeZ)~pD(E1!QQhi+w| zL6|!7O5;D0^DUrWW%R$`^DT1eRu;}aW8xP5Da3`Xtg-Qp{B?x<%;dBlW|vG z+|F9D(xv1-+nJ*-=9xVFt3TZYwzwJkcVn7)Wb_VJ#}IPl4tfNi%2_+;;d~;u?O>tC zDtT@PYs=oE>l_#${dclP#_KX_Cu?uKEvM~dZHy~&>rU2`U8ip%9gP6_-A+2hhw|xN zthMpJ?7WLb8o$V_U97%QMlRXKS{U2p$z5z9dxgoM82amnhPzqo(wK>4_uZ_fbnT|s z^PXJ2o65P@WZ)jw-PkE7?qR)*U2^jt*4)@E-`~R=>=2W`?qMOu6IpXF3p0L~QG4n3 z_sOY%vvTEL*3eidPk`-_KklU+56W8mSR3{ulUea}oeBHs<}S+x`{;ac$bI|hI^U7E z_OY%;z6{yVdK$mVr2VXc@q=8rpEY9}nJfU_XY$MatR;O;u6BU+VjnZHd~%@7K0xPL zDK{RVF9YAoPYjylLX8sEvK2dQZPr#y9#c0MleAEYPosti6vVu2ib zh{UyW-XVHsKg+|1=;3}Ze>lXN8ZXNlhv{8>ExRA4Cvi;9Kg>F_?M%*l$*3)_9A+KZ zQ>A3J0+z@MnG9KOIHW9K-PtlG4x|Oi-wRl8L&`3%vKj0W6N56s<>#-m9>xh7e1s0S zLQXzH@8yVm_6R+T3v%NTI@KL{@d#^=?;}Gt8G$n7D4no~iL7a%(sPs^<59WyC_V5E z^24L#od1@Oj?z7UAzKyFBl|$+6td~6G{7rH;m<006#_Mx@Tyv<4nh4rrN0&eAgI5s ztfhsz5Rj+wdRhpAfQ*d?YoP%Ir=LI{tdXiDd83I(H>H`85OKtO88TWX;V z1SEMpQVZ=NV9fFkT8M&x#E(a7p(_NWfV`U)dO|=l$YZq7hrpx%*t4%z2A~US34EXy zhCsk*=CN8B4gpCckJG{^2uL6KXf2F`fJBmy*TN(SNGW-|77`&Kx#USvG@H=_m;wcP zCQs2_I0R&zJWUIk5D*i%OAFZ$kcILbElh`ie3Z}7!fXi0O!*uwJPY9y2p%mwhv%>V z^<#ln7NQFhSH4IKFG4^H%NJ{52?Qjwe5n>zK)3=yXkjG;K2nbHRKnq79yeH2dXQBGv zO5W7^8R*EF`CD2jf`IIqpVPv-5Rgan3tG4Y0U0%aUke{WcmmM~Nbh+$Ej$eYi9WBWg(?t` z^7E=%s15WM(?U-OSat9i zE%bqa^#|{(g#i#=hA>bILm*&H!eg~C90FD+JkFz)QBbf@;iI)M4g!`ee7qJWK`2Cz zcr7GCz%qs>X<-Tk2_Z!b90Ha$JWUIk5KcgFX(1cWU;k}&j#j3l%Mo;$p@rEHums|B zwD2qhEQYvs?ax8LvWPFxJr+X10*Nou!ix~FRN{-Zumr*e2rZXtWd#(hpSaM%N(fj< zajAth5I&Gg-e7J2w^D#rBO)mQ;wQoXRto4LU~m&)L=#{f6JYcbV9XNyPp=d_Jk2`w zj-tSV5+v#m%knDu{C)xj`A$B~PnY<~1#0YTHGUx7XIN;3o?g2C3=62x+e=TLVS#Zy zim5tL!1UB?cWy#@qHAW3(~Td$%2B^sKu3-7=~zYoWCMPKp}0f0;tsO;TP(0bFE1VT z7OPRAtCwcJ#p-#w6jOCtzZuR%S8_&9ZW8^Ln)i%-eEQIDJ0;DSnvm`+K3`{_=IXw` zAyM3^pHC-$eV*h5@n>YEN_11*i<@Q0+pJ;P{d6^auN?R`Yt&$`y0R+P&ydm86(4el zwa-sdyv-VTPzzc{KLM7Q6JPv0Tg5$xSv?==LuI*AGu=t)uH59}4nuu9R2VrtKC%~n zTOyw>EzW9F*JK@mem`rfD{HFD?J7RP@X9{jWRJ6~NeGHg#sRw-h^p7>&_dRES%f^k|F{Zm(Q_X$4j z)k^#jhWgbE+++HG*riSJQIh|oE^==Xd%8kuakG50h}HE>DW>Y0N}jVr@c}b@x>U4k z55=vMeOmq8&YAexF#VHe#eK&3_URKlDn22Te(uAa>QAG=dVLd%JIS>bv~bG0*#j3e0W!sd5umSFP;o42uf zfKAmdw0Q&87Hq!4=6h_;VN)Be64qgCKEUQOHZ{?Z59=;ApJMYKHhZ!8yEBrY#V}7} za|fGs*gS>(Dq*t*v=ppku-?VyTWrcgtB%dDpf|Cp0D1t{c5F6cvmBe(vAIE;Wr=y^ SlGFA7DDs7!<&Enl@>}oBK4<6Ld%x#C&;9P7-#`0Z>z&!NXYajctu^bEo%v;V z=9hi*OwF)TuAJ=job0Up+~AnZ#GF)TT6R{`1ZPZkPNp*=BPS*$DSMje7#`BRL{eJ3 zb83EW>Fk_rS7uU73Y}8fJ|!p18R49ol#riWDtnSMGc_hfT&ou%?u3N}_}jhG<07(R zQqxnM;`90qMV$sAl`7heS?P2!F}Z$C(YXvty5h*bp(YM z89mOGn4cSH50;*plp2#cEh081EnZZr7h*(+sIXwME~Sdds1qXG;Z;QKT2(~*dey|B z&=B!lSYWaAv_x^QcA$7#-%<2Ir#iDHMPwyScZ%s@p+z5ZsxvduDazG%i1)+%#EE)U z#r@Er`c>>XWTi%=xgyk*^K*+ldwmmS!fRFbvpY|AW@gb%i)LXp+(l@5xN)xZI3Jrz zjhRYhT3k+MrZX*WT7GU3vq*5!`-w4$gp_GX zVs+g*MXf0@E?u;A)Dj&UG$^MgKu;(oKevXs5L!jtu3JW|u2stj7I(vf!}D`}p9G9H zKerf-K>h7W%L|)XK!x0L^h~ldlVZtu=uJ+lSG#4AXCCj2%^?dZ?L8|$x5%5qQzjeE zN=ld}J_@btF803~Yh0#_u36-X(izs0_Axupa?hTYPBSf+l$MoEcNe40xyb2c#V+y+ ziCOXaxeo7~nr1tvlD9|_mum*}F5*ODbCOcxBV1%6lariN=+zc6^sMBh^oSPmsjhe@ zJ;fr=i_B(PM7B%(Qm3BSTf3@=s#~pOiPV^^opQh>Q)fv9l;gKr{<(&CuOBmQzp5j9gaGpvZG2&ku?~fmFnXd$oLb} zb9~H`RyVCAnwC#TJpQc7KF?QMMna}5wP1FGO2yo7vS*&@-StYnLw|huLLdI4SGzEC z4?kpUKR@JWz1pXBYVcLI_Rz`S_G%YfZ{rVbEoT8g=+(Yx)`H*jYL@~c_+N)$v^aJ zUzJ_Uudrv_*2Dj5%s+gWxAB`A!F-RcMUCZ;ZEfMFe3Px68q4q4+S568P;b z?OW#p{*$e(|AGI@)~@d1A3$>})BCQBhU+2|+4tSq`WNSlK@iVqIrvm@O*1m}3r@h+k%I*0lwidOEOONLMazwsslKL>%I~Z7ty)zR%XyHR7+?+Le?1zE`^&kjFo@wV^NbW41=G>3v&s zpPImzdewVn-{f!DTBnQrJFj-Xy5O(d+UF*}J90Y7avhzvb2bN)6<~t37J) zJO9Z%1!^AKd`m0^Z7qst>V5|p6Av424ChIyjtayv3#3X z^MAV-U*^>Us(s4yy;_~HS)zE0_K}$0;{5u#{*+oKIx!w)m@L|yV5ibj3~5te3~3!G-fkUKv9i^{lkP2SQ#~Zu;u0tY zpOl@R5|fsOdrwSC5boABM7cJ>qDt#pBC)l9wdeE``9EByjdKedVo^gP0}n8`_rD%-*!;_bHM zjW!n+AtE@|AqKaP5jjH~V*Zk9;%@tq;@DV+ zc)B)BGWKIK`8jxXmKdkAsaTP&g1%x5aV+k@@|AtS^U^Bw0Bd&0Vm^Hv9ZuSb3Pg_!6*>vD&ahe9)F)&7)?CKCr zqNa&zLme_I(g+eaqK1l@=?+<`1Kno!pyx%Y=?-ykP_)?F-XWKDHUh-F!GpwjYXemP+N>y5Q(Pa225j5E$whf;x z_GCN6fDx&}>2io`Bb>sIo_OLA8hq-=L1J$|hxmD9obaPg>7$aw#z=>FJjx{+jBtoW zqvOPVmqRuhL$})a`C+0zy`MW{NjXeP3F_HwOp+Kh&LNJDnI?|VtLYd+Z#i}BVDXgR z*Y&Y3v5{^lbDT?jKG-4WCm3}_gYgqZi$M;tYkZ8jP4BPS1R7y5jW8iu-0$WP{i2h^ zD!RdOE_!wMqv_T4cZjr!bH(@p4iQLO_p@|YJ7Qeo>_~@nPbNzkA3IL`HkxiNHb>m0 zPT6s(V#Nf9yflM0PBr3(i@#GGa@9={y;L_94QuecZkTz3q^T)hT|^NE2}tVqFB?{AtSz| zo`d^TlFYG=b&LBg(v zZ-;~(4KIX*-3&hs2|F2n5fXMW{01cKVEA1~*uC&4koH3=TbvFTAq7J!fD{f1n-$)w zIPEUfPK9>|iCqdG0tq`59t{b*6P^kQI}<(w(qTv@By32ygoMoq-wX*G5nccZn-G2y z5;h?GV@TM1@UI|Y!X|?^hlC9V?+gi> z3qBAMHWqv=By1{p5+rOW_!LOkOz^pou#eyZ((zsp*F(exg71NZ%>zFM2^$A~4iYvE z{0by&82C*{*evirA$=ff&+>O;N5Df%(gC{x9svnE0p1=Gb^*LEBU;qtB4=KNhqNXq#INJz-}H;|Bw^Ist$5$AtHLJrPLKT8MX z-#iEsa&KN2(r0dnEg&N4=3OBn;pT%NA=&2RAtBM`$&ip_^J$QfU-S8pkX!TDAR({j z8zCX5=6fL_pXSFQ-G}rcB;?Wj>a(;_R!KC!1riA~e+UV=GcQq^4#=CiKP2SLyf!4{ z%e*NhakdXWGA0Xw6-(CtZ-Yh6Nr?DZcO)$uJzI;Y*o@TTbPrqzOSyYyE zPbap{yrb?P>8#vRls;xAQBin&e*Gxrw&vwWDW?U5%L2k-0pYHIa8^LLDj*yc5N-+x zCk2Fy0-}-vgm(hMH@P9eH38w6fN)DdI3*xl5)cjv2zLa8GXlaD0pW;%@IpZNARs&t z5dH@U?*k;?<5mJ(4+uCOAlwcRP6r5=1BAl?9=8y_20A+0m8!oQHTJ3 zW#Lg&g+Rd30O4kUa56x+7$6)B5bgyC=K_Rl0m88W;Z}ffDnPgtAp8js-UJ9=0^E$n z1_6!)2sZ+R69K}70Kc(#xDV)X9zeJb;8P3XHK4<10O2u!@E1UM3m|+2&<$4s0geI) zHvxo`0K!E8;UIvYSqR?%9i9OQzW{_+0Kz8#;SqrF2S9iOAbbI#Te$)da0EcO0pKwU z;Q^py{R6T3=jA(58K#1Kyfc9++G^qGaDSGXb&$t$(V-m+MF(^&5go>{IA~>f<2DwB zj@DQWI!0q1=*X;sGR$9xVi>*-z%Y3obz$r}*22tnge3#F;wmg#M^o6ej-jw-x3Xm& zG*!G*p%V7110*b0nXR%}RV>p{Q3XVpsSblMP#yeWnmXjcD0QHNIqL8RL)0-1CaCRC zM=@BQj$JBj!QgbTf~n~c1tZgO3Ff7v5e!SmAQgU8|xBFdNuR zXDg1tTy*qMfkVX%n23%Punip_U==zjz#jM;!aw&QrSs==KNN5N(^}*$Zc7`}Bw4Yf z;V0888U7-F(HZGC*+`>3s=v6pc$mCDnLO{%yfd<(o8^z^FG-WjyBlEz!AmM{@NRsbamN6Ey-FX4M)N1aM}T^3KHM|l2fI|Gtm zLEu;GE$O|lw_4Jy>-0d-s;}Dd+Y44h==WurYEa{j`H{xmu*!NxZ+8k7Z~Zh(=B%di z8{O(}K=Ko_u9qmt{dvFE3Wokd)&Rbs!yS4ckn}Yw+@ou#hI_x&V_FLTqmd=WJ!oY~ z+yCW}?mjY@{CJ|_646f*<>nYNnV+AWk#Ehi<`eofUM`wVbJ_Yd&4A=rSkEwaTH?3N zSZ;|6iW@ImB3bM;ODzAa@l=br*TN2E47%C&FB@s7woH;$=Ne)1+49C2St6RO_UkT{ zWmE-YnEWA{_|p}LACOJ_#IF9bTqWYebBLc)iTL^TXbdXKxa9NU#PzF8+|#x!4aJ#E z`F%SUCIbS93v5eWs78|^AGD=@UsoY6VkVtiIfxoczDV5WAmS>NBaX^8+4B2x#AO5< zXT*}VX;i%NlLtbKVPf*@VKSl`^{ldxW;Cg%pUkXIGkUm?df%!}{EbC40@ZesPPrg&1+D??Gr_-(hwcW3VbNW`6?uNvlu1@DXXh{55Q)miQSW1;grV@9g zF>#eYAdc!wPHCJYZfX;dumYM9RvO4mDbdEUQOZ$w;{f-AMs71 zLgmJ`#Mi4#d`LUuU+O{Eqf!-@aXpE<7D?Q9>xiq=fnNIi>xtXkfw)d}SsE3tD$Cm) z>HM1Y=n=$rqL*BCiFzBTWhIKmtF0GNy9=Fiemhh(Fq$hI;=?Jrq^GvV`lpHPrl`)HG%>O_FM0;-{gN)9Cy%1{mrKXV*CtLk(0 ztv4GJB;OlPm-uIHnCv`(P8%LimpD2mR4$FCOEh)TaHS^_|516m1Qqrs$@LY8dq0M_ zdoNPo>tjP?P#pFBz)k$3IO3lTw=VroJel{K4e8Qdob=FccA+t-{x?;=-@&1xeqA_N7ApXWAn&HHC^u3P>L9#KY*|l3ACO2~GUB5GCH=(M$n@qi*bf(@3 zDa3ynKqIeAB?~=Vg}C}@G(zK_w5d=HF@sovbBH@QlsGCqX3K@chzpuR+_C5B z{A;l_0W%yq3gg#|6vA(}_=OMf}F;#3v=w7*wH5k=;^=OMHR2$YsP) zp)y%ElEgK9k+^~l#8JI6MXudQ+#NS@w-Sj%*;3Y@Z6wHJlc-_eY-;#t6g5x@Gg)37 zOg!DKQ;Ma_>W%G%e`V!6fL88Cx{R+)^ z$Q&Bz?N^AepLV(OVRgL*#Zjpd*v)U*2w)bq>|>gm{^Um+Dur;BD= ztXH^P&?&EMqEjZMG?!2E>68hZ>6Gl(h@Ul<_?oHBtK0F1@atyq+%DsT1+Pt|vY{l=waw4Q2n0#7EU4 z{+*4+87kcV_Bc)aoe?0*ZYGm|?&UD~(q`)a_7&|VP|KYpw|zo-{%%w&W?JfhBf1V{EcI{CU=>!Q|-H^t5Mv zV9b_{+t6LtJx4dTDbSkFnDfR9a&{2S=h1m%ykXpsvlE$rVe&`D5-1mT8~%lrJ~3YL zD!VQiy`bFw&8S~k?V>T7l)~)KjDLVxUl=nCxiyI{NJa3e(#`3D|GG>UeA>XeAl1WX z$WI#*fBs8juOSLwylQkc2v1xyHZu9326IuFyuN(&4ZWsqwXN4tm~q_*H=tK8+;PL0 zZi%hG!}S#V?)OGFOAPwam~4r!-!v#gRUHy;8AmL!#cezy#oqeGSZ0Y!?ihbs;_`dO zP)mILn`baN_cJ4?aMgVy!D{mV(|FAi4?i#%(<6TLFC)=ndp|O0Q=+bO?KPa7{q83q53|p z%Koy%($!dsCC;mksT^%&U4Qws5b3T-*O!gy`VVTdW(GvR!Zx*7h9w@V&1k!**ozL9 zY{>5Q$z13YkW5*n0hvX&dW^h5Rm)uH!;q{aI7gbW1_ngG!atj`7cKGS<}Ak&%d}ug z9=0W$=;_;v(H2sjwxA8mHe|a&28f>g&n%FEJC@rA!}Ip zWp~_iaDsJTcVXPu1kqK2C-?D*m8)s!_J}J4(*3C+8L|9r$(?BEOE#vR)T3Z@p(Kn)#36O zw%QWsj$^cCR&3u1-Z>Z(897SDhQ+e6R)@SeMteBLwsW%HR)-~tY>LGOCwb?vfwPVl zdoP*Ix5QUc**Hu5GmW*iM(C8m&RT3>7Q1G##U``y7Mn2zZ&qFS!Bnp}V>;_+v0u#a z&SAn#MvGhZz55~~hoi*FvzXHof0@m0TH^O}Sa(ZoI~R*b_1!;@rCMT(SJ-V!Z2Br= zOnsc!-%y|B5gejg4*_a>1gik0R5_e9RKp2SS8Hvy`J1SoS8 ze5K*2hOHV5UH4hc}-CP4L&0M%^*svx?7C~gy=j7acE14@acp|DMWaw5T78c zM*@@`2~c<>SgirYN77KfCO`p_V5J5WAxWb$Bmk9b0#qXVyA4&0Bo*aI0u&?(P?98g zO#{l3qiwk^t3eg6{w&)TdNrmX|bn15iqRI7MBACVvHlM5+&^sOuL{ zi>ptgsLwxI%L9~BA3_ni4VwPy6+ymqE@s`;$4c~J(*ILUoa(ArBl=TptPlO!HP(jy z#2U*&e@^}HO5*PSq$d9Vp(O4mGt-|6!>09T!7yk22{24qf9?x2)*tr5g!MP;;!p>s1*Yps6>_$W( zTSG9iHN+%a``o7utJ!X&KvhJ;`nKB;wHD{QJ(iCpZ#N={*&3XHts$h@8r*`dA;8%h z9EGhR+}RqU9%*iC;UW6jjR=CahFEB82#L0K#79GbwA&CTZ4J@V)(|wIsW_0Qf~Vbx z7;0Yw%^ZhG=VR2)atc`p;9r*KR}%wzZW$8X~gYhQMrVh|ji$ zFl}oaeKf>u-A3y_PsMJ#D?+%fz2>7KpxbST>$ZmQZfl70wuWGDYl!)l=BCR(sjpQ8 z_&grepr{t?qgC_KYWQfOK3Z)b&EccfEuy*ecz6*tk2mnq8u@4uK3Y>Bt+|iZ!bfXW zRLjXNpP1r`jm~z_kDQ!x;c`~W__6S{0=Pv2_(K9X zLIQX|0=PZ`_&fqQI|6t)0=PEvJP83@2myQt0h|T_yv2BTzDnvzg@YhK zQcnPnKmb=j03Ser#ZQ1$Pk`l4fOSrQ1x|pZp5S#2moy-$C-RmCta;Lq)Q`{CNj<4Z z>Ioib_(wyYh7B6FX;`KqU+!DO2B`I8s^w#<)nlr~W2z0Ysg{nZR*tC_j;Yp-sg{kY zR*k6^jj1-mrdl$lS}~?tFs52BrdlqhO7u;&R!p^2OuofUlQGpwG1Wpb)jBcNGBMRE zG1Ve5)fzF?5;4^ZG1USw)%q~i@-WrvFxBEP)z@K6wK7b#Fif>BOtmabwJJ)jBZMGBDLDFx4V3)fzC> z5-`;YFx3JuVgGKrJnY|8=5H$NH)1PnaY)YEKo!2Ta?=J@kF8?z{07#kIK02Sw}A!A z@QqZZd?<%(WQ~l2a^^HSUa1kXy?7i4FbO-y_YZpE%>^ z?8@G?sE^c8%KBArKL1?~-o$FxMCiyZu794afqIqDzjo$7$iKyZ;CZ)SlwgfgR;ytkPJ8C&GDTUZVDOfeb0 zg=(Si$`M;w2V;p`x`nkfev#+5ux9K-CjZ&O93hA^)-SZx@3e6<_%Su#CEIUh!Nwjr zVkKNDLyf;`QR-%|J02V7IufM^X z8sErDdsq*)oQWk9tINzibe$t|-5&Z};5Yfj9u{dlm40v1tk=kqZ?d+=DY^Jfs@boT zC*Gu!Ka%&}q$hDkhVCWu4>@=*k*DRXz4XjJk^A=2!@Oy3EioKY7O*btE)#o_Ys!ZOtfz56c6^IX zVLO=^kQy$(dW&^6Hp4by@2G zUGP&T(lcsH_W^p0$KkdE|rfC&^^B)n-$U{`&DKYvdOA6z{^JB+myTl zfeI$Pq9!VXSVixf`)eW)1lA`H(nJUd2qIJybwD6@;|@*K1A#1#hewh( zrRz2XgH_BM=`Kw`6o6=|iRVBd$>S|F(HaESEN`QUNDxT;czaEB0)Z5ech*EV5PyT{ zu8Cd*Zv7q4-kRx$E{D;jzb2wUU^VkWnivW~eGhb)CPsol`p8FVVhji*l6kY1X5VOKog5VAerThHL(-~DiB;~ zVi}0bAfzT%f;bLhl_u7LK+elwkI~EqFi3y-Monx1p}qyXRTDcve2pGEHSq=rB*%P@ zCia1VbK(V>H~``UdHOJ`t$$5&T=VaMN6yUO)x;SP$e#IGO?&_Xc{D$#iH|@aqvjuL z;!_aFt@%Ywd;tPkHov5aFF~vYan&;OufZVm=HKWp--196&cD;dk06kZ^P8IZ83gij zep?fFKp;cscQx@l2;}Pgz9t@kK-SJ5YT^-rTNgF|*33WXf>fSA)dXu#GLjlzj3hG1 zk|2=Y^HQ290|JRYFRO_PAk=q+D{7)Lh;ML;za|1fEC&(PUYmIc80-jmHQl8q2<#1b zs3z)wcnZRyiFzQgUEtxGXb1uu2i`~%O+a7^!JBI0IS|-P@D`eA-5zF+eFbl$nMicO z4uiMXL?;l~Yw*sR=mrA24&Gf8y+C09!Fy|>9|-J3cz;bqfxw=G57NX?5ZImYVQ$Tg z1cQwVAEk*gAh2cOV>K}W1U4@`S`)D#u#Mqynn(bF4GmA!1P6hw4NulY8VJ-vxJwh6 zc>XFE)($2HA;|z9!*|uIiJ5-ASWN`(_E&=|1D5sZ>teS zi@e+*vA$*1azuCb&~oiNEUj6*Ph?GkcONeUdBN<+;S*@;=>U*VC*) zEfku_P<;OJf<}zCy5`GQPt$fHU+y_g?>@oHesr2u4|91`HO8}9shJ6$YbAS{WQ8*< z)IH9ls-ESus7RcgPQTysbWieWuT zScp5`qpCR-y=EKFHOKpODQi_3Jgt*_TK)d_KjNS%rTg~jHE3jXOd9=jM|P6GE6wxz zCVD!_VM|o6rLgh(L{OL$^dZr7% znDd-7!KYKXxRj*ybkF~>(7ai z>F1?6@IxCr&?@-^hebI2fI~hG`*HXUhXpv4>_~?%AeDnu1&1Y2i$OXG=?V^8aQGI7 zgE&0G;SU_v;II;hsyM@a3gQPiRD`|{(i0q>fqDee9UMwSy$$In9M<8m2Zy(D_z;Kf mI9$Ww8yp_ua2AKkICmGMi#SL+` Perform image matching with the nearest images based on GPS exif data. Set to 0 to match by triangulation. Default: ``0`` +:ref:`matcher-order` + Perform image matching with the nearest N images based on image filename order. Can speed up processing of sequential images, such as those extracted from video. It is applied only on non-georeferenced datasets. Set to 0 to disable. Default: ``0`` + :ref:`matcher-type` bow | bruteforce | flann Matcher algorithm, Fast Library for Approximate Nearest Neighbors or Bag of Words. FLANN is slower, but more stable. BOW is faster, but can sometimes miss valid matches. BRUTEFORCE is very slow but robust.. Default: ``flann`` @@ -173,9 +176,6 @@ Options and Flags :ref:`pc-skip-geometric` Geometric estimates improve the accuracy of the point cloud by computing geometrically consistent depthmaps but may not be usable in larger datasets. This flag disables geometric estimates. Default: ``False`` -:ref:`pc-tile` - Reduce the memory usage needed for depthmap fusion by splitting large scenes into tiles. Turn this on if your machine doesn't have much RAM and/or you've set --pc-quality to high or ultra. Experimental. Default: ``False`` - :ref:`primary-band` When processing multispectral datasets, you can specify the name of the primary band that will be used for reconstruction. It's recommended to choose a band which has sharp details and is in focus. Default: ``auto`` @@ -203,6 +203,9 @@ Options and Flags :ref:`sfm-algorithm` incremental | triangulation | planar Choose the structure from motion algorithm. For aerial datasets, if camera GPS positions and angles are available, triangulation can generate better results. For planar scenes captured at fixed altitude with nadir-only images, planar can be much faster. . Default: ``incremental`` +:ref:`sfm-no-partial` + Do not attempt to merge partial reconstructions. This can happen when images do not have sufficient overlap or are isolated. Default: ``False`` + :ref:`skip-3dmodel` Skip generation of a full 3D model. This can save time if you only need 2D results such as orthophotos and DEMs. Default: ``False`` diff --git a/sw/arguments/index.html b/sw/arguments/index.html index 12adc55b8..fc95ffd9b 100644 --- a/sw/arguments/index.html +++ b/sw/arguments/index.html @@ -482,6 +482,8 @@
matcher-neighbors <positive integer>

Perform image matching with the nearest images based on GPS exif data. Set to 0 to match by triangulation. Default: 0

+
matcher-order <positive integer>

Perform image matching with the nearest N images based on image filename order. Can speed up processing of sequential images, such as those extracted from video. It is applied only on non-georeferenced datasets. Set to 0 to disable. Default: 0

+
matcher-type bow | bruteforce | flann

Matcher algorithm, Fast Library for Approximate Nearest Neighbors or Bag of Words. FLANN is slower, but more stable. BOW is faster, but can sometimes miss valid matches. BRUTEFORCE is very slow but robust.. Default: flann

max-concurrency <positive integer>

The maximum number of processes to use in various processes. Peak memory requirement is ~1GB per thread and 2 megapixel image resolution. Default: 4

@@ -532,8 +534,6 @@
pc-skip-geometric

Geometric estimates improve the accuracy of the point cloud by computing geometrically consistent depthmaps but may not be usable in larger datasets. This flag disables geometric estimates. Default: False

-
pc-tile

Reduce the memory usage needed for depthmap fusion by splitting large scenes into tiles. Turn this on if your machine doesn't have much RAM and/or you've set --pc-quality to high or ultra. Experimental. Default: False

-
primary-band <string>

When processing multispectral datasets, you can specify the name of the primary band that will be used for reconstruction. It's recommended to choose a band which has sharp details and is in focus. Default: auto

project-path <path>

Path to the project folder. Your project folder should contain subfolders for each dataset. Each dataset should have an "images" folder.

@@ -552,6 +552,8 @@
sfm-algorithm incremental | triangulation | planar

Choose the structure from motion algorithm. For aerial datasets, if camera GPS positions and angles are available, triangulation can generate better results. For planar scenes captured at fixed altitude with nadir-only images, planar can be much faster. . Default: incremental

+
sfm-no-partial

Do not attempt to merge partial reconstructions. This can happen when images do not have sufficient overlap or are isolated. Default: False

+
skip-3dmodel

Skip generation of a full 3D model. This can save time if you only need 2D results such as orthophotos and DEMs. Default: False

skip-band-alignment

When processing multispectral datasets, ODM will automatically align the images for each band. If the images have been postprocessed and are already aligned, use this option. Default: False

diff --git a/sw/searchindex.js b/sw/searchindex.js index 52176f141..a9636b7f2 100644 --- a/sw/searchindex.js +++ b/sw/searchindex.js @@ -1 +1 @@ -Search.setIndex({"docnames": ["align", "arguments", "arguments/3d-tiles", "arguments/align", "arguments/auto-boundary", "arguments/auto-boundary-distance", "arguments/bg-removal", "arguments/boundary", "arguments/build-overviews", "arguments/camera-lens", "arguments/cameras", "arguments/cog", "arguments/copy-to", "arguments/crop", "arguments/debug", "arguments/dem-decimation", "arguments/dem-euclidean-map", "arguments/dem-gapfill-steps", "arguments/dem-resolution", "arguments/depthmap-resolution", "arguments/dsm", "arguments/dtm", "arguments/end-with", "arguments/fast-orthophoto", "arguments/feature-quality", "arguments/feature-type", "arguments/force-gps", "arguments/gcp", "arguments/geo", "arguments/gltf", "arguments/gps-accuracy", "arguments/help", "arguments/ignore-gsd", "arguments/matcher-neighbors", "arguments/matcher-type", "arguments/max-concurrency", "arguments/merge", "arguments/mesh-octree-depth", "arguments/mesh-size", "arguments/min-num-features", "arguments/name", "arguments/no-gpu", "arguments/optimize-disk-space", "arguments/orthophoto-compression", "arguments/orthophoto-cutline", "arguments/orthophoto-kmz", "arguments/orthophoto-no-tiled", "arguments/orthophoto-png", "arguments/orthophoto-resolution", "arguments/pc-classify", "arguments/pc-copc", "arguments/pc-csv", "arguments/pc-ept", "arguments/pc-filter", "arguments/pc-geometric", "arguments/pc-las", "arguments/pc-quality", "arguments/pc-rectify", "arguments/pc-sample", "arguments/pc-skip-geometric", "arguments/pc-tile", "arguments/primary-band", "arguments/project-path", "arguments/radiometric-calibration", "arguments/rerun", "arguments/rerun-all", "arguments/rerun-from", "arguments/resize-to", "arguments/rolling-shutter", "arguments/rolling-shutter-readout", "arguments/sfm-algorithm", "arguments/skip-3dmodel", "arguments/skip-band-alignment", "arguments/skip-orthophoto", "arguments/skip-report", "arguments/sky-removal", "arguments/sm-cluster", "arguments/sm-no-align", "arguments/smrf-scalar", "arguments/smrf-slope", "arguments/smrf-threshold", "arguments/smrf-window", "arguments/split", "arguments/split-image-groups", "arguments/split-overlap", "arguments/texturing-data-term", "arguments/texturing-keep-unseen-faces", "arguments/texturing-outlier-removal-type", "arguments/texturing-single-material", "arguments/texturing-skip-global-seam-leveling", "arguments/texturing-skip-local-seam-leveling", "arguments/texturing-tone-mapping", "arguments/tiles", "arguments/time", "arguments/use-3dmesh", "arguments/use-exif", "arguments/use-fixed-camera-params", "arguments/use-hybrid-bundle-adjustment", "arguments/verbose", "arguments/version", "arguments/video-limit", "arguments/video-resolution", "contributing", "faq", "flying", "gcp", "geo", "index", "installation", "large", "map-accuracy", "masks", "multispectral", "outputs", "requesting-features", "resources", "thermal", "tutorials"], "filenames": ["align.rst", "arguments.rst", "arguments/3d-tiles.rst", "arguments/align.rst", "arguments/auto-boundary.rst", "arguments/auto-boundary-distance.rst", "arguments/bg-removal.rst", "arguments/boundary.rst", "arguments/build-overviews.rst", "arguments/camera-lens.rst", "arguments/cameras.rst", "arguments/cog.rst", "arguments/copy-to.rst", "arguments/crop.rst", "arguments/debug.rst", "arguments/dem-decimation.rst", "arguments/dem-euclidean-map.rst", "arguments/dem-gapfill-steps.rst", "arguments/dem-resolution.rst", "arguments/depthmap-resolution.rst", "arguments/dsm.rst", "arguments/dtm.rst", "arguments/end-with.rst", "arguments/fast-orthophoto.rst", "arguments/feature-quality.rst", "arguments/feature-type.rst", "arguments/force-gps.rst", "arguments/gcp.rst", "arguments/geo.rst", "arguments/gltf.rst", "arguments/gps-accuracy.rst", "arguments/help.rst", "arguments/ignore-gsd.rst", "arguments/matcher-neighbors.rst", "arguments/matcher-type.rst", "arguments/max-concurrency.rst", "arguments/merge.rst", "arguments/mesh-octree-depth.rst", "arguments/mesh-size.rst", "arguments/min-num-features.rst", "arguments/name.rst", "arguments/no-gpu.rst", "arguments/optimize-disk-space.rst", "arguments/orthophoto-compression.rst", "arguments/orthophoto-cutline.rst", "arguments/orthophoto-kmz.rst", "arguments/orthophoto-no-tiled.rst", "arguments/orthophoto-png.rst", "arguments/orthophoto-resolution.rst", "arguments/pc-classify.rst", "arguments/pc-copc.rst", "arguments/pc-csv.rst", "arguments/pc-ept.rst", "arguments/pc-filter.rst", "arguments/pc-geometric.rst", "arguments/pc-las.rst", "arguments/pc-quality.rst", "arguments/pc-rectify.rst", "arguments/pc-sample.rst", "arguments/pc-skip-geometric.rst", "arguments/pc-tile.rst", "arguments/primary-band.rst", "arguments/project-path.rst", "arguments/radiometric-calibration.rst", "arguments/rerun.rst", "arguments/rerun-all.rst", "arguments/rerun-from.rst", "arguments/resize-to.rst", "arguments/rolling-shutter.rst", "arguments/rolling-shutter-readout.rst", "arguments/sfm-algorithm.rst", "arguments/skip-3dmodel.rst", "arguments/skip-band-alignment.rst", "arguments/skip-orthophoto.rst", "arguments/skip-report.rst", "arguments/sky-removal.rst", "arguments/sm-cluster.rst", "arguments/sm-no-align.rst", "arguments/smrf-scalar.rst", "arguments/smrf-slope.rst", "arguments/smrf-threshold.rst", "arguments/smrf-window.rst", "arguments/split.rst", "arguments/split-image-groups.rst", "arguments/split-overlap.rst", "arguments/texturing-data-term.rst", "arguments/texturing-keep-unseen-faces.rst", "arguments/texturing-outlier-removal-type.rst", "arguments/texturing-single-material.rst", "arguments/texturing-skip-global-seam-leveling.rst", "arguments/texturing-skip-local-seam-leveling.rst", "arguments/texturing-tone-mapping.rst", "arguments/tiles.rst", "arguments/time.rst", "arguments/use-3dmesh.rst", "arguments/use-exif.rst", "arguments/use-fixed-camera-params.rst", "arguments/use-hybrid-bundle-adjustment.rst", "arguments/verbose.rst", "arguments/version.rst", "arguments/video-limit.rst", "arguments/video-resolution.rst", "contributing.rst", "faq.rst", "flying.rst", "gcp.rst", "geo.rst", "index.rst", "installation.rst", "large.rst", "map-accuracy.rst", "masks.rst", "multispectral.rst", "outputs.rst", "requesting-features.rst", "resources.rst", "thermal.rst", "tutorials.rst"], "titles": ["Alignment Files", "Chagizi na Bendera", "3d-tiles", "align", "auto-boundary", "auto-boundary-distance", "bg-removal", "boundary", "build-overviews", "camera-lens", "cameras", "cog", "copy-to", "crop", "debug", "dem-decimation", "dem-euclidean-map", "dem-gapfill-steps", "dem-resolution", "depthmap-resolution", "dsm", "dtm", "end-with", "fast-orthophoto", "feature-quality", "feature-type", "force-gps", "gcp", "geo", "gltf", "gps-accuracy", "help", "ignore-gsd", "matcher-neighbors", "matcher-type", "max-concurrency", "merge", "mesh-octree-depth", "mesh-size", "min-num-features", "name", "no-gpu", "optimize-disk-space", "orthophoto-compression", "orthophoto-cutline", "orthophoto-kmz", "orthophoto-no-tiled", "orthophoto-png", "orthophoto-resolution", "pc-classify", "pc-copc", "pc-csv", "pc-ept", "pc-filter", "pc-geometric", "pc-las", "pc-quality", "pc-rectify", "pc-sample", "pc-skip-geometric", "pc-tile", "primary-band", "project-path", "radiometric-calibration", "rerun", "rerun-all", "rerun-from", "resize-to", "rolling-shutter", "rolling-shutter-readout", "sfm-algorithm", "skip-3dmodel", "skip-band-alignment", "skip-orthophoto", "skip-report", "sky-removal", "sm-cluster", "sm-no-align", "smrf-scalar", "smrf-slope", "smrf-threshold", "smrf-window", "split", "split-image-groups", "split-overlap", "texturing-data-term", "texturing-keep-unseen-faces", "texturing-outlier-removal-type", "texturing-single-material", "texturing-skip-global-seam-leveling", "texturing-skip-local-seam-leveling", "texturing-tone-mapping", "tiles", "time", "use-3dmesh", "use-exif", "use-fixed-camera-params", "use-hybrid-bundle-adjustment", "verbose", "version", "video-limit", "video-resolution", "Jinsi ya kushiriki", "Frequently Asked Questions", "Kidokeza cha kurusha ndege nyuki", "Pointi za Udhibiti wa chini", "Image Geolocation Files", "Karibu OpenDroneMap Kitabu", "Kuingiza na kuanza kutumia", "Splitting Large Datasets", "Map accuracy", "Using Image Masks", "Msaada wa Multispectral", "OpenDroneMap Matokeo", "Vipi Utaomba Vipengele", "Kumbukumbu za ziada", "Thermal Support", "Somo"], "terms": {"georeferenc": [0, 1, 27, 28, 50, 51, 52, 55, 95, 109, 113], "default": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 106, 108, 117], "i": [0, 1, 8, 9, 11, 15, 18, 26, 32, 34, 35, 40, 48, 61, 63, 77, 84, 94, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "done": [0, 1, 84, 117], "us": [0, 1, 6, 10, 13, 15, 16, 17, 20, 21, 26, 27, 28, 30, 35, 37, 39, 41, 43, 44, 57, 58, 61, 67, 69, 72, 75, 77, 83, 89, 105, 106, 107, 108, 109, 110, 112, 113, 116], "gp": [0, 1, 33, 70, 77, 105, 106, 107, 110], "gcp": [0, 1, 26, 95, 107, 109, 110], "provid": [0, 1, 7, 94, 117], "start": [0, 1, 17, 102, 106, 107, 108, 111, 117], "from": [0, 1, 4, 7, 9, 10, 11, 16, 23, 42, 53, 70, 100, 105, 106, 107, 108, 111, 112, 116, 117], "odm": [0, 1, 72, 102, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116], "3": [0, 1, 13, 17, 102, 105, 107, 109, 110, 117], "0": [0, 1, 5, 13, 17, 28, 33, 48, 53, 58, 69, 79, 80, 81, 100, 103, 105, 106, 108, 109, 111, 112, 117], "2": [0, 1, 35, 53, 94, 102, 105, 106, 107, 109, 110, 111, 115, 117], "peopl": [0, 106, 111], "can": [0, 1, 4, 7, 9, 10, 11, 16, 28, 30, 32, 34, 39, 44, 49, 54, 58, 61, 68, 70, 71, 73, 74, 91, 96, 102, 105, 106, 107, 109, 110, 111, 114, 115, 116, 117], "suppli": [0, 106, 111], "refer": [0, 8, 107, 109, 117], "georefer": 0, "program": [0, 1, 8, 11, 103, 108, 111, 117], "output": [0, 1, 2, 3, 7, 12, 13, 17, 32, 36, 38, 49, 58, 101, 108, 109, 113, 117], "The": [0, 1, 4, 7, 8, 9, 11, 16, 27, 28, 35, 38, 83, 101, 104, 105, 106, 107, 110, 112, 113, 117], "reconstruct": [0, 1, 3, 4, 7, 9, 23, 26, 30, 37, 39, 61, 97, 110, 111, 113], "initi": [0, 117], "perform": [0, 1, 8, 33, 57, 63, 108, 117], "subsequ": [0, 106], "model": [0, 1, 20, 21, 23, 29, 71, 107, 108, 110], "via": [0, 1, 9, 11, 63, 107, 109], "linear": [0, 117], "scale": [0, 7, 109, 110], "rotat": [0, 117], "shift": [0, 108, 110], "oper": [0, 117], "If": [0, 1, 7, 23, 26, 28, 30, 68, 72, 106, 107, 110, 114, 117], "you": [0, 1, 4, 7, 9, 23, 26, 28, 30, 45, 46, 47, 49, 60, 61, 63, 68, 71, 73, 74, 95, 105, 106, 107, 108, 109, 110, 111, 114, 116, 117], "call": [0, 106], "laz": [0, 1, 3, 113], "la": [0, 1, 3, 105, 107, 108, 109, 113, 114, 117], "tif": [0, 111, 112, 113, 117], "singl": [0, 1, 7, 29, 58, 105, 107, 111, 117], "band": [0, 1, 107, 112, 117], "geotiff": [0, 1, 3, 8, 46, 107, 113], "dem": [0, 1, 3, 20, 21, 36, 49, 71, 73, 92, 107, 109, 117], "automat": [0, 1, 3, 4, 5, 6, 9, 13, 30, 72, 75, 106, 117], "detect": [0, 9, 106, 108, 117], "attempt": 0, "thi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "ha": [0, 1, 7, 8, 11, 61, 68, 106, 110, 116, 117], "anoth": [0, 1, 9, 10, 103, 106, 117], "name": [0, 1, 7, 61, 102, 105, 106, 107, 111, 112, 117], "specifi": [0, 1, 5, 7, 9, 10, 61, 105, 106, 108], "path": [0, 1, 3, 7, 10, 12, 27, 28, 83, 102, 105, 106, 107, 108, 109, 117], "must": [0, 11, 106, 110], "creat": [0, 1, 8, 11, 13, 106, 107, 108, 109, 111, 112, 117], "base": [0, 1, 4, 33, 106, 108, 117], "your": [0, 1, 7, 9, 30, 60, 62, 69, 106, 107, 108, 111, 114, 117], "project": [0, 1, 9, 40, 102, 104, 105, 106, 107, 108, 109, 110, 113], "folder": [0, 1, 12, 40, 62, 105, 106, 108, 109, 112, 117], "learn": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "edit": [0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "help": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "improv": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "page": [0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "3d": [1, 4, 23, 71, 73, 85, 94, 104, 107, 109], "tile": [1, 8, 11, 52, 105, 107, 117], "gener": [1, 2, 7, 8, 11, 15, 17, 23, 24, 29, 44, 45, 47, 56, 57, 70, 71, 73, 74, 88, 92, 93, 110, 116, 117], "ogc": [1, 2], "fals": [1, 2, 6, 14, 16, 20, 21, 23, 26, 29, 32, 41, 42, 44, 45, 46, 47, 49, 50, 51, 52, 54, 55, 57, 59, 60, 68, 71, 72, 73, 74, 75, 77, 86, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 107, 117], "align": [1, 107], "string": [1, 3, 7, 9, 10, 27, 28, 61, 76, 83, 105, 106], "point": [1, 3, 9, 15, 19, 27, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 105, 107, 109, 110, 115], "cloud": [1, 3, 4, 9, 19, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 107, 109, 110, 117], "should": [1, 3, 7, 9, 11, 62, 63, 82, 83, 105, 106, 112, 114, 117], "experiment": [1, 3, 6, 60, 63, 75], "none": [1, 3, 4, 7, 8, 9, 11, 27, 28, 43, 63, 76, 83, 87, 91, 117], "auto": [1, 7, 61, 107, 109, 112, 117], "boundari": [1, 13, 107, 112, 117], "set": [1, 4, 5, 9, 17, 19, 24, 28, 30, 33, 43, 45, 46, 47, 53, 56, 58, 60, 63, 67, 69, 100, 103, 106, 107, 108, 113, 114, 117], "camera": [1, 4, 5, 28, 63, 68, 69, 70, 86, 103, 104, 105, 106, 107, 110, 112, 113, 114, 116], "shot": [1, 4, 5, 111], "locat": [1, 4, 5, 7, 105, 108, 110, 117], "limit": [1, 4, 7, 58, 107, 110, 111, 117], "area": [1, 4, 7, 16, 17, 30, 39, 44, 85, 94, 110, 111, 117], "remov": [1, 4, 18, 48, 53, 58, 107, 109, 117], "far": [1, 4], "awai": [1, 4], "background": [1, 4, 6, 107, 108, 115], "artifact": [1, 4, 9], "sky": [1, 4, 107, 111], "landscap": [1, 4], "etc": [1, 4, 8, 9, 11, 102, 108, 109, 115], "see": [1, 4, 7, 9, 68, 103, 104, 105, 108], "also": [1, 4, 7, 18, 39, 48, 68, 103, 107, 108, 110, 114, 116, 117], "distanc": [1, 16, 17, 18, 32, 48, 105, 107, 110, 117], "posit": [1, 5, 13, 15, 17, 19, 30, 33, 35, 38, 53, 58, 69, 70, 78, 79, 80, 81, 82, 84, 100, 101, 105, 110, 113, 117], "float": [1, 5, 13, 18, 19, 30, 48, 53, 58, 78, 79, 80, 81], "between": [1, 5, 7, 39, 84, 110, 117], "outer": [1, 5], "edg": [1, 5, 9, 44], "when": [1, 5, 32, 61, 63, 72, 82, 85, 89, 96, 103, 107, 110, 117], "comput": [1, 5, 6, 10, 16, 19, 25, 54, 59, 63, 75, 94, 107, 108, 117], "choos": [1, 5, 7, 8, 9, 25, 36, 61, 70, 85], "valu": [1, 5, 9, 16, 18, 19, 28, 30, 37, 48, 63, 69, 82, 105, 106, 110, 113, 117], "bg": [1, 107], "imag": [1, 6, 13, 19, 26, 28, 30, 32, 33, 35, 39, 62, 63, 67, 68, 70, 72, 75, 82, 84, 85, 89, 96, 97, 103, 105, 107, 109, 110, 112, 113, 114, 116], "mask": [1, 4, 6, 75, 107, 113, 117], "ai": [1, 6, 75], "json": [1, 7, 10, 109, 113, 117], "geojson": [1, 107, 117], "polygon": [1, 44, 107, 117], "either": [1, 7, 8, 10, 105, 106], "file": [1, 7, 8, 10, 11, 27, 28, 29, 42, 83, 88, 93, 95, 100, 102, 103, 107, 108, 111, 112, 113, 117], "repres": [1, 7, 10, 117], "content": [1, 7, 10], "build": [1, 20, 21, 105, 107, 108, 117], "overview": [1, 11, 107, 117], "orthophoto": [1, 8, 36, 67, 71, 92, 94, 107, 109, 112, 116], "faster": [1, 8, 32, 34, 70, 94], "displai": [1, 8, 11, 99, 107, 117], "qgi": [1, 8, 11, 107, 112, 113, 117], "len": [1, 104, 107], "perspect": [1, 107], "brown": [1, 107], "fishey": [1, 107], "fisheye_opencv": [1, 9], "spheric": [1, 107], "equirectangular": [1, 9], "dual": [1, 9], "type": [1, 4, 8, 9, 11, 107, 108, 110, 117], "manual": [1, 30, 107], "geometr": [1, 9, 107], "undistort": [1, 9, 113], "By": [1, 4, 9, 36, 106, 117], "applic": [1, 9, 11, 107, 108], "tri": [1, 9, 103], "determin": [1, 9, 117], "metadata": [1, 9, 113], "paramet": [1, 4, 7, 8, 9, 10, 11, 20, 21, 45, 46, 47, 49, 78, 79, 80, 81, 96, 107, 108, 112, 116], "dataset": [1, 4, 7, 10, 13, 15, 22, 36, 40, 42, 59, 61, 62, 64, 66, 70, 72, 77, 82, 97, 102, 107, 110, 112, 114, 116, 117], "instead": [1, 10, 11, 67, 69, 88, 94, 95, 108, 110, 114], "calcul": [1, 10, 19], "them": [1, 7, 10, 28, 107], "cog": [1, 107], "optim": [1, 8, 50, 96, 107, 110, 117], "normal": [1, 4, 11, 89, 107, 112], "copi": [1, 7, 8, 102, 107, 117], "result": [1, 12, 15, 32, 54, 65, 68, 70, 71, 73, 94, 96, 108, 110, 112, 117], "after": [1, 7, 12, 84, 112, 117], "process": [1, 4, 7, 12, 22, 32, 35, 39, 42, 54, 56, 61, 63, 65, 66, 72, 89, 100, 107, 108, 110, 112, 116], "crop": [1, 7, 44, 107, 113, 117], "smooth": [1, 13, 117], "buffer": [1, 4, 8, 13], "around": [1, 13, 44, 58], "shrunk": [1, 13], "n": [1, 13, 17, 53, 58, 105, 106, 110, 112, 117], "meter": [1, 13, 28, 30, 58, 80, 81, 105, 106, 109, 110, 117], "disabl": [1, 13, 17, 53, 58, 59, 67, 108, 113, 117], "decim": [1, 107], "integ": [1, 15, 17, 33, 35, 37, 38, 39, 67, 69, 82, 84, 100, 101], "befor": [1, 15, 16], "1": [1, 7, 15, 37, 67, 78, 102, 107, 109, 110, 113, 117], "full": [1, 4, 7, 8, 15, 23, 71, 94, 103, 117], "qualiti": [1, 15, 19, 32, 60, 67, 103, 107, 110, 117], "100": [1, 15, 97, 108, 109], "99": [1, 15, 108], "speed": [1, 8, 15, 97, 110, 117], "up": [1, 7, 15, 56, 97, 117], "veri": [1, 9, 15, 34, 77, 97, 110, 114], "larg": [1, 4, 7, 9, 15, 30, 60, 77, 82, 97, 107, 117], "euclidean": [1, 107], "map": [1, 7, 8, 11, 105, 107, 117], "an": [1, 8, 16, 23, 32, 42, 62, 102, 103, 105, 106, 107, 110, 112, 117], "raster": [1, 8, 11, 16], "each": [1, 16, 56, 62, 72, 82, 85, 105, 110, 117], "report": [1, 16, 107], "cell": [1, 16], "nearest": [1, 16, 17, 33, 34], "nodata": [1, 16], "ani": [1, 4, 7, 16, 86, 113], "hole": [1, 16], "fill": [1, 7, 16, 17, 57], "take": [1, 8, 11, 16, 19, 24, 56, 63, 110, 117], "place": [1, 11, 16, 105, 107, 110, 112, 117], "isol": [1, 16, 117], "have": [1, 4, 7, 9, 16, 26, 28, 42, 60, 62, 72, 82, 88, 95, 103, 110, 111, 117], "been": [1, 7, 9, 16, 72, 103, 116, 117], "gapfil": [1, 107, 117], "step": [1, 36, 56, 102, 107, 108, 117], "number": [1, 7, 17, 35, 39, 63, 82, 99, 100, 108, 109, 110, 117], "gap": [1, 17, 57], "radiu": [1, 17, 58, 81, 84, 117], "equal": [1, 17], "resolut": [1, 8, 17, 32, 35, 58, 67, 107, 117], "differ": [1, 7, 9, 17, 103, 117], "ar": [1, 7, 17, 26, 30, 36, 37, 63, 69, 70, 72, 82, 84, 86, 92, 96, 105, 106, 107, 108, 109, 110, 113, 117], "progress": [1, 7, 17, 20, 110], "bigger": [1, 17, 110], "invers": [1, 17], "weight": [1, 17], "idw": [1, 17], "algorithm": [1, 17, 25, 34, 107], "merg": [1, 17, 22, 64, 66, 76, 77, 107, 113, 117], "togeth": [1, 17, 107], "remain": [1, 17, 117], "neighbor": [1, 17, 34, 84, 107], "interpol": [1, 17], "dsm": [1, 18, 107, 117], "dtm": [1, 18, 57, 107, 117], "cm": [1, 18, 48, 117], "pixel": [1, 18, 48, 101, 117], "note": [1, 11, 18, 48, 69], "cap": [1, 18, 32, 48], "2x": [1, 18], "ground": [1, 18, 20, 21, 27, 32, 48, 57, 105, 110, 113, 115, 117], "sampl": [1, 18, 32, 48, 105, 107], "gsd": [1, 4, 18, 48, 107, 110, 117], "estim": [1, 18, 32, 48, 59], "To": [1, 18, 48, 107, 111, 114, 117], "check": [1, 18, 20, 21, 48], "ignor": [1, 18, 48, 107, 117], "5": [1, 18, 48, 53, 80, 105, 109, 110, 117], "tag": [1, 20, 21, 30, 63, 95], "digit": [1, 20, 21, 63, 107, 109, 113], "surfac": [1, 20, 113, 117], "object": [1, 20, 117], "morpholog": [1, 20, 21, 78, 79, 80, 81, 117], "filter": [1, 4, 20, 21, 58, 78, 79, 80, 81, 107, 117], "finer": [1, 20, 21], "tune": [1, 20, 21], "terrain": [1, 9, 21, 110, 113, 117], "onli": [1, 7, 9, 21, 58, 64, 67, 70, 71, 73, 102, 106, 117], "simpl": [1, 7, 21, 78, 79, 80, 81, 106, 117], "smrf": [1, 21, 107, 117], "end": [1, 107, 117], "split": [1, 22, 36, 60, 64, 66, 76, 77, 107, 117], "opensfm": [1, 9, 22, 64, 66, 109, 113, 117], "openmv": [1, 22, 64, 66], "odm_filterpoint": [1, 22, 64, 66], "odm_mesh": [1, 22, 64, 66, 113], "mvs_textur": [1, 22, 64, 66], "odm_georeferenc": [1, 22, 64, 66, 112, 113, 117], "odm_dem": [1, 22, 64, 66, 113], "odm_orthophoto": [1, 22, 64, 66, 112, 113, 117], "odm_report": [1, 22, 64, 66, 112], "odm_postprocess": [1, 22, 64, 66], "stage": [1, 22, 42, 64, 66], "fast": [1, 7, 34, 103, 107], "skip": [1, 23, 77, 107, 111], "dens": [1, 23, 113], "It": [1, 7, 23, 61, 103, 117], "directli": [1, 23], "spars": [1, 4, 23], "just": [1, 7, 23, 103, 117], "need": [1, 7, 23, 27, 28, 60, 71, 73, 74, 83, 107, 110, 117], "do": [1, 7, 23, 41, 106, 107, 110, 111, 114, 117], "turn": [1, 23, 60, 68, 91, 96, 117], "option": [1, 3, 4, 5, 9, 10, 12, 13, 15, 17, 18, 19, 22, 23, 24, 25, 27, 28, 30, 33, 34, 35, 36, 37, 38, 39, 40, 43, 48, 49, 53, 56, 58, 61, 62, 63, 64, 66, 67, 68, 69, 70, 72, 76, 78, 79, 80, 81, 82, 83, 84, 85, 87, 91, 94, 100, 101, 106, 107, 108, 117], "featur": [1, 4, 11, 44, 67, 85, 107, 110, 113, 114, 117], "ultra": [1, 24, 56, 60, 117], "high": [1, 24, 26, 30, 56, 60, 105, 110, 117], "medium": [1, 7, 8, 11, 24, 56], "low": [1, 4, 7, 9, 24, 56, 105, 107, 110], "lowest": [1, 24, 56, 117], "extract": [1, 24, 25, 39, 67, 100, 101, 117], "higher": [1, 19, 24, 56, 109, 110], "better": [1, 24, 32, 56, 70, 110, 116, 117], "requir": [1, 7, 24, 35, 56, 102, 103, 104, 105, 110, 117], "more": [1, 4, 7, 9, 11, 24, 34, 37, 39, 53, 56, 105, 106, 107, 110, 114, 117], "memori": [1, 4, 24, 32, 35, 56, 60, 107, 108, 117], "longer": [1, 19, 24, 56], "akaz": [1, 25], "hahog": [1, 25], "orb": [1, 25], "sift": [1, 25], "keypoint": [1, 25], "descriptor": [1, 25], "forc": [1, 9, 105, 107], "exif": [1, 26, 33, 63, 105, 107, 109], "data": [1, 7, 8, 11, 26, 33, 89, 102, 104, 105, 106, 107, 108, 109, 110, 113, 116], "even": [1, 26, 41], "present": [1, 26, 69, 112], "flag": [1, 26, 59, 108, 117], "precis": [1, 26, 30, 105, 110], "measur": [1, 26, 105, 107, 110], "doe": [1, 4, 8, 11, 26, 67, 110, 117], "noth": [1, 7, 26], "contain": [1, 27, 28, 62, 105, 106, 108, 110, 117], "control": [1, 19, 27, 30, 49, 83, 105, 110, 115, 117], "follow": [1, 9, 27, 28, 83, 102, 108, 112, 116, 117], "format": [1, 7, 11, 27, 28, 50, 51, 52, 55, 83, 106, 107, 111, 113], "epsg": [1, 7, 27, 28, 105, 106], "code": [1, 27, 28, 40, 102, 105, 106, 109, 112, 113, 114, 117], "proj": [1, 27, 28, 105, 106], "definit": [1, 27, 28], "geo_x": [1, 27, 28, 105, 106], "geo_i": [1, 27, 28, 105, 106], "geo_z": [1, 27, 28, 105, 106], "im_x": [1, 27, 105], "im_i": [1, 27, 105], "image_nam": [1, 27, 28, 83, 105, 106], "gcp_name": [1, 27, 105], "extra1": [1, 27, 105], "extra2": [1, 27, 105], "geo": [1, 105, 106, 107], "geoloc": [1, 28, 107], "center": [1, 28, 105], "coordin": [1, 7, 28, 105, 106, 113, 117], "don": [1, 28, 42, 74], "t": [1, 28, 42, 60, 74, 102, 105, 110, 115], "yaw": [1, 28, 106], "pitch": [1, 28, 106], "roll": [1, 28, 96, 106, 107, 110], "degre": [1, 28, 106, 110, 117], "horz": [1, 28, 106], "accuraci": [1, 28, 54, 59, 68, 106, 107], "vert": [1, 28, 106], "gltf": [1, 107], "binari": [1, 29], "glb": [1, 29], "textur": [1, 29, 107], "dilut": [1, 30], "dop": [1, 30], "inform": [1, 7, 11, 30, 95, 102, 103, 106, 109, 110, 111, 115, 117], "all": [1, 7, 9, 11, 30, 36, 63, 69, 89, 102, 105, 107, 108, 109, 112, 117], "rtk": [1, 30, 105, 106, 110], "accordingli": [1, 30], "case": [1, 8, 9, 11, 30, 111, 117], "fail": [1, 9, 30], "lower": [1, 8, 30, 32], "sometim": [1, 8, 30, 32, 34, 96, 106, 117], "bowl": [1, 9, 30, 96], "effect": [1, 30, 110, 114], "over": [1, 9, 30, 79, 111, 113], "10": [1, 30, 103, 105, 106, 108, 110, 112, 117], "show": [1, 4, 7, 9, 11, 31, 109, 110, 117], "messag": [1, 14, 31, 98, 117], "exit": [1, 31, 99, 117], "maximum": [1, 32, 35, 38, 100, 101], "resiz": [1, 32, 103, 107], "necessari": [1, 32, 103, 117], "usag": [1, 7, 32, 42, 60, 107], "sinc": [1, 32, 103, 110], "slightli": [1, 32, 117], "matcher": [1, 107, 117], "match": [1, 7, 8, 33, 34, 39, 110, 113], "triangul": [1, 33, 70, 117], "bow": [1, 34], "bruteforc": [1, 34], "flann": [1, 34, 117], "librari": [1, 34], "approxim": [1, 34], "bag": [1, 34], "word": [1, 4, 34], "slower": [1, 34, 103], "stabl": [1, 34, 108, 117], "miss": [1, 34, 105], "valid": [1, 7, 34, 117], "slow": [1, 34, 39], "robust": [1, 9, 34], "max": [1, 9, 107, 117], "concurr": [1, 107, 117], "variou": [1, 7, 9, 11, 35], "peak": [1, 35], "1gb": [1, 35], "per": [1, 35, 39, 82], "thread": [1, 35], "megapixel": [1, 35], "4": [1, 35, 105, 107, 110, 112, 117], "pointcloud": [1, 36, 109, 113], "what": [1, 36, 107], "avail": [1, 36, 41, 42, 70, 103, 106, 107, 108, 117], "mesh": [1, 85, 86, 94, 107, 109, 113, 117], "octre": [1, 107, 117], "depth": [1, 107, 117], "x": [1, 37, 105, 106, 108, 117], "14": [1, 37], "increas": [1, 8, 37, 54, 56, 105, 117], "get": [1, 4, 37, 63, 107, 108, 110, 114, 117], "vertic": [1, 37, 106, 107, 110, 117], "recommend": [1, 9, 37, 61, 107, 110, 117], "8": [1, 11, 37, 105, 108, 110, 117], "12": [1, 37, 108, 110, 117], "11": [1, 37, 105, 110, 117], "size": [1, 8, 11, 107, 110, 117], "vertex": [1, 7, 38], "count": [1, 38], "200000": [1, 38], "min": [1, 107, 117], "num": [1, 107, 117], "minimum": [1, 39, 105], "find": [1, 7, 39, 109, 115, 117], "potenti": [1, 8, 39], "allow": [1, 7, 8, 11, 39, 42, 117], "littl": [1, 39], "overlap": [1, 7, 39, 44, 105, 107, 109, 117], "insuffici": [1, 39], "down": [1, 39, 117], "10000": [1, 39, 117], "e": [1, 40, 105, 106, 109, 117], "subfold": [1, 40, 62], "within": [1, 7, 40, 105, 110, 117], "gpu": [1, 4, 7, 8, 9, 11, 107, 117], "acceler": [1, 41], "": [1, 7, 41, 61, 103, 104, 105, 106, 108, 110, 114, 117], "disk": [1, 7, 11, 103, 107, 108], "space": [1, 103, 105, 107, 117], "delet": [1, 42, 65], "heavi": [1, 42], "intermedi": [1, 42], "affect": [1, 9, 42, 67, 110], "abil": [1, 42], "restart": [1, 42, 108], "pipelin": [1, 42, 65, 103, 109, 115], "machin": [1, 42, 60, 108, 109, 117], "suffici": [1, 7, 42, 105, 117], "compress": [1, 11, 107, 117], "jpeg": [1, 43, 117], "lzw": [1, 43], "packbit": [1, 43], "deflat": [1, 43, 117], "lzma": [1, 43], "cutlin": [1, 107, 117], "cut": [1, 44], "stitch": [1, 44, 107], "seamless": [1, 44], "mosaic": [1, 44], "multipl": [1, 44, 76, 88], "kmz": [1, 107, 117], "want": [1, 7, 8, 45, 46, 47, 95, 107, 111], "googl": [1, 45], "earth": [1, 45, 114, 117], "render": [1, 8, 9, 45, 47], "stripe": [1, 11, 46], "png": [1, 107, 111, 113, 117], "pc": [1, 19, 107, 108, 117], "classifi": [1, 57, 107], "behavior": [1, 49, 102, 117], "tweak": [1, 49, 103], "copc": [1, 107], "save": [1, 8, 50, 71, 73, 74, 107, 108], "csv": [1, 105, 107, 113, 117], "export": [1, 51, 52, 55, 107, 117], "ept": [1, 107], "entwin": [1, 52], "deviat": [1, 53], "than": [1, 7, 11, 53, 84, 105, 117], "standard": [1, 9, 53, 110, 117], "local": [1, 11, 53, 97, 107, 110, 117], "mean": [1, 4, 53, 57], "denser": [1, 19, 56], "time": [1, 4, 7, 8, 9, 11, 54, 56, 69, 71, 73, 74, 107, 110, 114, 117], "roughli": [1, 56], "factor": [1, 8, 56, 110], "4x": [1, 56], "rectifi": [1, 107], "rectif": [1, 57], "wrongli": [1, 57], "re": [1, 57, 114, 117], "keep": [1, 11, 58, 105, 107], "duplic": [1, 58], "consist": [1, 54, 59, 117], "depthmap": [1, 54, 59, 60, 107, 113, 117], "mai": [1, 7, 9, 59, 113, 117], "usabl": [1, 59], "larger": [1, 4, 7, 8, 59, 105, 110], "reduc": [1, 8, 60, 105, 110], "fusion": [1, 9, 60], "scene": [1, 9, 54, 60, 70, 107], "doesn": [1, 60, 102], "much": [1, 4, 7, 11, 60, 70, 114], "ram": [1, 4, 7, 8, 9, 11, 60, 103, 117], "ve": [1, 60], "primari": [1, 7, 107], "multispectr": [1, 61, 63, 72, 107, 116], "which": [1, 9, 11, 61, 102, 110, 116, 117], "sharp": [1, 61, 85], "detail": [1, 61, 110], "focu": [1, 61], "radiometr": [1, 89, 106, 107, 112, 116], "calibr": [1, 104, 106, 107, 109, 112, 116], "sun": [1, 63, 110, 117], "thermal": [1, 63, 107], "obtain": [1, 63, 117], "reflect": [1, 63], "temperatur": [1, 63, 116], "otherwis": [1, 7, 63, 105, 117], "appli": [1, 7, 63, 108], "black": [1, 63, 111, 117], "level": [1, 11, 63, 107, 110, 117], "vignet": [1, 63], "row": [1, 63, 103], "gradient": [1, 63, 117], "gain": [1, 63], "exposur": [1, 63], "compens": [1, 63], "appropri": [1, 4, 63, 107], "found": [1, 63, 105, 108, 109, 117], "absolut": [1, 63, 110], "correct": [1, 9, 63, 68, 112], "plu": [1, 63, 102], "spectral": [1, 63], "radianc": [1, 63], "regist": [1, 63], "downwel": [1, 63], "light": [1, 63, 107], "sensor": [1, 9, 63, 69, 110, 112], "dl": [1, 63], "consider": [1, 63], "angl": [1, 7, 9, 63, 70, 106, 117], "rerun": [1, 107], "stop": [1, 64, 108, 109, 114], "perman": [1, 65], "previou": [1, 65], "shutter": [1, 96, 107, 110], "were": [1, 68], "taken": [1, 9, 68, 96, 110, 117], "motion": [1, 68, 70], "readout": [1, 68, 107], "overrid": [1, 19, 69, 106], "millisecond": [1, 69], "databas": [1, 9, 69], "sfm": [1, 107], "increment": [1, 70, 110], "planar": [1, 70, 94], "structur": [1, 11, 70, 105, 117], "For": [1, 70, 103, 110, 111, 117], "aerial": [1, 70, 110], "captur": [1, 7, 70, 116, 117], "fix": [1, 70, 107], "altitud": [1, 70, 110], "nadir": [1, 4, 70, 117], "3dmodel": [1, 107], "2d": [1, 8, 11, 71, 117], "postprocess": [1, 72], "alreadi": [1, 7, 72, 103], "pdf": [1, 74, 110, 117], "sm": [1, 107, 109], "cluster": [1, 82, 84, 107, 117], "url": [1, 76, 102], "clusterodm": [1, 76, 107], "instanc": [1, 7, 8, 76, 107, 109, 110], "distribut": [1, 76, 103, 105, 108, 117], "workflow": [1, 76, 112], "node": [1, 76, 108, 109, 117], "parallel": [1, 76], "submodel": [1, 77, 82, 84, 109], "good": [1, 4, 77, 110, 112, 117], "enough": [1, 77], "scalar": [1, 107, 117], "elev": [1, 78, 80, 105, 107, 113], "25": [1, 78, 110], "slope": [1, 107, 117], "rise": [1, 79], "run": [1, 7, 79, 97, 107, 108, 109, 112, 117], "15": [1, 79, 103, 105, 117], "threshold": [1, 107, 117], "window": [1, 102, 103, 107, 117], "18": [1, 81, 108, 117], "averag": [1, 82, 110, 117], "smaller": [1, 4, 82, 110], "group": [1, 82, 84, 107, 109, 117], "regul": [1, 82], "999999": [1, 82], "how": [1, 9, 83, 107, 108, 110], "group_namedefault": [1, 83], "closer": [1, 84], "ad": [1, 84, 97, 107, 108], "ensur": [1, 7, 84, 105, 117], "150": [1, 84], "unseen": [1, 107], "face": [1, 107, 117], "seen": [1, 86], "materi": [1, 105, 107, 117], "obj": [1, 88, 113], "ones": [1, 88], "global": [1, 97, 107, 110], "seam": [1, 107], "color": [1, 89, 90, 105, 111, 113, 117], "across": [1, 89], "blend": [1, 90], "static": [1, 92, 109], "suitabl": [1, 92], "viewer": [1, 92, 107], "like": [1, 4, 7, 8, 92, 105, 113, 117], "leaflet": [1, 92], "openlay": [1, 92], "3dmesh": [1, 107], "5d": [1, 94, 117], "bit": [1, 94], "similar": [1, 7, 9, 94], "param": [1, 107], "off": [1, 96, 107], "dure": [1, 96, 103, 110, 117], "bundl": [1, 96, 107, 117], "adjust": [1, 7, 96, 107, 117], "exhibit": [1, 96], "dome": [1, 96, 107], "hybrid": [1, 107, 117], "everi": [1, 8, 11, 97], "version": [1, 102, 107, 108, 109, 117], "video": [1, 107], "frame": [1, 100, 101, 117], "500": [1, 100, 108, 117], "4000": [1, 101], "add": [1, 7, 103, 108, 109, 111], "command": [1, 108, 109, 112, 117], "arguments_edit": 1, "debug": [1, 107, 117], "term": [1, 107, 110, 117], "outlier": [1, 107], "tone": [1, 107], "verbos": [1, 107], "boolean": [4, 8, 11], "domain": [4, 7, 8, 9, 11], "resourc": [4, 7, 8, 9, 11, 107, 114, 117], "impact": [4, 7, 8, 9, 11, 107, 117], "cpu": [4, 7, 8, 9, 11, 107, 117], "hdd": [4, 7, 8, 9, 11], "seek": 4, "upon": 4, "k": [4, 117], "convex": 4, "hull": 4, "20x": 4, "where": [4, 7, 103, 111, 115, 117], "might": [4, 7, 114, 116], "possibli": 4, "consid": [4, 105, 110, 117], "due": [4, 7, 9, 11], "presenc": [4, 7, 11], "thei": [4, 106, 116], "part": [4, 7, 116], "desir": [4, 117], "meaning": 4, "imageri": 4, "without": [4, 7, 114, 117], "make": [4, 7, 103, 109, 110], "superflu": 4, "safe": [4, 7], "includ": [4, 7, 107, 111, 117], "In": [4, 8, 9, 11, 103, 105, 107, 110, 117], "other": [4, 7, 9, 102, 105, 107, 110, 114, 116], "choic": [4, 7, 103], "most": [4, 11, 105, 117], "prevent": [4, 117], "grow": 4, "needlessli": 4, "thing": [4, 108], "treelin": 4, "out": [4, 7, 107, 113, 117], "Of": [4, 7], "error": [4, 7, 110, 113, 117], "becom": 4, "less": [4, 110, 117], "decreas": [4, 110], "being": [4, 8], "webodm": [4, 7, 8, 11, 105, 107, 110, 114, 115], "view": [4, 7, 11, 107, 109, 115], "extent": [4, 7, 8, 117], "bound": [4, 7, 117], "recosntruct": [4, 7], "compar": [4, 7, 11, 110, 117], "abov": [4, 7, 11], "therefor": [4, 9, 110], "visual": [4, 117], "argument": 7, "serv": [7, 11], "constrain": 7, "final": [7, 67, 103, 104], "product": 7, "box": [7, 117], "pass": 7, "specif": [7, 110, 115, 117], "subset": 7, "entir": [7, 117], "interest": 7, "further": [7, 117], "given": [7, 11], "therebi": 7, "modifi": [7, 117], "concern": 7, "possibl": [7, 103, 116, 117], "One": [7, 8, 9], "function": [7, 117], "predefin": [7, 117], "aoi": [7, 117], "survei": [7, 110, 117], "properti": [7, 8, 11, 117], "lot": [7, 103, 105], "decid": 7, "20m": 7, "overfli": 7, "so": [7, 103, 105, 110, 114, 116, 117], "clean": 7, "right": [7, 108, 114, 117], "howev": 7, "flight": [7, 105, 107, 110], "height": [7, 107, 110], "border": 7, "home": [7, 108, 117], "represent": 7, "clip": [7, 107], "insid": [7, 108, 117], "focus": [7, 110], "beyond": 7, "http": [7, 11, 105, 108, 109, 110, 112, 115, 117], "quick": 7, "webapp": 7, "open": [7, 103, 105, 108, 112, 114], "link": [7, 117], "pan": 7, "zoom": [7, 117], "preview": [7, 8, 11], "select": [7, 107, 117], "draw": 7, "menu": [7, 108], "left": [7, 117], "click": [7, 108, 117], "mani": [7, 116], "close": [7, 108, 110], "first": [7, 9, 102, 103, 105, 106, 114, 117], "abl": [7, 9, 116, 117], "onc": [7, 117], "least": [7, 105, 107], "three": [7, 117], "darker": 7, "impli": 7, "now": [7, 114], "solid": 7, "look": [7, 108, 110, 117], "readi": 7, "browser": [7, 108], "prompt": [7, 108], "alert": 7, "altern": [7, 103], "past": 7, "text": 7, "panel": [7, 8, 11, 108], "header": 7, "textual": 7, "featurecollect": 7, "77": 7, "04460859298706": 7, "38": 7, "88532071975074": 7, "04014539718628": 7, "8801593862463": 7, "03295707702637": 7, "88331636291941": 7, "03965187072754": 7, "887959703337145": 7, "chosen": 7, "access": [7, 11, 110], "later": 7, "icon": [7, 108, 117], "system": [7, 102, 108, 110], "clipboard": 7, "confirm": [7, 11], "its": [7, 9, 110, 113, 117], "enabl": [7, 11, 108, 116, 117], "org": [7, 108, 110, 112, 115, 117], "en": 7, "site": [7, 110], "forus": 7, "html": 7, "free": [7, 103, 108, 114], "sourc": [7, 103, 108, 114, 117], "geograph": [7, 117], "wai": [7, 108, 114, 117], "setup": [7, 117], "There": [7, 107], "numer": 7, "opendronemap": [7, 8, 102, 108, 109, 110, 112, 114, 115, 117], "design": 7, "work": [7, 105, 114, 116, 117], "leav": 7, "pictur": 7, "basemap": 7, "exactli": 7, "10m": 7, "method": [7, 87, 103, 117], "mind": [7, 11], "skew": 7, "registr": 7, "occur": 7, "tool": [7, 11, 107, 108], "begin": 7, "finish": [7, 117], "canva": 7, "outlin": [7, 117], "indic": [7, 9, 11], "accept": [7, 117], "write": [7, 109], "dialog": [7, 117], "bring": 7, "sub": [7, 110], "item": 7, "filenam": [7, 106, 111, 117], "written": 7, "cr": 7, "safest": 7, "4326": [7, 105, 106], "proivd": 7, "outsid": [7, 117], "pyramid": [8, 11, 117], "tradeoff": 8, "power": 8, "two": [8, 107, 110, 117], "128x128": 8, "256x256": 8, "store": [8, 11, 103, 108], "intern": [8, 11], "extern": 8, "sidecar": 8, "alwai": [8, 103, 109, 117], "nearli": 8, "some": [8, 9, 102, 105, 107, 112, 114, 117], "few": [8, 117], "rel": [8, 110], "rare": [8, 9], "except": 8, "small": 8, "paramount": 8, "read": [8, 11, 114], "softwar": [8, 11, 102, 107, 108, 110, 111, 115, 117], "support": [8, 107, 108, 112, 114], "closest": [8, 9], "signific": 8, "amount": 8, "retriev": [8, 9], "downscal": 8, "dynam": 8, "rapid": [8, 11], "navig": [8, 107], "web": [8, 108, 109], "layer": [8, 11, 107], "demonstr": [8, 9, 102], "lack": [8, 11], "best": [9, 109, 117], "prefer": [9, 103, 108, 117], "wide": 9, "non": [9, 11, 103, 117], "legaci": [9, 11, 67], "360": [9, 117], "distort": [9, 104, 110], "optic": 9, "platform": [9, 102, 109, 117], "record": 9, "our": [9, 104, 107], "These": 9, "essenti": 9, "proper": 9, "current": [9, 106], "gopro": 9, "insta360": 9, "kodak": 9, "pixpro": 9, "doubt": 9, "try": 9, "As": [9, 107, 117], "prior": 9, "sever": [9, 103, 107, 117], "introduc": 9, "wrong": 9, "well": [9, 11], "collect": [9, 117], "flat": 9, "homogenu": 9, "agricultur": 9, "field": [9, 106, 107, 108], "properli": [9, 117], "failur": 9, "often": 9, "advis": [9, 110, 117], "hereaft": 11, "special": [11, 110, 117], "formul": 11, "advantag": 11, "overivew": 11, "form": [11, 117], "becaus": 11, "attribut": 11, "go": [11, 110, 114], "host": [11, 102], "onlin": [11, 109], "getrang": 11, "request": [11, 114], "capabl": [11, 117], "gi": [11, 110], "hold": 11, "whether": 11, "With": 11, "quickli": 11, "print": [11, 14, 98], "gdalinfo": 11, "conform": 11, "spec": [11, 117], "fact": 11, "78": 11, "mb": 11, "6": [11, 109, 110], "30": [11, 105, 110, 117], "below": [11, 107], "layout": 11, "meet": 11, "densiti": [19, 117], "produc": [19, 110, 117], "640": 19, "urban": 54, "largest": [67, 85], "side": [67, 117], "purpos": [67, 106, 117], "origin": [67, 113, 117], "2048": 67, "gmi": 85, "triangl": 85, "priorit": 85, "those": [85, 107, 108, 110], "cover": [85, 105], "gauss_clamp": 87, "gauss_damp": 87, "photometr": [87, 117], "gamma": 91, "one": [91, 105, 107, 110, 117], "benchmark": 93, "runtim": 93, "info": [93, 109, 117], "addit": [98, 102, 114, 117], "consol": [98, 108, 109, 117], "inategemea": [102, 109, 117], "na": [102, 105, 107, 112, 113, 114, 115], "ushiriki": 102, "wa": [102, 107, 109, 111, 114, 115], "unaweza": [102, 105, 108, 109, 112, 113, 117], "njia": [102, 105, 107, 109, 113, 114], "nyingi": [102, 108, 109, 112, 114, 117], "hata": [102, 105, 109, 117], "ukiwa": [102, 117], "sio": [102, 109, 117], "programa": 102, "ikiwa": [102, 105, 108, 109, 112, 113, 114, 117], "unataka": [102, 105, 108, 109, 117], "katika": [102, 105, 108, 109, 112, 113, 114, 115, 117], "matatizo": [102, 117], "yalioshinda": 102, "au": [102, 105, 108, 109, 113, 114, 117], "yanayotaka": 102, "kutatuliwa": 102, "ni": [102, 105, 108, 109, 112, 113, 114, 115, 117], "sehemu": [102, 105, 108, 109, 112, 115, 117], "nzuri": [102, 105, 108, 115, 117], "kuanzia": [102, 115, 117], "kupata": [102, 107, 113, 117], "maswali": [102, 108], "yaliojibiwa": 102, "zitakazokusaidia": 102, "rasilimali": [102, 114, 115], "pia": [102, 104, 105, 108, 109, 117], "zako": [102, 105, 117], "za": [102, 104, 107, 109, 112, 113, 117], "wazi": [102, 117], "wengin": [102, 108], "kutumia": [102, 105, 107, 112, 113, 115], "kabla": [102, 105, 117], "kutuma": 102, "makosa": [102, 108, 109, 117], "pamoja": [102, 105, 107, 108, 112, 114, 117], "wasanifu": 102, "kuandika": [102, 108, 117], "vitu": [102, 114, 115, 117], "vipya": [102, 114], "imefuatwa": 102, "kama": [102, 105, 108, 109, 113, 114, 117], "suala": 102, "github": [102, 105, 107, 108, 109, 114, 115, 117], "tafadhali": [102, 108], "tengeneza": [102, 105, 107, 108, 109], "kitu": [102, 105, 108, 109, 114, 117], "ndani": [102, 105, 107, 113, 114, 117], "kuhifadhi": [102, 117], "lebo": [102, 105], "elezea": 102, "tatizo": [102, 108, 117], "uambatanish": 102, "ziada": [102, 105, 107, 117], "kuwasaidia": 102, "wanaotengeneza": 102, "kugundua": 102, "tumia": [102, 107, 108, 109], "fupi": [102, 108], "madainayojieleza": 102, "kuonesha": [102, 105, 108, 117], "hatua": [102, 107], "sahihi": [102, 104, 108, 109, 117], "ambayo": [102, 104, 108, 109, 112, 115, 117], "inazalisha": 102, "undani": 102, "wote": [102, 108, 117], "iwezekanavyo": [102, 112], "mfano": [102, 105, 108, 109, 114, 117], "anza": [102, 109], "kuelezea": 102, "vipi": [102, 107, 109, 117], "unawasha": 102, "docker": [102, 103, 107, 108, 109, 112], "vagrant": 102, "camand": [102, 107, 109], "gani": [102, 108], "unatumia": [102, 108, 117], "taminali": 102, "wakati": [102, 105, 108, 109, 112, 117], "unasikiliza": 102, "usisem": 102, "tu": [102, 108, 117], "umefanya": 102, "lakini": [102, 104, 105, 108, 109, 117], "andaa": 102, "maalum": [102, 115, 117], "ikiwemo": [102, 108, 109, 117], "kiunganishi": 102, "kweny": [102, 107, 108, 109, 113, 115], "mafaili": 102, "pasteabl": 102, "umeitumia": 102, "mifano": [102, 107], "yote": [102, 107, 108, 109, 117], "umetoa": 102, "dondoo": 102, "hili": [102, 109, 114, 117], "markdown": 102, "block": 102, "tabia": 102, "uligundua": 102, "baada": [102, 105, 107, 108], "zifuatazo": [102, 105, 108, 112, 115, 117], "onyesha": 102, "husika": [102, 117], "hio": [102, 108, 117], "ipi": 102, "unategemea": [102, 117], "kuiona": 102, "kutokea": 102, "nini": [102, 107, 109], "screenshot": 102, "anim": [102, 117], "gif": 102, "inakuonesha": 102, "yafuatayo": [102, 108, 117], "kifaa": 102, "hichi": [102, 117], "cha": [102, 105, 107, 108, 109, 117], "kurekodi": 102, "maco": [102, 107], "hiki": [102, 107, 108], "hapa": [102, 114, 117], "linux": [102, 103, 107, 113, 117], "linaendana": 102, "utendaji": [102, 108], "kazi": [102, 108, 109, 112, 114, 117], "tuma": 102, "mashin": [102, 107, 109], "yako": [102, 105, 108, 109, 113, 114, 117], "guest": 102, "halijaoneshwa": 102, "kitendo": 102, "elez": 102, "ulifanya": 102, "halijatok": 102, "sambaza": 102, "maelekezo": [102, 108, 115], "juu": [102, 104, 107, 108, 109, 113], "usanidi": 102, "mazingira": [102, 117], "toleo": [102, 108, 109, 112], "unayotumia": 102, "imetolewa": 102, "clone": [102, 108, 109], "kuu": [102, 105, 109, 117], "jina": [102, 105, 109, 117], "o": [102, 108], "virtual": [102, 108, 117], "hivyo": [102, 117], "vm": [102, 108], "operet": 102, "tolea": 102, "unalotumia": 102, "short": 102, "descript": [102, 117], "problem": [102, 107], "here": [102, 108, 113, 117], "reproduct": 102, "second": [102, 110, 117], "expect": [102, 105, 107], "describ": 102, "observ": 102, "enter": [102, 117], "happen": 102, "recent": 102, "didn": 102, "older": 102, "ye": [102, 103, 117], "No": [102, 103, 112], "reliabl": 102, "reproduc": 102, "randomli": 102, "kutatua": 102, "vyovyot": 102, "fuata": [102, 108, 117], "pep8": 102, "python": [102, 108, 117], "style": 102, "malizia": 102, "mstari": [102, 105, 108, 109, 117], "mpya": [102, 108, 109], "epuka": 102, "depend": [102, 105, 110, 117], "f": [102, 117], "gethomedirectori": 102, "kurudi": [102, 108], "anuani": [102, 107, 108, 114], "nyumbani": [102, 108, 117], "join": 102, "kuunganisha": [102, 108], "majina": [102, 105], "tmpdir": 102, "kuliko": [102, 109, 117], "tmp": 102, "ukihitaji": 102, "kumbukumbu": [102, 105, 107, 117], "muda": [102, 108, 114, 117], "mfupi": 102, "return": 102, "tupu": 102, "urahisi": [102, 109, 117], "mwisho": [102, 117], "null": [102, 107], "undefin": 102, "photogrammetr": 103, "orthorectifi": 103, "hugin": 103, "util": 103, "moment": 103, "releas": [103, 108], "under": [103, 117], "sell": 103, "sure": [103, 109], "compli": 103, "particular": [103, 107], "disclos": 103, "nope": 103, "sorri": 103, "bui": 103, "ultim": 103, "solut": [103, 117], "upload": 103, "configur": [103, 109, 117], "swapfil": 103, "both": [103, 114, 117], "ssd": 103, "nvme": 103, "drive": [103, 117], "still": [103, 107], "wsl2": 103, "wslconfig": 103, "microsoft": [103, 108], "document": [103, 107, 117], "advanc": [103, 108], "wsl": 103, "swap": [103, 108], "128gb": 103, "cours": 103, "c": [103, 109, 112], "temp": 103, "vhdx": 103, "partit": 103, "dedic": 103, "pleas": [103, 114, 117], "consult": 103, "search": [103, 108], "engin": [103, 108], "humanitarian": 104, "openstreetmap": 104, "team": [104, 114], "ina": [104, 105, 108, 109, 117], "muongozo": 104, "ya": [104, 107, 112, 113, 114, 115], "uav": [104, 110, 117], "kwa": [104, 105, 107, 108, 109, 112, 113, 114], "ramani": [104, 105], "chagua": [104, 108, 113], "sensa": 104, "kuandaa": [104, 107], "mission": 104, "umekusudiwa": [104, 117], "drone": [104, 105, 110, 114, 117], "visiwa": 104, "matumizi": [104, 107, 108, 113], "ujumla": [104, 108, 117], "watengeza": 104, "angalia": [104, 107, 113], "dronedeploi": [104, 110], "kutengeza": 104, "yeny": [104, 117], "mafanikio": [104, 114], "inaelezea": 104, "mambo": 104, "muhimu": [104, 105, 108, 114, 117], "challeng": 104, "accur": [104, 106, 110, 112, 117], "section": [104, 117], "doc": [104, 115], "kurekebisha": [105, 107], "mzunguko": 105, "taarifa": 105, "ili": [105, 117], "kujua": [105, 114, 117], "mfumo": [105, 109], "muunganiko": 105, "A": [105, 107, 109, 110, 113, 117], "made": 105, "typic": [105, 117], "toffanin": [105, 108], "2019": [105, 110, 117], "exist": [105, 108], "pavement": 105, "corner": [105, 117], "line": [105, 106, 107, 109], "park": 105, "contrast": 105, "floor": 105, "target": [105, 108, 111], "purchas": [105, 108], "ampl": 105, "varieti": 105, "rang": [105, 110, 117], "bucket": [105, 109], "lid": 105, "visibl": [105, 117], "illumin": [105, 110, 117], "veget": 105, "obstacl": 105, "procur": 105, "evenli": [105, 117], "horizont": [105, 106, 110, 117], "job": [105, 110, 117], "footprint": [105, 110], "order": [105, 110, 117], "separ": 105, "perimet": 105, "muundo": [105, 107, 109], "mwepesi": 105, "g": [105, 106], "utm": [105, 106], "zone": [105, 106], "ellp": [105, 106], "wgs84": [105, 106], "datum": [105, 106], "unit": [105, 106, 110], "m": [105, 106], "no_def": [105, 106], "eg": [105, 106, 113], "16n": [105, 106], "mbele": [105, 109], "muungano": [105, 109], "y": [105, 106, 108], "z": [105, 106], "elementi": 105, "picha": [105, 107, 108, 112, 113, 117], "zilizotenganishwa": 105, "kichupo": 105, "nafasi": [105, 107, 109, 117], "thamani": [105, 115, 117], "muinuko": [105, 109], "inaweza": [105, 108, 109, 112, 115, 117], "kuwekwa": [105, 117], "nan": 105, "hapana": 105, "safu": 105, "7": [105, 108, 110, 117], "chaguo": [105, 108, 109, 117], "kawaida": [105, 108, 109, 117], "inachukua": 105, "faili": [105, 109], "544256": 105, "5320919": 105, "9": [105, 110, 112], "3044": 105, "2622": 105, "img_0525": 105, "jpg": [105, 106, 109, 111, 112, 113], "544157": 105, "5320899": 105, "4193": 105, "1552": 105, "img_0585": 105, "544033": 105, "5320876": 105, "1606": 105, "2763": 105, "img_0690": 105, "utagawa": 105, "liitwalo": [105, 109], "gcp_list": [105, 113, 117], "txt": [105, 106, 109, 113, 117], "kisha": [105, 108, 109, 114, 117], "wenyew": [105, 108, 109], "itafuta": 105, "hilo": [105, 108, 117], "lina": [105, 112], "jengin": 105, "una": [105, 108, 109, 117], "kufanya": [105, 108, 112, 114, 117], "georeferens": 105, "yake": [105, 108, 109, 117], "kukadiria": 105, "usahihi": [105, 109, 117], "mkubwa": [105, 107, 114], "vipimo": 105, "vya": [105, 114], "maelezo": [105, 107, 109, 117], "hayo": 105, "posti": 105, "hii": [105, 108, 109, 112, 115, 117], "baadhi": [105, 108, 109, 114, 117], "kuhusu": [105, 108, 115], "kuweka": [105, 108, 117], "tayari": [105, 108, 117], "kiutafuta": 105, "alama": [105, 117], "mwenyew": [105, 108, 109], "ulizonazo": 105, "kutafautisha": 105, "eneo": [105, 107, 113], "ambalo": 105, "linapatikana": 105, "angalau": [105, 108, 109, 114, 117], "hapo": [105, 108, 109, 117], "utapata": [105, 108, 117], "kiasi": [105, 108, 117], "maeneo": [105, 109, 117], "matano": 105, "pemb": 105, "zeny": 105, "ncha": 105, "kali": 105, "kuchagua": [105, 109, 117], "kutafuta": [105, 109, 114], "lako": 105, "utaf": [105, 115, 117], "lazima": [105, 108, 109, 117], "litengenezw": 105, "ukitengeza": 105, "matokeo": [105, 107, 109, 112, 117], "mazuri": [105, 117], "liw": [105, 109], "mistari": [105, 117], "iziozidi": 105, "ufunguzi": 105, "kila": [105, 108, 109, 112, 114, 117], "moja": [105, 107, 109, 117], "kati": [105, 108, 117], "mbili": [105, 108, 117], "kutengeneza": [105, 107, 108, 112, 113], "linabebwa": 105, "msingi": [105, 107, 109, 112, 114, 117], "unapatikana": 105, "onesho": 105, "ijulikanayo": 105, "ardhi": 105, "xyz": [105, 113, 117], "itafanya": [105, 108, 114, 117], "ifuatavyo": [105, 108, 109, 117], "idadi": [105, 109, 112, 117], "ambazo": [105, 108], "zitakuwa": 105, "itaandikwa": 105, "amabyo": 105, "itaonekana": 105, "kiwasilishi": 105, "utangulizicha": 105, "proj4": 105, "hakikisha": [105, 108, 109, 117], "zipo": [105, 117], "ionekan": 105, "ka": 105, "hivi": [105, 108, 117], "37": [105, 117], "south": 105, "gcp01": 105, "529356": 105, "250827686": 105, "9251137": 105, "5643209": 105, "465": 105, "gcp02": 105, "530203": 105, "125367657": 105, "9250140": 105, "80991621": 105, "781": 105, "gcp03": 105, "530292": 105, "136003818": 105, "9250745": 105, "02372435": 105, "977": 105, "gcp04": 105, "gcp05": 105, "pakia": 105, "kiwasilishwa": 105, "weka": [105, 117], "aplic": 105, "nii": 105, "inahitaji": [105, 108, 117], "kuingizwa": [105, 108, 117], "tofauti": [105, 108, 109, 112, 113, 117], "plugin": 105, "kutoka": [105, 107, 108, 112, 113, 114, 115], "com": [105, 108, 109, 110, 115, 117], "uav4geo": [105, 108], "gcpeditorpro": 105, "litalochukua": 105, "kaskazini": 105, "kusini": 105, "label": [105, 106, 108, 117], "north": [105, 117], "east": 105, "ingiza": [105, 107, 109, 112, 113, 117], "screen": [105, 108, 117], "andika": [105, 108], "sanduku": 105, "zitaonesha": 105, "kuiita": 105, "kuita": 105, "nyengin": [105, 108, 112, 117], "zilipo": 105, "piero": [105, 108], "guid": [105, 107, 110], "masseranolab": 105, "llc": 105, "embed": 106, "user": [106, 108, 117], "wish": 106, "10th": 106, "column": 106, "extra": [106, 112], "exampl": [106, 107, 110, 111, 117], "dji_0028": 106, "91": 106, "9942096111111": 106, "46": 106, "84252125": 106, "198": 106, "609": 106, "dji_0032": 106, "9938293055556": 106, "8424584444444": 106, "contribut": 107, "anyon": 107, "welcom": 107, "share": [107, 114, 116], "knowledg": 107, "issu": 107, "languag": 107, "translat": 107, "incomplet": 107, "english": 107, "20": [107, 108, 117], "percent": 107, "u": [107, 116], "transifex": 107, "czech": 107, "filipino": 107, "french": 107, "spanish": 107, "indonesian": 107, "swahili": 107, "telugu": 107, "kuingiza": 107, "kuanza": [107, 117], "quickstart": 107, "sifa": [107, 109], "hardwar": 107, "uingizaji": 107, "jia": 107, "msaada": [107, 114, 117], "uvumbuzi": 107, "vinavyohitajika": 107, "mgao": 107, "pakua": [107, 117], "zindua": [107, 109, 117], "fungua": [107, 113, 117], "mahitaji": [107, 109, 114, 117], "ubuntu": [107, 117], "debian": 107, "cento": 107, "rhel": 107, "fedora": 107, "arch": 107, "utatuzi": 107, "shida": 107, "habari": 107, "kuendesha": 107, "zaidi": [107, 109, 113, 114, 117], "somo": 107, "kitaalamu": 107, "stockpil": 107, "volum": 107, "fieldwork": 107, "plan": 107, "pattern": [107, 112], "log": 107, "safisha": 107, "singular": 107, "download": [107, 108], "sif": 107, "leny": 107, "bandwidth": 107, "nani": [107, 108], "kubadilisha": 107, "droplet": 107, "kuvuta": 107, "pini": 107, "pekua": 107, "kumaliza": [107, 108], "kisia": 107, "utachukua": 107, "mda": [107, 108], "potre": 107, "modul": 107, "appear": 107, "budget": 107, "ey": 107, "chagizi": 107, "bendera": [107, 117], "why": [107, 114], "would": [107, 117], "true": [107, 110, 117], "io": [107, 117], "new": [107, 108, 109, 111, 114, 117], "complet": 107, "task": [107, 108, 109, 110, 113], "load": [107, 117], "temporari": 107, "scratch": 107, "geometri": 107, "polyon": 107, "toggl": [107, 117], "chang": [107, 117], "vector": [107, 117], "rectilinear": 107, "mpangilo": [107, 108], "pointi": 107, "udhib": [107, 109], "chini": [107, 108, 113, 117], "practic": 107, "interfac": [107, 108], "mtumiaji": [107, 108, 114, 115, 117], "posm": 107, "gcpi": 107, "editor": 107, "pro": 107, "aspect": 107, "kugawanya": 107, "kufahamu": [107, 114, 117], "kuongeza": [107, 117], "kiotomatiki": 107, "mipaka": 107, "tunakiri": 107, "watumiaji": [107, 109, 114, 117], "msanidi": 107, "programu": [107, 108, 114, 117], "kidokeza": 107, "kurusha": [107, 117], "ndege": [107, 117], "nyuki": [107, 117], "sentera": 107, "agx710": 107, "utaomba": 107, "vipengel": [107, 108], "jinsi": [107, 109, 117], "kushiriki": [107, 109, 114], "jukwaa": [107, 108, 114, 115], "kijamii": [107, 108, 114], "kuwasilisha": 107, "bug": 107, "kigezo": 107, "tatua": 107, "maombi": [107, 109, 114], "frequent": 107, "ask": [107, 114], "question": 107, "my": [107, 109, 114, 117], "core": [107, 108], "nativ": 107, "alloc": [107, 108], "licens": [107, 117], "commerci": [107, 117], "asid": 107, "agplv3": 107, "kipengel": 108, "kimekubalika": 108, "kurahisishwa": 108, "ruhusa": 108, "yaliokosekana": [108, 115], "instal": [108, 109, 117], "easiest": 108, "come": [108, 114, 117], "That": 108, "said": 108, "ecoystem": 108, "commun": [108, 110, 112, 115], "themselv": 108, "direct": [108, 110, 117], "ndogo": [108, 109, 117], "inayotakiwa": [108, 109], "64bit": 108, "iliotengenezwa": 108, "sasa": [108, 109, 117], "2010": 108, "gb": 108, "kiendshi": 108, "si": 108, "200": [108, 110], "zinaweza": [108, 109, 112, 117], "kuchakatwa": [108, 109], "hizo": [108, 114], "kinyum": 108, "yanapendekezwa": 108, "kiendeshi": 108, "16": [108, 117], "zitaruhusu": 108, "kidogo": [108, 117], "mia": 108, "bila": [108, 117], "uzito": 108, "mwingi": [108, 117], "iliyo": 108, "itaruhu": 108, "kuchakata": [108, 109, 117], "haraka": [108, 117], "kadi": 108, "huo": [108, 117], "haina": [108, 117], "faida": [108, 117], "engeza": [108, 117], "diski": 108, "kulingana": 108, "unazotaka": 108, "40": [108, 117], "250": 108, "32": [108, 117], "1500": 108, "64": [108, 117], "2500": 108, "128": [108, 117], "3500": 108, "192": 108, "5000": 108, "256": [108, 117], "tunapendekeza": [108, 109, 115], "watu": [108, 117], "kurun": [108, 117], "unahitaji": [108, 109], "nyuma": [108, 117], "halihimili": 108, "inayoitwa": [108, 117], "inaruhusu": 108, "unaweka": 108, "huwa": 108, "kuangalia": [108, 109, 114, 117], "kufungua": 108, "manag": [108, 117], "bonyeza": 108, "ctrl": [108, 117], "esc": 108, "washa": [108, 117], "tab": 108, "iruhusiw": 108, "ilioruhusiwa": 108, "assist": 108, "badala": [108, 109, 117], "haijaruhusiwa": 108, "unahitajika": 108, "uiruhusu": 108, "watoaji": 108, "aina": 108, "vtx": 108, "hutegemea": 108, "kurestart": 108, "f2": 108, "f12": 108, "inawaka": 108, "boot": 108, "badilisha": [108, 117], "kuruhusu": [108, 109, 112], "inaitwa": 108, "vt": 108, "kei": [108, 117], "iliyozoeleka": 108, "kubonyeza": [108, 117], "kuwasha": [108, 109], "watengezaji": 108, "wengi": [108, 117], "kwanza": [108, 109], "git": [108, 109, 117], "scm": 108, "www": [108, 110], "unaangalia": 108, "usisahau": 108, "execut": [108, 109, 117], "maana": [108, 117], "upo": 108, "peke": [108, 109, 117], "lolot": 108, "toolbox": 108, "v18": 108, "09": [108, 110], "dockertoolbox": 108, "ex": 108, "profession": 108, "jipya": 108, "win": 108, "20for": 108, "20window": 108, "20instal": 108, "using": 108, "zote": [108, 109, 112, 114, 117], "utatengeneza": 108, "zimeingizwa": 108, "desktop": 108, "imetengenezwa": [108, 117], "ilipoingizwa": 108, "ajili": [108, 117], "usikatish": 108, "kuna": [108, 109, 114, 117], "koo": 108, "uyatatu": 108, "inafanya": [108, 109, 117], "fikiria": 108, "emul": 108, "kiwango": [108, 117], "fulani": 108, "kilichogaiwa": 108, "kinaweza": [108, 117], "kutumika": [108, 117], "ambacho": [108, 109], "kimetengwa": 108, "utaingiza": 108, "virtualbox": 108, "acpi": 108, "shutdown": 108, "kusimamisha": 108, "move": [108, 110, 117], "slider": 108, "60": [108, 117], "70": [108, 117], "50": [108, 117], "processor": 108, "mpangilio": [108, 109, 112, 117], "ok": [108, 109], "umeingiza": 108, "uteo": 108, "kulia": 108, "white": [108, 111, 117], "whale": 108, "ubao": 108, "inayotumika": 108, "nusu": 108, "ilobakia": 108, "gui": 108, "iliyoingizwa": 108, "ikifunguka": 108, "repositori": 108, "directori": [108, 112, 117], "brows": 108, "tembea": 108, "hadi": [108, 109, 117], "ulilochagua": 108, "kupakua": [108, 117], "kumefanikiwa": 108, "utaona": [108, 109, 117], "ifuatayo": [108, 117], "kufanikiwa": 108, "nenda": [108, 117], "itakuruhusu": 108, "kwenda": 108, "kiurahisi": 108, "bash": [108, 117], "termin": [108, 117], "sh": [108, 117], "vitapakuliwa": 108, "nodeodm": [108, 109, 115, 117], "utapeleka": 108, "kuanzisha": 108, "mara": [108, 117], "mwanzo": [108, 109, 114, 117], "localhost": [108, 109], "8000": 108, "tafuta": 108, "ip": [108, 109], "jawabu": 108, "168": 108, "utaunganisha": 108, "modem": 108, "post": 108, "mac": 108, "zinafanya": 108, "sierra": 108, "kubwa": [108, 109, 117], "inafanyakazi": 108, "inakubali": 108, "sysctl": 108, "kern": 108, "hv_support": 108, "inayofanana": 108, "inakuali": 108, "endelea": [108, 117], "majibu": [108, 114], "inamaanisha": 108, "zamani": 108, "sana": 108, "dmg": 108, "sourceforg": 108, "net": 108, "osx": 108, "itaona": 108, "ambyo": 108, "muonekano": [108, 109, 115, 117], "wake": 108, "bar": 108, "app": [108, 117], "kuhakikisha": [108, 117], "kwamba": [108, 117], "sawa": [108, 113, 114, 117], "hello": 108, "world": [108, 109, 110], "itarejesha": 108, "imeingizwa": [108, 109], "appl": 108, "117": 108, "umepata": 108, "jaribu": [108, 114], "tena": [108, 117], "mchakato": [108, 109, 117], "kilichowekwa": 108, "kutosha": 108, "iliotengwa": 108, "ikoni": 108, "rekebisha": 108, "inayopatikana": 108, "ilyobakia": 108, "cd": [108, 109, 117], "yoyot": 108, "mujibu": 108, "nyaraka": [108, 115], "websit": 108, "rasmi": 108, "uliothibitishwa": 108, "bainari": 108, "tuli": 108, "zinazotumika": 108, "kuchakua": 108, "kumia": [108, 117], "nne": 108, "zinahitaji": [108, 114], "pip": 108, "hatuweza": 108, "kuweza": [108, 109], "uwingizaji": 108, "usambazaji": 108, "nje": [108, 109, 114], "tutazuiya": 108, "kusambaza": 108, "wanasaidiwa": 108, "kesi": [108, 117], "jambo": [108, 114], "comand": [108, 117], "sudo": [108, 117], "apt": [108, 117], "updat": [108, 109, 117], "curl": 108, "fssl": 108, "yum": 108, "dnf": 108, "pacman": 108, "sy": 108, "kuongezea": [108, 115], "tatu": [108, 114], "dockercompos": 108, "script": [108, 112, 117], "inahitajika": [108, 117], "inakuwa": 108, "ishahifadhiwa": 108, "haijaingizwa": 108, "kuthibitisha": 108, "compos": 108, "kuona": [108, 114, 117], "kinachofanana": [108, 109], "22": 108, "f46880f": 108, "kizuri": 108, "unayohitaji": 108, "kufanywa": [108, 117], "kutimiza": 108, "kuwa": [108, 109, 114, 117], "makini": 108, "kupanga": [108, 109], "kukisia": 108, "ilipitia": 108, "prefix": 108, "port": [108, 109, 117], "kufundisha": 108, "mitandao": 108, "80": [108, 117], "zimeorodheshwa": 108, "stuck": 108, "reset": 108, "admin": 108, "password": 108, "forget": 108, "resetadminpassword": 108, "newpass": 108, "everyth": [108, 113, 117], "latest": [108, 117], "media": 108, "dir": [108, 117], "webodm_result": 108, "kuomba": [108, 114], "umekwama": 108, "unapingiza": 108, "inatumika": [108, 117], "ikianza": 108, "utasalimia": 108, "ujumb": [108, 109, 117], "karibu": [108, 117], "utaulizwa": 108, "chukua": [108, 117], "kumalizia": 108, "kuchunguza": 108, "dashboard": [108, 117], "tazama": 108, "zishapangwa": [108, 117], "umefikia": 108, "hongera": 108, "kurejea": 108, "anzisha": 108, "dirisha": 108, "rm": [108, 109, 112, 117], "p": [108, 109, 110, 117], "3000": [108, 109, 117], "q": [108, 117], "token": [108, 109], "secret": 108, "inaiambia": [108, 117], "hub": 108, "panga": [108, 109, 117], "namba": [108, 117], "mmoja": [108, 109], "kulinda": 108, "yaliozuiwa": 108, "unawesha": 108, "button": [108, 117], "processin": 108, "hostnam": [108, 109], "kuengeza": [108, 109, 112, 117], "vile": [108, 109], "pili": [108, 109, 117], "kimeenda": 108, "uw": [108, 109], "utaweza": 108, "kugawa": [109, 112, 117], "linaloweza": 109, "kudhibitiwa": 109, "kundi": [109, 117], "zalisha": 109, "itakayounganisha": 109, "utawekwa": 109, "dataseti": [109, 112], "itasaidia": [109, 117], "kuongozwa": 109, "vizuri": [109, 112, 114, 117], "itahitaji": 109, "zilizounganishwa": 109, "mtandao": [109, 115], "ndivyo": [109, 117], "itakavyoruhu": 109, "mlalo": 109, "maelfu": 109, "boxi": 109, "zinasaidia": 109, "unapotengeneza": 109, "kupendekeza": 109, "sababu": [109, 117], "upatikanaji": 109, "kuvuruga": 109, "kunaweza": [109, 117], "kusababisha": 109, "kubonyea": 109, "yanapatika": 109, "madhara": 109, "cloudi": 109, "13": [109, 110, 117], "000": [109, 117], "zilizokusanywa": [109, 117], "bank": 109, "tanzania": [109, 117], "mafuriko": [109, 117], "msimbasi": [109, 117], "basin": [109, 117], "dar": [109, 117], "salaam": [109, 117], "mgawio": 109, "wepesi": [109, 117], "nambari": [109, 117], "mpishano": [109, 117], "baina": [109, 117], "mfululizo": 109, "ti": [109, 117], "v": [109, 112, 117], "400": 109, "unajua": 109, "kutoa": [109, 117], "itatumiaka": 109, "algorithim": 109, "linaweza": [109, 117], "kupatika": 109, "linaloitwa": [109, 117], "image_group": [109, 117], "maneno": [109, 117], "mawili": [109, 114], "01": [109, 117], "02": 109, "03": [109, 117], "b": [109, 117], "04": [109, 117], "05": [109, 110], "utatengeza": 109, "unapitisha": 109, "unatengeneza": 109, "kupitia": [109, 117], "orchestr": 109, "kustart": 109, "3001": 109, "8080": 109, "connect": [109, 117], "telnet": 109, "ongeza": 109, "address": 109, "inayotumia": 109, "escap": [109, 113], "charact": [109, 117], "list": [109, 111, 116], "api": [109, 115], "ukifikia": 109, "rahisi": [109, 114, 117], "800": 109, "120": 109, "ukiunganisha": 109, "kinaendelea": 109, "tunaweza": [109, 117], "zinazopatika": 109, "del": 109, "lock": [109, 117], "forward": [109, 117], "unlock": 109, "resum": 109, "rout": 109, "taskid": 109, "cancel": 109, "asr": 109, "viewcmd": 109, "repeat": 109, "last": 109, "haifanyi": [109, 117], "ikiwashwa": 109, "kuorodhesha": 109, "tukaangalia": 109, "offlin": 109, "l": [109, 110, 117], "kulitambua": 109, "haikuwashwa": 109, "unaendelea": 109, "inakusanya": 109, "kujipima": 109, "date": 109, "amazon": [109, 117], "ocean": [109, 117], "inawezesha": 109, "kupunguza": [109, 117], "gharama": [109, 117], "zitokanazo": 109, "kupima": 109, "mchakano": 109, "kutokana": 109, "autosc": 109, "linalofanya": 109, "nodej": [109, 117], "limeingizwa": 109, "npm": 109, "s3": 109, "compat": 109, "kuhifadhia": 109, "digitalocean": 109, "servic": 109, "index": [109, 115], "j": [109, 110, 117], "ufuatao": [109, 117], "digitaloceanasrprovid": 109, "iliyoungana": 109, "umepanga": 109, "autoscal": 109, "michakato": 109, "huwezi": [109, 117], "zero": 109, "kuambatanisha": 109, "vyenginevyo": [109, 117], "haitajua": 109, "kushuhulikia": 109, "kupeleka": 109, "ui": 109, "kuzunguruka": 109, "malengo": 109, "haya": [109, 117], "utaweka": 109, "dummi": 109, "kuifunga": 109, "zinapelekwa": 109, "haijaunganishwa": 109, "inasaidiwa": 109, "kikamilifu": 109, "kuchukua": 109, "unafuu": 109, "zilobakia": 109, "zitatumika": [109, 113], "itakua": [109, 117], "mdogo": [109, 117], "kupelekea": 109, "mgawanyo": 109, "ukitumia": [109, 117], "pau": 109, "folk": 109, "mapillari": 109, "kwema": 109, "kijenzi": 109, "tunaangalia": 109, "kusukuma": 109, "upeo": 109, "defin": [110, 117], "real": 110, "we": [110, 116, 117], "talk": 110, "about": 110, "certain": [110, 111], "pascual": 110, "2011": 110, "de": 110, "correspond": 110, "actual": 110, "independ": 110, "shape": [110, 117], "figur": 110, "misplac": 110, "accord": 110, "relat": 110, "planet": 110, "pix4d": 110, "correctli": 110, "met": 110, "assess": 110, "construct": 110, "fire": 110, "decis": 110, "hand": 110, "critic": 110, "complianc": 110, "evalu": 110, "land": 110, "titl": [110, 117], "And": 110, "mount": 110, "usual": 110, "madawalagama": 110, "2016": 110, "At": 110, "1cm": 110, "gnss": [110, 117], "nsdi": 110, "fgdc": 110, "condit": [110, 117], "barri": 110, "2013": 110, "weather": [110, 117], "photogrammetri": [110, 117], "import": 110, "coverag": 110, "wind": [110, 117], "humid": 110, "influenc": [110, 117], "stabil": 110, "nois": 110, "clearli": 110, "mechan": 110, "recogniz": 110, "highest": 110, "equip": [110, 117], "while": [110, 112, 116, 117], "tend": 110, "hover": 110, "photo": [110, 111], "multipli": 110, "mather": 110, "2020": [110, 117], "coaklei": 110, "r": [110, 117], "network": [110, 117], "baselin": 110, "ie": [110, 112], "accuracy_uav_compare_rtk_gp": 110, "deploi": 110, "2017": 110, "blog": 110, "munasingh": 110, "dampegama": 110, "d": [110, 117], "samarakoon": 110, "cost": [110, 117], "consum": 110, "grade": [110, 117], "37th": 110, "asian": 110, "confer": 110, "remot": 110, "sens": 110, "colombo": 110, "sri": 110, "lanka": 110, "stephen": 110, "marzo": 110, "3937": 110, "manuel": 110, "loung": 110, "gisloung": 110, "07": 110, "accident": 111, "input": [111, 117], "obliqu": 111, "simpli": 111, "subject": 111, "same": [111, 112], "dimens": 111, "gimp": 111, "exclud": 111, "_mask": 111, "dji_0018": 111, "dji_0018_mask": 111, "bmp": 111, "tangu": [112, 117], "uchambuaji": 112, "tashira": 112, "inapiga": 112, "tumedhamiria": 112, "kusaidia": [112, 114, 117], "umekuzwa": 112, "hiyo": [112, 117], "zitafanya": 112, "micasens": [112, 116], "rededg": 112, "mx": 112, "altum": [112, 116], "6x": 112, "dji": [112, 116], "phantom": 112, "kamera": [112, 117], "kutusaidia": 112, "_": [112, 117], "zilopigwa": 112, "chakata": 112, "usitofautish": 112, "mafold": [112, 117], "multi": [112, 115], "yatakuwa": 112, "alpha": [112, 117], "offici": 112, "give": 112, "ndre": 112, "renam": 112, "exact": 112, "0000x_nir": 112, "10_51_14_img_00008": 112, "00008_nir": 112, "nrgb": 112, "0000x_rgb": 112, "10_51_14_img_00023": 112, "00023_rgb": 112, "xxxx_nir": 112, "xxxx_rgb": 112, "could": [112, 113, 117], "input_image_dir": 112, "output_dir": [112, 117], "success": 112, "contrib": 112, "ndvi": 112, "rename_sentera_agx710_multispectral_tif": 112, "py": [112, 117], "python3": 112, "vilivyo": 113, "orodheshwa": 113, "odm_georeferenced_model": [113, 117], "ply": 113, "anga": 113, "state": 113, "univers": [113, 117], "zanzibar": 113, "zilizoandaliwa": 113, "khadija": 113, "abdullah": 113, "ali": 113, "odm_textur": [113, 117], "odm_textured_model": 113, "odm_textured_model_geo": 113, "meshlab": 113, "lifuatalo": 113, "courtesi": 113, "odm_orthphoto": 113, "kuitumia": 113, "tabaka": 113, "rasta": [113, 117], "un": 113, "itatengenezwa": 113, "tutori": 113, "zitahifadhiwa": 113, "stdout": 113, "On": 113, "ansi": 113, "39m": 113, "no_ansiesc": 113, "environ": 113, "variabl": 113, "env": 113, "img": 113, "1234": 113, "tie": 113, "config": [113, 117], "yaml": [113, 117], "track": 113, "undistorted_track": 113, "undistorted_reconstruct": 113, "odm_meshing_log": 113, "texture_n": 113, "associ": 113, "odm_georeferencing_log": 113, "odm_georeferencing_utm_log": 113, "extract_utm": 113, "portion": 113, "odm_orthophoto_log": 113, "gdal_translate_log": 113, "top": 113, "geotoff": 113, "mrejosho": 114, "kukuza": 114, "kuimarisha": 114, "foss": 114, "mradi": 114, "kupendeza": 114, "hasa": 114, "wanaweza": 114, "ngumu": [114, 117], "yapi": 114, "kuhisi": 114, "zito": 114, "pesa": 114, "fursa": 114, "demand": [114, 117], "implement": [114, 117], "probabl": 114, "convinc": 114, "develop": [114, 116], "imagin": 114, "somebodi": 114, "knock": 114, "door": 114, "hous": 114, "cook": 114, "me": 114, "dinner": 114, "respons": 114, "reason": 114, "who": 114, "person": 114, "spend": 114, "energi": 114, "fulfil": 114, "hi": 114, "agenda": 114, "own": 114, "suggest": 114, "cordial": 114, "especi": 114, "prepar": 114, "offer": 114, "fund": 114, "explain": 114, "benefit": [114, 117], "exclus": 114, "harder": 114, "yanaweza": [114, 117], "kuwasilishwa": 114, "mada": 114, "kujadiliwa": 114, "kuwanza": 114, "asili": 114, "imejadiliwa": 114, "test": 114, "channel": 114, "forum": 114, "kusikia": 114, "kiwa": 114, "mtu": [114, 117], "kasema": 114, "huu": [114, 117], "tunahitaji": [114, 117], "uwezekano": 114, "yanayofanya": 114, "kujibu": [114, 117], "sijui": 114, "yalikua": 114, "vikubwa": 114, "natamani": 114, "atakuja": 114, "vitendea": 114, "miongoni": [114, 117], "mwa": [114, 117], "wanajamii": 114, "nitafurahi": 114, "kujaribu": 114, "wacha": 114, "tuon": 114, "tutaunganisha": 114, "kulimaliza": 114, "naweza": 114, "tunafurahi": 114, "unahamu": 114, "vinaongezwa": 114, "vinahitaji": 114, "kuvitengeneza": 114, "tutafanya": 114, "tuwezalo": 114, "kukusaidia": 114, "wew": 114, "wapi": 114, "hayakufanikiwa": 114, "tunathamini": 114, "wowot": 114, "utakaoweza": 114, "kutupa": [114, 117], "ukurasa": 115, "readm": [115, 117], "uainishaji": 115, "muuwa": 115, "kusoma": [115, 117], "blob": 115, "master": 115, "adoc": 115, "concept": 115, "665": 115, "tunaweka": 115, "karatasi": 115, "utasoma": 115, "tafiti": 115, "sanaa": 115, "vinavyoshabihiana": 115, "umbil": 115, "mwendo": 115, "sauti": 115, "mifumo": 115, "kuboresha": 115, "long": 116, "wave": 116, "infrar": 116, "lwir": 116, "alon": 116, "aim": 116, "zenmus": 116, "xt": 116, "h20": 116, "seri": [116, 117], "expand": 116, "paramit": 117, "inachagua": 117, "ubora": 117, "kasi": 117, "bora": 117, "utadadafua": 117, "mzuri": 117, "inayoagiza": 117, "kuacha": 117, "matumaini": 117, "kuathiri": 117, "itaengeza": 117, "uwezo": 117, "kuleta": 117, "itegeshw": 117, "misitu": 117, "iongezek": 117, "300000": 117, "600000": 117, "mjini": 117, "upya": 117, "majengo": 117, "mapaa": 117, "changamoto": 117, "mabadiliko": 117, "hali": 117, "joto": 117, "mtetemeko": 117, "muelekeo": 117, "vyengin": 117, "vinavyoweza": 117, "itakayopatikana": 117, "matengenezo": 117, "binafsi": 117, "kutakiwa": 117, "ukiruka": 117, "itakayopita": 117, "marekebisho": 117, "haiwezi": 117, "kuondosha": 117, "jame": 117, "robson": 117, "2014": 117, "kitabu": 117, "chao": 117, "mitig": 117, "systemat": 117, "topograph": 117, "deriv": 117, "imeonyesha": 117, "kwey": 117, "athatri": 117, "shimo": 117, "makundi": 117, "benki": 117, "dunia": 117, "athari": 117, "rusha": 117, "kuelekeza": 117, "pont": 117, "itainamisha": 117, "itafikia": 117, "kuruka": 117, "itachukua": 117, "mrefu": 117, "rubani": 117, "kikundi": 117, "itatengeneza": 117, "lilorekebishwa": 117, "itachukuliwa": 117, "mruko": 117, "mwengin": 117, "ufanisi": 117, "majaribio": 117, "kupishanisha": 117, "miruko": 117, "crossgrid": 117, "miwili": 117, "huitwa": 117, "crosshatch": 117, "iliotenganishwa": 117, "ikiangalia": 117, "asilimia": 117, "kupishana": 117, "sambamba": 117, "matukio": 117, "utatakiwa": 117, "68": 117, "ubavuni": 117, "kushabihiana": 117, "83": 117, "unatakiwa": 117, "42": 117, "msimamo": 117, "mshabihiano": 117, "sidelap": 117, "kusimama": 117, "iliyopishana": 117, "kupitisha": 117, "inaongeza": 117, "iangali": 117, "cc": 117, "BY": 117, "creativecommon": 117, "haitengenezi": 117, "kizazi": 117, "kichujo": 117, "kidhibitiwa": 117, "mihimili": 117, "kipimo": 117, "halisi": 117, "badiliko": 117, "urefu": 117, "mteremko": 117, "imepimwa": 117, "toler": 117, "inaengeza": 117, "variat": 117, "ipangw": 117, "kikubwa": 117, "isiw": 117, "mita": 117, "paramita": 117, "inashabihiana": 117, "ukubwa": 117, "jengo": 117, "mti": 117, "kuondolewa": 117, "lipangw": 117, "hizi": 117, "zinabadilisha": 117, "pepa": 117, "awali": 117, "classif": 117, "airborn": 117, "lidar": 117, "inapatikana": 117, "bure": 117, "majumuisho": 117, "yanaleta": 117, "makubwa": 117, "uwandishi": 117, "groundpoint": 117, "imegawanywa": 117, "kuepuka": 117, "ii": 117, "grond": 117, "kimakosa": 117, "imegaiwa": 117, "yanachukuwa": 117, "uwangalifu": 117, "inatengenezwa": 117, "ilikusudiwa": 117, "kuonekana": 117, "inaseti": 117, "inayotambua": 117, "maendeleo": 117, "matabaka": 117, "miji": 117, "lililoachwa": 117, "mchujo": 117, "my_odm_imag": 117, "24": 117, "thu": 117, "photographi": 117, "overcast": 117, "clear": 117, "ski": 117, "avoid": 117, "shadow": 117, "obstruct": 117, "lessen": 117, "middai": 117, "nake": 117, "congruent": 117, "advers": 117, "dust": 117, "fog": 117, "smoke": 117, "volcan": 117, "ash": 117, "pollut": 117, "gimbal": 117, "rest": 117, "eros": 117, "machineri": 117, "caus": 117, "steep": 117, "recogn": 117, "labor": 117, "neglig": 117, "lawn": 117, "mower": 117, "highli": 117, "75": 117, "65": 117, "balanc": 117, "tallest": 117, "achiev": 117, "greater": 117, "total": 117, "station": 117, "intend": 117, "millimetr": 117, "Then": 117, "almost": 117, "care": 117, "adequ": 117, "plane": 117, "clic": 117, "length": 117, "mostli": 117, "approach": 117, "bin": 117, "creation": 117, "pace": 117, "irregular": 117, "carefulli": 117, "kufanhamu": 117, "camandi": 117, "kuitathmini": 117, "ikitokea": 117, "tukiwa": 117, "wasiwasi": 117, "mkusanyiko": 117, "uliopangwa": 117, "kujitegemea": 117, "chach": 117, "yetu": 117, "kusikiliza": 117, "zilizopo": 117, "ulionayo": 117, "tunaanza": 117, "id": 117, "statu": 117, "2518817537ce": 117, "36": 117, "hour": 117, "ago": 117, "zen_wright": 117, "1cdc7fadf688": 117, "usr": 117, "va": 117, "tcp": 117, "flamboyant_dhawan": 117, "tunataka": 117, "tunaingiza": 117, "cd7b9585b8f6": 117, "dai": 117, "nostalgic_lederberg": 117, "e31010c00b9a": 117, "suspicious_kepl": 117, "c44e0d0b8448": 117, "wonderful_burnel": 117, "tunamia": 117, "inapatika": 117, "inategemewa": 117, "pipe": 117, "kile": 117, "tunachotaka": 117, "mon": 117, "sep": 117, "23": 117, "33": 117, "build_overview": 117, "camera_len": 117, "dem_decim": 117, "dem_euclidean_map": 117, "arrow": 117, "itatusaidia": 117, "herufu": 117, "itaturejesha": 117, "tail": 117, "gdalwarp": 117, "gpkg": 117, "crop_to_cutlin": 117, "co": 117, "num_thread": 117, "bigtiff": 117, "if_saf": 117, "blockys": 117, "512": 117, "blockxsiz": 117, "predictor": 117, "gdal_cachemax": 117, "48": 117, "95": 117, "111567p": 117, "137473l": 117, "kuenda": 117, "hilitunaweza": 117, "tunawza": 117, "exec": 117, "kufikia": 117, "umuhimu": 117, "root": 117, "tumeingia": 117, "itaonesha": 117, "haiondoi": 117, "ukimaliza": 117, "ambao": 117, "ulikatika": 117, "unachukua": 117, "maciej": 117, "\u0142ebkowski": 117, "ana": 117, "mtazamo": 117, "kuongoza": 117, "iliotumika": 117, "sylab": 117, "laptop": 117, "hpc": 117, "compani": 117, "server": 117, "anyth": 117, "els": 117, "pull": 117, "cach": 117, "images_dir": 117, "path_to_image_dir": 117, "basenam": 117, "path_to_output_directori": 117, "mkdir": 117, "bind": 117, "writabl": 117, "tmpf": 117, "odm_latest": 117, "ivan": 117, "gayton": 117, "repo": 117, "kawada": 117, "inataka": 117, "nguvu": 117, "wanotaka": 117, "kizuwizi": 117, "hakiwezi": 117, "kuondoa": 117, "bali": 117, "claud": 117, "afrika": 117, "tutawakilisha": 117, "unaofanya": 117, "cloudodm": 117, "kumbuka": 117, "kuprocess": 117, "mbali": 117, "ujuzi": 117, "unix": 117, "ssh": 117, "account": 117, "aw": 117, "inawezekana": 117, "usomaji": 117, "huna": 117, "kuiangalia": 117, "anerusha": 117, "linalofanana": 117, "kutaka": 117, "yupo": 117, "iliopangwa": 117, "kusafirisha": 117, "4gb": 117, "makisio": 117, "mwezi": 117, "haitakubali": 117, "kuingia": 117, "ukiwasha": 117, "tutapunguza": 117, "ikitumika": 117, "utatumia": 117, "kuirudisha": 117, "uwiano": 117, "privileg": 117, "insan": 117, "tutaandaa": 117, "aneitwa": 117, "unganisha": 117, "xxx": 117, "ambapo": 117, "ipv4": 117, "kufata": 117, "itakuwa": 117, "itafanana": 117, "upgrad": 117, "hatari": 117, "wila": 117, "kuapdat": 117, "uingiz": 117, "regular": 117, "utafanya": 117, "kiufupikama": 117, "kibadilika": 117, "zinatakiwa": 117, "bashrc": 117, "kufunguka": 117, "nano": 117, "unayochapa": 117, "lieu": 117, "ukahika": 117, "itaichambua": 117, "hukufanya": 117, "uhakika": 117, "wetu": 117, "mipangilio": 117, "pythonpath": 117, "superbuild": 117, "lib": 117, "python2": 117, "dist": 117, "packag": 117, "src": 117, "ld_library_path": 117, "zingatia": 117, "imekusanya": 117, "mepesi": 117, "hiyvo": 117, "utalinganisha": 117, "maeleza": 117, "kuepusha": 117, "kutofanya": 117, "itakataa": 117, "lake": 117, "tunaengeza": 117, "uliweka": 117, "utahitaji": 117, "hard": 117, "jargon": 117, "inatosha": 117, "sheria": 117, "thumb": 117, "inaonesha": 117, "tumepata": 117, "100gb": 117, "1000gb": 117, "kusafisha": 117, "ikifika": 117, "uitakayo": 117, "tunapanga": 117, "mnt": 117, "odmdata": 117, "peleka": 117, "secur": 117, "scp": 117, "imagefold": 117, "inapelekea": 117, "lilojaa": 117, "recurs": 117, "lililoondolewa": 117, "tulioweka": 117, "hakuna": 117, "kuandaliwa": 117, "orodha": 117, "mshine": 117, "utahifadhi": 117, "myproject": 117, "iliokusanya": 117, "ilivyo": 117, "msatari": 117, "inachanganya": 117, "yenyew": 117, "parent": 117, "ataoneshwa": 117, "ukiita": 117, "hariri": 117, "tuliotengeneza": 117, "individu": 117, "linakuwa": 117, "utarekebisha": 117, "hazitakopiwa": 117, "inaitaka": 117, "kurahisisha": 117, "mafil": 117, "mengin": 117, "imo": 117, "semu": 117, "mabloki": 117, "utapangika": 117, "echo": 117, "cat": 117, "itatengenea": 117, "llkotoka": 117, "ondosha": 117, "litaruhusu": 117, "itokapo": 117, "moa": 117, "zimetoka": 117, "zima": 117, "lkiasi": 117, "natumia": 117, "vcpu": 117, "192gb": 117, "ghara": 117, "hr": 117, "1000": 117, "fanya": 117, "usipotez": 117, "big": 117, "nohup": 117, "utaikata": 117, "utakatika": 117, "kioo": 117, "gnu": 117, "kuzindua": 117, "haitasimama": 117, "hana": 117, "mawasiliano": 117, "yakikatika": 117, "detach": 117, "attach": 117, "haitakupa": 117, "isipokuwa": 117, "kusanifu": 117, "itakupa": 117, "project_nam": 117, "seem": 117, "inasababisha": 117, "kosa": 117, "ajabu": 117, "tunafuta": 117, "kutegemea": 117, "nafsi": 117, "zinapatikana": 117, "haitapoteza": 117, "kukupia": 117, "unakisia": 117, "utakua": 117, "ukikosa": 117, "litaleta": 117, "shaka": 117, "mchanganyiko": 117, "utakataliwa": 117, "nafikiria": 117, "kuzuiya": 117, "mangapiyatavunjwa": 117, "seti": 117, "tunajaaliapicha": 117, "uweledi": 117, "acha": 117, "muoendelezo": 117, "uwez": 117, "ikimaliza": 117, "htop": 117, "uliotumia": 117, "siku": 117, "usoni": 117, "rudisha": 117, "ingia": 117, "uliopakua": 117, "gdal": 117, "usiing": 117, "gdal_transl": 117, "ycbcr": 117, "gdal_tiff_internal_mask": 117, "extens": 117, "uliotengeneza": 117, "ukipata": 117, "kuumia": 117, "gdaladdo": 117, "1024": 117, "tar": 117, "pengin": 117, "zcvf": 117, "archivenam": 117, "activ": 117, "upper": 117, "mode": 117, "old": 117, "mid": 117, "handl": 117, "million": 117, "element": 117, "accentu": 117, "shade": 117, "enhanc": 117, "percept": 117, "scientif": 117, "recognit": 117, "strength": 117, "opac": 117, "skybox": 117, "splat": 117, "unload": 117, "hide": 117, "tridimension": 117, "highlight": 117, "circl": 117, "circumfer": 117, "azimuth": 117, "clockwis": 117, "cube": 117, "reloc": 117, "redimens": 117, "handler": 117, "sphere": 117, "profil": 117, "annot": 117, "anchor": 117, "mous": 117, "wheel": 117, "orbit": 117, "fly": 117, "bird": 117, "keyboard": 117, "w": 117, "backward": 117, "respect": 117, "axi": 117, "movement": 117, "slide": 117, "helicopt": 117, "aircraft": 117, "restrict": 117, "xy": 117, "restor": 117, "wirefram": 117, "compass": 117, "green": 117, "blue": 117, "toward": 117, "plai": 117, "tree": 117, "arrang": 117, "six": 117, "ramp": 117, "cam": 117, "custom": 117}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"align": [0, 3, 72, 77], "file": [0, 105, 106], "chagizi": 1, "na": [1, 108, 109, 117], "bendera": 1, "3d": [2, 7, 113, 117], "tile": [2, 46, 60, 92], "auto": [4, 5, 9], "boundari": [4, 5, 7], "what": [4, 7, 8, 9, 11, 103, 110], "i": [4, 7, 103], "when": [4, 7, 8, 9, 11], "help": [4, 31], "why": [4, 7, 8, 9, 11], "would": [4, 7, 8, 9, 11], "one": [4, 7, 8, 9, 11], "us": [4, 7, 8, 9, 11, 94, 95, 96, 97, 103, 111, 117], "exampl": [4, 7, 8, 9, 11], "imag": [4, 7, 8, 9, 11, 83, 106, 108, 111, 117], "true": [4, 7, 8, 11], "fals": [4, 7, 8, 11], "null": [4, 7, 8, 11], "distanc": 5, "bg": 6, "remov": [6, 75, 87], "geojson": 7, "appropri": [7, 8, 9, 11], "how": [7, 103], "creat": 7, "io": 7, "new": 7, "A": 7, "polygon": 7, "place": 7, "vertic": 7, "complet": 7, "save": 7, "download": [7, 117], "set": [7, 105], "In": 7, "task": 7, "option": [7, 103], "load": 7, "qgi": 7, "temporari": 7, "scratch": 7, "layer": 7, "geometri": 7, "type": [7, 25, 34, 87], "ad": 7, "an": 7, "orthophoto": [7, 23, 43, 44, 45, 46, 47, 48, 73, 103, 113, 117], "background": [7, 117], "polyon": 7, "featur": [7, 24, 25, 39], "toggl": 7, "edit": 7, "off": 7, "chang": 7, "To": 7, "export": 7, "vector": 7, "As": 7, "point": [7, 113, 117], "cloud": [7, 11, 113], "digit": [7, 117], "elev": [7, 117], "model": [7, 9, 113, 117], "textur": [7, 85, 86, 87, 88, 89, 90, 91, 113, 117], "mesh": [7, 37, 38], "build": [8, 103], "overview": 8, "ar": [8, 9, 11, 103], "camera": [9, 10, 96, 117], "len": 9, "manual": 9, "select": 9, "particular": 9, "rectilinear": 9, "data": [9, 85, 103, 117], "brown": 9, "fishey": 9, "perspect": 9, "spheric": 9, "cog": 11, "optim": [11, 42], "geotiff": [11, 103], "copi": 12, "crop": 13, "debug": 14, "dem": [15, 16, 17, 18], "decim": 15, "euclidean": 16, "map": [16, 91, 110], "gapfil": 17, "step": 17, "resolut": [18, 19, 48, 101], "depthmap": 19, "dsm": [20, 113], "dtm": [21, 113], "end": 22, "fast": 23, "qualiti": [24, 56], "forc": 26, "gp": [26, 30], "gcp": [27, 105, 117], "geo": 28, "gltf": 29, "accuraci": [30, 110, 117], "ignor": 32, "gsd": 32, "matcher": [33, 34], "neighbor": 33, "max": 35, "concurr": 35, "merg": [36, 109], "octre": 37, "depth": 37, "size": 38, "min": 39, "num": 39, "name": 40, "gpu": [41, 103], "disk": 42, "space": 42, "compress": 43, "cutlin": 44, "kmz": 45, "png": 47, "pc": [49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60], "classifi": 49, "copc": 50, "csv": 51, "ept": 52, "filter": 53, "geometr": [54, 59], "la": [55, 102], "rectifi": 57, "sampl": 58, "skip": [59, 71, 72, 73, 74, 89, 90], "primari": 61, "band": [61, 72], "project": [62, 117], "path": 62, "radiometr": 63, "calibr": 63, "rerun": [64, 65, 66], "all": [65, 103], "from": [66, 103], "resiz": 67, "roll": [68, 69], "shutter": [68, 69], "readout": 69, "sfm": 70, "algorithm": 70, "3dmodel": 71, "report": 74, "sky": 75, "sm": [76, 77], "cluster": [76, 109], "smrf": [78, 79, 80, 81], "scalar": 78, "slope": 79, "threshold": 80, "window": [81, 108], "split": [82, 83, 84, 109], "group": 83, "overlap": 84, "term": 85, "keep": 86, "unseen": 86, "face": 86, "outlier": 87, "singl": 88, "materi": 88, "global": 89, "seam": [89, 90], "level": [89, 90], "local": 90, "tone": 91, "time": [93, 103], "3dmesh": 94, "exif": 95, "fix": 96, "param": 96, "hybrid": 97, "bundl": 97, "adjust": 97, "verbos": 98, "version": [99, 103], "video": [100, 101], "limit": 100, "jinsi": 102, "ya": [102, 105, 108, 109, 117], "kushiriki": 102, "jukwaa": 102, "kijamii": 102, "kuwasilisha": 102, "bug": 102, "kigezo": 102, "kwa": [102, 115, 117], "maelezo": 102, "tatua": 102, "maombi": 102, "frequent": 103, "ask": 103, "question": 103, "process": [103, 117], "can": 103, "two": 103, "more": 103, "stitch": 103, "them": 103, "togeth": 103, "The": 103, "softwar": 103, "my": 103, "cpu": [103, 108], "core": 103, "memori": 103, "normal": 103, "If": 103, "nativ": 103, "alloc": 103, "resourc": 103, "licens": 103, "want": 103, "commerci": 103, "applic": 103, "includ": 103, "odm": [103, 117], "do": 103, "need": [103, 108], "other": [103, 117], "asid": 103, "agplv3": 103, "issu": 103, "your": 103, "comput": 103, "run": 103, "out": 103, "you": 103, "kidokeza": 104, "cha": 104, "kurusha": 104, "ndege": 104, "nyuki": 104, "pointi": 105, "za": [105, 108, 115], "udhib": 105, "wa": [105, 108, 112, 113, 117], "chini": 105, "recommend": 105, "practic": 105, "format": 105, "interfac": 105, "mtumiaji": 105, "posm": 105, "gcpi": 105, "editor": 105, "pro": 105, "refer": [105, 110], "geoloc": 106, "karibu": 107, "opendronemap": [107, 113], "kitabu": 107, "kuingiza": [108, 117], "kuanza": [108, 109], "kutumia": [108, 109, 117], "quickstart": 108, "sifa": 108, "hardwar": [108, 112, 116], "minimum": 108, "ram": 108, "n": 108, "uingizaji": 108, "jia": 108, "1": 108, "angalia": 108, "msaada": [108, 112], "uvumbuzi": 108, "njia": [108, 117], "2": 108, "ingiza": 108, "vinavyohitajika": 108, "3": 108, "nafasi": 108, "mgao": 108, "4": 108, "pakua": 108, "webodm": [108, 117], "zindua": 108, "maco": 108, "fungua": 108, "linux": 108, "hatua": 108, "mahitaji": 108, "ndani": [108, 109], "ubuntu": 108, "debian": 108, "cento": 108, "rhel": 108, "fedora": 108, "arch": 108, "ziada": [108, 115], "camand": [108, 117], "msingi": 108, "utatuzi": 108, "shida": 108, "habari": 108, "kuendesha": 108, "mashin": [108, 117], "zaidi": 108, "moja": 108, "larg": 109, "dataset": 109, "kurekebisha": [109, 117], "picha": 109, "kugawanya": 109, "kupata": 109, "pamoja": 109, "kufahamu": 109, "log": [109, 113, 117], "kuongeza": 109, "kiotomatiki": 109, "clusterodm": 109, "mipaka": 109, "tunakiri": 109, "expect": [110, 117], "aspect": 110, "impact": 110, "mask": 111, "multispectr": 112, "matumizi": [112, 117], "sentera": 112, "agx710": 112, "matokeo": 113, "mpangilo": 113, "yote": 113, "vipi": 114, "utaomba": 114, "vipengel": 114, "kumbukumbu": 115, "watumiaji": 115, "msanidi": 115, "programu": 115, "thermal": 116, "support": 116, "usag": 116, "somo": 117, "tengeneza": 117, "kitaalamu": 117, "kutengeneza": 117, "measur": 117, "stockpil": 117, "volum": 117, "fieldwork": 117, "plan": 117, "flight": 117, "pattern": 117, "height": 117, "paramet": 117, "docker": 117, "tumia": 117, "kweny": 117, "instanc": 117, "line": 117, "mifano": 117, "safisha": 117, "juu": 117, "baada": 117, "singular": 117, "sif": 117, "kutoka": 117, "eneo": 117, "leny": 117, "low": 117, "bandwidth": 117, "nini": 117, "hiki": 117, "nani": 117, "kuandaa": 117, "muundo": 117, "anuani": 117, "kubadilisha": 117, "droplet": 117, "kuvuta": 117, "pini": 117, "pekua": 117, "kumaliza": 117, "kisia": 117, "utachukua": 117, "mda": 117, "mkubwa": 117, "potre": 117, "viewer": 117, "modul": 117, "appear": 117, "budget": 117, "field": 117, "view": 117, "ey": 117, "dome": 117, "light": 117, "tool": 117, "clip": 117, "navig": 117, "scene": 117}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.todo": 2, "sphinx": 57}, "alltitles": {"Alignment Files": [[0, "alignment-files"]], "Chagizi na Bendera": [[1, "options-and-flags"]], "3d-tiles": [[2, "d-tiles"]], "align": [[3, "align"]], "auto-boundary": [[4, "auto-boundary"]], "What Is Auto-Boundary?": [[4, "what-is-auto-boundary"]], "When Is Auto-Boundary Helpful?": [[4, "when-is-auto-boundary-helpful"]], "Why would one use auto-boundary?": [[4, "why-would-one-use-auto-boundary"]], "Example Images": [[4, "example-images"], [7, "example-images"], [8, "example-images"], [9, "example-images"], [11, "example-images"]], "True: --auto-boundary": [[4, "true-auto-boundary"]], "False: null": [[4, "false-null"], [7, "false-null"], [8, "false-null"], [11, "false-null"]], "auto-boundary-distance": [[5, "auto-boundary-distance"]], "bg-removal": [[6, "bg-removal"]], "boundary": [[7, "boundary"]], "What is Boundary [GeoJSON]?": [[7, "what-is-boundary-geojson"]], "When is Boundary [GeoJSON] appropriate?": [[7, "when-is-boundary-geojson-appropriate"]], "Why would one use Boundary [GeoJSON]?": [[7, "why-would-one-use-boundary-geojson"]], "How would one create Boundary [GeoJSON]?": [[7, "how-would-one-create-boundary-geojson"]], "GeoJSON.io": [[7, "geojson-io"]], "New GeoJSON": [[7, "new-geojson"]], "Creating A Polygon": [[7, "creating-a-polygon"]], "Placing Vertices": [[7, "placing-vertices"]], "Completing A Polygon": [[7, "completing-a-polygon"]], "Saving A Polygon": [[7, "saving-a-polygon"]], "Downloading A Polygon": [[7, "downloading-a-polygon"]], "Setting Boundary [GeoJSON] In Task Options": [[7, "setting-boundary-geojson-in-task-options"]], "Boundary [GeoJSON] Loaded In Task Options": [[7, "boundary-geojson-loaded-in-task-options"]], "QGIS": [[7, "qgis"]], "Creating A New Temporary Scratch Layer": [[7, "creating-a-new-temporary-scratch-layer"]], "New Temporary Scratch Layer Geometry Type": [[7, "new-temporary-scratch-layer-geometry-type"]], "New Temporary Scratch Layer Settings": [[7, "new-temporary-scratch-layer-settings"]], "Adding an Orthophoto Background": [[7, "adding-an-orthophoto-background"]], "Adding A Polyon Feature": [[7, "adding-a-polyon-feature"]], "Toggle Editing Off": [[7, "toggle-editing-off"]], "Save Changes To Temporary Scratch Layer": [[7, "save-changes-to-temporary-scratch-layer"]], "Export Temporary Scratch Layer Features": [[7, "export-temporary-scratch-layer-features"]], "Save Vector Layer As": [[7, "save-vector-layer-as"]], "True: --boundary [GeoJSON] - Point Cloud": [[7, "true-boundary-geojson-point-cloud"]], "True: --boundary [GeoJSON] - Orthophoto": [[7, "true-boundary-geojson-orthophoto"]], "True: --boundary [GeoJSON] - Digital Elevation Model": [[7, "true-boundary-geojson-digital-elevation-model"]], "True: --boundary [GeoJSON] - 3D Model/Textured Mesh": [[7, "true-boundary-geojson-3d-model-textured-mesh"]], "build-overviews": [[8, "build-overviews"]], "What Are Overviews?": [[8, "what-are-overviews"]], "When are Overviews appropriate?": [[8, "when-are-overviews-appropriate"]], "Why would one use Overviews?": [[8, "why-would-one-use-overviews"]], "True: --build-overviews": [[8, "true-build-overviews"]], "camera-lens": [[9, "camera-lens"]], "What Are Camera Lens Models?": [[9, "what-are-camera-lens-models"]], "When are manual selections appropriate?": [[9, "when-are-manual-selections-appropriate"]], "Why would one use a particular Camera Lens Model?": [[9, "why-would-one-use-a-particular-camera-lens-model"]], "auto : Rectilinear Data": [[9, "auto-rectilinear-data"]], "brown : Rectilinear Data": [[9, "brown-rectilinear-data"]], "fisheye : Rectilinear Data": [[9, "fisheye-rectilinear-data"]], "perspective : Rectilinear Data": [[9, "perspective-rectilinear-data"]], "spherical : Rectilinear Data": [[9, "spherical-rectilinear-data"]], "cameras": [[10, "cameras"]], "cog": [[11, "cog"]], "What Are Cloud Optimized GeoTIFFs (COGs)?": [[11, "what-are-cloud-optimized-geotiffs-cogs"]], "When are COGs appropriate?": [[11, "when-are-cogs-appropriate"]], "Why would one use COGs?": [[11, "why-would-one-use-cogs"]], "True: --cog": [[11, "true-cog"]], "copy-to": [[12, "copy-to"]], "crop": [[13, "crop"]], "debug": [[14, "debug"]], "dem-decimation": [[15, "dem-decimation"]], "dem-euclidean-map": [[16, "dem-euclidean-map"]], "dem-gapfill-steps": [[17, "dem-gapfill-steps"]], "dem-resolution": [[18, "dem-resolution"]], "depthmap-resolution": [[19, "depthmap-resolution"]], "dsm": [[20, "dsm"]], "dtm": [[21, "dtm"]], "end-with": [[22, "end-with"]], "fast-orthophoto": [[23, "fast-orthophoto"]], "feature-quality": [[24, "feature-quality"]], "feature-type": [[25, "feature-type"]], "force-gps": [[26, "force-gps"]], "gcp": [[27, "gcp"]], "geo": [[28, "geo"]], "gltf": [[29, "gltf"]], "gps-accuracy": [[30, "gps-accuracy"]], "help": [[31, "help"]], "ignore-gsd": [[32, "ignore-gsd"]], "matcher-neighbors": [[33, "matcher-neighbors"]], "matcher-type": [[34, "matcher-type"]], "max-concurrency": [[35, "max-concurrency"]], "merge": [[36, "merge"]], "mesh-octree-depth": [[37, "mesh-octree-depth"]], "mesh-size": [[38, "mesh-size"]], "min-num-features": [[39, "min-num-features"]], "name": [[40, "name"]], "no-gpu": [[41, "no-gpu"]], "optimize-disk-space": [[42, "optimize-disk-space"]], "orthophoto-compression": [[43, "orthophoto-compression"]], "orthophoto-cutline": [[44, "orthophoto-cutline"]], "orthophoto-kmz": [[45, "orthophoto-kmz"]], "orthophoto-no-tiled": [[46, "orthophoto-no-tiled"]], "orthophoto-png": [[47, "orthophoto-png"]], "orthophoto-resolution": [[48, "orthophoto-resolution"]], "pc-classify": [[49, "pc-classify"]], "pc-copc": [[50, "pc-copc"]], "pc-csv": [[51, "pc-csv"]], "pc-ept": [[52, "pc-ept"]], "pc-filter": [[53, "pc-filter"]], "pc-geometric": [[54, "pc-geometric"]], "pc-las": [[55, "pc-las"]], "pc-quality": [[56, "pc-quality"]], "pc-rectify": [[57, "pc-rectify"]], "pc-sample": [[58, "pc-sample"]], "pc-skip-geometric": [[59, "pc-skip-geometric"]], "pc-tile": [[60, "pc-tile"]], "primary-band": [[61, "primary-band"]], "project-path": [[62, "project-path"]], "radiometric-calibration": [[63, "radiometric-calibration"]], "rerun": [[64, "rerun"]], "rerun-all": [[65, "rerun-all"]], "rerun-from": [[66, "rerun-from"]], "resize-to": [[67, "resize-to"]], "rolling-shutter": [[68, "rolling-shutter"]], "rolling-shutter-readout": [[69, "rolling-shutter-readout"]], "sfm-algorithm": [[70, "sfm-algorithm"]], "skip-3dmodel": [[71, "skip-3dmodel"]], "skip-band-alignment": [[72, "skip-band-alignment"]], "skip-orthophoto": [[73, "skip-orthophoto"]], "skip-report": [[74, "skip-report"]], "sky-removal": [[75, "sky-removal"]], "sm-cluster": [[76, "sm-cluster"]], "sm-no-align": [[77, "sm-no-align"]], "smrf-scalar": [[78, "smrf-scalar"]], "smrf-slope": [[79, "smrf-slope"]], "smrf-threshold": [[80, "smrf-threshold"]], "smrf-window": [[81, "smrf-window"]], "split": [[82, "split"]], "split-image-groups": [[83, "split-image-groups"]], "split-overlap": [[84, "split-overlap"]], "texturing-data-term": [[85, "texturing-data-term"]], "texturing-keep-unseen-faces": [[86, "texturing-keep-unseen-faces"]], "texturing-outlier-removal-type": [[87, "texturing-outlier-removal-type"]], "texturing-single-material": [[88, "texturing-single-material"]], "texturing-skip-global-seam-leveling": [[89, "texturing-skip-global-seam-leveling"]], "texturing-skip-local-seam-leveling": [[90, "texturing-skip-local-seam-leveling"]], "texturing-tone-mapping": [[91, "texturing-tone-mapping"]], "tiles": [[92, "tiles"]], "time": [[93, "time"]], "use-3dmesh": [[94, "use-3dmesh"]], "use-exif": [[95, "use-exif"]], "use-fixed-camera-params": [[96, "use-fixed-camera-params"]], "use-hybrid-bundle-adjustment": [[97, "use-hybrid-bundle-adjustment"]], "verbose": [[98, "verbose"]], "version": [[99, "version"]], "video-limit": [[100, "video-limit"]], "video-resolution": [[101, "video-resolution"]], "Jinsi ya kushiriki": [[102, "how-to-contribute"]], "Jukwaa la kijamii": [[102, "community-forum"]], "Kuwasilisha Bugs": [[102, "reporting-bugs"]], "Kigezo kwa kuwasilisha maelezo ya bug": [[102, "template-for-submitting-bug-reports"]], "Tatua maombi": [[102, "pull-requests"]], "Frequently Asked Questions": [[103, "frequently-asked-questions"]], "Data Processing": [[103, "data-processing"]], "Can I process two or more orthophoto GeoTIFFs to stitch them together?": [[103, "can-i-process-two-or-more-orthophoto-geotiffs-to-stitch-them-together"]], "The software is not using all of my CPU cores / memory / GPU all of the times. Is it normal?": [[103, "the-software-is-not-using-all-of-my-cpu-cores-memory-gpu-all-of-the-times-is-it-normal"]], "If I use the native version of the software, how can I allocate more resources for processing?": [[103, "if-i-use-the-native-version-of-the-software-how-can-i-allocate-more-resources-for-processing"]], "Licensing": [[103, "licensing"]], "I want to build a commercial application that includes ODM. Do I need a commercial license?": [[103, "i-want-to-build-a-commercial-application-that-includes-odm-do-i-need-a-commercial-license"]], "Are there other licensing options aside from the AGPLv3?": [[103, "are-there-other-licensing-options-aside-from-the-agplv3"]], "Memory issues": [[103, "memory-issues"]], "Your computer is running out of memory, what can you do?": [[103, "your-computer-is-running-out-of-memory-what-can-you-do"]], "Kidokeza cha kurusha ndege nyuki": [[104, "flying-tips"]], "Pointi za Udhibiti wa chini": [[105, "ground-control-points"]], "Recommended practices for GCP setting": [[105, "recommended-practices-for-gcp-setting"]], "GCP file format": [[105, "gcp-file-format"]], "interface ya mtumiaji": [[105, "user-interfaces"]], "POSM GCPi": [[105, "id1"]], "GCP Editor Pro": [[105, "id2"]], "References": [[105, "references"], [110, "references"]], "Image Geolocation Files": [[106, "image-geolocation-files"]], "Karibu OpenDroneMap Kitabu": [[107, "welcome-to-opendronemap-s-documentation"]], "Kuingiza na kuanza kutumia": [[108, "installation-and-getting-started"]], "Quickstart": [[108, "quickstart"]], "Sifa za Hardware": [[108, "hardware-recommendations"]], "Minimum RAM needed for N images": [[108, "id4"]], "Uingizaji": [[108, "installation"]], "Windows": [[108, "windows"]], "Jia ya 1. Angalia msaada wa uvumbuzi": [[108, "step-1-check-virtualization-support"], [108, "id1"]], "Njia ya 2. Ingiza Vinavyohitajika": [[108, "step-2-install-requirements"], [108, "id2"]], "Njia ya 3. Angalia nafasi na mgao wa CPU": [[108, "step-3-check-memory-and-cpu-allocation"], [108, "id3"]], "Njia ya 4. Pakua WebODM": [[108, "step-4-download-webodm"]], "Njia ya 4. Zindua WebODM": [[108, "step-4-launch-webodm"]], "macOS": [[108, "macos"]], "Njia ya 4. Pakua na fungua WebODM": [[108, "step-4-download-and-launch-webodm"]], "Linux": [[108, "linux"]], "Hatua 1. Mahitaji ya kuingiza": [[108, "step-1-install-requirements"]], "Ingiza ndani ya Ubuntu / Debian": [[108, "install-on-ubuntu-debian"]], "Ingiza ndani ya CentOS / RHEL": [[108, "install-on-centos-rhel"]], "Ingiza ndani ya Fedora": [[108, "install-on-fedora"]], "Ingiza ndani ya Arch": [[108, "install-on-arch"]], "Njia ya 2. Angalia Mahitaji ya Ziada": [[108, "step-2-check-additional-requirements"]], "Njia ya 3. Pakua na zindua WebODM": [[108, "step-3-download-and-launch-webodm"]], "Camand za msingi na utatuzi shida": [[108, "basic-commands-and-troubleshooting"]], "Habari, WebODM!": [[108, "hello-webodm"]], "Kuendesha mashine zaidi ya moja": [[108, "running-on-more-than-one-machine"]], "Splitting Large Datasets": [[109, "splitting-large-datasets"]], "Kurekebisha Picha": [[109, "calibrate-images"]], "Split-Merge ya Ndani": [[109, "local-split-merge"]], "Kugawanya Split-Merge": [[109, "distributed-split-merge"]], "Kupata kuanza pamoja na kugawanya Split-Merge": [[109, "getting-started-with-distributed-split-merge"]], "Kufahamu Cluster": [[109, "understanding-the-cluster"]], "Kutumia Logs": [[109, "accessing-the-logs"]], "Kuongeza kiotomatiki ClusterODM": [[109, "autoscaling-clusterodm"]], "Mipaka": [[109, "limitations"]], "Tunakiri": [[109, "acknowledgments"]], "Map accuracy": [[110, "map-accuracy"]], "What to expect": [[110, "what-to-expect"]], "Aspects impacting map accuracy": [[110, "aspects-impacting-map-accuracy"]], "Using Image Masks": [[111, "using-image-masks"]], "Msaada wa Multispectral": [[112, "multispectral-support"]], "Hardware": [[112, "hardware"], [116, "hardware"]], "Matumizi": [[112, "usage"]], "Sentera AGX710": [[112, "sentera-agx710"]], "OpenDroneMap Matokeo": [[113, "opendronemap-outputs"]], "Point Cloud": [[113, "point-cloud"]], "3D Textured Model": [[113, "d-textured-model"]], "Orthophoto": [[113, "orthophoto"]], "DTM/DSM": [[113, "dtm-dsm"]], "Logs": [[113, "logs"]], "Mpangilo wa matokeo yote": [[113, "list-of-all-outputs"]], "Vipi Utaomba Vipengele": [[114, "how-to-request-features"]], "Kumbukumbu za ziada": [[115, "additional-references"]], "Kwa watumiaji": [[115, "for-users"]], "Kwa msanidi programu": [[115, "for-developers"]], "Thermal Support": [[116, "thermal-support"]], "Usage": [[116, "usage"]], "Somo": [[117, "tutorials"]], "Tengeneza Orthophotos ya kitaalamu": [[117, "creating-high-quality-orthophotos"]], "Kurekebisha Camera": [[117, "calibrating-the-camera"]], "Kutengeneza Digital Elevation Model": [[117, "creating-digital-elevation-models"]], "Measuring stockpile volume": [[117, "measuring-stockpile-volume"]], "Fieldwork planning": [[117, "fieldwork-planning"]], "Flight pattern": [[117, "flight-pattern"]], "Flight height": [[117, "flight-height"]], "GCPs": [[117, "gcps"]], "Processing parameters": [[117, "processing-parameters"]], "Measuring": [[117, "measuring"]], "Expected accuracy": [[117, "expected-accuracy"]], "Kutumia Docker": [[117, "using-docker"]], "Kutumia Docker mashine": [[117, "listing-docker-machines"]], "Tumia logs kwenye instance": [[117, "accessing-logs-on-the-instance"]], "Matumizy ya camand line kwa mifano": [[117, "command-line-access-to-instances"]], "Safisha juu baada ya Docker": [[117, "cleaning-up-after-docker"]], "Using Singularity": [[117, "using-singularity"]], "Downloading image": [[117, "downloading-image"]], "Using Singularity SIF image": [[117, "using-singularity-sif-image"]], "Tumia ODM kutoka eneo lenye low-bandwidth": [[117, "using-odm-from-low-bandwidth-location"]], "Nini hiki na kwa nani": [[117, "what-is-this-and-who-is-it-for"]], "Njia": [[117, "steps"]], "Kuingiza": [[117, "install"]], "Kuandaa data na project": [[117, "prep-data-and-project"]], "Muundo wa Anuani": [[117, "directory-structure"]], "Kubadilisha droplet, kuvuta pini, pekua": [[117, "resize-droplet-pull-pin-run-away"]], "Baada kumaliza (kisia utachukua mda mkubwa)": [[117, "after-it-finishes-assuming-you-survive-that-long"]], "Using Potree 3D viewer module on WebODM": [[117, "using-potree-3d-viewer-module-on-webodm"]], "Cameras": [[117, "cameras"]], "Textured model": [[117, "textured-model"]], "Appearance": [[117, "appearance"]], "Point budget": [[117, "point-budget"]], "Field of view": [[117, "field-of-view"]], "Eye Dome-lighting": [[117, "eye-dome-lighting"]], "Background": [[117, "background"]], "Other": [[117, "other"]], "Tools": [[117, "tools"]], "Measurement": [[117, "measurement"]], "Clipping": [[117, "clipping"]], "Navigation": [[117, "navigation"]], "Scene": [[117, "scene"]]}, "indexentries": {}}) \ No newline at end of file +Search.setIndex({"docnames": ["align", "arguments", "arguments/3d-tiles", "arguments/align", "arguments/auto-boundary", "arguments/auto-boundary-distance", "arguments/bg-removal", "arguments/boundary", "arguments/build-overviews", "arguments/camera-lens", "arguments/cameras", "arguments/cog", "arguments/copy-to", "arguments/crop", "arguments/debug", "arguments/dem-decimation", "arguments/dem-euclidean-map", "arguments/dem-gapfill-steps", "arguments/dem-resolution", "arguments/depthmap-resolution", "arguments/dsm", "arguments/dtm", "arguments/end-with", "arguments/fast-orthophoto", "arguments/feature-quality", "arguments/feature-type", "arguments/force-gps", "arguments/gcp", "arguments/geo", "arguments/gltf", "arguments/gps-accuracy", "arguments/help", "arguments/ignore-gsd", "arguments/matcher-neighbors", "arguments/matcher-type", "arguments/max-concurrency", "arguments/merge", "arguments/mesh-octree-depth", "arguments/mesh-size", "arguments/min-num-features", "arguments/name", "arguments/no-gpu", "arguments/optimize-disk-space", "arguments/orthophoto-compression", "arguments/orthophoto-cutline", "arguments/orthophoto-kmz", "arguments/orthophoto-no-tiled", "arguments/orthophoto-png", "arguments/orthophoto-resolution", "arguments/pc-classify", "arguments/pc-copc", "arguments/pc-csv", "arguments/pc-ept", "arguments/pc-filter", "arguments/pc-geometric", "arguments/pc-las", "arguments/pc-quality", "arguments/pc-rectify", "arguments/pc-sample", "arguments/pc-skip-geometric", "arguments/pc-tile", "arguments/primary-band", "arguments/project-path", "arguments/radiometric-calibration", "arguments/rerun", "arguments/rerun-all", "arguments/rerun-from", "arguments/resize-to", "arguments/rolling-shutter", "arguments/rolling-shutter-readout", "arguments/sfm-algorithm", "arguments/skip-3dmodel", "arguments/skip-band-alignment", "arguments/skip-orthophoto", "arguments/skip-report", "arguments/sky-removal", "arguments/sm-cluster", "arguments/sm-no-align", "arguments/smrf-scalar", "arguments/smrf-slope", "arguments/smrf-threshold", "arguments/smrf-window", "arguments/split", "arguments/split-image-groups", "arguments/split-overlap", "arguments/texturing-data-term", "arguments/texturing-keep-unseen-faces", "arguments/texturing-outlier-removal-type", "arguments/texturing-single-material", "arguments/texturing-skip-global-seam-leveling", "arguments/texturing-skip-local-seam-leveling", "arguments/texturing-tone-mapping", "arguments/tiles", "arguments/time", "arguments/use-3dmesh", "arguments/use-exif", "arguments/use-fixed-camera-params", "arguments/use-hybrid-bundle-adjustment", "arguments/verbose", "arguments/version", "arguments/video-limit", "arguments/video-resolution", "contributing", "faq", "flying", "gcp", "geo", "index", "installation", "large", "map-accuracy", "masks", "multispectral", "outputs", "requesting-features", "resources", "thermal", "tutorials"], "filenames": ["align.rst", "arguments.rst", "arguments/3d-tiles.rst", "arguments/align.rst", "arguments/auto-boundary.rst", "arguments/auto-boundary-distance.rst", "arguments/bg-removal.rst", "arguments/boundary.rst", "arguments/build-overviews.rst", "arguments/camera-lens.rst", "arguments/cameras.rst", "arguments/cog.rst", "arguments/copy-to.rst", "arguments/crop.rst", "arguments/debug.rst", "arguments/dem-decimation.rst", "arguments/dem-euclidean-map.rst", "arguments/dem-gapfill-steps.rst", "arguments/dem-resolution.rst", "arguments/depthmap-resolution.rst", "arguments/dsm.rst", "arguments/dtm.rst", "arguments/end-with.rst", "arguments/fast-orthophoto.rst", "arguments/feature-quality.rst", "arguments/feature-type.rst", "arguments/force-gps.rst", "arguments/gcp.rst", "arguments/geo.rst", "arguments/gltf.rst", "arguments/gps-accuracy.rst", "arguments/help.rst", "arguments/ignore-gsd.rst", "arguments/matcher-neighbors.rst", "arguments/matcher-type.rst", "arguments/max-concurrency.rst", "arguments/merge.rst", "arguments/mesh-octree-depth.rst", "arguments/mesh-size.rst", "arguments/min-num-features.rst", "arguments/name.rst", "arguments/no-gpu.rst", "arguments/optimize-disk-space.rst", "arguments/orthophoto-compression.rst", "arguments/orthophoto-cutline.rst", "arguments/orthophoto-kmz.rst", "arguments/orthophoto-no-tiled.rst", "arguments/orthophoto-png.rst", "arguments/orthophoto-resolution.rst", "arguments/pc-classify.rst", "arguments/pc-copc.rst", "arguments/pc-csv.rst", "arguments/pc-ept.rst", "arguments/pc-filter.rst", "arguments/pc-geometric.rst", "arguments/pc-las.rst", "arguments/pc-quality.rst", "arguments/pc-rectify.rst", "arguments/pc-sample.rst", "arguments/pc-skip-geometric.rst", "arguments/pc-tile.rst", "arguments/primary-band.rst", "arguments/project-path.rst", "arguments/radiometric-calibration.rst", "arguments/rerun.rst", "arguments/rerun-all.rst", "arguments/rerun-from.rst", "arguments/resize-to.rst", "arguments/rolling-shutter.rst", "arguments/rolling-shutter-readout.rst", "arguments/sfm-algorithm.rst", "arguments/skip-3dmodel.rst", "arguments/skip-band-alignment.rst", "arguments/skip-orthophoto.rst", "arguments/skip-report.rst", "arguments/sky-removal.rst", "arguments/sm-cluster.rst", "arguments/sm-no-align.rst", "arguments/smrf-scalar.rst", "arguments/smrf-slope.rst", "arguments/smrf-threshold.rst", "arguments/smrf-window.rst", "arguments/split.rst", "arguments/split-image-groups.rst", "arguments/split-overlap.rst", "arguments/texturing-data-term.rst", "arguments/texturing-keep-unseen-faces.rst", "arguments/texturing-outlier-removal-type.rst", "arguments/texturing-single-material.rst", "arguments/texturing-skip-global-seam-leveling.rst", "arguments/texturing-skip-local-seam-leveling.rst", "arguments/texturing-tone-mapping.rst", "arguments/tiles.rst", "arguments/time.rst", "arguments/use-3dmesh.rst", "arguments/use-exif.rst", "arguments/use-fixed-camera-params.rst", "arguments/use-hybrid-bundle-adjustment.rst", "arguments/verbose.rst", "arguments/version.rst", "arguments/video-limit.rst", "arguments/video-resolution.rst", "contributing.rst", "faq.rst", "flying.rst", "gcp.rst", "geo.rst", "index.rst", "installation.rst", "large.rst", "map-accuracy.rst", "masks.rst", "multispectral.rst", "outputs.rst", "requesting-features.rst", "resources.rst", "thermal.rst", "tutorials.rst"], "titles": ["Alignment Files", "Chagizi na Bendera", "3d-tiles", "align", "auto-boundary", "auto-boundary-distance", "bg-removal", "boundary", "build-overviews", "camera-lens", "cameras", "cog", "copy-to", "crop", "debug", "dem-decimation", "dem-euclidean-map", "dem-gapfill-steps", "dem-resolution", "depthmap-resolution", "dsm", "dtm", "end-with", "fast-orthophoto", "feature-quality", "feature-type", "force-gps", "gcp", "geo", "gltf", "gps-accuracy", "help", "ignore-gsd", "matcher-neighbors", "matcher-type", "max-concurrency", "merge", "mesh-octree-depth", "mesh-size", "min-num-features", "name", "no-gpu", "optimize-disk-space", "orthophoto-compression", "orthophoto-cutline", "orthophoto-kmz", "orthophoto-no-tiled", "orthophoto-png", "orthophoto-resolution", "pc-classify", "pc-copc", "pc-csv", "pc-ept", "pc-filter", "pc-geometric", "pc-las", "pc-quality", "pc-rectify", "pc-sample", "pc-skip-geometric", "pc-tile", "primary-band", "project-path", "radiometric-calibration", "rerun", "rerun-all", "rerun-from", "resize-to", "rolling-shutter", "rolling-shutter-readout", "sfm-algorithm", "skip-3dmodel", "skip-band-alignment", "skip-orthophoto", "skip-report", "sky-removal", "sm-cluster", "sm-no-align", "smrf-scalar", "smrf-slope", "smrf-threshold", "smrf-window", "split", "split-image-groups", "split-overlap", "texturing-data-term", "texturing-keep-unseen-faces", "texturing-outlier-removal-type", "texturing-single-material", "texturing-skip-global-seam-leveling", "texturing-skip-local-seam-leveling", "texturing-tone-mapping", "tiles", "time", "use-3dmesh", "use-exif", "use-fixed-camera-params", "use-hybrid-bundle-adjustment", "verbose", "version", "video-limit", "video-resolution", "Jinsi ya kushiriki", "Frequently Asked Questions", "Kidokeza cha kurusha ndege nyuki", "Pointi za Udhibiti wa chini", "Image Geolocation Files", "Karibu OpenDroneMap Kitabu", "Kuingiza na kuanza kutumia", "Splitting Large Datasets", "Map accuracy", "Using Image Masks", "Msaada wa Multispectral", "OpenDroneMap Matokeo", "Vipi Utaomba Vipengele", "Kumbukumbu za ziada", "Thermal Support", "Somo"], "terms": {"georeferenc": [0, 1, 27, 28, 50, 51, 52, 55, 95, 109, 113], "default": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 106, 108, 117], "i": [0, 1, 8, 9, 11, 15, 18, 26, 32, 34, 35, 40, 48, 61, 63, 77, 84, 94, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "done": [0, 1, 84, 117], "us": [0, 1, 6, 10, 13, 15, 16, 17, 20, 21, 26, 27, 28, 30, 35, 37, 39, 41, 43, 44, 57, 58, 61, 67, 69, 72, 75, 77, 83, 89, 105, 106, 107, 108, 109, 110, 112, 113, 116], "gp": [0, 1, 33, 70, 77, 105, 106, 107, 110], "gcp": [0, 1, 26, 95, 107, 109, 110], "provid": [0, 1, 7, 94, 117], "start": [0, 1, 17, 102, 106, 107, 108, 111, 117], "from": [0, 1, 4, 7, 9, 10, 11, 16, 23, 42, 53, 70, 100, 105, 106, 107, 108, 111, 112, 116, 117], "odm": [0, 1, 72, 102, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116], "3": [0, 1, 13, 17, 102, 105, 107, 109, 110, 117], "0": [0, 1, 5, 13, 17, 28, 33, 48, 53, 58, 69, 79, 80, 81, 100, 103, 105, 106, 108, 109, 111, 112, 117], "2": [0, 1, 35, 53, 94, 102, 105, 106, 107, 109, 110, 111, 115, 117], "peopl": [0, 106, 111], "can": [0, 1, 4, 7, 9, 10, 11, 16, 28, 30, 32, 34, 39, 44, 49, 54, 58, 61, 68, 70, 71, 73, 74, 91, 96, 102, 105, 106, 107, 109, 110, 111, 114, 115, 116, 117], "suppli": [0, 106, 111], "refer": [0, 8, 107, 109, 117], "georefer": 0, "program": [0, 1, 8, 11, 103, 108, 111, 117], "output": [0, 1, 2, 3, 7, 12, 13, 17, 32, 36, 38, 49, 58, 101, 108, 109, 113, 117], "The": [0, 1, 4, 7, 8, 9, 11, 16, 27, 28, 35, 38, 83, 101, 104, 105, 106, 107, 110, 112, 113, 117], "reconstruct": [0, 1, 3, 4, 7, 9, 23, 26, 30, 37, 39, 61, 97, 110, 111, 113], "initi": [0, 117], "perform": [0, 1, 8, 33, 57, 63, 108, 117], "subsequ": [0, 106], "model": [0, 1, 20, 21, 23, 29, 71, 107, 108, 110], "via": [0, 1, 9, 11, 63, 107, 109], "linear": [0, 117], "scale": [0, 7, 109, 110], "rotat": [0, 117], "shift": [0, 108, 110], "oper": [0, 117], "If": [0, 1, 7, 23, 26, 28, 30, 68, 72, 106, 107, 110, 114, 117], "you": [0, 1, 4, 7, 9, 23, 26, 28, 30, 45, 46, 47, 49, 60, 61, 63, 68, 71, 73, 74, 95, 105, 106, 107, 108, 109, 110, 111, 114, 116, 117], "call": [0, 106], "laz": [0, 1, 3, 113], "la": [0, 1, 3, 105, 107, 108, 109, 113, 114, 117], "tif": [0, 111, 112, 113, 117], "singl": [0, 1, 7, 29, 58, 105, 107, 111, 117], "band": [0, 1, 107, 112, 117], "geotiff": [0, 1, 3, 8, 46, 107, 113], "dem": [0, 1, 3, 20, 21, 36, 49, 71, 73, 92, 107, 109, 117], "automat": [0, 1, 3, 4, 5, 6, 9, 13, 30, 72, 75, 106, 117], "detect": [0, 9, 106, 108, 117], "attempt": [0, 1], "thi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "ha": [0, 1, 7, 8, 11, 61, 68, 106, 110, 116, 117], "anoth": [0, 1, 9, 10, 103, 106, 117], "name": [0, 1, 7, 61, 102, 105, 106, 107, 111, 112, 117], "specifi": [0, 1, 5, 7, 9, 10, 61, 105, 106, 108], "path": [0, 1, 3, 7, 10, 12, 27, 28, 83, 102, 105, 106, 107, 108, 109, 117], "must": [0, 11, 106, 110], "creat": [0, 1, 8, 11, 13, 106, 107, 108, 109, 111, 112, 117], "base": [0, 1, 4, 33, 106, 108, 117], "your": [0, 1, 7, 9, 30, 60, 62, 69, 106, 107, 108, 111, 114, 117], "project": [0, 1, 9, 40, 102, 104, 105, 106, 107, 108, 109, 110, 113], "folder": [0, 1, 12, 40, 62, 105, 106, 108, 109, 112, 117], "learn": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "edit": [0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "help": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "improv": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "page": [0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "3d": [1, 4, 23, 71, 73, 85, 94, 104, 107, 109], "tile": [1, 8, 11, 52, 105, 107, 117], "gener": [1, 2, 7, 8, 11, 15, 17, 23, 24, 29, 44, 45, 47, 56, 57, 70, 71, 73, 74, 88, 92, 93, 110, 116, 117], "ogc": [1, 2], "fals": [1, 2, 6, 14, 16, 20, 21, 23, 26, 29, 32, 41, 42, 44, 45, 46, 47, 49, 50, 51, 52, 54, 55, 57, 59, 60, 68, 71, 72, 73, 74, 75, 77, 86, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 107, 117], "align": [1, 107], "string": [1, 3, 7, 9, 10, 27, 28, 61, 76, 83, 105, 106], "point": [1, 3, 9, 15, 19, 27, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 105, 107, 109, 110, 115], "cloud": [1, 3, 4, 9, 19, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 107, 109, 110, 117], "should": [1, 3, 7, 9, 11, 62, 63, 82, 83, 105, 106, 112, 114, 117], "experiment": [1, 3, 6, 60, 63, 75], "none": [1, 3, 4, 7, 8, 9, 11, 27, 28, 43, 63, 76, 83, 87, 91, 117], "auto": [1, 7, 61, 107, 109, 112, 117], "boundari": [1, 13, 107, 112, 117], "set": [1, 4, 5, 9, 17, 19, 24, 28, 30, 33, 43, 45, 46, 47, 53, 56, 58, 60, 63, 67, 69, 100, 103, 106, 107, 108, 113, 114, 117], "camera": [1, 4, 5, 28, 63, 68, 69, 70, 86, 103, 104, 105, 106, 107, 110, 112, 113, 114, 116], "shot": [1, 4, 5, 111], "locat": [1, 4, 5, 7, 105, 108, 110, 117], "limit": [1, 4, 7, 58, 107, 110, 111, 117], "area": [1, 4, 7, 16, 17, 30, 39, 44, 85, 94, 110, 111, 117], "remov": [1, 4, 18, 48, 53, 58, 107, 109, 117], "far": [1, 4], "awai": [1, 4], "background": [1, 4, 6, 107, 108, 115], "artifact": [1, 4, 9], "sky": [1, 4, 107, 111], "landscap": [1, 4], "etc": [1, 4, 8, 9, 11, 102, 108, 109, 115], "see": [1, 4, 7, 9, 68, 103, 104, 105, 108], "also": [1, 4, 7, 18, 39, 48, 68, 103, 107, 108, 110, 114, 116, 117], "distanc": [1, 16, 17, 18, 32, 48, 105, 107, 110, 117], "posit": [1, 5, 13, 15, 17, 19, 30, 33, 35, 38, 53, 58, 69, 70, 78, 79, 80, 81, 82, 84, 100, 101, 105, 110, 113, 117], "float": [1, 5, 13, 18, 19, 30, 48, 53, 58, 78, 79, 80, 81], "between": [1, 5, 7, 39, 84, 110, 117], "outer": [1, 5], "edg": [1, 5, 9, 44], "when": [1, 5, 32, 61, 63, 72, 82, 85, 89, 96, 103, 107, 110, 117], "comput": [1, 5, 6, 10, 16, 19, 25, 54, 59, 63, 75, 94, 107, 108, 117], "choos": [1, 5, 7, 8, 9, 25, 36, 61, 70, 85], "valu": [1, 5, 9, 16, 18, 19, 28, 30, 37, 48, 63, 69, 82, 105, 106, 110, 113, 117], "bg": [1, 107], "imag": [1, 6, 13, 19, 26, 28, 30, 32, 33, 35, 39, 62, 63, 67, 68, 70, 72, 75, 82, 84, 85, 89, 96, 97, 103, 105, 107, 109, 110, 112, 113, 114, 116], "mask": [1, 4, 6, 75, 107, 113, 117], "ai": [1, 6, 75], "json": [1, 7, 10, 109, 113, 117], "geojson": [1, 107, 117], "polygon": [1, 44, 107, 117], "either": [1, 7, 8, 10, 105, 106], "file": [1, 7, 8, 10, 11, 27, 28, 29, 42, 83, 88, 93, 95, 100, 102, 103, 107, 108, 111, 112, 113, 117], "repres": [1, 7, 10, 117], "content": [1, 7, 10], "build": [1, 20, 21, 105, 107, 108, 117], "overview": [1, 11, 107, 117], "orthophoto": [1, 8, 36, 67, 71, 92, 94, 107, 109, 112, 116], "faster": [1, 8, 32, 34, 70, 94], "displai": [1, 8, 11, 99, 107, 117], "qgi": [1, 8, 11, 107, 112, 113, 117], "len": [1, 104, 107], "perspect": [1, 107], "brown": [1, 107], "fishey": [1, 107], "fisheye_opencv": [1, 9], "spheric": [1, 107], "equirectangular": [1, 9], "dual": [1, 9], "type": [1, 4, 8, 9, 11, 107, 108, 110, 117], "manual": [1, 30, 107], "geometr": [1, 9, 107], "undistort": [1, 9, 113], "By": [1, 4, 9, 36, 106, 117], "applic": [1, 9, 11, 107, 108], "tri": [1, 9, 103], "determin": [1, 9, 117], "metadata": [1, 9, 113], "paramet": [1, 4, 7, 8, 9, 10, 11, 20, 21, 45, 46, 47, 49, 78, 79, 80, 81, 96, 107, 108, 112, 116], "dataset": [1, 4, 7, 10, 13, 15, 22, 36, 40, 42, 59, 61, 62, 64, 66, 70, 72, 77, 82, 97, 102, 107, 110, 112, 114, 116, 117], "instead": [1, 10, 11, 67, 69, 88, 94, 95, 108, 110, 114], "calcul": [1, 10, 19], "them": [1, 7, 10, 28, 107], "cog": [1, 107], "optim": [1, 8, 50, 96, 107, 110, 117], "normal": [1, 4, 11, 89, 107, 112], "copi": [1, 7, 8, 102, 107, 117], "result": [1, 12, 15, 32, 54, 65, 68, 70, 71, 73, 94, 96, 108, 110, 112, 117], "after": [1, 7, 12, 84, 112, 117], "process": [1, 4, 7, 12, 22, 32, 35, 39, 42, 54, 56, 61, 63, 65, 66, 72, 89, 100, 107, 108, 110, 112, 116], "crop": [1, 7, 44, 107, 113, 117], "smooth": [1, 13, 117], "buffer": [1, 4, 8, 13], "around": [1, 13, 44, 58], "shrunk": [1, 13], "n": [1, 13, 17, 53, 58, 105, 106, 110, 112, 117], "meter": [1, 13, 28, 30, 58, 80, 81, 105, 106, 109, 110, 117], "disabl": [1, 13, 17, 53, 58, 59, 67, 108, 113, 117], "decim": [1, 107], "integ": [1, 15, 17, 33, 35, 37, 38, 39, 67, 69, 82, 84, 100, 101], "befor": [1, 15, 16], "1": [1, 7, 15, 37, 67, 78, 102, 107, 109, 110, 113, 117], "full": [1, 4, 7, 8, 15, 23, 71, 94, 103, 117], "qualiti": [1, 15, 19, 32, 60, 67, 103, 107, 110, 117], "100": [1, 15, 97, 108, 109], "99": [1, 15, 108], "speed": [1, 8, 15, 97, 110, 117], "up": [1, 7, 15, 56, 97, 117], "veri": [1, 9, 15, 34, 77, 97, 110, 114], "larg": [1, 4, 7, 9, 15, 30, 60, 77, 82, 97, 107, 117], "euclidean": [1, 107], "map": [1, 7, 8, 11, 105, 107, 117], "an": [1, 8, 16, 23, 32, 42, 62, 102, 103, 105, 106, 107, 110, 112, 117], "raster": [1, 8, 11, 16], "each": [1, 16, 56, 62, 72, 82, 85, 105, 110, 117], "report": [1, 16, 107], "cell": [1, 16], "nearest": [1, 16, 17, 33, 34], "nodata": [1, 16], "ani": [1, 4, 7, 16, 86, 113], "hole": [1, 16], "fill": [1, 7, 16, 17, 57], "take": [1, 8, 11, 16, 19, 24, 56, 63, 110, 117], "place": [1, 11, 16, 105, 107, 110, 112, 117], "isol": [1, 16, 117], "have": [1, 4, 7, 9, 16, 26, 28, 42, 60, 62, 72, 82, 88, 95, 103, 110, 111, 117], "been": [1, 7, 9, 16, 72, 103, 116, 117], "gapfil": [1, 107, 117], "step": [1, 36, 56, 102, 107, 108, 117], "number": [1, 7, 17, 35, 39, 63, 82, 99, 100, 108, 109, 110, 117], "gap": [1, 17, 57], "radiu": [1, 17, 58, 81, 84, 117], "equal": [1, 17], "resolut": [1, 8, 17, 32, 35, 58, 67, 107, 117], "differ": [1, 7, 9, 17, 103, 117], "ar": [1, 7, 17, 26, 30, 36, 37, 63, 69, 70, 72, 82, 84, 86, 92, 96, 105, 106, 107, 108, 109, 110, 113, 117], "progress": [1, 7, 17, 20, 110], "bigger": [1, 17, 110], "invers": [1, 17], "weight": [1, 17], "idw": [1, 17], "algorithm": [1, 17, 25, 34, 107], "merg": [1, 17, 22, 64, 66, 76, 77, 107, 113, 117], "togeth": [1, 17, 107], "remain": [1, 17, 117], "neighbor": [1, 17, 34, 84, 107], "interpol": [1, 17], "dsm": [1, 18, 107, 117], "dtm": [1, 18, 57, 107, 117], "cm": [1, 18, 48, 117], "pixel": [1, 18, 48, 101, 117], "note": [1, 11, 18, 48, 69], "cap": [1, 18, 32, 48], "2x": [1, 18], "ground": [1, 18, 20, 21, 27, 32, 48, 57, 105, 110, 113, 115, 117], "sampl": [1, 18, 32, 48, 105, 107], "gsd": [1, 4, 18, 48, 107, 110, 117], "estim": [1, 18, 32, 48, 59], "To": [1, 18, 48, 107, 111, 114, 117], "check": [1, 18, 20, 21, 48], "ignor": [1, 18, 48, 107, 117], "5": [1, 18, 48, 53, 80, 105, 109, 110, 117], "tag": [1, 20, 21, 30, 63, 95], "digit": [1, 20, 21, 63, 107, 109, 113], "surfac": [1, 20, 113, 117], "object": [1, 20, 117], "morpholog": [1, 20, 21, 78, 79, 80, 81, 117], "filter": [1, 4, 20, 21, 58, 78, 79, 80, 81, 107, 117], "finer": [1, 20, 21], "tune": [1, 20, 21], "terrain": [1, 9, 21, 110, 113, 117], "onli": [1, 7, 9, 21, 58, 64, 67, 70, 71, 73, 102, 106, 117], "simpl": [1, 7, 21, 78, 79, 80, 81, 106, 117], "smrf": [1, 21, 107, 117], "end": [1, 107, 117], "split": [1, 22, 36, 60, 64, 66, 76, 77, 107, 117], "opensfm": [1, 9, 22, 64, 66, 109, 113, 117], "openmv": [1, 22, 64, 66], "odm_filterpoint": [1, 22, 64, 66], "odm_mesh": [1, 22, 64, 66, 113], "mvs_textur": [1, 22, 64, 66], "odm_georeferenc": [1, 22, 64, 66, 112, 113, 117], "odm_dem": [1, 22, 64, 66, 113], "odm_orthophoto": [1, 22, 64, 66, 112, 113, 117], "odm_report": [1, 22, 64, 66, 112], "odm_postprocess": [1, 22, 64, 66], "stage": [1, 22, 42, 64, 66], "fast": [1, 7, 34, 103, 107], "skip": [1, 23, 77, 107, 111], "dens": [1, 23, 113], "It": [1, 7, 23, 61, 103, 117], "directli": [1, 23], "spars": [1, 4, 23], "just": [1, 7, 23, 103, 117], "need": [1, 7, 23, 27, 28, 60, 71, 73, 74, 83, 107, 110, 117], "do": [1, 7, 23, 41, 106, 107, 110, 111, 114, 117], "turn": [1, 23, 60, 68, 91, 96, 117], "option": [1, 3, 4, 5, 9, 10, 12, 13, 15, 17, 18, 19, 22, 23, 24, 25, 27, 28, 30, 33, 34, 35, 36, 37, 38, 39, 40, 43, 48, 49, 53, 56, 58, 61, 62, 63, 64, 66, 67, 68, 69, 70, 72, 76, 78, 79, 80, 81, 82, 83, 84, 85, 87, 91, 94, 100, 101, 106, 107, 108, 117], "featur": [1, 4, 11, 44, 67, 85, 107, 110, 113, 114, 117], "ultra": [1, 24, 56, 60, 117], "high": [1, 24, 26, 30, 56, 60, 105, 110, 117], "medium": [1, 7, 8, 11, 24, 56], "low": [1, 4, 7, 9, 24, 56, 105, 107, 110], "lowest": [1, 24, 56, 117], "extract": [1, 24, 25, 39, 67, 100, 101, 117], "higher": [1, 19, 24, 56, 109, 110], "better": [1, 24, 32, 56, 70, 110, 116, 117], "requir": [1, 7, 24, 35, 56, 102, 103, 104, 105, 110, 117], "more": [1, 4, 7, 9, 11, 24, 34, 37, 39, 53, 56, 105, 106, 107, 110, 114, 117], "memori": [1, 4, 24, 32, 35, 56, 60, 107, 108, 117], "longer": [1, 19, 24, 56], "akaz": [1, 25], "hahog": [1, 25], "orb": [1, 25], "sift": [1, 25], "keypoint": [1, 25], "descriptor": [1, 25], "forc": [1, 9, 105, 107], "exif": [1, 26, 33, 63, 105, 107, 109], "data": [1, 7, 8, 11, 26, 33, 89, 102, 104, 105, 106, 107, 108, 109, 110, 113, 116], "even": [1, 26, 41], "present": [1, 26, 69, 112], "flag": [1, 26, 59, 108, 117], "precis": [1, 26, 30, 105, 110], "measur": [1, 26, 105, 107, 110], "doe": [1, 4, 8, 11, 26, 67, 110, 117], "noth": [1, 7, 26], "contain": [1, 27, 28, 62, 105, 106, 108, 110, 117], "control": [1, 19, 27, 30, 49, 83, 105, 110, 115, 117], "follow": [1, 9, 27, 28, 83, 102, 108, 112, 116, 117], "format": [1, 7, 11, 27, 28, 50, 51, 52, 55, 83, 106, 107, 111, 113], "epsg": [1, 7, 27, 28, 105, 106], "code": [1, 27, 28, 40, 102, 105, 106, 109, 112, 113, 114, 117], "proj": [1, 27, 28, 105, 106], "definit": [1, 27, 28], "geo_x": [1, 27, 28, 105, 106], "geo_i": [1, 27, 28, 105, 106], "geo_z": [1, 27, 28, 105, 106], "im_x": [1, 27, 105], "im_i": [1, 27, 105], "image_nam": [1, 27, 28, 83, 105, 106], "gcp_name": [1, 27, 105], "extra1": [1, 27, 105], "extra2": [1, 27, 105], "geo": [1, 105, 106, 107], "geoloc": [1, 28, 107], "center": [1, 28, 105], "coordin": [1, 7, 28, 105, 106, 113, 117], "don": [1, 28, 42, 74], "t": [1, 28, 42, 60, 74, 102, 105, 110, 115], "yaw": [1, 28, 106], "pitch": [1, 28, 106], "roll": [1, 28, 96, 106, 107, 110], "degre": [1, 28, 106, 110, 117], "horz": [1, 28, 106], "accuraci": [1, 28, 54, 59, 68, 106, 107], "vert": [1, 28, 106], "gltf": [1, 107], "binari": [1, 29], "glb": [1, 29], "textur": [1, 29, 107], "dilut": [1, 30], "dop": [1, 30], "inform": [1, 7, 11, 30, 95, 102, 103, 106, 109, 110, 111, 115, 117], "all": [1, 7, 9, 11, 30, 36, 63, 69, 89, 102, 105, 107, 108, 109, 112, 117], "rtk": [1, 30, 105, 106, 110], "accordingli": [1, 30], "case": [1, 8, 9, 11, 30, 111, 117], "fail": [1, 9, 30], "lower": [1, 8, 30, 32], "sometim": [1, 8, 30, 32, 34, 96, 106, 117], "bowl": [1, 9, 30, 96], "effect": [1, 30, 110, 114], "over": [1, 9, 30, 79, 111, 113], "10": [1, 30, 103, 105, 106, 108, 110, 112, 117], "show": [1, 4, 7, 9, 11, 31, 109, 110, 117], "messag": [1, 14, 31, 98, 117], "exit": [1, 31, 99, 117], "maximum": [1, 32, 35, 38, 100, 101], "resiz": [1, 32, 103, 107], "necessari": [1, 32, 103, 117], "usag": [1, 7, 32, 42, 60, 107], "sinc": [1, 32, 103, 110], "slightli": [1, 32, 117], "matcher": [1, 107, 117], "match": [1, 7, 8, 33, 34, 39, 110, 113], "triangul": [1, 33, 70, 117], "order": [1, 105, 110, 117], "filenam": [1, 7, 106, 111, 117], "sequenti": 1, "those": [1, 85, 107, 108, 110], "video": [1, 107], "appli": [1, 7, 63, 108], "non": [1, 9, 11, 103, 117], "bow": [1, 34], "bruteforc": [1, 34], "flann": [1, 34, 117], "librari": [1, 34], "approxim": [1, 34], "bag": [1, 34], "word": [1, 4, 34], "slower": [1, 34, 103], "stabl": [1, 34, 108, 117], "miss": [1, 34, 105], "valid": [1, 7, 34, 117], "slow": [1, 34, 39], "robust": [1, 9, 34], "max": [1, 9, 107, 117], "concurr": [1, 107, 117], "variou": [1, 7, 9, 11, 35], "peak": [1, 35], "1gb": [1, 35], "per": [1, 35, 39, 82], "thread": [1, 35], "megapixel": [1, 35], "4": [1, 35, 105, 107, 110, 112, 117], "pointcloud": [1, 36, 109, 113], "what": [1, 36, 107], "avail": [1, 36, 41, 42, 70, 103, 106, 107, 108, 117], "mesh": [1, 85, 86, 94, 107, 109, 113, 117], "octre": [1, 107, 117], "depth": [1, 107, 117], "x": [1, 37, 105, 106, 108, 117], "14": [1, 37], "increas": [1, 8, 37, 54, 56, 105, 117], "get": [1, 4, 37, 63, 107, 108, 110, 114, 117], "vertic": [1, 37, 106, 107, 110, 117], "recommend": [1, 9, 37, 61, 107, 110, 117], "8": [1, 11, 37, 105, 108, 110, 117], "12": [1, 37, 108, 110, 117], "11": [1, 37, 105, 110, 117], "size": [1, 8, 11, 107, 110, 117], "vertex": [1, 7, 38], "count": [1, 38], "200000": [1, 38], "min": [1, 107, 117], "num": [1, 107, 117], "minimum": [1, 39, 105], "find": [1, 7, 39, 109, 115, 117], "potenti": [1, 8, 39], "allow": [1, 7, 8, 11, 39, 42, 117], "littl": [1, 39], "overlap": [1, 7, 39, 44, 105, 107, 109, 117], "insuffici": [1, 39], "down": [1, 39, 117], "10000": [1, 39, 117], "e": [1, 40, 105, 106, 109, 117], "subfold": [1, 40, 62], "within": [1, 7, 40, 105, 110, 117], "gpu": [1, 4, 7, 8, 9, 11, 107, 117], "acceler": [1, 41], "": [1, 7, 41, 61, 103, 104, 105, 106, 108, 110, 114, 117], "disk": [1, 7, 11, 103, 107, 108], "space": [1, 103, 105, 107, 117], "delet": [1, 42, 65], "heavi": [1, 42], "intermedi": [1, 42], "affect": [1, 9, 42, 67, 110], "abil": [1, 42], "restart": [1, 42, 108], "pipelin": [1, 42, 65, 103, 109, 115], "machin": [1, 42, 60, 108, 109, 117], "suffici": [1, 7, 42, 105, 117], "compress": [1, 11, 107, 117], "jpeg": [1, 43, 117], "lzw": [1, 43], "packbit": [1, 43], "deflat": [1, 43, 117], "lzma": [1, 43], "cutlin": [1, 107, 117], "cut": [1, 44], "stitch": [1, 44, 107], "seamless": [1, 44], "mosaic": [1, 44], "multipl": [1, 44, 76, 88], "kmz": [1, 107, 117], "want": [1, 7, 8, 45, 46, 47, 95, 107, 111], "googl": [1, 45], "earth": [1, 45, 114, 117], "render": [1, 8, 9, 45, 47], "stripe": [1, 11, 46], "png": [1, 107, 111, 113, 117], "pc": [1, 19, 107, 108, 117], "classifi": [1, 57, 107], "behavior": [1, 49, 102, 117], "tweak": [1, 49, 103], "copc": [1, 107], "save": [1, 8, 50, 71, 73, 74, 107, 108], "csv": [1, 105, 107, 113, 117], "export": [1, 51, 52, 55, 107, 117], "ept": [1, 107], "entwin": [1, 52], "deviat": [1, 53], "than": [1, 7, 11, 53, 84, 105, 117], "standard": [1, 9, 53, 110, 117], "local": [1, 11, 53, 97, 107, 110, 117], "mean": [1, 4, 53, 57], "denser": [1, 19, 56], "time": [1, 4, 7, 8, 9, 11, 54, 56, 69, 71, 73, 74, 107, 110, 114, 117], "roughli": [1, 56], "factor": [1, 8, 56, 110], "4x": [1, 56], "rectifi": [1, 107], "rectif": [1, 57], "wrongli": [1, 57], "re": [1, 57, 114, 117], "keep": [1, 11, 58, 105, 107], "duplic": [1, 58], "consist": [1, 54, 59, 117], "depthmap": [1, 54, 59, 60, 107, 113, 117], "mai": [1, 7, 9, 59, 113, 117], "usabl": [1, 59], "larger": [1, 4, 7, 8, 59, 105, 110], "primari": [1, 7, 107], "multispectr": [1, 61, 63, 72, 107, 116], "which": [1, 9, 11, 61, 102, 110, 116, 117], "sharp": [1, 61, 85], "detail": [1, 61, 110], "focu": [1, 61], "radiometr": [1, 89, 106, 107, 112, 116], "calibr": [1, 104, 106, 107, 109, 112, 116], "sun": [1, 63, 110, 117], "thermal": [1, 63, 107], "obtain": [1, 63, 117], "reflect": [1, 63], "temperatur": [1, 63, 116], "otherwis": [1, 7, 63, 105, 117], "black": [1, 63, 111, 117], "level": [1, 11, 63, 107, 110, 117], "vignet": [1, 63], "row": [1, 63, 103], "gradient": [1, 63, 117], "gain": [1, 63], "exposur": [1, 63], "compens": [1, 63], "appropri": [1, 4, 63, 107], "found": [1, 63, 105, 108, 109, 117], "absolut": [1, 63, 110], "correct": [1, 9, 63, 68, 112], "plu": [1, 63, 102], "spectral": [1, 63], "radianc": [1, 63], "regist": [1, 63], "downwel": [1, 63], "light": [1, 63, 107], "sensor": [1, 9, 63, 69, 110, 112], "dl": [1, 63], "consider": [1, 63], "angl": [1, 7, 9, 63, 70, 106, 117], "rerun": [1, 107], "stop": [1, 64, 108, 109, 114], "perman": [1, 65], "previou": [1, 65], "shutter": [1, 96, 107, 110], "were": [1, 68], "taken": [1, 9, 68, 96, 110, 117], "motion": [1, 68, 70], "readout": [1, 68, 107], "overrid": [1, 19, 69, 106], "millisecond": [1, 69], "databas": [1, 9, 69], "sfm": [1, 107], "increment": [1, 70, 110], "planar": [1, 70, 94], "structur": [1, 11, 70, 105, 117], "For": [1, 70, 103, 110, 111, 117], "aerial": [1, 70, 110], "scene": [1, 9, 54, 60, 70, 107], "captur": [1, 7, 70, 116, 117], "fix": [1, 70, 107], "altitud": [1, 70, 110], "nadir": [1, 4, 70, 117], "much": [1, 4, 7, 11, 60, 70, 114], "partial": 1, "happen": [1, 102], "3dmodel": [1, 107], "2d": [1, 8, 11, 71, 117], "postprocess": [1, 72], "alreadi": [1, 7, 72, 103], "pdf": [1, 74, 110, 117], "sm": [1, 107, 109], "cluster": [1, 82, 84, 107, 117], "url": [1, 76, 102], "clusterodm": [1, 76, 107], "instanc": [1, 7, 8, 76, 107, 109, 110], "distribut": [1, 76, 103, 105, 108, 117], "workflow": [1, 76, 112], "node": [1, 76, 108, 109, 117], "parallel": [1, 76], "submodel": [1, 77, 82, 84, 109], "good": [1, 4, 77, 110, 112, 117], "enough": [1, 77], "scalar": [1, 107, 117], "elev": [1, 78, 80, 105, 107, 113], "25": [1, 78, 110], "slope": [1, 107, 117], "rise": [1, 79], "run": [1, 7, 79, 97, 107, 108, 109, 112, 117], "15": [1, 79, 103, 105, 117], "threshold": [1, 107, 117], "window": [1, 102, 103, 107, 117], "18": [1, 81, 108, 117], "averag": [1, 82, 110, 117], "smaller": [1, 4, 82, 110], "group": [1, 82, 84, 107, 109, 117], "regul": [1, 82], "999999": [1, 82], "how": [1, 9, 83, 107, 108, 110], "group_namedefault": [1, 83], "closer": [1, 84], "ad": [1, 84, 97, 107, 108], "ensur": [1, 7, 84, 105, 117], "150": [1, 84], "unseen": [1, 107], "face": [1, 107, 117], "seen": [1, 86], "materi": [1, 105, 107, 117], "obj": [1, 88, 113], "ones": [1, 88], "global": [1, 97, 107, 110], "seam": [1, 107], "color": [1, 89, 90, 105, 111, 113, 117], "across": [1, 89], "blend": [1, 90], "static": [1, 92, 109], "suitabl": [1, 92], "viewer": [1, 92, 107], "like": [1, 4, 7, 8, 92, 105, 113, 117], "leaflet": [1, 92], "openlay": [1, 92], "3dmesh": [1, 107], "5d": [1, 94, 117], "bit": [1, 94], "similar": [1, 7, 9, 94], "param": [1, 107], "off": [1, 96, 107], "dure": [1, 96, 103, 110, 117], "bundl": [1, 96, 107, 117], "adjust": [1, 7, 96, 107, 117], "exhibit": [1, 96], "dome": [1, 96, 107], "hybrid": [1, 107, 117], "everi": [1, 8, 11, 97], "version": [1, 102, 107, 108, 109, 117], "frame": [1, 100, 101, 117], "500": [1, 100, 108, 117], "4000": [1, 101], "add": [1, 7, 103, 108, 109, 111], "command": [1, 108, 109, 112, 117], "arguments_edit": 1, "debug": [1, 107, 117], "term": [1, 107, 110, 117], "outlier": [1, 107], "tone": [1, 107], "verbos": [1, 107], "boolean": [4, 8, 11], "domain": [4, 7, 8, 9, 11], "resourc": [4, 7, 8, 9, 11, 107, 114, 117], "impact": [4, 7, 8, 9, 11, 107, 117], "cpu": [4, 7, 8, 9, 11, 107, 117], "hdd": [4, 7, 8, 9, 11], "ram": [4, 7, 8, 9, 11, 60, 103, 117], "seek": 4, "upon": 4, "k": [4, 117], "convex": 4, "hull": 4, "20x": 4, "where": [4, 7, 103, 111, 115, 117], "might": [4, 7, 114, 116], "possibli": 4, "consid": [4, 105, 110, 117], "due": [4, 7, 9, 11], "presenc": [4, 7, 11], "thei": [4, 106, 116], "part": [4, 7, 116], "desir": [4, 117], "meaning": 4, "imageri": 4, "without": [4, 7, 114, 117], "make": [4, 7, 103, 109, 110], "superflu": 4, "safe": [4, 7], "includ": [4, 7, 107, 111, 117], "In": [4, 8, 9, 11, 103, 105, 107, 110, 117], "other": [4, 7, 9, 102, 105, 107, 110, 114, 116], "choic": [4, 7, 103], "most": [4, 11, 105, 117], "prevent": [4, 117], "grow": 4, "needlessli": 4, "thing": [4, 108], "treelin": 4, "out": [4, 7, 107, 113, 117], "Of": [4, 7], "error": [4, 7, 110, 113, 117], "becom": 4, "less": [4, 110, 117], "decreas": [4, 110], "being": [4, 8], "webodm": [4, 7, 8, 11, 105, 107, 110, 114, 115], "view": [4, 7, 11, 107, 109, 115], "extent": [4, 7, 8, 117], "bound": [4, 7, 117], "recosntruct": [4, 7], "compar": [4, 7, 11, 110, 117], "abov": [4, 7, 11], "therefor": [4, 9, 110], "visual": [4, 117], "argument": 7, "serv": [7, 11], "constrain": 7, "final": [7, 67, 103, 104], "product": 7, "box": [7, 117], "pass": 7, "specif": [7, 110, 115, 117], "subset": 7, "entir": [7, 117], "interest": 7, "further": [7, 117], "given": [7, 11], "therebi": 7, "modifi": [7, 117], "concern": 7, "possibl": [7, 103, 116, 117], "One": [7, 8, 9], "function": [7, 117], "predefin": [7, 117], "aoi": [7, 117], "survei": [7, 110, 117], "properti": [7, 8, 11, 117], "lot": [7, 103, 105], "decid": 7, "20m": 7, "overfli": 7, "so": [7, 103, 105, 110, 114, 116, 117], "clean": 7, "right": [7, 108, 114, 117], "howev": 7, "flight": [7, 105, 107, 110], "height": [7, 107, 110], "border": 7, "home": [7, 108, 117], "represent": 7, "clip": [7, 107], "insid": [7, 108, 117], "focus": [7, 110], "beyond": 7, "http": [7, 11, 105, 108, 109, 110, 112, 115, 117], "quick": 7, "webapp": 7, "open": [7, 103, 105, 108, 112, 114], "link": [7, 117], "pan": 7, "zoom": [7, 117], "preview": [7, 8, 11], "select": [7, 107, 117], "draw": 7, "menu": [7, 108], "left": [7, 117], "click": [7, 108, 117], "mani": [7, 116], "close": [7, 108, 110], "first": [7, 9, 102, 103, 105, 106, 114, 117], "abl": [7, 9, 116, 117], "onc": [7, 117], "least": [7, 105, 107], "three": [7, 117], "darker": 7, "impli": 7, "now": [7, 114], "solid": 7, "look": [7, 108, 110, 117], "readi": 7, "browser": [7, 108], "prompt": [7, 108], "alert": 7, "altern": [7, 103], "past": 7, "text": 7, "panel": [7, 8, 11, 108], "header": 7, "textual": 7, "featurecollect": 7, "77": 7, "04460859298706": 7, "38": 7, "88532071975074": 7, "04014539718628": 7, "8801593862463": 7, "03295707702637": 7, "88331636291941": 7, "03965187072754": 7, "887959703337145": 7, "chosen": 7, "access": [7, 11, 110], "later": 7, "icon": [7, 108, 117], "system": [7, 102, 108, 110], "clipboard": 7, "confirm": [7, 11], "its": [7, 9, 110, 113, 117], "enabl": [7, 11, 108, 116, 117], "org": [7, 108, 110, 112, 115, 117], "en": 7, "site": [7, 110], "forus": 7, "html": 7, "free": [7, 103, 108, 114], "sourc": [7, 103, 108, 114, 117], "geograph": [7, 117], "wai": [7, 108, 114, 117], "setup": [7, 117], "There": [7, 107], "numer": 7, "opendronemap": [7, 8, 102, 108, 109, 110, 112, 114, 115, 117], "design": 7, "work": [7, 105, 114, 116, 117], "leav": 7, "pictur": 7, "basemap": 7, "exactli": 7, "10m": 7, "method": [7, 87, 103, 117], "mind": [7, 11], "skew": 7, "registr": 7, "occur": 7, "tool": [7, 11, 107, 108], "begin": 7, "finish": [7, 117], "canva": 7, "outlin": [7, 117], "indic": [7, 9, 11], "accept": [7, 117], "write": [7, 109], "dialog": [7, 117], "bring": 7, "sub": [7, 110], "item": 7, "written": 7, "cr": 7, "safest": 7, "4326": [7, 105, 106], "proivd": 7, "outsid": [7, 117], "pyramid": [8, 11, 117], "reduc": [8, 60, 105, 110], "tradeoff": 8, "power": 8, "two": [8, 107, 110, 117], "128x128": 8, "256x256": 8, "store": [8, 11, 103, 108], "intern": [8, 11], "extern": 8, "sidecar": 8, "alwai": [8, 103, 109, 117], "nearli": 8, "some": [8, 9, 102, 105, 107, 112, 114, 117], "few": [8, 117], "rel": [8, 110], "rare": [8, 9], "except": 8, "small": 8, "paramount": 8, "read": [8, 11, 114], "softwar": [8, 11, 102, 107, 108, 110, 111, 115, 117], "support": [8, 107, 108, 112, 114], "closest": [8, 9], "signific": 8, "amount": 8, "retriev": [8, 9], "downscal": 8, "dynam": 8, "rapid": [8, 11], "navig": [8, 107], "web": [8, 108, 109], "layer": [8, 11, 107], "demonstr": [8, 9, 102], "lack": [8, 11], "best": [9, 109, 117], "prefer": [9, 103, 108, 117], "wide": 9, "legaci": [9, 11, 67], "360": [9, 117], "distort": [9, 104, 110], "optic": 9, "platform": [9, 102, 109, 117], "record": 9, "our": [9, 104, 107], "These": 9, "essenti": 9, "proper": 9, "current": [9, 106], "gopro": 9, "fusion": [9, 60], "insta360": 9, "kodak": 9, "pixpro": 9, "doubt": 9, "try": 9, "As": [9, 107, 117], "prior": 9, "sever": [9, 103, 107, 117], "introduc": 9, "wrong": 9, "well": [9, 11], "collect": [9, 117], "flat": 9, "homogenu": 9, "agricultur": 9, "field": [9, 106, 107, 108], "properli": [9, 117], "failur": 9, "often": 9, "advis": [9, 110, 117], "hereaft": 11, "special": [11, 110, 117], "formul": 11, "advantag": 11, "overivew": 11, "form": [11, 117], "becaus": 11, "attribut": 11, "go": [11, 110, 114], "host": [11, 102], "onlin": [11, 109], "getrang": 11, "request": [11, 114], "capabl": [11, 117], "gi": [11, 110], "hold": 11, "whether": 11, "With": 11, "quickli": 11, "print": [11, 14, 98], "gdalinfo": 11, "conform": 11, "spec": [11, 117], "fact": 11, "78": 11, "mb": 11, "6": [11, 109, 110], "30": [11, 105, 110, 117], "below": [11, 107], "layout": 11, "meet": 11, "densiti": [19, 117], "produc": [19, 110, 117], "640": 19, "urban": 54, "doesn": [60, 102], "ve": 60, "largest": [67, 85], "side": [67, 117], "purpos": [67, 106, 117], "origin": [67, 113, 117], "2048": 67, "gmi": 85, "triangl": 85, "priorit": 85, "cover": [85, 105], "gauss_clamp": 87, "gauss_damp": 87, "photometr": [87, 117], "gamma": 91, "one": [91, 105, 107, 110, 117], "benchmark": 93, "runtim": 93, "info": [93, 109, 117], "addit": [98, 102, 114, 117], "consol": [98, 108, 109, 117], "inategemea": [102, 109, 117], "na": [102, 105, 107, 112, 113, 114, 115], "ushiriki": 102, "wa": [102, 107, 109, 111, 114, 115], "unaweza": [102, 105, 108, 109, 112, 113, 117], "njia": [102, 105, 107, 109, 113, 114], "nyingi": [102, 108, 109, 112, 114, 117], "hata": [102, 105, 109, 117], "ukiwa": [102, 117], "sio": [102, 109, 117], "programa": 102, "ikiwa": [102, 105, 108, 109, 112, 113, 114, 117], "unataka": [102, 105, 108, 109, 117], "katika": [102, 105, 108, 109, 112, 113, 114, 115, 117], "matatizo": [102, 117], "yalioshinda": 102, "au": [102, 105, 108, 109, 113, 114, 117], "yanayotaka": 102, "kutatuliwa": 102, "ni": [102, 105, 108, 109, 112, 113, 114, 115, 117], "sehemu": [102, 105, 108, 109, 112, 115, 117], "nzuri": [102, 105, 108, 115, 117], "kuanzia": [102, 115, 117], "kupata": [102, 107, 113, 117], "maswali": [102, 108], "yaliojibiwa": 102, "zitakazokusaidia": 102, "rasilimali": [102, 114, 115], "pia": [102, 104, 105, 108, 109, 117], "zako": [102, 105, 117], "za": [102, 104, 107, 109, 112, 113, 117], "wazi": [102, 117], "wengin": [102, 108], "kutumia": [102, 105, 107, 112, 113, 115], "kabla": [102, 105, 117], "kutuma": 102, "makosa": [102, 108, 109, 117], "pamoja": [102, 105, 107, 108, 112, 114, 117], "wasanifu": 102, "kuandika": [102, 108, 117], "vitu": [102, 114, 115, 117], "vipya": [102, 114], "imefuatwa": 102, "kama": [102, 105, 108, 109, 113, 114, 117], "suala": 102, "github": [102, 105, 107, 108, 109, 114, 115, 117], "tafadhali": [102, 108], "tengeneza": [102, 105, 107, 108, 109], "kitu": [102, 105, 108, 109, 114, 117], "ndani": [102, 105, 107, 113, 114, 117], "kuhifadhi": [102, 117], "lebo": [102, 105], "elezea": 102, "tatizo": [102, 108, 117], "uambatanish": 102, "ziada": [102, 105, 107, 117], "kuwasaidia": 102, "wanaotengeneza": 102, "kugundua": 102, "tumia": [102, 107, 108, 109], "fupi": [102, 108], "madainayojieleza": 102, "kuonesha": [102, 105, 108, 117], "hatua": [102, 107], "sahihi": [102, 104, 108, 109, 117], "ambayo": [102, 104, 108, 109, 112, 115, 117], "inazalisha": 102, "undani": 102, "wote": [102, 108, 117], "iwezekanavyo": [102, 112], "mfano": [102, 105, 108, 109, 114, 117], "anza": [102, 109], "kuelezea": 102, "vipi": [102, 107, 109, 117], "unawasha": 102, "docker": [102, 103, 107, 108, 109, 112], "vagrant": 102, "camand": [102, 107, 109], "gani": [102, 108], "unatumia": [102, 108, 117], "taminali": 102, "wakati": [102, 105, 108, 109, 112, 117], "unasikiliza": 102, "usisem": 102, "tu": [102, 108, 117], "umefanya": 102, "lakini": [102, 104, 105, 108, 109, 117], "andaa": 102, "maalum": [102, 115, 117], "ikiwemo": [102, 108, 109, 117], "kiunganishi": 102, "kweny": [102, 107, 108, 109, 113, 115], "mafaili": 102, "pasteabl": 102, "umeitumia": 102, "mifano": [102, 107], "yote": [102, 107, 108, 109, 117], "umetoa": 102, "dondoo": 102, "hili": [102, 109, 114, 117], "markdown": 102, "block": 102, "tabia": 102, "uligundua": 102, "baada": [102, 105, 107, 108], "zifuatazo": [102, 105, 108, 112, 115, 117], "onyesha": 102, "husika": [102, 117], "hio": [102, 108, 117], "ipi": 102, "unategemea": [102, 117], "kuiona": 102, "kutokea": 102, "nini": [102, 107, 109], "screenshot": 102, "anim": [102, 117], "gif": 102, "inakuonesha": 102, "yafuatayo": [102, 108, 117], "kifaa": 102, "hichi": [102, 117], "cha": [102, 105, 107, 108, 109, 117], "kurekodi": 102, "maco": [102, 107], "hiki": [102, 107, 108], "hapa": [102, 114, 117], "linux": [102, 103, 107, 113, 117], "linaendana": 102, "utendaji": [102, 108], "kazi": [102, 108, 109, 112, 114, 117], "tuma": 102, "mashin": [102, 107, 109], "yako": [102, 105, 108, 109, 113, 114, 117], "guest": 102, "halijaoneshwa": 102, "kitendo": 102, "elez": 102, "ulifanya": 102, "halijatok": 102, "sambaza": 102, "maelekezo": [102, 108, 115], "juu": [102, 104, 107, 108, 109, 113], "usanidi": 102, "mazingira": [102, 117], "toleo": [102, 108, 109, 112], "unayotumia": 102, "imetolewa": 102, "clone": [102, 108, 109], "kuu": [102, 105, 109, 117], "jina": [102, 105, 109, 117], "o": [102, 108], "virtual": [102, 108, 117], "hivyo": [102, 117], "vm": [102, 108], "operet": 102, "tolea": 102, "unalotumia": 102, "short": 102, "descript": [102, 117], "problem": [102, 107], "here": [102, 108, 113, 117], "reproduct": 102, "second": [102, 110, 117], "expect": [102, 105, 107], "describ": 102, "observ": 102, "enter": [102, 117], "recent": 102, "didn": 102, "older": 102, "ye": [102, 103, 117], "No": [102, 103, 112], "reliabl": 102, "reproduc": 102, "randomli": 102, "kutatua": 102, "vyovyot": 102, "fuata": [102, 108, 117], "pep8": 102, "python": [102, 108, 117], "style": 102, "malizia": 102, "mstari": [102, 105, 108, 109, 117], "mpya": [102, 108, 109], "epuka": 102, "depend": [102, 105, 110, 117], "f": [102, 117], "gethomedirectori": 102, "kurudi": [102, 108], "anuani": [102, 107, 108, 114], "nyumbani": [102, 108, 117], "join": 102, "kuunganisha": [102, 108], "majina": [102, 105], "tmpdir": 102, "kuliko": [102, 109, 117], "tmp": 102, "ukihitaji": 102, "kumbukumbu": [102, 105, 107, 117], "muda": [102, 108, 114, 117], "mfupi": 102, "return": 102, "tupu": 102, "urahisi": [102, 109, 117], "mwisho": [102, 117], "null": [102, 107], "undefin": 102, "photogrammetr": 103, "orthorectifi": 103, "hugin": 103, "util": 103, "moment": 103, "releas": [103, 108], "under": [103, 117], "sell": 103, "sure": [103, 109], "compli": 103, "particular": [103, 107], "disclos": 103, "nope": 103, "sorri": 103, "bui": 103, "ultim": 103, "solut": [103, 117], "upload": 103, "configur": [103, 109, 117], "swapfil": 103, "both": [103, 114, 117], "ssd": 103, "nvme": 103, "drive": [103, 117], "still": [103, 107], "wsl2": 103, "wslconfig": 103, "microsoft": [103, 108], "document": [103, 107, 117], "advanc": [103, 108], "wsl": 103, "swap": [103, 108], "128gb": 103, "cours": 103, "c": [103, 109, 112], "temp": 103, "vhdx": 103, "partit": 103, "dedic": 103, "pleas": [103, 114, 117], "consult": 103, "search": [103, 108], "engin": [103, 108], "humanitarian": 104, "openstreetmap": 104, "team": [104, 114], "ina": [104, 105, 108, 109, 117], "muongozo": 104, "ya": [104, 107, 112, 113, 114, 115], "uav": [104, 110, 117], "kwa": [104, 105, 107, 108, 109, 112, 113, 114], "ramani": [104, 105], "chagua": [104, 108, 113], "sensa": 104, "kuandaa": [104, 107], "mission": 104, "umekusudiwa": [104, 117], "drone": [104, 105, 110, 114, 117], "visiwa": 104, "matumizi": [104, 107, 108, 113], "ujumla": [104, 108, 117], "watengeza": 104, "angalia": [104, 107, 113], "dronedeploi": [104, 110], "kutengeza": 104, "yeny": [104, 117], "mafanikio": [104, 114], "inaelezea": 104, "mambo": 104, "muhimu": [104, 105, 108, 114, 117], "challeng": 104, "accur": [104, 106, 110, 112, 117], "section": [104, 117], "doc": [104, 115], "kurekebisha": [105, 107], "mzunguko": 105, "taarifa": 105, "ili": [105, 117], "kujua": [105, 114, 117], "mfumo": [105, 109], "muunganiko": 105, "A": [105, 107, 109, 110, 113, 117], "made": 105, "typic": [105, 117], "toffanin": [105, 108], "2019": [105, 110, 117], "exist": [105, 108], "pavement": 105, "corner": [105, 117], "line": [105, 106, 107, 109], "park": 105, "contrast": 105, "floor": 105, "target": [105, 108, 111], "purchas": [105, 108], "ampl": 105, "varieti": 105, "rang": [105, 110, 117], "bucket": [105, 109], "lid": 105, "visibl": [105, 117], "illumin": [105, 110, 117], "veget": 105, "obstacl": 105, "procur": 105, "evenli": [105, 117], "horizont": [105, 106, 110, 117], "job": [105, 110, 117], "footprint": [105, 110], "separ": 105, "perimet": 105, "muundo": [105, 107, 109], "mwepesi": 105, "g": [105, 106], "utm": [105, 106], "zone": [105, 106], "ellp": [105, 106], "wgs84": [105, 106], "datum": [105, 106], "unit": [105, 106, 110], "m": [105, 106], "no_def": [105, 106], "eg": [105, 106, 113], "16n": [105, 106], "mbele": [105, 109], "muungano": [105, 109], "y": [105, 106, 108], "z": [105, 106], "elementi": 105, "picha": [105, 107, 108, 112, 113, 117], "zilizotenganishwa": 105, "kichupo": 105, "nafasi": [105, 107, 109, 117], "thamani": [105, 115, 117], "muinuko": [105, 109], "inaweza": [105, 108, 109, 112, 115, 117], "kuwekwa": [105, 117], "nan": 105, "hapana": 105, "safu": 105, "7": [105, 108, 110, 117], "chaguo": [105, 108, 109, 117], "kawaida": [105, 108, 109, 117], "inachukua": 105, "faili": [105, 109], "544256": 105, "5320919": 105, "9": [105, 110, 112], "3044": 105, "2622": 105, "img_0525": 105, "jpg": [105, 106, 109, 111, 112, 113], "544157": 105, "5320899": 105, "4193": 105, "1552": 105, "img_0585": 105, "544033": 105, "5320876": 105, "1606": 105, "2763": 105, "img_0690": 105, "utagawa": 105, "liitwalo": [105, 109], "gcp_list": [105, 113, 117], "txt": [105, 106, 109, 113, 117], "kisha": [105, 108, 109, 114, 117], "wenyew": [105, 108, 109], "itafuta": 105, "hilo": [105, 108, 117], "lina": [105, 112], "jengin": 105, "una": [105, 108, 109, 117], "kufanya": [105, 108, 112, 114, 117], "georeferens": 105, "yake": [105, 108, 109, 117], "kukadiria": 105, "usahihi": [105, 109, 117], "mkubwa": [105, 107, 114], "vipimo": 105, "vya": [105, 114], "maelezo": [105, 107, 109, 117], "hayo": 105, "posti": 105, "hii": [105, 108, 109, 112, 115, 117], "baadhi": [105, 108, 109, 114, 117], "kuhusu": [105, 108, 115], "kuweka": [105, 108, 117], "tayari": [105, 108, 117], "kiutafuta": 105, "alama": [105, 117], "mwenyew": [105, 108, 109], "ulizonazo": 105, "kutafautisha": 105, "eneo": [105, 107, 113], "ambalo": 105, "linapatikana": 105, "angalau": [105, 108, 109, 114, 117], "hapo": [105, 108, 109, 117], "utapata": [105, 108, 117], "kiasi": [105, 108, 117], "maeneo": [105, 109, 117], "matano": 105, "pemb": 105, "zeny": 105, "ncha": 105, "kali": 105, "kuchagua": [105, 109, 117], "kutafuta": [105, 109, 114], "lako": 105, "utaf": [105, 115, 117], "lazima": [105, 108, 109, 117], "litengenezw": 105, "ukitengeza": 105, "matokeo": [105, 107, 109, 112, 117], "mazuri": [105, 117], "liw": [105, 109], "mistari": [105, 117], "iziozidi": 105, "ufunguzi": 105, "kila": [105, 108, 109, 112, 114, 117], "moja": [105, 107, 109, 117], "kati": [105, 108, 117], "mbili": [105, 108, 117], "kutengeneza": [105, 107, 108, 112, 113], "linabebwa": 105, "msingi": [105, 107, 109, 112, 114, 117], "unapatikana": 105, "onesho": 105, "ijulikanayo": 105, "ardhi": 105, "xyz": [105, 113, 117], "itafanya": [105, 108, 114, 117], "ifuatavyo": [105, 108, 109, 117], "idadi": [105, 109, 112, 117], "ambazo": [105, 108], "zitakuwa": 105, "itaandikwa": 105, "amabyo": 105, "itaonekana": 105, "kiwasilishi": 105, "utangulizicha": 105, "proj4": 105, "hakikisha": [105, 108, 109, 117], "zipo": [105, 117], "ionekan": 105, "ka": 105, "hivi": [105, 108, 117], "37": [105, 117], "south": 105, "gcp01": 105, "529356": 105, "250827686": 105, "9251137": 105, "5643209": 105, "465": 105, "gcp02": 105, "530203": 105, "125367657": 105, "9250140": 105, "80991621": 105, "781": 105, "gcp03": 105, "530292": 105, "136003818": 105, "9250745": 105, "02372435": 105, "977": 105, "gcp04": 105, "gcp05": 105, "pakia": 105, "kiwasilishwa": 105, "weka": [105, 117], "aplic": 105, "nii": 105, "inahitaji": [105, 108, 117], "kuingizwa": [105, 108, 117], "tofauti": [105, 108, 109, 112, 113, 117], "plugin": 105, "kutoka": [105, 107, 108, 112, 113, 114, 115], "com": [105, 108, 109, 110, 115, 117], "uav4geo": [105, 108], "gcpeditorpro": 105, "litalochukua": 105, "kaskazini": 105, "kusini": 105, "label": [105, 106, 108, 117], "north": [105, 117], "east": 105, "ingiza": [105, 107, 109, 112, 113, 117], "screen": [105, 108, 117], "andika": [105, 108], "sanduku": 105, "zitaonesha": 105, "kuiita": 105, "kuita": 105, "nyengin": [105, 108, 112, 117], "zilipo": 105, "piero": [105, 108], "guid": [105, 107, 110], "masseranolab": 105, "llc": 105, "embed": 106, "user": [106, 108, 117], "wish": 106, "10th": 106, "column": 106, "extra": [106, 112], "exampl": [106, 107, 110, 111, 117], "dji_0028": 106, "91": 106, "9942096111111": 106, "46": 106, "84252125": 106, "198": 106, "609": 106, "dji_0032": 106, "9938293055556": 106, "8424584444444": 106, "contribut": 107, "anyon": 107, "welcom": 107, "share": [107, 114, 116], "knowledg": 107, "issu": 107, "languag": 107, "translat": 107, "incomplet": 107, "english": 107, "20": [107, 108, 117], "percent": 107, "u": [107, 116], "transifex": 107, "czech": 107, "filipino": 107, "french": 107, "spanish": 107, "indonesian": 107, "swahili": 107, "telugu": 107, "kuingiza": 107, "kuanza": [107, 117], "quickstart": 107, "sifa": [107, 109], "hardwar": 107, "uingizaji": 107, "jia": 107, "msaada": [107, 114, 117], "uvumbuzi": 107, "vinavyohitajika": 107, "mgao": 107, "pakua": [107, 117], "zindua": [107, 109, 117], "fungua": [107, 113, 117], "mahitaji": [107, 109, 114, 117], "ubuntu": [107, 117], "debian": 107, "cento": 107, "rhel": 107, "fedora": 107, "arch": 107, "utatuzi": 107, "shida": 107, "habari": 107, "kuendesha": 107, "zaidi": [107, 109, 113, 114, 117], "somo": 107, "kitaalamu": 107, "stockpil": 107, "volum": 107, "fieldwork": 107, "plan": 107, "pattern": [107, 112], "log": 107, "safisha": 107, "singular": 107, "download": [107, 108], "sif": 107, "leny": 107, "bandwidth": 107, "nani": [107, 108], "kubadilisha": 107, "droplet": 107, "kuvuta": 107, "pini": 107, "pekua": 107, "kumaliza": [107, 108], "kisia": 107, "utachukua": 107, "mda": [107, 108], "potre": 107, "modul": 107, "appear": 107, "budget": 107, "ey": 107, "chagizi": 107, "bendera": [107, 117], "why": [107, 114], "would": [107, 117], "true": [107, 110, 117], "io": [107, 117], "new": [107, 108, 109, 111, 114, 117], "complet": 107, "task": [107, 108, 109, 110, 113], "load": [107, 117], "temporari": 107, "scratch": 107, "geometri": 107, "polyon": 107, "toggl": [107, 117], "chang": [107, 117], "vector": [107, 117], "rectilinear": 107, "mpangilo": [107, 108], "pointi": 107, "udhib": [107, 109], "chini": [107, 108, 113, 117], "practic": 107, "interfac": [107, 108], "mtumiaji": [107, 108, 114, 115, 117], "posm": 107, "gcpi": 107, "editor": 107, "pro": 107, "aspect": 107, "kugawanya": 107, "kufahamu": [107, 114, 117], "kuongeza": [107, 117], "kiotomatiki": 107, "mipaka": 107, "tunakiri": 107, "watumiaji": [107, 109, 114, 117], "msanidi": 107, "programu": [107, 108, 114, 117], "kidokeza": 107, "kurusha": [107, 117], "ndege": [107, 117], "nyuki": [107, 117], "sentera": 107, "agx710": 107, "utaomba": 107, "vipengel": [107, 108], "jinsi": [107, 109, 117], "kushiriki": [107, 109, 114], "jukwaa": [107, 108, 114, 115], "kijamii": [107, 108, 114], "kuwasilisha": 107, "bug": 107, "kigezo": 107, "tatua": 107, "maombi": [107, 109, 114], "frequent": 107, "ask": [107, 114], "question": 107, "my": [107, 109, 114, 117], "core": [107, 108], "nativ": 107, "alloc": [107, 108], "licens": [107, 117], "commerci": [107, 117], "asid": 107, "agplv3": 107, "kipengel": 108, "kimekubalika": 108, "kurahisishwa": 108, "ruhusa": 108, "yaliokosekana": [108, 115], "instal": [108, 109, 117], "easiest": 108, "come": [108, 114, 117], "That": 108, "said": 108, "ecoystem": 108, "commun": [108, 110, 112, 115], "themselv": 108, "direct": [108, 110, 117], "ndogo": [108, 109, 117], "inayotakiwa": [108, 109], "64bit": 108, "iliotengenezwa": 108, "sasa": [108, 109, 117], "2010": 108, "gb": 108, "kiendshi": 108, "si": 108, "200": [108, 110], "zinaweza": [108, 109, 112, 117], "kuchakatwa": [108, 109], "hizo": [108, 114], "kinyum": 108, "yanapendekezwa": 108, "kiendeshi": 108, "16": [108, 117], "zitaruhusu": 108, "kidogo": [108, 117], "mia": 108, "bila": [108, 117], "uzito": 108, "mwingi": [108, 117], "iliyo": 108, "itaruhu": 108, "kuchakata": [108, 109, 117], "haraka": [108, 117], "kadi": 108, "huo": [108, 117], "haina": [108, 117], "faida": [108, 117], "engeza": [108, 117], "diski": 108, "kulingana": 108, "unazotaka": 108, "40": [108, 117], "250": 108, "32": [108, 117], "1500": 108, "64": [108, 117], "2500": 108, "128": [108, 117], "3500": 108, "192": 108, "5000": 108, "256": [108, 117], "tunapendekeza": [108, 109, 115], "watu": [108, 117], "kurun": [108, 117], "unahitaji": [108, 109], "nyuma": [108, 117], "halihimili": 108, "inayoitwa": [108, 117], "inaruhusu": 108, "unaweka": 108, "huwa": 108, "kuangalia": [108, 109, 114, 117], "kufungua": 108, "manag": [108, 117], "bonyeza": 108, "ctrl": [108, 117], "esc": 108, "washa": [108, 117], "tab": 108, "iruhusiw": 108, "ilioruhusiwa": 108, "assist": 108, "badala": [108, 109, 117], "haijaruhusiwa": 108, "unahitajika": 108, "uiruhusu": 108, "watoaji": 108, "aina": 108, "vtx": 108, "hutegemea": 108, "kurestart": 108, "f2": 108, "f12": 108, "inawaka": 108, "boot": 108, "badilisha": [108, 117], "kuruhusu": [108, 109, 112], "inaitwa": 108, "vt": 108, "kei": [108, 117], "iliyozoeleka": 108, "kubonyeza": [108, 117], "kuwasha": [108, 109], "watengezaji": 108, "wengi": [108, 117], "kwanza": [108, 109], "git": [108, 109, 117], "scm": 108, "www": [108, 110], "unaangalia": 108, "usisahau": 108, "execut": [108, 109, 117], "maana": [108, 117], "upo": 108, "peke": [108, 109, 117], "lolot": 108, "toolbox": 108, "v18": 108, "09": [108, 110], "dockertoolbox": 108, "ex": 108, "profession": 108, "jipya": 108, "win": 108, "20for": 108, "20window": 108, "20instal": 108, "using": 108, "zote": [108, 109, 112, 114, 117], "utatengeneza": 108, "zimeingizwa": 108, "desktop": 108, "imetengenezwa": [108, 117], "ilipoingizwa": 108, "ajili": [108, 117], "usikatish": 108, "kuna": [108, 109, 114, 117], "koo": 108, "uyatatu": 108, "inafanya": [108, 109, 117], "fikiria": 108, "emul": 108, "kiwango": [108, 117], "fulani": 108, "kilichogaiwa": 108, "kinaweza": [108, 117], "kutumika": [108, 117], "ambacho": [108, 109], "kimetengwa": 108, "utaingiza": 108, "virtualbox": 108, "acpi": 108, "shutdown": 108, "kusimamisha": 108, "move": [108, 110, 117], "slider": 108, "60": [108, 117], "70": [108, 117], "50": [108, 117], "processor": 108, "mpangilio": [108, 109, 112, 117], "ok": [108, 109], "umeingiza": 108, "uteo": 108, "kulia": 108, "white": [108, 111, 117], "whale": 108, "ubao": 108, "inayotumika": 108, "nusu": 108, "ilobakia": 108, "gui": 108, "iliyoingizwa": 108, "ikifunguka": 108, "repositori": 108, "directori": [108, 112, 117], "brows": 108, "tembea": 108, "hadi": [108, 109, 117], "ulilochagua": 108, "kupakua": [108, 117], "kumefanikiwa": 108, "utaona": [108, 109, 117], "ifuatayo": [108, 117], "kufanikiwa": 108, "nenda": [108, 117], "itakuruhusu": 108, "kwenda": 108, "kiurahisi": 108, "bash": [108, 117], "termin": [108, 117], "sh": [108, 117], "vitapakuliwa": 108, "nodeodm": [108, 109, 115, 117], "utapeleka": 108, "kuanzisha": 108, "mara": [108, 117], "mwanzo": [108, 109, 114, 117], "localhost": [108, 109], "8000": 108, "tafuta": 108, "ip": [108, 109], "jawabu": 108, "168": 108, "utaunganisha": 108, "modem": 108, "post": 108, "mac": 108, "zinafanya": 108, "sierra": 108, "kubwa": [108, 109, 117], "inafanyakazi": 108, "inakubali": 108, "sysctl": 108, "kern": 108, "hv_support": 108, "inayofanana": 108, "inakuali": 108, "endelea": [108, 117], "majibu": [108, 114], "inamaanisha": 108, "zamani": 108, "sana": 108, "dmg": 108, "sourceforg": 108, "net": 108, "osx": 108, "itaona": 108, "ambyo": 108, "muonekano": [108, 109, 115, 117], "wake": 108, "bar": 108, "app": [108, 117], "kuhakikisha": [108, 117], "kwamba": [108, 117], "sawa": [108, 113, 114, 117], "hello": 108, "world": [108, 109, 110], "itarejesha": 108, "imeingizwa": [108, 109], "appl": 108, "117": 108, "umepata": 108, "jaribu": [108, 114], "tena": [108, 117], "mchakato": [108, 109, 117], "kilichowekwa": 108, "kutosha": 108, "iliotengwa": 108, "ikoni": 108, "rekebisha": 108, "inayopatikana": 108, "ilyobakia": 108, "cd": [108, 109, 117], "yoyot": 108, "mujibu": 108, "nyaraka": [108, 115], "websit": 108, "rasmi": 108, "uliothibitishwa": 108, "bainari": 108, "tuli": 108, "zinazotumika": 108, "kuchakua": 108, "kumia": [108, 117], "nne": 108, "zinahitaji": [108, 114], "pip": 108, "hatuweza": 108, "kuweza": [108, 109], "uwingizaji": 108, "usambazaji": 108, "nje": [108, 109, 114], "tutazuiya": 108, "kusambaza": 108, "wanasaidiwa": 108, "kesi": [108, 117], "jambo": [108, 114], "comand": [108, 117], "sudo": [108, 117], "apt": [108, 117], "updat": [108, 109, 117], "curl": 108, "fssl": 108, "yum": 108, "dnf": 108, "pacman": 108, "sy": 108, "kuongezea": [108, 115], "tatu": [108, 114], "dockercompos": 108, "script": [108, 112, 117], "inahitajika": [108, 117], "inakuwa": 108, "ishahifadhiwa": 108, "haijaingizwa": 108, "kuthibitisha": 108, "compos": 108, "kuona": [108, 114, 117], "kinachofanana": [108, 109], "22": 108, "f46880f": 108, "kizuri": 108, "unayohitaji": 108, "kufanywa": [108, 117], "kutimiza": 108, "kuwa": [108, 109, 114, 117], "makini": 108, "kupanga": [108, 109], "kukisia": 108, "ilipitia": 108, "prefix": 108, "port": [108, 109, 117], "kufundisha": 108, "mitandao": 108, "80": [108, 117], "zimeorodheshwa": 108, "stuck": 108, "reset": 108, "admin": 108, "password": 108, "forget": 108, "resetadminpassword": 108, "newpass": 108, "everyth": [108, 113, 117], "latest": [108, 117], "media": 108, "dir": [108, 117], "webodm_result": 108, "kuomba": [108, 114], "umekwama": 108, "unapingiza": 108, "inatumika": [108, 117], "ikianza": 108, "utasalimia": 108, "ujumb": [108, 109, 117], "karibu": [108, 117], "utaulizwa": 108, "chukua": [108, 117], "kumalizia": 108, "kuchunguza": 108, "dashboard": [108, 117], "tazama": 108, "zishapangwa": [108, 117], "umefikia": 108, "hongera": 108, "kurejea": 108, "anzisha": 108, "dirisha": 108, "rm": [108, 109, 112, 117], "p": [108, 109, 110, 117], "3000": [108, 109, 117], "q": [108, 117], "token": [108, 109], "secret": 108, "inaiambia": [108, 117], "hub": 108, "panga": [108, 109, 117], "namba": [108, 117], "mmoja": [108, 109], "kulinda": 108, "yaliozuiwa": 108, "unawesha": 108, "button": [108, 117], "processin": 108, "hostnam": [108, 109], "kuengeza": [108, 109, 112, 117], "vile": [108, 109], "pili": [108, 109, 117], "kimeenda": 108, "uw": [108, 109], "utaweza": 108, "kugawa": [109, 112, 117], "linaloweza": 109, "kudhibitiwa": 109, "kundi": [109, 117], "zalisha": 109, "itakayounganisha": 109, "utawekwa": 109, "dataseti": [109, 112], "itasaidia": [109, 117], "kuongozwa": 109, "vizuri": [109, 112, 114, 117], "itahitaji": 109, "zilizounganishwa": 109, "mtandao": [109, 115], "ndivyo": [109, 117], "itakavyoruhu": 109, "mlalo": 109, "maelfu": 109, "boxi": 109, "zinasaidia": 109, "unapotengeneza": 109, "kupendekeza": 109, "sababu": [109, 117], "upatikanaji": 109, "kuvuruga": 109, "kunaweza": [109, 117], "kusababisha": 109, "kubonyea": 109, "yanapatika": 109, "madhara": 109, "cloudi": 109, "13": [109, 110, 117], "000": [109, 117], "zilizokusanywa": [109, 117], "bank": 109, "tanzania": [109, 117], "mafuriko": [109, 117], "msimbasi": [109, 117], "basin": [109, 117], "dar": [109, 117], "salaam": [109, 117], "mgawio": 109, "wepesi": [109, 117], "nambari": [109, 117], "mpishano": [109, 117], "baina": [109, 117], "mfululizo": 109, "ti": [109, 117], "v": [109, 112, 117], "400": 109, "unajua": 109, "kutoa": [109, 117], "itatumiaka": 109, "algorithim": 109, "linaweza": [109, 117], "kupatika": 109, "linaloitwa": [109, 117], "image_group": [109, 117], "maneno": [109, 117], "mawili": [109, 114], "01": [109, 117], "02": 109, "03": [109, 117], "b": [109, 117], "04": [109, 117], "05": [109, 110], "utatengeza": 109, "unapitisha": 109, "unatengeneza": 109, "kupitia": [109, 117], "orchestr": 109, "kustart": 109, "3001": 109, "8080": 109, "connect": [109, 117], "telnet": 109, "ongeza": 109, "address": 109, "inayotumia": 109, "escap": [109, 113], "charact": [109, 117], "list": [109, 111, 116], "api": [109, 115], "ukifikia": 109, "rahisi": [109, 114, 117], "800": 109, "120": 109, "ukiunganisha": 109, "kinaendelea": 109, "tunaweza": [109, 117], "zinazopatika": 109, "del": 109, "lock": [109, 117], "forward": [109, 117], "unlock": 109, "resum": 109, "rout": 109, "taskid": 109, "cancel": 109, "asr": 109, "viewcmd": 109, "repeat": 109, "last": 109, "haifanyi": [109, 117], "ikiwashwa": 109, "kuorodhesha": 109, "tukaangalia": 109, "offlin": 109, "l": [109, 110, 117], "kulitambua": 109, "haikuwashwa": 109, "unaendelea": 109, "inakusanya": 109, "kujipima": 109, "date": 109, "amazon": [109, 117], "ocean": [109, 117], "inawezesha": 109, "kupunguza": [109, 117], "gharama": [109, 117], "zitokanazo": 109, "kupima": 109, "mchakano": 109, "kutokana": 109, "autosc": 109, "linalofanya": 109, "nodej": [109, 117], "limeingizwa": 109, "npm": 109, "s3": 109, "compat": 109, "kuhifadhia": 109, "digitalocean": 109, "servic": 109, "index": [109, 115], "j": [109, 110, 117], "ufuatao": [109, 117], "digitaloceanasrprovid": 109, "iliyoungana": 109, "umepanga": 109, "autoscal": 109, "michakato": 109, "huwezi": [109, 117], "zero": 109, "kuambatanisha": 109, "vyenginevyo": [109, 117], "haitajua": 109, "kushuhulikia": 109, "kupeleka": 109, "ui": 109, "kuzunguruka": 109, "malengo": 109, "haya": [109, 117], "utaweka": 109, "dummi": 109, "kuifunga": 109, "zinapelekwa": 109, "haijaunganishwa": 109, "inasaidiwa": 109, "kikamilifu": 109, "kuchukua": 109, "unafuu": 109, "zilobakia": 109, "zitatumika": [109, 113], "itakua": [109, 117], "mdogo": [109, 117], "kupelekea": 109, "mgawanyo": 109, "ukitumia": [109, 117], "pau": 109, "folk": 109, "mapillari": 109, "kwema": 109, "kijenzi": 109, "tunaangalia": 109, "kusukuma": 109, "upeo": 109, "defin": [110, 117], "real": 110, "we": [110, 116, 117], "talk": 110, "about": 110, "certain": [110, 111], "pascual": 110, "2011": 110, "de": 110, "correspond": 110, "actual": 110, "independ": 110, "shape": [110, 117], "figur": 110, "misplac": 110, "accord": 110, "relat": 110, "planet": 110, "pix4d": 110, "correctli": 110, "met": 110, "assess": 110, "construct": 110, "fire": 110, "decis": 110, "hand": 110, "critic": 110, "complianc": 110, "evalu": 110, "land": 110, "titl": [110, 117], "And": 110, "mount": 110, "usual": 110, "madawalagama": 110, "2016": 110, "At": 110, "1cm": 110, "gnss": [110, 117], "nsdi": 110, "fgdc": 110, "condit": [110, 117], "barri": 110, "2013": 110, "weather": [110, 117], "photogrammetri": [110, 117], "import": 110, "coverag": 110, "wind": [110, 117], "humid": 110, "influenc": [110, 117], "stabil": 110, "nois": 110, "clearli": 110, "mechan": 110, "recogniz": 110, "highest": 110, "equip": [110, 117], "while": [110, 112, 116, 117], "tend": 110, "hover": 110, "photo": [110, 111], "multipli": 110, "mather": 110, "2020": [110, 117], "coaklei": 110, "r": [110, 117], "network": [110, 117], "baselin": 110, "ie": [110, 112], "accuracy_uav_compare_rtk_gp": 110, "deploi": 110, "2017": 110, "blog": 110, "munasingh": 110, "dampegama": 110, "d": [110, 117], "samarakoon": 110, "cost": [110, 117], "consum": 110, "grade": [110, 117], "37th": 110, "asian": 110, "confer": 110, "remot": 110, "sens": 110, "colombo": 110, "sri": 110, "lanka": 110, "stephen": 110, "marzo": 110, "3937": 110, "manuel": 110, "loung": 110, "gisloung": 110, "07": 110, "accident": 111, "input": [111, 117], "obliqu": 111, "simpli": 111, "subject": 111, "same": [111, 112], "dimens": 111, "gimp": 111, "exclud": 111, "_mask": 111, "dji_0018": 111, "dji_0018_mask": 111, "bmp": 111, "tangu": [112, 117], "uchambuaji": 112, "tashira": 112, "inapiga": 112, "tumedhamiria": 112, "kusaidia": [112, 114, 117], "umekuzwa": 112, "hiyo": [112, 117], "zitafanya": 112, "micasens": [112, 116], "rededg": 112, "mx": 112, "altum": [112, 116], "6x": 112, "dji": [112, 116], "phantom": 112, "kamera": [112, 117], "kutusaidia": 112, "_": [112, 117], "zilopigwa": 112, "chakata": 112, "usitofautish": 112, "mafold": [112, 117], "multi": [112, 115], "yatakuwa": 112, "alpha": [112, 117], "offici": 112, "give": 112, "ndre": 112, "renam": 112, "exact": 112, "0000x_nir": 112, "10_51_14_img_00008": 112, "00008_nir": 112, "nrgb": 112, "0000x_rgb": 112, "10_51_14_img_00023": 112, "00023_rgb": 112, "xxxx_nir": 112, "xxxx_rgb": 112, "could": [112, 113, 117], "input_image_dir": 112, "output_dir": [112, 117], "success": 112, "contrib": 112, "ndvi": 112, "rename_sentera_agx710_multispectral_tif": 112, "py": [112, 117], "python3": 112, "vilivyo": 113, "orodheshwa": 113, "odm_georeferenced_model": [113, 117], "ply": 113, "anga": 113, "state": 113, "univers": [113, 117], "zanzibar": 113, "zilizoandaliwa": 113, "khadija": 113, "abdullah": 113, "ali": 113, "odm_textur": [113, 117], "odm_textured_model": 113, "odm_textured_model_geo": 113, "meshlab": 113, "lifuatalo": 113, "courtesi": 113, "odm_orthphoto": 113, "kuitumia": 113, "tabaka": 113, "rasta": [113, 117], "un": 113, "itatengenezwa": 113, "tutori": 113, "zitahifadhiwa": 113, "stdout": 113, "On": 113, "ansi": 113, "39m": 113, "no_ansiesc": 113, "environ": 113, "variabl": 113, "env": 113, "img": 113, "1234": 113, "tie": 113, "config": [113, 117], "yaml": [113, 117], "track": 113, "undistorted_track": 113, "undistorted_reconstruct": 113, "odm_meshing_log": 113, "texture_n": 113, "associ": 113, "odm_georeferencing_log": 113, "odm_georeferencing_utm_log": 113, "extract_utm": 113, "portion": 113, "odm_orthophoto_log": 113, "gdal_translate_log": 113, "top": 113, "geotoff": 113, "mrejosho": 114, "kukuza": 114, "kuimarisha": 114, "foss": 114, "mradi": 114, "kupendeza": 114, "hasa": 114, "wanaweza": 114, "ngumu": [114, 117], "yapi": 114, "kuhisi": 114, "zito": 114, "pesa": 114, "fursa": 114, "demand": [114, 117], "implement": [114, 117], "probabl": 114, "convinc": 114, "develop": [114, 116], "imagin": 114, "somebodi": 114, "knock": 114, "door": 114, "hous": 114, "cook": 114, "me": 114, "dinner": 114, "respons": 114, "reason": 114, "who": 114, "person": 114, "spend": 114, "energi": 114, "fulfil": 114, "hi": 114, "agenda": 114, "own": 114, "suggest": 114, "cordial": 114, "especi": 114, "prepar": 114, "offer": 114, "fund": 114, "explain": 114, "benefit": [114, 117], "exclus": 114, "harder": 114, "yanaweza": [114, 117], "kuwasilishwa": 114, "mada": 114, "kujadiliwa": 114, "kuwanza": 114, "asili": 114, "imejadiliwa": 114, "test": 114, "channel": 114, "forum": 114, "kusikia": 114, "kiwa": 114, "mtu": [114, 117], "kasema": 114, "huu": [114, 117], "tunahitaji": [114, 117], "uwezekano": 114, "yanayofanya": 114, "kujibu": [114, 117], "sijui": 114, "yalikua": 114, "vikubwa": 114, "natamani": 114, "atakuja": 114, "vitendea": 114, "miongoni": [114, 117], "mwa": [114, 117], "wanajamii": 114, "nitafurahi": 114, "kujaribu": 114, "wacha": 114, "tuon": 114, "tutaunganisha": 114, "kulimaliza": 114, "naweza": 114, "tunafurahi": 114, "unahamu": 114, "vinaongezwa": 114, "vinahitaji": 114, "kuvitengeneza": 114, "tutafanya": 114, "tuwezalo": 114, "kukusaidia": 114, "wew": 114, "wapi": 114, "hayakufanikiwa": 114, "tunathamini": 114, "wowot": 114, "utakaoweza": 114, "kutupa": [114, 117], "ukurasa": 115, "readm": [115, 117], "uainishaji": 115, "muuwa": 115, "kusoma": [115, 117], "blob": 115, "master": 115, "adoc": 115, "concept": 115, "665": 115, "tunaweka": 115, "karatasi": 115, "utasoma": 115, "tafiti": 115, "sanaa": 115, "vinavyoshabihiana": 115, "umbil": 115, "mwendo": 115, "sauti": 115, "mifumo": 115, "kuboresha": 115, "long": 116, "wave": 116, "infrar": 116, "lwir": 116, "alon": 116, "aim": 116, "zenmus": 116, "xt": 116, "h20": 116, "seri": [116, 117], "expand": 116, "paramit": 117, "inachagua": 117, "ubora": 117, "kasi": 117, "bora": 117, "utadadafua": 117, "mzuri": 117, "inayoagiza": 117, "kuacha": 117, "matumaini": 117, "kuathiri": 117, "itaengeza": 117, "uwezo": 117, "kuleta": 117, "itegeshw": 117, "misitu": 117, "iongezek": 117, "300000": 117, "600000": 117, "mjini": 117, "upya": 117, "majengo": 117, "mapaa": 117, "changamoto": 117, "mabadiliko": 117, "hali": 117, "joto": 117, "mtetemeko": 117, "muelekeo": 117, "vyengin": 117, "vinavyoweza": 117, "itakayopatikana": 117, "matengenezo": 117, "binafsi": 117, "kutakiwa": 117, "ukiruka": 117, "itakayopita": 117, "marekebisho": 117, "haiwezi": 117, "kuondosha": 117, "jame": 117, "robson": 117, "2014": 117, "kitabu": 117, "chao": 117, "mitig": 117, "systemat": 117, "topograph": 117, "deriv": 117, "imeonyesha": 117, "kwey": 117, "athatri": 117, "shimo": 117, "makundi": 117, "benki": 117, "dunia": 117, "athari": 117, "rusha": 117, "kuelekeza": 117, "pont": 117, "itainamisha": 117, "itafikia": 117, "kuruka": 117, "itachukua": 117, "mrefu": 117, "rubani": 117, "kikundi": 117, "itatengeneza": 117, "lilorekebishwa": 117, "itachukuliwa": 117, "mruko": 117, "mwengin": 117, "ufanisi": 117, "majaribio": 117, "kupishanisha": 117, "miruko": 117, "crossgrid": 117, "miwili": 117, "huitwa": 117, "crosshatch": 117, "iliotenganishwa": 117, "ikiangalia": 117, "asilimia": 117, "kupishana": 117, "sambamba": 117, "matukio": 117, "utatakiwa": 117, "68": 117, "ubavuni": 117, "kushabihiana": 117, "83": 117, "unatakiwa": 117, "42": 117, "msimamo": 117, "mshabihiano": 117, "sidelap": 117, "kusimama": 117, "iliyopishana": 117, "kupitisha": 117, "inaongeza": 117, "iangali": 117, "cc": 117, "BY": 117, "creativecommon": 117, "haitengenezi": 117, "kizazi": 117, "kichujo": 117, "kidhibitiwa": 117, "mihimili": 117, "kipimo": 117, "halisi": 117, "badiliko": 117, "urefu": 117, "mteremko": 117, "imepimwa": 117, "toler": 117, "inaengeza": 117, "variat": 117, "ipangw": 117, "kikubwa": 117, "isiw": 117, "mita": 117, "paramita": 117, "inashabihiana": 117, "ukubwa": 117, "jengo": 117, "mti": 117, "kuondolewa": 117, "lipangw": 117, "hizi": 117, "zinabadilisha": 117, "pepa": 117, "awali": 117, "classif": 117, "airborn": 117, "lidar": 117, "inapatikana": 117, "bure": 117, "majumuisho": 117, "yanaleta": 117, "makubwa": 117, "uwandishi": 117, "groundpoint": 117, "imegawanywa": 117, "kuepuka": 117, "ii": 117, "grond": 117, "kimakosa": 117, "imegaiwa": 117, "yanachukuwa": 117, "uwangalifu": 117, "inatengenezwa": 117, "ilikusudiwa": 117, "kuonekana": 117, "inaseti": 117, "inayotambua": 117, "maendeleo": 117, "matabaka": 117, "miji": 117, "lililoachwa": 117, "mchujo": 117, "my_odm_imag": 117, "24": 117, "thu": 117, "photographi": 117, "overcast": 117, "clear": 117, "ski": 117, "avoid": 117, "shadow": 117, "obstruct": 117, "lessen": 117, "middai": 117, "nake": 117, "congruent": 117, "advers": 117, "dust": 117, "fog": 117, "smoke": 117, "volcan": 117, "ash": 117, "pollut": 117, "gimbal": 117, "rest": 117, "eros": 117, "machineri": 117, "caus": 117, "steep": 117, "recogn": 117, "labor": 117, "neglig": 117, "lawn": 117, "mower": 117, "highli": 117, "75": 117, "65": 117, "balanc": 117, "tallest": 117, "achiev": 117, "greater": 117, "total": 117, "station": 117, "intend": 117, "millimetr": 117, "Then": 117, "almost": 117, "care": 117, "adequ": 117, "plane": 117, "clic": 117, "length": 117, "mostli": 117, "approach": 117, "bin": 117, "creation": 117, "pace": 117, "irregular": 117, "carefulli": 117, "kufanhamu": 117, "camandi": 117, "kuitathmini": 117, "ikitokea": 117, "tukiwa": 117, "wasiwasi": 117, "mkusanyiko": 117, "uliopangwa": 117, "kujitegemea": 117, "chach": 117, "yetu": 117, "kusikiliza": 117, "zilizopo": 117, "ulionayo": 117, "tunaanza": 117, "id": 117, "statu": 117, "2518817537ce": 117, "36": 117, "hour": 117, "ago": 117, "zen_wright": 117, "1cdc7fadf688": 117, "usr": 117, "va": 117, "tcp": 117, "flamboyant_dhawan": 117, "tunataka": 117, "tunaingiza": 117, "cd7b9585b8f6": 117, "dai": 117, "nostalgic_lederberg": 117, "e31010c00b9a": 117, "suspicious_kepl": 117, "c44e0d0b8448": 117, "wonderful_burnel": 117, "tunamia": 117, "inapatika": 117, "inategemewa": 117, "pipe": 117, "kile": 117, "tunachotaka": 117, "mon": 117, "sep": 117, "23": 117, "33": 117, "build_overview": 117, "camera_len": 117, "dem_decim": 117, "dem_euclidean_map": 117, "arrow": 117, "itatusaidia": 117, "herufu": 117, "itaturejesha": 117, "tail": 117, "gdalwarp": 117, "gpkg": 117, "crop_to_cutlin": 117, "co": 117, "num_thread": 117, "bigtiff": 117, "if_saf": 117, "blockys": 117, "512": 117, "blockxsiz": 117, "predictor": 117, "gdal_cachemax": 117, "48": 117, "95": 117, "111567p": 117, "137473l": 117, "kuenda": 117, "hilitunaweza": 117, "tunawza": 117, "exec": 117, "kufikia": 117, "umuhimu": 117, "root": 117, "tumeingia": 117, "itaonesha": 117, "haiondoi": 117, "ukimaliza": 117, "ambao": 117, "ulikatika": 117, "unachukua": 117, "maciej": 117, "\u0142ebkowski": 117, "ana": 117, "mtazamo": 117, "kuongoza": 117, "iliotumika": 117, "sylab": 117, "laptop": 117, "hpc": 117, "compani": 117, "server": 117, "anyth": 117, "els": 117, "pull": 117, "cach": 117, "images_dir": 117, "path_to_image_dir": 117, "basenam": 117, "path_to_output_directori": 117, "mkdir": 117, "bind": 117, "writabl": 117, "tmpf": 117, "odm_latest": 117, "ivan": 117, "gayton": 117, "repo": 117, "kawada": 117, "inataka": 117, "nguvu": 117, "wanotaka": 117, "kizuwizi": 117, "hakiwezi": 117, "kuondoa": 117, "bali": 117, "claud": 117, "afrika": 117, "tutawakilisha": 117, "unaofanya": 117, "cloudodm": 117, "kumbuka": 117, "kuprocess": 117, "mbali": 117, "ujuzi": 117, "unix": 117, "ssh": 117, "account": 117, "aw": 117, "inawezekana": 117, "usomaji": 117, "huna": 117, "kuiangalia": 117, "anerusha": 117, "linalofanana": 117, "kutaka": 117, "yupo": 117, "iliopangwa": 117, "kusafirisha": 117, "4gb": 117, "makisio": 117, "mwezi": 117, "haitakubali": 117, "kuingia": 117, "ukiwasha": 117, "tutapunguza": 117, "ikitumika": 117, "utatumia": 117, "kuirudisha": 117, "uwiano": 117, "privileg": 117, "insan": 117, "tutaandaa": 117, "aneitwa": 117, "unganisha": 117, "xxx": 117, "ambapo": 117, "ipv4": 117, "kufata": 117, "itakuwa": 117, "itafanana": 117, "upgrad": 117, "hatari": 117, "wila": 117, "kuapdat": 117, "uingiz": 117, "regular": 117, "utafanya": 117, "kiufupikama": 117, "kibadilika": 117, "zinatakiwa": 117, "bashrc": 117, "kufunguka": 117, "nano": 117, "unayochapa": 117, "lieu": 117, "ukahika": 117, "itaichambua": 117, "hukufanya": 117, "uhakika": 117, "wetu": 117, "mipangilio": 117, "pythonpath": 117, "superbuild": 117, "lib": 117, "python2": 117, "dist": 117, "packag": 117, "src": 117, "ld_library_path": 117, "zingatia": 117, "imekusanya": 117, "mepesi": 117, "hiyvo": 117, "utalinganisha": 117, "maeleza": 117, "kuepusha": 117, "kutofanya": 117, "itakataa": 117, "lake": 117, "tunaengeza": 117, "uliweka": 117, "utahitaji": 117, "hard": 117, "jargon": 117, "inatosha": 117, "sheria": 117, "thumb": 117, "inaonesha": 117, "tumepata": 117, "100gb": 117, "1000gb": 117, "kusafisha": 117, "ikifika": 117, "uitakayo": 117, "tunapanga": 117, "mnt": 117, "odmdata": 117, "peleka": 117, "secur": 117, "scp": 117, "imagefold": 117, "inapelekea": 117, "lilojaa": 117, "recurs": 117, "lililoondolewa": 117, "tulioweka": 117, "hakuna": 117, "kuandaliwa": 117, "orodha": 117, "mshine": 117, "utahifadhi": 117, "myproject": 117, "iliokusanya": 117, "ilivyo": 117, "msatari": 117, "inachanganya": 117, "yenyew": 117, "parent": 117, "ataoneshwa": 117, "ukiita": 117, "hariri": 117, "tuliotengeneza": 117, "individu": 117, "linakuwa": 117, "utarekebisha": 117, "hazitakopiwa": 117, "inaitaka": 117, "kurahisisha": 117, "mafil": 117, "mengin": 117, "imo": 117, "semu": 117, "mabloki": 117, "utapangika": 117, "echo": 117, "cat": 117, "itatengenea": 117, "llkotoka": 117, "ondosha": 117, "litaruhusu": 117, "itokapo": 117, "moa": 117, "zimetoka": 117, "zima": 117, "lkiasi": 117, "natumia": 117, "vcpu": 117, "192gb": 117, "ghara": 117, "hr": 117, "1000": 117, "fanya": 117, "usipotez": 117, "big": 117, "nohup": 117, "utaikata": 117, "utakatika": 117, "kioo": 117, "gnu": 117, "kuzindua": 117, "haitasimama": 117, "hana": 117, "mawasiliano": 117, "yakikatika": 117, "detach": 117, "attach": 117, "haitakupa": 117, "isipokuwa": 117, "kusanifu": 117, "itakupa": 117, "project_nam": 117, "seem": 117, "inasababisha": 117, "kosa": 117, "ajabu": 117, "tunafuta": 117, "kutegemea": 117, "nafsi": 117, "zinapatikana": 117, "haitapoteza": 117, "kukupia": 117, "unakisia": 117, "utakua": 117, "ukikosa": 117, "litaleta": 117, "shaka": 117, "mchanganyiko": 117, "utakataliwa": 117, "nafikiria": 117, "kuzuiya": 117, "mangapiyatavunjwa": 117, "seti": 117, "tunajaaliapicha": 117, "uweledi": 117, "acha": 117, "muoendelezo": 117, "uwez": 117, "ikimaliza": 117, "htop": 117, "uliotumia": 117, "siku": 117, "usoni": 117, "rudisha": 117, "ingia": 117, "uliopakua": 117, "gdal": 117, "usiing": 117, "gdal_transl": 117, "ycbcr": 117, "gdal_tiff_internal_mask": 117, "extens": 117, "uliotengeneza": 117, "ukipata": 117, "kuumia": 117, "gdaladdo": 117, "1024": 117, "tar": 117, "pengin": 117, "zcvf": 117, "archivenam": 117, "activ": 117, "upper": 117, "mode": 117, "old": 117, "mid": 117, "handl": 117, "million": 117, "element": 117, "accentu": 117, "shade": 117, "enhanc": 117, "percept": 117, "scientif": 117, "recognit": 117, "strength": 117, "opac": 117, "skybox": 117, "splat": 117, "unload": 117, "hide": 117, "tridimension": 117, "highlight": 117, "circl": 117, "circumfer": 117, "azimuth": 117, "clockwis": 117, "cube": 117, "reloc": 117, "redimens": 117, "handler": 117, "sphere": 117, "profil": 117, "annot": 117, "anchor": 117, "mous": 117, "wheel": 117, "orbit": 117, "fly": 117, "bird": 117, "keyboard": 117, "w": 117, "backward": 117, "respect": 117, "axi": 117, "movement": 117, "slide": 117, "helicopt": 117, "aircraft": 117, "restrict": 117, "xy": 117, "restor": 117, "wirefram": 117, "compass": 117, "green": 117, "blue": 117, "toward": 117, "plai": 117, "tree": 117, "arrang": 117, "six": 117, "ramp": 117, "cam": 117, "custom": 117}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"align": [0, 3, 72, 77], "file": [0, 105, 106], "chagizi": 1, "na": [1, 108, 109, 117], "bendera": 1, "3d": [2, 7, 113, 117], "tile": [2, 46, 60, 92], "auto": [4, 5, 9], "boundari": [4, 5, 7], "what": [4, 7, 8, 9, 11, 103, 110], "i": [4, 7, 103], "when": [4, 7, 8, 9, 11], "help": [4, 31], "why": [4, 7, 8, 9, 11], "would": [4, 7, 8, 9, 11], "one": [4, 7, 8, 9, 11], "us": [4, 7, 8, 9, 11, 94, 95, 96, 97, 103, 111, 117], "exampl": [4, 7, 8, 9, 11], "imag": [4, 7, 8, 9, 11, 83, 106, 108, 111, 117], "true": [4, 7, 8, 11], "fals": [4, 7, 8, 11], "null": [4, 7, 8, 11], "distanc": 5, "bg": 6, "remov": [6, 75, 87], "geojson": 7, "appropri": [7, 8, 9, 11], "how": [7, 103], "creat": 7, "io": 7, "new": 7, "A": 7, "polygon": 7, "place": 7, "vertic": 7, "complet": 7, "save": 7, "download": [7, 117], "set": [7, 105], "In": 7, "task": 7, "option": [7, 103], "load": 7, "qgi": 7, "temporari": 7, "scratch": 7, "layer": 7, "geometri": 7, "type": [7, 25, 34, 87], "ad": 7, "an": 7, "orthophoto": [7, 23, 43, 44, 45, 46, 47, 48, 73, 103, 113, 117], "background": [7, 117], "polyon": 7, "featur": [7, 24, 25, 39], "toggl": 7, "edit": 7, "off": 7, "chang": 7, "To": 7, "export": 7, "vector": 7, "As": 7, "point": [7, 113, 117], "cloud": [7, 11, 113], "digit": [7, 117], "elev": [7, 117], "model": [7, 9, 113, 117], "textur": [7, 85, 86, 87, 88, 89, 90, 91, 113, 117], "mesh": [7, 37, 38], "build": [8, 103], "overview": 8, "ar": [8, 9, 11, 103], "camera": [9, 10, 96, 117], "len": 9, "manual": 9, "select": 9, "particular": 9, "rectilinear": 9, "data": [9, 85, 103, 117], "brown": 9, "fishey": 9, "perspect": 9, "spheric": 9, "cog": 11, "optim": [11, 42], "geotiff": [11, 103], "copi": 12, "crop": 13, "debug": 14, "dem": [15, 16, 17, 18], "decim": 15, "euclidean": 16, "map": [16, 91, 110], "gapfil": 17, "step": 17, "resolut": [18, 19, 48, 101], "depthmap": 19, "dsm": [20, 113], "dtm": [21, 113], "end": 22, "fast": 23, "qualiti": [24, 56], "forc": 26, "gp": [26, 30], "gcp": [27, 105, 117], "geo": 28, "gltf": 29, "accuraci": [30, 110, 117], "ignor": 32, "gsd": 32, "matcher": [33, 34], "neighbor": 33, "max": 35, "concurr": 35, "merg": [36, 109], "octre": 37, "depth": 37, "size": 38, "min": 39, "num": 39, "name": 40, "gpu": [41, 103], "disk": 42, "space": 42, "compress": 43, "cutlin": 44, "kmz": 45, "png": 47, "pc": [49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60], "classifi": 49, "copc": 50, "csv": 51, "ept": 52, "filter": 53, "geometr": [54, 59], "la": [55, 102], "rectifi": 57, "sampl": 58, "skip": [59, 71, 72, 73, 74, 89, 90], "primari": 61, "band": [61, 72], "project": [62, 117], "path": 62, "radiometr": 63, "calibr": 63, "rerun": [64, 65, 66], "all": [65, 103], "from": [66, 103], "resiz": 67, "roll": [68, 69], "shutter": [68, 69], "readout": 69, "sfm": 70, "algorithm": 70, "3dmodel": 71, "report": 74, "sky": 75, "sm": [76, 77], "cluster": [76, 109], "smrf": [78, 79, 80, 81], "scalar": 78, "slope": 79, "threshold": 80, "window": [81, 108], "split": [82, 83, 84, 109], "group": 83, "overlap": 84, "term": 85, "keep": 86, "unseen": 86, "face": 86, "outlier": 87, "singl": 88, "materi": 88, "global": 89, "seam": [89, 90], "level": [89, 90], "local": 90, "tone": 91, "time": [93, 103], "3dmesh": 94, "exif": 95, "fix": 96, "param": 96, "hybrid": 97, "bundl": 97, "adjust": 97, "verbos": 98, "version": [99, 103], "video": [100, 101], "limit": 100, "jinsi": 102, "ya": [102, 105, 108, 109, 117], "kushiriki": 102, "jukwaa": 102, "kijamii": 102, "kuwasilisha": 102, "bug": 102, "kigezo": 102, "kwa": [102, 115, 117], "maelezo": 102, "tatua": 102, "maombi": 102, "frequent": 103, "ask": 103, "question": 103, "process": [103, 117], "can": 103, "two": 103, "more": 103, "stitch": 103, "them": 103, "togeth": 103, "The": 103, "softwar": 103, "my": 103, "cpu": [103, 108], "core": 103, "memori": 103, "normal": 103, "If": 103, "nativ": 103, "alloc": 103, "resourc": 103, "licens": 103, "want": 103, "commerci": 103, "applic": 103, "includ": 103, "odm": [103, 117], "do": 103, "need": [103, 108], "other": [103, 117], "asid": 103, "agplv3": 103, "issu": 103, "your": 103, "comput": 103, "run": 103, "out": 103, "you": 103, "kidokeza": 104, "cha": 104, "kurusha": 104, "ndege": 104, "nyuki": 104, "pointi": 105, "za": [105, 108, 115], "udhib": 105, "wa": [105, 108, 112, 113, 117], "chini": 105, "recommend": 105, "practic": 105, "format": 105, "interfac": 105, "mtumiaji": 105, "posm": 105, "gcpi": 105, "editor": 105, "pro": 105, "refer": [105, 110], "geoloc": 106, "karibu": 107, "opendronemap": [107, 113], "kitabu": 107, "kuingiza": [108, 117], "kuanza": [108, 109], "kutumia": [108, 109, 117], "quickstart": 108, "sifa": 108, "hardwar": [108, 112, 116], "minimum": 108, "ram": 108, "n": 108, "uingizaji": 108, "jia": 108, "1": 108, "angalia": 108, "msaada": [108, 112], "uvumbuzi": 108, "njia": [108, 117], "2": 108, "ingiza": 108, "vinavyohitajika": 108, "3": 108, "nafasi": 108, "mgao": 108, "4": 108, "pakua": 108, "webodm": [108, 117], "zindua": 108, "maco": 108, "fungua": 108, "linux": 108, "hatua": 108, "mahitaji": 108, "ndani": [108, 109], "ubuntu": 108, "debian": 108, "cento": 108, "rhel": 108, "fedora": 108, "arch": 108, "ziada": [108, 115], "camand": [108, 117], "msingi": 108, "utatuzi": 108, "shida": 108, "habari": 108, "kuendesha": 108, "mashin": [108, 117], "zaidi": 108, "moja": 108, "larg": 109, "dataset": 109, "kurekebisha": [109, 117], "picha": 109, "kugawanya": 109, "kupata": 109, "pamoja": 109, "kufahamu": 109, "log": [109, 113, 117], "kuongeza": 109, "kiotomatiki": 109, "clusterodm": 109, "mipaka": 109, "tunakiri": 109, "expect": [110, 117], "aspect": 110, "impact": 110, "mask": 111, "multispectr": 112, "matumizi": [112, 117], "sentera": 112, "agx710": 112, "matokeo": 113, "mpangilo": 113, "yote": 113, "vipi": 114, "utaomba": 114, "vipengel": 114, "kumbukumbu": 115, "watumiaji": 115, "msanidi": 115, "programu": 115, "thermal": 116, "support": 116, "usag": 116, "somo": 117, "tengeneza": 117, "kitaalamu": 117, "kutengeneza": 117, "measur": 117, "stockpil": 117, "volum": 117, "fieldwork": 117, "plan": 117, "flight": 117, "pattern": 117, "height": 117, "paramet": 117, "docker": 117, "tumia": 117, "kweny": 117, "instanc": 117, "line": 117, "mifano": 117, "safisha": 117, "juu": 117, "baada": 117, "singular": 117, "sif": 117, "kutoka": 117, "eneo": 117, "leny": 117, "low": 117, "bandwidth": 117, "nini": 117, "hiki": 117, "nani": 117, "kuandaa": 117, "muundo": 117, "anuani": 117, "kubadilisha": 117, "droplet": 117, "kuvuta": 117, "pini": 117, "pekua": 117, "kumaliza": 117, "kisia": 117, "utachukua": 117, "mda": 117, "mkubwa": 117, "potre": 117, "viewer": 117, "modul": 117, "appear": 117, "budget": 117, "field": 117, "view": 117, "ey": 117, "dome": 117, "light": 117, "tool": 117, "clip": 117, "navig": 117, "scene": 117}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.todo": 2, "sphinx": 57}, "alltitles": {"Alignment Files": [[0, "alignment-files"]], "Chagizi na Bendera": [[1, "options-and-flags"]], "3d-tiles": [[2, "d-tiles"]], "align": [[3, "align"]], "auto-boundary": [[4, "auto-boundary"]], "What Is Auto-Boundary?": [[4, "what-is-auto-boundary"]], "When Is Auto-Boundary Helpful?": [[4, "when-is-auto-boundary-helpful"]], "Why would one use auto-boundary?": [[4, "why-would-one-use-auto-boundary"]], "Example Images": [[4, "example-images"], [7, "example-images"], [8, "example-images"], [9, "example-images"], [11, "example-images"]], "True: --auto-boundary": [[4, "true-auto-boundary"]], "False: null": [[4, "false-null"], [7, "false-null"], [8, "false-null"], [11, "false-null"]], "auto-boundary-distance": [[5, "auto-boundary-distance"]], "bg-removal": [[6, "bg-removal"]], "boundary": [[7, "boundary"]], "What is Boundary [GeoJSON]?": [[7, "what-is-boundary-geojson"]], "When is Boundary [GeoJSON] appropriate?": [[7, "when-is-boundary-geojson-appropriate"]], "Why would one use Boundary [GeoJSON]?": [[7, "why-would-one-use-boundary-geojson"]], "How would one create Boundary [GeoJSON]?": [[7, "how-would-one-create-boundary-geojson"]], "GeoJSON.io": [[7, "geojson-io"]], "New GeoJSON": [[7, "new-geojson"]], "Creating A Polygon": [[7, "creating-a-polygon"]], "Placing Vertices": [[7, "placing-vertices"]], "Completing A Polygon": [[7, "completing-a-polygon"]], "Saving A Polygon": [[7, "saving-a-polygon"]], "Downloading A Polygon": [[7, "downloading-a-polygon"]], "Setting Boundary [GeoJSON] In Task Options": [[7, "setting-boundary-geojson-in-task-options"]], "Boundary [GeoJSON] Loaded In Task Options": [[7, "boundary-geojson-loaded-in-task-options"]], "QGIS": [[7, "qgis"]], "Creating A New Temporary Scratch Layer": [[7, "creating-a-new-temporary-scratch-layer"]], "New Temporary Scratch Layer Geometry Type": [[7, "new-temporary-scratch-layer-geometry-type"]], "New Temporary Scratch Layer Settings": [[7, "new-temporary-scratch-layer-settings"]], "Adding an Orthophoto Background": [[7, "adding-an-orthophoto-background"]], "Adding A Polyon Feature": [[7, "adding-a-polyon-feature"]], "Toggle Editing Off": [[7, "toggle-editing-off"]], "Save Changes To Temporary Scratch Layer": [[7, "save-changes-to-temporary-scratch-layer"]], "Export Temporary Scratch Layer Features": [[7, "export-temporary-scratch-layer-features"]], "Save Vector Layer As": [[7, "save-vector-layer-as"]], "True: --boundary [GeoJSON] - Point Cloud": [[7, "true-boundary-geojson-point-cloud"]], "True: --boundary [GeoJSON] - Orthophoto": [[7, "true-boundary-geojson-orthophoto"]], "True: --boundary [GeoJSON] - Digital Elevation Model": [[7, "true-boundary-geojson-digital-elevation-model"]], "True: --boundary [GeoJSON] - 3D Model/Textured Mesh": [[7, "true-boundary-geojson-3d-model-textured-mesh"]], "build-overviews": [[8, "build-overviews"]], "What Are Overviews?": [[8, "what-are-overviews"]], "When are Overviews appropriate?": [[8, "when-are-overviews-appropriate"]], "Why would one use Overviews?": [[8, "why-would-one-use-overviews"]], "True: --build-overviews": [[8, "true-build-overviews"]], "camera-lens": [[9, "camera-lens"]], "What Are Camera Lens Models?": [[9, "what-are-camera-lens-models"]], "When are manual selections appropriate?": [[9, "when-are-manual-selections-appropriate"]], "Why would one use a particular Camera Lens Model?": [[9, "why-would-one-use-a-particular-camera-lens-model"]], "auto : Rectilinear Data": [[9, "auto-rectilinear-data"]], "brown : Rectilinear Data": [[9, "brown-rectilinear-data"]], "fisheye : Rectilinear Data": [[9, "fisheye-rectilinear-data"]], "perspective : Rectilinear Data": [[9, "perspective-rectilinear-data"]], "spherical : Rectilinear Data": [[9, "spherical-rectilinear-data"]], "cameras": [[10, "cameras"]], "cog": [[11, "cog"]], "What Are Cloud Optimized GeoTIFFs (COGs)?": [[11, "what-are-cloud-optimized-geotiffs-cogs"]], "When are COGs appropriate?": [[11, "when-are-cogs-appropriate"]], "Why would one use COGs?": [[11, "why-would-one-use-cogs"]], "True: --cog": [[11, "true-cog"]], "copy-to": [[12, "copy-to"]], "crop": [[13, "crop"]], "debug": [[14, "debug"]], "dem-decimation": [[15, "dem-decimation"]], "dem-euclidean-map": [[16, "dem-euclidean-map"]], "dem-gapfill-steps": [[17, "dem-gapfill-steps"]], "dem-resolution": [[18, "dem-resolution"]], "depthmap-resolution": [[19, "depthmap-resolution"]], "dsm": [[20, "dsm"]], "dtm": [[21, "dtm"]], "end-with": [[22, "end-with"]], "fast-orthophoto": [[23, "fast-orthophoto"]], "feature-quality": [[24, "feature-quality"]], "feature-type": [[25, "feature-type"]], "force-gps": [[26, "force-gps"]], "gcp": [[27, "gcp"]], "geo": [[28, "geo"]], "gltf": [[29, "gltf"]], "gps-accuracy": [[30, "gps-accuracy"]], "help": [[31, "help"]], "ignore-gsd": [[32, "ignore-gsd"]], "matcher-neighbors": [[33, "matcher-neighbors"]], "matcher-type": [[34, "matcher-type"]], "max-concurrency": [[35, "max-concurrency"]], "merge": [[36, "merge"]], "mesh-octree-depth": [[37, "mesh-octree-depth"]], "mesh-size": [[38, "mesh-size"]], "min-num-features": [[39, "min-num-features"]], "name": [[40, "name"]], "no-gpu": [[41, "no-gpu"]], "optimize-disk-space": [[42, "optimize-disk-space"]], "orthophoto-compression": [[43, "orthophoto-compression"]], "orthophoto-cutline": [[44, "orthophoto-cutline"]], "orthophoto-kmz": [[45, "orthophoto-kmz"]], "orthophoto-no-tiled": [[46, "orthophoto-no-tiled"]], "orthophoto-png": [[47, "orthophoto-png"]], "orthophoto-resolution": [[48, "orthophoto-resolution"]], "pc-classify": [[49, "pc-classify"]], "pc-copc": [[50, "pc-copc"]], "pc-csv": [[51, "pc-csv"]], "pc-ept": [[52, "pc-ept"]], "pc-filter": [[53, "pc-filter"]], "pc-geometric": [[54, "pc-geometric"]], "pc-las": [[55, "pc-las"]], "pc-quality": [[56, "pc-quality"]], "pc-rectify": [[57, "pc-rectify"]], "pc-sample": [[58, "pc-sample"]], "pc-skip-geometric": [[59, "pc-skip-geometric"]], "pc-tile": [[60, "pc-tile"]], "primary-band": [[61, "primary-band"]], "project-path": [[62, "project-path"]], "radiometric-calibration": [[63, "radiometric-calibration"]], "rerun": [[64, "rerun"]], "rerun-all": [[65, "rerun-all"]], "rerun-from": [[66, "rerun-from"]], "resize-to": [[67, "resize-to"]], "rolling-shutter": [[68, "rolling-shutter"]], "rolling-shutter-readout": [[69, "rolling-shutter-readout"]], "sfm-algorithm": [[70, "sfm-algorithm"]], "skip-3dmodel": [[71, "skip-3dmodel"]], "skip-band-alignment": [[72, "skip-band-alignment"]], "skip-orthophoto": [[73, "skip-orthophoto"]], "skip-report": [[74, "skip-report"]], "sky-removal": [[75, "sky-removal"]], "sm-cluster": [[76, "sm-cluster"]], "sm-no-align": [[77, "sm-no-align"]], "smrf-scalar": [[78, "smrf-scalar"]], "smrf-slope": [[79, "smrf-slope"]], "smrf-threshold": [[80, "smrf-threshold"]], "smrf-window": [[81, "smrf-window"]], "split": [[82, "split"]], "split-image-groups": [[83, "split-image-groups"]], "split-overlap": [[84, "split-overlap"]], "texturing-data-term": [[85, "texturing-data-term"]], "texturing-keep-unseen-faces": [[86, "texturing-keep-unseen-faces"]], "texturing-outlier-removal-type": [[87, "texturing-outlier-removal-type"]], "texturing-single-material": [[88, "texturing-single-material"]], "texturing-skip-global-seam-leveling": [[89, "texturing-skip-global-seam-leveling"]], "texturing-skip-local-seam-leveling": [[90, "texturing-skip-local-seam-leveling"]], "texturing-tone-mapping": [[91, "texturing-tone-mapping"]], "tiles": [[92, "tiles"]], "time": [[93, "time"]], "use-3dmesh": [[94, "use-3dmesh"]], "use-exif": [[95, "use-exif"]], "use-fixed-camera-params": [[96, "use-fixed-camera-params"]], "use-hybrid-bundle-adjustment": [[97, "use-hybrid-bundle-adjustment"]], "verbose": [[98, "verbose"]], "version": [[99, "version"]], "video-limit": [[100, "video-limit"]], "video-resolution": [[101, "video-resolution"]], "Jinsi ya kushiriki": [[102, "how-to-contribute"]], "Jukwaa la kijamii": [[102, "community-forum"]], "Kuwasilisha Bugs": [[102, "reporting-bugs"]], "Kigezo kwa kuwasilisha maelezo ya bug": [[102, "template-for-submitting-bug-reports"]], "Tatua maombi": [[102, "pull-requests"]], "Frequently Asked Questions": [[103, "frequently-asked-questions"]], "Data Processing": [[103, "data-processing"]], "Can I process two or more orthophoto GeoTIFFs to stitch them together?": [[103, "can-i-process-two-or-more-orthophoto-geotiffs-to-stitch-them-together"]], "The software is not using all of my CPU cores / memory / GPU all of the times. Is it normal?": [[103, "the-software-is-not-using-all-of-my-cpu-cores-memory-gpu-all-of-the-times-is-it-normal"]], "If I use the native version of the software, how can I allocate more resources for processing?": [[103, "if-i-use-the-native-version-of-the-software-how-can-i-allocate-more-resources-for-processing"]], "Licensing": [[103, "licensing"]], "I want to build a commercial application that includes ODM. Do I need a commercial license?": [[103, "i-want-to-build-a-commercial-application-that-includes-odm-do-i-need-a-commercial-license"]], "Are there other licensing options aside from the AGPLv3?": [[103, "are-there-other-licensing-options-aside-from-the-agplv3"]], "Memory issues": [[103, "memory-issues"]], "Your computer is running out of memory, what can you do?": [[103, "your-computer-is-running-out-of-memory-what-can-you-do"]], "Kidokeza cha kurusha ndege nyuki": [[104, "flying-tips"]], "Pointi za Udhibiti wa chini": [[105, "ground-control-points"]], "Recommended practices for GCP setting": [[105, "recommended-practices-for-gcp-setting"]], "GCP file format": [[105, "gcp-file-format"]], "interface ya mtumiaji": [[105, "user-interfaces"]], "POSM GCPi": [[105, "id1"]], "GCP Editor Pro": [[105, "id2"]], "References": [[105, "references"], [110, "references"]], "Image Geolocation Files": [[106, "image-geolocation-files"]], "Karibu OpenDroneMap Kitabu": [[107, "welcome-to-opendronemap-s-documentation"]], "Kuingiza na kuanza kutumia": [[108, "installation-and-getting-started"]], "Quickstart": [[108, "quickstart"]], "Sifa za Hardware": [[108, "hardware-recommendations"]], "Minimum RAM needed for N images": [[108, "id4"]], "Uingizaji": [[108, "installation"]], "Windows": [[108, "windows"]], "Jia ya 1. Angalia msaada wa uvumbuzi": [[108, "step-1-check-virtualization-support"], [108, "id1"]], "Njia ya 2. Ingiza Vinavyohitajika": [[108, "step-2-install-requirements"], [108, "id2"]], "Njia ya 3. Angalia nafasi na mgao wa CPU": [[108, "step-3-check-memory-and-cpu-allocation"], [108, "id3"]], "Njia ya 4. Pakua WebODM": [[108, "step-4-download-webodm"]], "Njia ya 4. Zindua WebODM": [[108, "step-4-launch-webodm"]], "macOS": [[108, "macos"]], "Njia ya 4. Pakua na fungua WebODM": [[108, "step-4-download-and-launch-webodm"]], "Linux": [[108, "linux"]], "Hatua 1. Mahitaji ya kuingiza": [[108, "step-1-install-requirements"]], "Ingiza ndani ya Ubuntu / Debian": [[108, "install-on-ubuntu-debian"]], "Ingiza ndani ya CentOS / RHEL": [[108, "install-on-centos-rhel"]], "Ingiza ndani ya Fedora": [[108, "install-on-fedora"]], "Ingiza ndani ya Arch": [[108, "install-on-arch"]], "Njia ya 2. Angalia Mahitaji ya Ziada": [[108, "step-2-check-additional-requirements"]], "Njia ya 3. Pakua na zindua WebODM": [[108, "step-3-download-and-launch-webodm"]], "Camand za msingi na utatuzi shida": [[108, "basic-commands-and-troubleshooting"]], "Habari, WebODM!": [[108, "hello-webodm"]], "Kuendesha mashine zaidi ya moja": [[108, "running-on-more-than-one-machine"]], "Splitting Large Datasets": [[109, "splitting-large-datasets"]], "Kurekebisha Picha": [[109, "calibrate-images"]], "Split-Merge ya Ndani": [[109, "local-split-merge"]], "Kugawanya Split-Merge": [[109, "distributed-split-merge"]], "Kupata kuanza pamoja na kugawanya Split-Merge": [[109, "getting-started-with-distributed-split-merge"]], "Kufahamu Cluster": [[109, "understanding-the-cluster"]], "Kutumia Logs": [[109, "accessing-the-logs"]], "Kuongeza kiotomatiki ClusterODM": [[109, "autoscaling-clusterodm"]], "Mipaka": [[109, "limitations"]], "Tunakiri": [[109, "acknowledgments"]], "Map accuracy": [[110, "map-accuracy"]], "What to expect": [[110, "what-to-expect"]], "Aspects impacting map accuracy": [[110, "aspects-impacting-map-accuracy"]], "Using Image Masks": [[111, "using-image-masks"]], "Msaada wa Multispectral": [[112, "multispectral-support"]], "Hardware": [[112, "hardware"], [116, "hardware"]], "Matumizi": [[112, "usage"]], "Sentera AGX710": [[112, "sentera-agx710"]], "OpenDroneMap Matokeo": [[113, "opendronemap-outputs"]], "Point Cloud": [[113, "point-cloud"]], "3D Textured Model": [[113, "d-textured-model"]], "Orthophoto": [[113, "orthophoto"]], "DTM/DSM": [[113, "dtm-dsm"]], "Logs": [[113, "logs"]], "Mpangilo wa matokeo yote": [[113, "list-of-all-outputs"]], "Vipi Utaomba Vipengele": [[114, "how-to-request-features"]], "Kumbukumbu za ziada": [[115, "additional-references"]], "Kwa watumiaji": [[115, "for-users"]], "Kwa msanidi programu": [[115, "for-developers"]], "Thermal Support": [[116, "thermal-support"]], "Usage": [[116, "usage"]], "Somo": [[117, "tutorials"]], "Tengeneza Orthophotos ya kitaalamu": [[117, "creating-high-quality-orthophotos"]], "Kurekebisha Camera": [[117, "calibrating-the-camera"]], "Kutengeneza Digital Elevation Model": [[117, "creating-digital-elevation-models"]], "Measuring stockpile volume": [[117, "measuring-stockpile-volume"]], "Fieldwork planning": [[117, "fieldwork-planning"]], "Flight pattern": [[117, "flight-pattern"]], "Flight height": [[117, "flight-height"]], "GCPs": [[117, "gcps"]], "Processing parameters": [[117, "processing-parameters"]], "Measuring": [[117, "measuring"]], "Expected accuracy": [[117, "expected-accuracy"]], "Kutumia Docker": [[117, "using-docker"]], "Kutumia Docker mashine": [[117, "listing-docker-machines"]], "Tumia logs kwenye instance": [[117, "accessing-logs-on-the-instance"]], "Matumizy ya camand line kwa mifano": [[117, "command-line-access-to-instances"]], "Safisha juu baada ya Docker": [[117, "cleaning-up-after-docker"]], "Using Singularity": [[117, "using-singularity"]], "Downloading image": [[117, "downloading-image"]], "Using Singularity SIF image": [[117, "using-singularity-sif-image"]], "Tumia ODM kutoka eneo lenye low-bandwidth": [[117, "using-odm-from-low-bandwidth-location"]], "Nini hiki na kwa nani": [[117, "what-is-this-and-who-is-it-for"]], "Njia": [[117, "steps"]], "Kuingiza": [[117, "install"]], "Kuandaa data na project": [[117, "prep-data-and-project"]], "Muundo wa Anuani": [[117, "directory-structure"]], "Kubadilisha droplet, kuvuta pini, pekua": [[117, "resize-droplet-pull-pin-run-away"]], "Baada kumaliza (kisia utachukua mda mkubwa)": [[117, "after-it-finishes-assuming-you-survive-that-long"]], "Using Potree 3D viewer module on WebODM": [[117, "using-potree-3d-viewer-module-on-webodm"]], "Cameras": [[117, "cameras"]], "Textured model": [[117, "textured-model"]], "Appearance": [[117, "appearance"]], "Point budget": [[117, "point-budget"]], "Field of view": [[117, "field-of-view"]], "Eye Dome-lighting": [[117, "eye-dome-lighting"]], "Background": [[117, "background"]], "Other": [[117, "other"]], "Tools": [[117, "tools"]], "Measurement": [[117, "measurement"]], "Clipping": [[117, "clipping"]], "Navigation": [[117, "navigation"]], "Scene": [[117, "scene"]]}, "indexentries": {}}) \ No newline at end of file diff --git a/te/.doctrees/arguments.doctree b/te/.doctrees/arguments.doctree index 4e7fb5d87957c0debe296b6ae52035064d90f5b3..161049e34d43e0c21bfcb726df559a23f9e33b23 100644 GIT binary patch delta 9418 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 Zhvp{vQ>%37-r}&oEOoF?@@6C8{{T5yV)Fn1 delta 8809 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 diff --git a/te/.doctrees/environment.pickle b/te/.doctrees/environment.pickle index 14d0620b1787eff9bd7c382f6dac4d074c9fb3c8..c60f4ef96ed571ece71ce6ece402ddb0cd6138b6 100644 GIT binary patch delta 21131 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 delta 20988 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 P^j~MW*;dZ^nDzTFQ-&Yk diff --git a/te/_sources/arguments.rst.txt b/te/_sources/arguments.rst.txt index 9641cf8f7..0b82ed94e 100644 --- a/te/_sources/arguments.rst.txt +++ b/te/_sources/arguments.rst.txt @@ -98,6 +98,9 @@ Options and Flags :ref:`matcher-neighbors` Perform image matching with the nearest images based on GPS exif data. Set to 0 to match by triangulation. Default: ``0`` +:ref:`matcher-order` + Perform image matching with the nearest N images based on image filename order. Can speed up processing of sequential images, such as those extracted from video. It is applied only on non-georeferenced datasets. Set to 0 to disable. Default: ``0`` + :ref:`matcher-type` bow | bruteforce | flann Matcher algorithm, Fast Library for Approximate Nearest Neighbors or Bag of Words. FLANN is slower, but more stable. BOW is faster, but can sometimes miss valid matches. BRUTEFORCE is very slow but robust.. Default: ``flann`` @@ -173,9 +176,6 @@ Options and Flags :ref:`pc-skip-geometric` Geometric estimates improve the accuracy of the point cloud by computing geometrically consistent depthmaps but may not be usable in larger datasets. This flag disables geometric estimates. Default: ``False`` -:ref:`pc-tile` - Reduce the memory usage needed for depthmap fusion by splitting large scenes into tiles. Turn this on if your machine doesn't have much RAM and/or you've set --pc-quality to high or ultra. Experimental. Default: ``False`` - :ref:`primary-band` When processing multispectral datasets, you can specify the name of the primary band that will be used for reconstruction. It's recommended to choose a band which has sharp details and is in focus. Default: ``auto`` @@ -203,6 +203,9 @@ Options and Flags :ref:`sfm-algorithm` incremental | triangulation | planar Choose the structure from motion algorithm. For aerial datasets, if camera GPS positions and angles are available, triangulation can generate better results. For planar scenes captured at fixed altitude with nadir-only images, planar can be much faster. . Default: ``incremental`` +:ref:`sfm-no-partial` + Do not attempt to merge partial reconstructions. This can happen when images do not have sufficient overlap or are isolated. Default: ``False`` + :ref:`skip-3dmodel` Skip generation of a full 3D model. This can save time if you only need 2D results such as orthophotos and DEMs. Default: ``False`` diff --git a/te/arguments/index.html b/te/arguments/index.html index 45f28ac23..b5c903bf9 100644 --- a/te/arguments/index.html +++ b/te/arguments/index.html @@ -483,6 +483,8 @@
matcher-neighbors <positive integer>

Perform image matching with the nearest images based on GPS exif data. Set to 0 to match by triangulation. Default: 0

+
matcher-order <positive integer>

Perform image matching with the nearest N images based on image filename order. Can speed up processing of sequential images, such as those extracted from video. It is applied only on non-georeferenced datasets. Set to 0 to disable. Default: 0

+
matcher-type bow | bruteforce | flann

Matcher algorithm, Fast Library for Approximate Nearest Neighbors or Bag of Words. FLANN is slower, but more stable. BOW is faster, but can sometimes miss valid matches. BRUTEFORCE is very slow but robust.. Default: flann

max-concurrency <positive integer>

The maximum number of processes to use in various processes. Peak memory requirement is ~1GB per thread and 2 megapixel image resolution. Default: 4

@@ -533,8 +535,6 @@
pc-skip-geometric

Geometric estimates improve the accuracy of the point cloud by computing geometrically consistent depthmaps but may not be usable in larger datasets. This flag disables geometric estimates. Default: False

-
pc-tile

Reduce the memory usage needed for depthmap fusion by splitting large scenes into tiles. Turn this on if your machine doesn't have much RAM and/or you've set --pc-quality to high or ultra. Experimental. Default: False

-
primary-band <string>

When processing multispectral datasets, you can specify the name of the primary band that will be used for reconstruction. It's recommended to choose a band which has sharp details and is in focus. Default: auto

project-path <path>

Path to the project folder. Your project folder should contain subfolders for each dataset. Each dataset should have an "images" folder.

@@ -553,6 +553,8 @@
sfm-algorithm incremental | triangulation | planar

Choose the structure from motion algorithm. For aerial datasets, if camera GPS positions and angles are available, triangulation can generate better results. For planar scenes captured at fixed altitude with nadir-only images, planar can be much faster. . Default: incremental

+
sfm-no-partial

Do not attempt to merge partial reconstructions. This can happen when images do not have sufficient overlap or are isolated. Default: False

+
skip-3dmodel

Skip generation of a full 3D model. This can save time if you only need 2D results such as orthophotos and DEMs. Default: False

skip-band-alignment

When processing multispectral datasets, ODM will automatically align the images for each band. If the images have been postprocessed and are already aligned, use this option. Default: False

diff --git a/te/searchindex.js b/te/searchindex.js index 2278666c5..00cbfb37c 100644 --- a/te/searchindex.js +++ b/te/searchindex.js @@ -1 +1 @@ -Search.setIndex({"docnames": ["align", "arguments", "arguments/3d-tiles", "arguments/align", "arguments/auto-boundary", "arguments/auto-boundary-distance", "arguments/bg-removal", "arguments/boundary", "arguments/build-overviews", "arguments/camera-lens", "arguments/cameras", "arguments/cog", "arguments/copy-to", "arguments/crop", "arguments/debug", "arguments/dem-decimation", "arguments/dem-euclidean-map", "arguments/dem-gapfill-steps", "arguments/dem-resolution", "arguments/depthmap-resolution", "arguments/dsm", "arguments/dtm", "arguments/end-with", "arguments/fast-orthophoto", "arguments/feature-quality", "arguments/feature-type", "arguments/force-gps", "arguments/gcp", "arguments/geo", "arguments/gltf", "arguments/gps-accuracy", "arguments/help", "arguments/ignore-gsd", "arguments/matcher-neighbors", "arguments/matcher-type", "arguments/max-concurrency", "arguments/merge", "arguments/mesh-octree-depth", "arguments/mesh-size", "arguments/min-num-features", "arguments/name", "arguments/no-gpu", "arguments/optimize-disk-space", "arguments/orthophoto-compression", "arguments/orthophoto-cutline", "arguments/orthophoto-kmz", "arguments/orthophoto-no-tiled", "arguments/orthophoto-png", "arguments/orthophoto-resolution", "arguments/pc-classify", "arguments/pc-copc", "arguments/pc-csv", "arguments/pc-ept", "arguments/pc-filter", "arguments/pc-geometric", "arguments/pc-las", "arguments/pc-quality", "arguments/pc-rectify", "arguments/pc-sample", "arguments/pc-skip-geometric", "arguments/pc-tile", "arguments/primary-band", "arguments/project-path", "arguments/radiometric-calibration", "arguments/rerun", "arguments/rerun-all", "arguments/rerun-from", "arguments/resize-to", "arguments/rolling-shutter", "arguments/rolling-shutter-readout", "arguments/sfm-algorithm", "arguments/skip-3dmodel", "arguments/skip-band-alignment", "arguments/skip-orthophoto", "arguments/skip-report", "arguments/sky-removal", "arguments/sm-cluster", "arguments/sm-no-align", "arguments/smrf-scalar", "arguments/smrf-slope", "arguments/smrf-threshold", "arguments/smrf-window", "arguments/split", "arguments/split-image-groups", "arguments/split-overlap", "arguments/texturing-data-term", "arguments/texturing-keep-unseen-faces", "arguments/texturing-outlier-removal-type", "arguments/texturing-single-material", "arguments/texturing-skip-global-seam-leveling", "arguments/texturing-skip-local-seam-leveling", "arguments/texturing-tone-mapping", "arguments/tiles", "arguments/time", "arguments/use-3dmesh", "arguments/use-exif", "arguments/use-fixed-camera-params", "arguments/use-hybrid-bundle-adjustment", "arguments/verbose", "arguments/version", "arguments/video-limit", "arguments/video-resolution", "contributing", "faq", "flying", "gcp", "geo", "index", "installation", "large", "map-accuracy", "masks", "multispectral", "outputs", "requesting-features", "resources", "thermal", "tutorials"], "filenames": ["align.rst", "arguments.rst", "arguments/3d-tiles.rst", "arguments/align.rst", "arguments/auto-boundary.rst", "arguments/auto-boundary-distance.rst", "arguments/bg-removal.rst", "arguments/boundary.rst", "arguments/build-overviews.rst", "arguments/camera-lens.rst", "arguments/cameras.rst", "arguments/cog.rst", "arguments/copy-to.rst", "arguments/crop.rst", "arguments/debug.rst", "arguments/dem-decimation.rst", "arguments/dem-euclidean-map.rst", "arguments/dem-gapfill-steps.rst", "arguments/dem-resolution.rst", "arguments/depthmap-resolution.rst", "arguments/dsm.rst", "arguments/dtm.rst", "arguments/end-with.rst", "arguments/fast-orthophoto.rst", "arguments/feature-quality.rst", "arguments/feature-type.rst", "arguments/force-gps.rst", "arguments/gcp.rst", "arguments/geo.rst", "arguments/gltf.rst", "arguments/gps-accuracy.rst", "arguments/help.rst", "arguments/ignore-gsd.rst", "arguments/matcher-neighbors.rst", "arguments/matcher-type.rst", "arguments/max-concurrency.rst", "arguments/merge.rst", "arguments/mesh-octree-depth.rst", "arguments/mesh-size.rst", "arguments/min-num-features.rst", "arguments/name.rst", "arguments/no-gpu.rst", "arguments/optimize-disk-space.rst", "arguments/orthophoto-compression.rst", "arguments/orthophoto-cutline.rst", "arguments/orthophoto-kmz.rst", "arguments/orthophoto-no-tiled.rst", "arguments/orthophoto-png.rst", "arguments/orthophoto-resolution.rst", "arguments/pc-classify.rst", "arguments/pc-copc.rst", "arguments/pc-csv.rst", "arguments/pc-ept.rst", "arguments/pc-filter.rst", "arguments/pc-geometric.rst", "arguments/pc-las.rst", "arguments/pc-quality.rst", "arguments/pc-rectify.rst", "arguments/pc-sample.rst", "arguments/pc-skip-geometric.rst", "arguments/pc-tile.rst", "arguments/primary-band.rst", "arguments/project-path.rst", "arguments/radiometric-calibration.rst", "arguments/rerun.rst", "arguments/rerun-all.rst", "arguments/rerun-from.rst", "arguments/resize-to.rst", "arguments/rolling-shutter.rst", "arguments/rolling-shutter-readout.rst", "arguments/sfm-algorithm.rst", "arguments/skip-3dmodel.rst", "arguments/skip-band-alignment.rst", "arguments/skip-orthophoto.rst", "arguments/skip-report.rst", "arguments/sky-removal.rst", "arguments/sm-cluster.rst", "arguments/sm-no-align.rst", "arguments/smrf-scalar.rst", "arguments/smrf-slope.rst", "arguments/smrf-threshold.rst", "arguments/smrf-window.rst", "arguments/split.rst", "arguments/split-image-groups.rst", "arguments/split-overlap.rst", "arguments/texturing-data-term.rst", "arguments/texturing-keep-unseen-faces.rst", "arguments/texturing-outlier-removal-type.rst", "arguments/texturing-single-material.rst", "arguments/texturing-skip-global-seam-leveling.rst", "arguments/texturing-skip-local-seam-leveling.rst", "arguments/texturing-tone-mapping.rst", "arguments/tiles.rst", "arguments/time.rst", "arguments/use-3dmesh.rst", "arguments/use-exif.rst", "arguments/use-fixed-camera-params.rst", "arguments/use-hybrid-bundle-adjustment.rst", "arguments/verbose.rst", "arguments/version.rst", "arguments/video-limit.rst", "arguments/video-resolution.rst", "contributing.rst", "faq.rst", "flying.rst", "gcp.rst", "geo.rst", "index.rst", "installation.rst", "large.rst", "map-accuracy.rst", "masks.rst", "multispectral.rst", "outputs.rst", "requesting-features.rst", "resources.rst", "thermal.rst", "tutorials.rst"], "titles": ["Alignment Files", "\u0c0e\u0c02\u0c2a\u0c3f\u0c15\u0c32\u0c41 \u0c2e\u0c30\u0c3f\u0c2f\u0c41 \u0c2b\u0c4d\u0c32\u0c3e\u0c17\u0c4d\u0c38\u0c4d", "3d-tiles", "align", "auto-boundary", "auto-boundary-distance", "bg-removal", "boundary", "build-overviews", "camera-lens", "cameras", "cog", "copy-to", "crop", "debug", "dem-decimation", "dem-euclidean-map", "dem-gapfill-steps", "dem-resolution", "depthmap-resolution", "dsm", "dtm", "end-with", "fast-orthophoto", "feature-quality", "feature-type", "force-gps", "gcp", "geo", "gltf", "gps-accuracy", "help", "ignore-gsd", "matcher-neighbors", "matcher-type", "max-concurrency", "merge", "mesh-octree-depth", "mesh-size", "min-num-features", "name", "no-gpu", "optimize-disk-space", "orthophoto-compression", "orthophoto-cutline", "orthophoto-kmz", "orthophoto-no-tiled", "orthophoto-png", "orthophoto-resolution", "pc-classify", "pc-copc", "pc-csv", "pc-ept", "pc-filter", "pc-geometric", "pc-las", "pc-quality", "pc-rectify", "pc-sample", "pc-skip-geometric", "pc-tile", "primary-band", "project-path", "radiometric-calibration", "rerun", "rerun-all", "rerun-from", "resize-to", "rolling-shutter", "rolling-shutter-readout", "sfm-algorithm", "skip-3dmodel", "skip-band-alignment", "skip-orthophoto", "skip-report", "sky-removal", "sm-cluster", "sm-no-align", "smrf-scalar", "smrf-slope", "smrf-threshold", "smrf-window", "split", "split-image-groups", "split-overlap", "texturing-data-term", "texturing-keep-unseen-faces", "texturing-outlier-removal-type", "texturing-single-material", "texturing-skip-global-seam-leveling", "texturing-skip-local-seam-leveling", "texturing-tone-mapping", "tiles", "time", "use-3dmesh", "use-exif", "use-fixed-camera-params", "use-hybrid-bundle-adjustment", "verbose", "version", "video-limit", "video-resolution", "\u0c0e\u0c32\u0c3e \u0c38\u0c39\u0c15\u0c30\u0c3f\u0c02\u0c1a\u0c3e\u0c32\u0c3f", "Frequently Asked Questions", "\u0c0e\u0c17\u0c3f\u0c30\u0c47 \u0c1a\u0c3f\u0c1f\u0c4d\u0c15\u0c3e\u0c32\u0c41", "\u0c17\u0c4d\u0c30\u0c4c\u0c02\u0c21\u0c4d \u0c15\u0c02\u0c1f\u0c4d\u0c30\u0c4b\u0c32\u0c4d \u0c2a\u0c3e\u0c2f\u0c3f\u0c02\u0c1f\u0c4d\u0c32\u0c41", "\u0c1a\u0c3f\u0c24\u0c4d\u0c30\u0c02 \u0c1c\u0c3f\u0c2f\u0c4b\u0c32\u0c4a\u0c15\u0c47\u0c37\u0c28\u0c4d \u0c2b\u0c48\u0c32\u0c4d\u0c38\u0c4d", "OpenDroneMap \u0c2f\u0c4a\u0c15\u0c4d\u0c15 \u0c21\u0c3e\u0c15\u0c4d\u0c2f\u0c41\u0c2e\u0c46\u0c02\u0c1f\u0c47\u0c37\u0c28\u0c4d\u200c\u0c15\u0c41 \u0c38\u0c4d\u0c35\u0c3e\u0c17\u0c24\u0c02", "Installation and Getting Started", "Splitting Large Datasets", "\u0c2e\u0c4d\u0c2f\u0c3e\u0c2a\u0c4d \u0c16\u0c1a\u0c4d\u0c1a\u0c3f\u0c24\u0c24\u0c4d\u0c35\u0c02", "\u0c07\u0c2e\u0c47\u0c1c\u0c4d \u0c2e\u0c3e\u0c38\u0c4d\u0c15\u0c4d\u200c\u0c32\u0c28\u0c41 \u0c09\u0c2a\u0c2f\u0c4b\u0c17\u0c3f\u0c02\u0c1a\u0c21\u0c02", "\u0c2e\u0c32\u0c4d\u0c1f\u0c40\u0c38\u0c4d\u0c2a\u0c46\u0c15\u0c4d\u0c1f\u0c4d\u0c30\u0c32\u0c4d \u0c38\u0c2a\u0c4b\u0c30\u0c4d\u0c1f\u0c4d", "OpenDroneMap \u0c05\u0c35\u0c41\u0c1f\u0c4d\u200c\u0c2a\u0c41\u0c1f\u0c4d\u200c\u0c32\u0c41", "\u0c2b\u0c40\u0c1a\u0c30\u0c4d\u0c32\u0c28\u0c41 \u0c0e\u0c32\u0c3e \u0c05\u0c2d\u0c4d\u0c2f\u0c30\u0c4d\u0c25\u0c3f\u0c02\u0c1a\u0c3e\u0c32\u0c3f", "\u0c05\u0c26\u0c28\u0c2a\u0c41 \u0c38\u0c42\u0c1a\u0c28\u0c32\u0c41", "Thermal Support", "Tutorials"], "terms": {"georeferenc": [0, 1, 27, 28, 50, 51, 52, 55, 95, 109, 113], "default": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 108, 117], "i": [0, 1, 8, 9, 11, 15, 18, 26, 32, 34, 35, 40, 48, 61, 63, 77, 84, 94, 104, 107, 108, 109, 112, 113, 114, 115, 116], "done": [0, 1, 84, 108, 114, 117], "us": [0, 1, 6, 10, 13, 15, 16, 17, 20, 21, 26, 27, 28, 30, 35, 37, 39, 41, 43, 44, 57, 58, 61, 67, 69, 72, 75, 77, 83, 89, 105, 107, 108, 109, 110, 112, 113, 116], "gp": [0, 1, 33, 70, 77, 105, 106, 107, 110], "gcp": [0, 1, 26, 95, 107, 109, 110], "provid": [0, 1, 7, 94, 109, 117], "start": [0, 1, 17, 102, 107, 117], "from": [0, 1, 4, 7, 9, 10, 11, 16, 23, 42, 53, 70, 100, 107, 108, 112, 116], "odm": [0, 1, 72, 102, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116], "3": [0, 1, 13, 17, 102, 105, 107, 109, 110, 117], "0": [0, 1, 5, 13, 17, 28, 33, 48, 53, 58, 69, 79, 80, 81, 100, 103, 105, 106, 108, 109, 111, 112, 117], "2": [0, 1, 35, 53, 94, 102, 105, 106, 107, 109, 110, 111, 115, 117], "peopl": [0, 108, 117], "can": [0, 1, 4, 7, 9, 10, 11, 16, 28, 30, 32, 34, 39, 44, 49, 54, 58, 61, 68, 70, 71, 73, 74, 91, 96, 102, 107, 108, 109, 114, 115, 116, 117], "suppli": 0, "refer": [0, 8, 109, 117], "georefer": 0, "program": [0, 1, 8, 11, 103, 108, 117], "output": [0, 1, 2, 3, 7, 12, 13, 17, 32, 36, 38, 49, 58, 101, 108, 109, 113, 117], "The": [0, 1, 4, 7, 8, 9, 11, 16, 27, 28, 35, 38, 83, 101, 107, 108, 109, 112, 113, 117], "reconstruct": [0, 1, 3, 4, 7, 9, 23, 26, 30, 37, 39, 61, 97, 113], "initi": [0, 117], "perform": [0, 1, 8, 33, 57, 63, 108, 109, 117], "subsequ": 0, "model": [0, 1, 20, 21, 23, 29, 71, 107, 108, 109, 110, 113], "via": [0, 1, 9, 11, 63, 108, 109, 117], "linear": [0, 117], "scale": [0, 7, 109, 117], "rotat": [0, 117], "shift": [0, 108], "oper": [0, 117], "If": [0, 1, 7, 23, 26, 28, 30, 68, 72, 107, 108, 109, 114, 117], "you": [0, 1, 4, 7, 9, 23, 26, 28, 30, 45, 46, 47, 49, 60, 61, 63, 68, 71, 73, 74, 95, 107, 108, 109, 114, 116], "call": [0, 108, 117], "laz": [0, 1, 3, 113], "la": [0, 1, 3, 107, 117], "tif": [0, 111, 112, 113, 117], "singl": [0, 1, 7, 29, 58, 107, 117], "band": [0, 1, 107, 112, 117], "geotiff": [0, 1, 3, 8, 46, 107, 113], "dem": [0, 1, 3, 20, 21, 36, 49, 71, 73, 92, 107, 109, 117], "automat": [0, 1, 3, 4, 5, 6, 9, 13, 30, 72, 75, 108, 109, 117], "detect": [0, 9, 108, 117], "attempt": 0, "thi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116], "ha": [0, 1, 7, 8, 11, 61, 68, 108, 109, 116, 117], "anoth": [0, 1, 9, 10, 103, 108, 117], "name": [0, 1, 7, 61, 102, 107, 109, 112, 117], "specifi": [0, 1, 5, 7, 9, 10, 61, 108, 117], "path": [0, 1, 3, 7, 10, 12, 27, 28, 83, 102, 107, 108, 109, 117], "must": [0, 11, 109], "creat": [0, 1, 8, 11, 13, 107, 108, 109, 112, 113], "base": [0, 1, 4, 33, 108, 109, 117], "your": [0, 1, 7, 9, 30, 60, 62, 69, 107, 108, 114, 117], "project": [0, 1, 9, 40, 102, 104, 105, 106, 107, 108, 109, 113], "folder": [0, 1, 12, 40, 62, 108, 109, 112, 117], "learn": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "edit": [0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "help": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "improv": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "page": [0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "3d": [1, 4, 23, 71, 73, 85, 94, 104, 107, 109], "tile": [1, 8, 11, 52, 107, 117], "gener": [1, 2, 7, 8, 11, 15, 17, 23, 24, 29, 44, 45, 47, 56, 57, 70, 71, 73, 74, 88, 92, 93, 108, 116, 117], "ogc": [1, 2], "fals": [1, 2, 6, 14, 16, 20, 21, 23, 26, 29, 32, 41, 42, 44, 45, 46, 47, 49, 50, 51, 52, 54, 55, 57, 59, 60, 68, 71, 72, 73, 74, 75, 77, 86, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 107, 117], "align": [1, 107], "string": [1, 3, 7, 9, 10, 27, 28, 61, 76, 83], "point": [1, 3, 9, 15, 19, 27, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 105, 107, 108, 109, 110, 113], "cloud": [1, 3, 4, 9, 19, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 107, 109, 113, 117], "should": [1, 3, 7, 9, 11, 62, 63, 82, 83, 108, 109, 112, 114, 117], "experiment": [1, 3, 6, 60, 63, 75, 117], "none": [1, 3, 4, 7, 8, 9, 11, 27, 28, 43, 63, 76, 83, 87, 91, 117], "auto": [1, 7, 61, 107, 109, 112, 117], "boundari": [1, 13, 107, 112, 117], "set": [1, 4, 5, 9, 17, 19, 24, 28, 30, 33, 43, 45, 46, 47, 53, 56, 58, 60, 63, 67, 69, 100, 103, 107, 108, 113, 114, 117], "camera": [1, 4, 5, 28, 63, 68, 69, 70, 86, 103, 104, 107, 113, 114, 116], "shot": [1, 4, 5], "locat": [1, 4, 5, 7, 107, 108], "limit": [1, 4, 7, 58, 107, 108, 117], "area": [1, 4, 7, 16, 17, 30, 39, 44, 85, 94, 117], "remov": [1, 4, 18, 48, 53, 58, 107, 109, 117], "far": [1, 4, 108], "awai": [1, 4, 107], "background": [1, 4, 6, 107, 108, 115], "artifact": [1, 4, 9, 117], "sky": [1, 4, 107], "landscap": [1, 4], "etc": [1, 4, 8, 9, 11, 108, 109, 117], "see": [1, 4, 7, 9, 68, 103, 104, 108, 109, 117], "also": [1, 4, 7, 18, 39, 48, 68, 103, 107, 108, 109, 114, 116, 117], "distanc": [1, 16, 17, 18, 32, 48, 107, 117], "posit": [1, 5, 13, 15, 17, 19, 30, 33, 35, 38, 53, 58, 69, 70, 78, 79, 80, 81, 82, 84, 100, 101, 110, 113, 117], "float": [1, 5, 13, 18, 19, 30, 48, 53, 58, 78, 79, 80, 81], "between": [1, 5, 7, 39, 84, 109, 117], "outer": [1, 5], "edg": [1, 5, 9, 44], "when": [1, 5, 32, 61, 63, 72, 82, 85, 89, 96, 103, 107, 108, 109, 117], "comput": [1, 5, 6, 10, 16, 19, 25, 54, 59, 63, 75, 94, 107, 108, 117], "choos": [1, 5, 7, 8, 9, 25, 36, 61, 70, 85, 108, 117], "valu": [1, 5, 9, 16, 18, 19, 28, 30, 37, 48, 63, 69, 82, 113, 117], "bg": [1, 107], "imag": [1, 6, 13, 19, 26, 28, 30, 32, 33, 35, 39, 62, 63, 67, 68, 70, 72, 75, 82, 84, 85, 89, 96, 97, 103, 107, 112, 113, 114, 116], "mask": [1, 4, 6, 75, 113, 117], "ai": [1, 6, 75], "json": [1, 7, 10, 109, 113, 117], "geojson": [1, 107, 117], "polygon": [1, 44, 107, 117], "either": [1, 7, 8, 10, 117], "file": [1, 7, 8, 10, 11, 27, 28, 29, 42, 83, 88, 93, 95, 100, 103, 107, 108, 109, 112, 113, 117], "repres": [1, 7, 10, 117], "content": [1, 7, 10], "build": [1, 20, 21, 107, 108, 117], "overview": [1, 11, 107, 117], "orthophoto": [1, 8, 36, 67, 71, 92, 94, 107, 109, 113, 116], "faster": [1, 8, 32, 34, 70, 94, 108], "displai": [1, 8, 11, 99, 117], "qgi": [1, 8, 11, 107, 112, 113, 117], "len": [1, 104, 107], "perspect": [1, 107], "brown": [1, 107], "fishey": [1, 107], "fisheye_opencv": [1, 9], "spheric": [1, 107], "equirectangular": [1, 9], "dual": [1, 9], "type": [1, 4, 8, 9, 11, 107, 108, 110, 117], "manual": [1, 30, 107, 109], "geometr": [1, 9, 107], "undistort": [1, 9, 113], "By": [1, 4, 9, 36, 117], "applic": [1, 9, 11, 107, 108], "tri": [1, 9, 103], "determin": [1, 9, 117], "metadata": [1, 9, 113], "paramet": [1, 4, 7, 8, 9, 10, 11, 20, 21, 45, 46, 47, 49, 78, 79, 80, 81, 96, 107, 108, 116], "dataset": [1, 4, 7, 10, 13, 15, 22, 36, 40, 42, 59, 61, 62, 64, 66, 70, 72, 77, 82, 97, 102, 107, 112, 114, 116, 117], "instead": [1, 10, 11, 67, 69, 88, 94, 95, 108, 109, 114], "calcul": [1, 10, 19], "them": [1, 7, 10, 28, 107, 108, 117], "cog": [1, 107], "optim": [1, 8, 50, 96, 107, 117], "normal": [1, 4, 11, 89, 107, 117], "copi": [1, 7, 8, 107, 117], "result": [1, 12, 15, 32, 54, 65, 68, 70, 71, 73, 94, 96, 108, 109, 112, 117], "after": [1, 7, 12, 84, 107, 108, 112], "process": [1, 4, 7, 12, 22, 32, 35, 39, 42, 54, 56, 61, 63, 65, 66, 72, 89, 100, 107, 108, 109, 112, 116], "crop": [1, 7, 44, 107, 113, 117], "smooth": [1, 13, 117], "buffer": [1, 4, 8, 13], "around": [1, 13, 44, 58, 117], "shrunk": [1, 13], "n": [1, 13, 17, 53, 58, 105, 106, 112], "meter": [1, 13, 28, 30, 58, 80, 81, 106, 109, 117], "disabl": [1, 13, 17, 53, 58, 59, 67, 108, 113, 117], "decim": [1, 107], "integ": [1, 15, 17, 33, 35, 37, 38, 39, 67, 69, 82, 84, 100, 101], "befor": [1, 15, 16, 117], "1": [1, 7, 15, 37, 67, 78, 102, 105, 106, 107, 109, 110, 113, 117], "full": [1, 4, 7, 8, 15, 23, 71, 94, 103, 117], "qualiti": [1, 15, 19, 32, 60, 67, 103, 107], "100": [1, 15, 97, 108, 109], "99": [1, 15, 108], "speed": [1, 8, 15, 97, 117], "up": [1, 7, 15, 56, 97, 107, 108, 109], "veri": [1, 9, 15, 34, 77, 97, 114], "larg": [1, 4, 7, 9, 15, 30, 60, 77, 82, 97, 107, 117], "euclidean": [1, 107], "map": [1, 7, 8, 11, 104, 107, 110, 117], "an": [1, 8, 16, 23, 32, 42, 62, 102, 103, 107, 108, 109, 112, 117], "raster": [1, 8, 11, 16, 117], "each": [1, 16, 56, 62, 72, 82, 85, 108, 109, 117], "report": [1, 16, 107], "cell": [1, 16], "nearest": [1, 16, 17, 33, 34], "nodata": [1, 16], "ani": [1, 4, 7, 16, 86, 108, 113, 117], "hole": [1, 16], "fill": [1, 7, 16, 17, 57], "take": [1, 8, 11, 16, 19, 24, 56, 63, 108, 109, 117], "place": [1, 11, 16, 107, 108, 109, 110, 112, 117], "isol": [1, 16, 117], "have": [1, 4, 7, 9, 16, 26, 28, 42, 60, 62, 72, 82, 88, 95, 103, 108, 109, 117], "been": [1, 7, 9, 16, 72, 103, 108, 116, 117], "gapfil": [1, 107, 117], "step": [1, 36, 56, 102, 107, 109], "number": [1, 7, 17, 35, 39, 63, 82, 99, 100, 108, 109, 117], "gap": [1, 17, 57], "radiu": [1, 17, 58, 81, 84, 117], "equal": [1, 17], "resolut": [1, 8, 17, 32, 35, 58, 67, 107, 117], "differ": [1, 7, 9, 17, 103, 108, 117], "ar": [1, 7, 17, 26, 30, 36, 37, 63, 69, 70, 72, 82, 84, 86, 92, 96, 107, 108, 109, 110, 113, 117], "progress": [1, 7, 17, 20, 117], "bigger": [1, 17, 117], "invers": [1, 17], "weight": [1, 17], "idw": [1, 17], "algorithm": [1, 17, 25, 34, 107, 109], "merg": [1, 17, 22, 64, 66, 76, 77, 107, 113, 117], "togeth": [1, 17, 107, 114], "remain": [1, 17, 109, 117], "neighbor": [1, 17, 34, 84, 107], "interpol": [1, 17, 117], "dsm": [1, 18, 107, 117], "dtm": [1, 18, 57, 107, 117], "cm": [1, 18, 48, 117], "pixel": [1, 18, 48, 101, 117], "note": [1, 11, 18, 48, 69, 117], "cap": [1, 18, 32, 48], "2x": [1, 18], "ground": [1, 18, 20, 21, 27, 32, 48, 57, 105, 110, 113, 117], "sampl": [1, 18, 32, 48, 107], "gsd": [1, 4, 18, 48, 107, 110, 117], "estim": [1, 18, 32, 48, 59], "To": [1, 18, 48, 107, 108, 109, 114, 117], "check": [1, 18, 20, 21, 48, 107], "ignor": [1, 18, 48, 107, 117], "5": [1, 18, 48, 53, 80, 105, 109, 110, 117], "tag": [1, 20, 21, 30, 63, 95], "digit": [1, 20, 21, 63, 107, 109, 113], "surfac": [1, 20, 113, 117], "object": [1, 20, 117], "morpholog": [1, 20, 21, 78, 79, 80, 81, 117], "filter": [1, 4, 20, 21, 58, 78, 79, 80, 81, 107, 117], "finer": [1, 20, 21], "tune": [1, 20, 21], "terrain": [1, 9, 21, 113, 117], "onli": [1, 7, 9, 21, 58, 64, 67, 70, 71, 73, 102, 108, 109, 117], "simpl": [1, 7, 21, 78, 79, 80, 81, 117], "smrf": [1, 21, 107, 117], "end": [1, 107, 117], "split": [1, 22, 36, 60, 64, 66, 76, 77, 107, 117], "opensfm": [1, 9, 22, 64, 66, 109, 113, 117], "openmv": [1, 22, 64, 66], "odm_filterpoint": [1, 22, 64, 66], "odm_mesh": [1, 22, 64, 66, 113], "mvs_textur": [1, 22, 64, 66], "odm_georeferenc": [1, 22, 64, 66, 112, 113, 117], "odm_dem": [1, 22, 64, 66, 113], "odm_orthophoto": [1, 22, 64, 66, 112, 113, 117], "odm_report": [1, 22, 64, 66, 112], "odm_postprocess": [1, 22, 64, 66], "stage": [1, 22, 42, 64, 66], "fast": [1, 7, 34, 103, 107, 117], "skip": [1, 23, 77, 107, 108, 117], "dens": [1, 23, 113], "It": [1, 7, 23, 61, 103, 117], "directli": [1, 23, 117], "spars": [1, 4, 23], "just": [1, 7, 23, 103, 108, 109, 117], "need": [1, 7, 23, 27, 28, 60, 71, 73, 74, 83, 107, 109, 117], "do": [1, 7, 23, 41, 107, 108, 114, 117], "turn": [1, 23, 60, 68, 91, 96, 117], "option": [1, 3, 4, 5, 9, 10, 12, 13, 15, 17, 18, 19, 22, 23, 24, 25, 27, 28, 30, 33, 34, 35, 36, 37, 38, 39, 40, 43, 48, 49, 53, 56, 58, 61, 62, 63, 64, 66, 67, 68, 69, 70, 72, 76, 78, 79, 80, 81, 82, 83, 84, 85, 87, 91, 94, 100, 101, 107, 108, 109, 117], "featur": [1, 4, 11, 44, 67, 85, 107, 108, 113, 114, 117], "ultra": [1, 24, 56, 60, 117], "high": [1, 24, 26, 30, 56, 60, 107, 110], "medium": [1, 7, 8, 11, 24, 56], "low": [1, 4, 7, 9, 24, 56, 107], "lowest": [1, 24, 56, 117], "extract": [1, 24, 25, 39, 67, 100, 101, 117], "higher": [1, 19, 24, 56, 108, 109, 117], "better": [1, 24, 32, 56, 70, 116, 117], "requir": [1, 7, 24, 35, 56, 103, 104, 107, 109, 117], "more": [1, 4, 7, 9, 11, 24, 34, 37, 39, 53, 56, 107, 109, 114, 117], "memori": [1, 4, 24, 32, 35, 56, 60, 107, 117], "longer": [1, 19, 24, 56, 117], "akaz": [1, 25], "hahog": [1, 25], "orb": [1, 25], "sift": [1, 25], "keypoint": [1, 25], "descriptor": [1, 25], "forc": [1, 9, 105, 107], "exif": [1, 26, 33, 63, 105, 107, 109], "data": [1, 7, 8, 11, 26, 33, 89, 104, 107, 108, 109, 110, 116], "even": [1, 26, 41, 109, 117], "present": [1, 26, 69, 112, 117], "flag": [1, 26, 59, 108, 117], "precis": [1, 26, 30, 110], "measur": [1, 26, 107], "doe": [1, 4, 8, 11, 26, 67, 117], "noth": [1, 7, 26], "contain": [1, 27, 28, 62, 108, 117], "control": [1, 19, 27, 30, 49, 83, 105, 109, 110, 117], "follow": [1, 9, 27, 28, 83, 102, 108, 109, 112, 116, 117], "format": [1, 7, 11, 27, 28, 50, 51, 52, 55, 83, 113], "epsg": [1, 7, 27, 28, 105, 106], "code": [1, 27, 28, 40, 109, 112, 113, 117], "proj": [1, 27, 28, 105, 106], "definit": [1, 27, 28], "geo_x": [1, 27, 28, 105, 106], "geo_i": [1, 27, 28, 105, 106], "geo_z": [1, 27, 28, 105, 106], "im_x": [1, 27, 105], "im_i": [1, 27, 105], "image_nam": [1, 27, 28, 83, 105, 106], "gcp_name": [1, 27, 105], "extra1": [1, 27, 105], "extra2": [1, 27, 105], "geo": [1, 106, 107], "geoloc": [1, 28], "center": [1, 28], "coordin": [1, 7, 28, 113, 117], "don": [1, 28, 42, 74, 108, 117], "t": [1, 28, 42, 60, 74, 102, 108, 109, 110, 115, 117], "yaw": [1, 28, 106], "pitch": [1, 28, 106], "roll": [1, 28, 96, 106, 107], "degre": [1, 28, 106, 117], "horz": [1, 28, 106], "accuraci": [1, 28, 54, 59, 68, 106, 107, 110], "vert": [1, 28, 106], "gltf": [1, 107], "binari": [1, 29, 108], "glb": [1, 29], "textur": [1, 29, 107, 109, 113], "dilut": [1, 30], "dop": [1, 30], "inform": [1, 7, 11, 30, 95, 102, 103, 109, 115, 117], "all": [1, 7, 9, 11, 30, 36, 63, 69, 89, 102, 107, 108, 109, 112, 117], "rtk": [1, 30, 105, 106, 110], "accordingli": [1, 30], "case": [1, 8, 9, 11, 30, 108, 117], "fail": [1, 9, 30, 117], "lower": [1, 8, 30, 32, 117], "sometim": [1, 8, 30, 32, 34, 96, 108, 117], "bowl": [1, 9, 30, 96, 109, 117], "effect": [1, 30, 109, 114, 117], "over": [1, 9, 30, 79, 109, 113, 117], "10": [1, 30, 103, 105, 106, 108, 110, 112, 117], "show": [1, 4, 7, 9, 11, 31, 109, 110, 117], "messag": [1, 14, 31, 98, 108, 109, 117], "exit": [1, 31, 99, 117], "maximum": [1, 32, 35, 38, 100, 101, 108], "resiz": [1, 32, 103, 107], "necessari": [1, 32, 103, 108, 117], "usag": [1, 7, 32, 42, 60, 107, 117], "sinc": [1, 32, 103, 117], "slightli": [1, 32, 117], "matcher": [1, 107, 117], "match": [1, 7, 8, 33, 34, 39, 113, 117], "triangul": [1, 33, 70, 117], "bow": [1, 34], "bruteforc": [1, 34], "flann": [1, 34, 117], "librari": [1, 34], "approxim": [1, 34], "bag": [1, 34], "word": [1, 4, 34, 109], "slower": [1, 34, 103], "stabl": [1, 34, 108, 117], "miss": [1, 34, 108], "valid": [1, 7, 34, 109, 117], "slow": [1, 34, 39], "robust": [1, 9, 34], "max": [1, 9, 107, 117], "concurr": [1, 107, 108, 117], "variou": [1, 7, 9, 11, 35, 108], "peak": [1, 35], "1gb": [1, 35], "per": [1, 35, 39, 82, 109, 117], "thread": [1, 35], "megapixel": [1, 35], "4": [1, 35, 105, 107, 110, 112, 117], "pointcloud": [1, 36], "what": [1, 36, 107, 108, 109, 110, 114], "avail": [1, 36, 41, 42, 70, 103, 108, 109, 117], "mesh": [1, 85, 86, 94, 107, 109, 113, 117], "octre": [1, 107, 117], "depth": [1, 107, 117], "x": [1, 37, 105, 106, 108, 117], "14": [1, 37], "increas": [1, 8, 37, 54, 56, 117], "get": [1, 4, 37, 63, 107, 114, 117], "vertic": [1, 37, 107, 117], "recommend": [1, 9, 37, 61, 107, 109, 117], "8": [1, 11, 37, 105, 108, 110, 117], "12": [1, 37, 108, 110, 117], "11": [1, 37, 105, 110, 117], "size": [1, 8, 11, 107, 117], "vertex": [1, 7, 38], "count": [1, 38], "200000": [1, 38], "min": [1, 107, 117], "num": [1, 107, 117], "minimum": [1, 39, 117], "find": [1, 7, 39, 108, 109, 115, 117], "potenti": [1, 8, 39], "allow": [1, 7, 8, 11, 39, 42, 108, 109, 117], "littl": [1, 39, 117], "overlap": [1, 7, 39, 44, 107, 109, 117], "insuffici": [1, 39], "down": [1, 39, 117], "10000": [1, 39, 117], "e": [1, 40, 109, 117], "subfold": [1, 40, 62], "within": [1, 7, 40, 117], "gpu": [1, 4, 7, 8, 9, 11, 107, 108, 117], "acceler": [1, 41], "": [1, 7, 41, 61, 103, 105, 106, 108, 114, 117], "disk": [1, 7, 11, 103, 107, 108, 117], "space": [1, 103, 107, 108, 117], "delet": [1, 42, 65], "heavi": [1, 42], "intermedi": [1, 42], "affect": [1, 9, 42, 67, 117], "abil": [1, 42], "restart": [1, 42, 108, 117], "pipelin": [1, 42, 65, 103, 109], "machin": [1, 42, 60, 107, 109], "suffici": [1, 7, 42, 117], "compress": [1, 11, 107, 117], "jpeg": [1, 43, 117], "lzw": [1, 43], "packbit": [1, 43], "deflat": [1, 43, 117], "lzma": [1, 43], "cutlin": [1, 107, 117], "cut": [1, 44, 117], "stitch": [1, 44, 107], "seamless": [1, 44], "mosaic": [1, 44], "multipl": [1, 44, 76, 88, 108, 109], "kmz": [1, 107, 117], "want": [1, 7, 8, 45, 46, 47, 95, 107, 108, 109, 117], "googl": [1, 45], "earth": [1, 45, 114, 117], "render": [1, 8, 9, 45, 47], "stripe": [1, 11, 46], "png": [1, 107, 111, 113, 117], "pc": [1, 19, 107, 108, 117], "classifi": [1, 57, 107, 117], "behavior": [1, 49, 102, 117], "tweak": [1, 49, 103, 117], "copc": [1, 107], "save": [1, 8, 50, 71, 73, 74, 107, 108, 117], "csv": [1, 105, 107, 113, 117], "export": [1, 51, 52, 55, 107, 117], "ept": [1, 107], "entwin": [1, 52], "deviat": [1, 53], "than": [1, 7, 11, 53, 84, 107, 109, 117], "standard": [1, 9, 53, 117], "local": [1, 11, 53, 97, 107, 117], "mean": [1, 4, 53, 57, 108], "denser": [1, 19, 56], "time": [1, 4, 7, 8, 9, 11, 54, 56, 69, 71, 73, 74, 107, 108, 114, 117], "roughli": [1, 56], "factor": [1, 8, 56, 117], "4x": [1, 56], "rectifi": [1, 107], "rectif": [1, 57], "wrongli": [1, 57], "re": [1, 57, 114, 117], "keep": [1, 11, 58, 107, 117], "duplic": [1, 58], "consist": [1, 54, 59, 117], "depthmap": [1, 54, 59, 60, 107, 113, 117], "mai": [1, 7, 9, 59, 113, 117], "usabl": [1, 59], "larger": [1, 4, 7, 8, 59, 117], "reduc": [1, 8, 60, 109, 117], "fusion": [1, 9, 60], "scene": [1, 9, 54, 60, 70, 107], "doesn": [1, 60, 102], "much": [1, 4, 7, 11, 60, 70, 108, 114, 117], "ram": [1, 4, 7, 8, 9, 11, 60, 103, 117], "ve": [1, 60, 108, 117], "primari": [1, 7, 107], "multispectr": [1, 61, 63, 72, 112, 116], "which": [1, 9, 11, 61, 102, 108, 109, 116, 117], "sharp": [1, 61, 85], "detail": [1, 61], "focu": [1, 61, 117], "radiometr": [1, 89, 107, 116], "calibr": [1, 104, 107, 116], "sun": [1, 63, 117], "thermal": [1, 63, 107], "obtain": [1, 63, 117], "reflect": [1, 63], "temperatur": [1, 63, 116, 117], "otherwis": [1, 7, 63, 109, 117], "appli": [1, 7, 63, 108, 117], "black": [1, 63, 117], "level": [1, 11, 63, 107, 117], "vignet": [1, 63], "row": [1, 63, 103], "gradient": [1, 63, 117], "gain": [1, 63], "exposur": [1, 63], "compens": [1, 63], "appropri": [1, 4, 63, 107, 117], "found": [1, 63, 108, 109, 117], "absolut": [1, 63, 110], "correct": [1, 9, 63, 68, 112, 117], "plu": [1, 63, 102], "spectral": [1, 63], "radianc": [1, 63], "regist": [1, 63], "downwel": [1, 63], "light": [1, 63, 107], "sensor": [1, 9, 63, 69, 112], "dl": [1, 63], "consider": [1, 63, 117], "angl": [1, 7, 9, 63, 70, 117], "rerun": [1, 107], "stop": [1, 64, 108, 109, 114, 117], "perman": [1, 65], "previou": [1, 65, 108], "shutter": [1, 96, 107], "were": [1, 68], "taken": [1, 9, 68, 96, 117], "motion": [1, 68, 70], "readout": [1, 68, 107], "overrid": [1, 19, 69], "millisecond": [1, 69], "databas": [1, 9, 69], "sfm": [1, 107], "increment": [1, 70], "planar": [1, 70, 94], "structur": [1, 11, 70, 107], "For": [1, 70, 103, 108, 109, 117], "aerial": [1, 70, 105, 110], "captur": [1, 7, 70, 116, 117], "fix": [1, 70, 107, 108], "altitud": [1, 70], "nadir": [1, 4, 70, 117], "3dmodel": [1, 107], "2d": [1, 8, 11, 71, 117], "postprocess": [1, 72], "alreadi": [1, 7, 72, 103, 108, 109, 117], "pdf": [1, 74, 110, 117], "sm": [1, 107, 109], "cluster": [1, 82, 84, 107, 117], "url": [1, 76, 102], "clusterodm": [1, 76, 107], "instanc": [1, 7, 8, 76, 107, 109], "distribut": [1, 76, 103, 107, 108, 117], "workflow": [1, 76, 109, 112, 117], "node": [1, 76, 108, 109, 117], "parallel": [1, 76, 108, 117], "submodel": [1, 77, 82, 84, 109], "good": [1, 4, 77, 112, 117], "enough": [1, 77, 117], "scalar": [1, 107, 117], "elev": [1, 78, 80, 105, 107, 113], "25": [1, 78, 110], "slope": [1, 107, 117], "rise": [1, 79], "run": [1, 7, 79, 97, 107, 109, 112], "15": [1, 79, 103, 105, 117], "threshold": [1, 107, 117], "window": [1, 103, 107, 117], "18": [1, 81, 108, 117], "averag": [1, 82, 109, 117], "smaller": [1, 4, 82, 117], "group": [1, 82, 84, 107, 109, 117], "regul": [1, 82], "999999": [1, 82], "how": [1, 9, 83, 107, 108, 109, 117], "group_namedefault": [1, 83], "closer": [1, 84], "ad": [1, 84, 97, 107, 108, 109], "ensur": [1, 7, 84, 117], "150": [1, 84], "unseen": [1, 107], "face": [1, 107, 117], "seen": [1, 86], "materi": [1, 107, 117], "obj": [1, 88, 113], "ones": [1, 88, 117], "global": [1, 97, 107], "seam": [1, 107], "color": [1, 89, 90, 113, 117], "across": [1, 89], "blend": [1, 90], "static": [1, 92, 108, 109], "suitabl": [1, 92], "viewer": [1, 92, 107], "like": [1, 4, 7, 8, 92, 108, 113, 117], "leaflet": [1, 92], "openlay": [1, 92], "3dmesh": [1, 107], "5d": [1, 94, 117], "bit": [1, 94, 108, 117], "similar": [1, 7, 9, 94, 108, 109, 117], "param": [1, 107], "off": [1, 96, 107, 117], "dure": [1, 96, 103, 108, 117], "bundl": [1, 96, 107, 117], "adjust": [1, 7, 96, 107, 108, 117], "exhibit": [1, 96], "dome": [1, 96, 107], "hybrid": [1, 107, 117], "everi": [1, 8, 11, 97, 108], "version": [1, 102, 107, 108, 109, 117], "video": [1, 107], "frame": [1, 100, 101, 117], "500": [1, 100, 108, 117], "4000": [1, 101], "add": [1, 7, 103, 108, 109, 117], "command": [1, 107, 109, 112], "arguments_edit": 1, "debug": [1, 107, 117], "term": [1, 107, 117], "outlier": [1, 107], "tone": [1, 107], "verbos": [1, 107], "boolean": [4, 8, 11], "domain": [4, 7, 8, 9, 11], "resourc": [4, 7, 8, 9, 11, 107, 114, 117], "impact": [4, 7, 8, 9, 11, 108, 117], "cpu": [4, 7, 8, 9, 11, 107, 117], "hdd": [4, 7, 8, 9, 11], "seek": 4, "upon": 4, "k": 4, "convex": 4, "hull": 4, "20x": 4, "where": [4, 7, 103, 115, 117], "might": [4, 7, 109, 114, 116], "possibli": [4, 108, 117], "consid": [4, 117], "due": [4, 7, 9, 11, 109], "presenc": [4, 7, 11], "thei": [4, 108, 116, 117], "part": [4, 7, 109, 116], "desir": [4, 117], "meaning": 4, "imageri": [4, 117], "without": [4, 7, 108, 114, 117], "make": [4, 7, 103, 104, 108, 109, 117], "superflu": 4, "safe": [4, 7], "includ": [4, 7, 107, 108, 109, 117], "In": [4, 8, 9, 11, 103, 107, 108, 117], "other": [4, 7, 9, 102, 107, 108, 114, 116], "choic": [4, 7, 103], "most": [4, 11, 108, 117], "prevent": [4, 117], "grow": 4, "needlessli": 4, "thing": [4, 108, 117], "treelin": 4, "out": [4, 7, 107, 108, 109, 113, 114, 117], "Of": [4, 7], "error": [4, 7, 108, 109, 110, 113, 117], "becom": 4, "less": [4, 109, 117], "decreas": [4, 117], "being": [4, 8, 109], "webodm": [4, 7, 8, 11, 105, 107, 109, 110, 114, 115], "view": [4, 7, 11, 107, 109], "extent": [4, 7, 8, 117], "bound": [4, 7, 117], "recosntruct": [4, 7], "compar": [4, 7, 11, 117], "abov": [4, 7, 11, 108, 117], "therefor": [4, 9, 117], "visual": [4, 117], "argument": 7, "serv": [7, 11], "constrain": 7, "final": [7, 67, 103, 104, 117], "product": [7, 117], "box": [7, 109, 117], "pass": [7, 108, 109, 117], "specif": [7, 108, 117], "subset": 7, "entir": [7, 117], "interest": [7, 117], "further": [7, 109, 117], "given": [7, 11], "therebi": 7, "modifi": [7, 108, 117], "concern": 7, "possibl": [7, 103, 109, 116, 117], "One": [7, 8, 9], "function": [7, 109, 117], "predefin": [7, 117], "aoi": [7, 117], "survei": [7, 117], "properti": [7, 8, 11, 117], "lot": [7, 103, 117], "decid": [7, 109], "20m": 7, "overfli": 7, "so": [7, 103, 108, 114, 116, 117], "clean": [7, 107], "right": [7, 108, 114, 117], "howev": [7, 109, 117], "flight": [7, 107], "height": [7, 107], "border": 7, "home": [7, 108, 117], "represent": 7, "clip": [7, 107], "insid": [7, 108, 117], "focus": 7, "beyond": 7, "http": [7, 11, 104, 105, 108, 109, 110, 112, 113, 114, 115, 117], "quick": 7, "webapp": 7, "open": [7, 103, 108, 112, 117], "link": [7, 117], "pan": 7, "zoom": [7, 117], "preview": [7, 8, 11], "select": [7, 107, 108, 117], "draw": 7, "menu": [7, 108], "left": [7, 117], "click": [7, 108, 117], "mani": [7, 108, 116, 117], "close": [7, 108, 117], "first": [7, 9, 102, 103, 108, 109, 114, 117], "abl": [7, 9, 108, 109, 116, 117], "onc": [7, 117], "least": [7, 108, 109, 117], "three": [7, 108, 117], "darker": 7, "impli": 7, "now": [7, 108, 114, 117], "solid": 7, "look": [7, 108, 109, 110, 117], "readi": 7, "browser": [7, 108], "prompt": [7, 108], "alert": 7, "altern": [7, 103, 117], "past": 7, "text": [7, 117], "panel": [7, 8, 11, 108], "header": 7, "textual": 7, "featurecollect": 7, "77": 7, "04460859298706": 7, "38": 7, "88532071975074": 7, "04014539718628": 7, "8801593862463": 7, "03295707702637": 7, "88331636291941": 7, "03965187072754": 7, "887959703337145": 7, "chosen": 7, "access": [7, 11, 107, 108], "later": 7, "icon": [7, 108, 117], "system": [7, 108], "clipboard": 7, "confirm": [7, 11], "its": [7, 9, 108, 110, 113, 117], "enabl": [7, 11, 108, 109, 116, 117], "org": [7, 104, 105, 108, 110, 112, 113, 114, 115], "en": 7, "site": 7, "forus": 7, "html": [7, 113], "free": [7, 103, 108, 117], "sourc": [7, 103, 108, 117], "geograph": [7, 117], "wai": [7, 108, 109, 114, 117], "setup": [7, 109, 117], "There": [7, 107, 108, 117], "numer": 7, "opendronemap": [7, 8, 102, 108, 109, 110, 112, 114, 115, 117], "design": 7, "work": [7, 108, 109, 114, 116, 117], "leav": 7, "pictur": 7, "basemap": 7, "exactli": [7, 117], "10m": 7, "method": [7, 87, 103, 117], "mind": [7, 11, 117], "skew": 7, "registr": 7, "occur": 7, "tool": [7, 11, 107, 108], "begin": 7, "finish": [7, 107], "canva": 7, "outlin": [7, 117], "indic": [7, 9, 11], "accept": [7, 117], "write": [7, 109], "dialog": [7, 117], "bring": 7, "sub": 7, "item": 7, "filenam": [7, 117], "written": 7, "cr": 7, "safest": 7, "4326": [7, 105, 106], "proivd": 7, "outsid": [7, 117], "pyramid": [8, 11, 117], "tradeoff": 8, "power": [8, 117], "two": [8, 107, 108, 109, 117], "128x128": 8, "256x256": 8, "store": [8, 11, 103, 108, 109], "intern": [8, 11], "extern": 8, "sidecar": 8, "alwai": [8, 103, 109, 117], "nearli": 8, "some": [8, 9, 102, 108, 112, 114, 117], "few": [8, 108, 117], "rel": [8, 110], "rare": [8, 9], "except": 8, "small": [8, 117], "paramount": 8, "read": [8, 11, 114, 117], "softwar": [8, 11, 107, 108, 117], "support": [8, 104, 107, 109, 112, 114], "closest": [8, 9], "signific": 8, "amount": [8, 108, 117], "retriev": [8, 9], "downscal": 8, "dynam": 8, "rapid": [8, 11], "navig": [8, 107, 108], "web": [8, 108, 109], "layer": [8, 11, 107, 117], "demonstr": [8, 9, 102], "lack": [8, 11], "best": [9, 108, 109, 117], "prefer": [9, 103, 108, 117], "wide": 9, "non": [9, 11, 103, 117], "legaci": [9, 11, 67], "360": [9, 117], "distort": [9, 104, 109, 117], "optic": 9, "platform": [9, 109, 117], "record": 9, "our": [9, 104, 107, 109, 117], "These": 9, "essenti": 9, "proper": [9, 108], "current": [9, 108, 109, 117], "gopro": 9, "insta360": 9, "kodak": 9, "pixpro": 9, "doubt": 9, "try": [9, 108], "As": [9, 107, 117], "prior": [9, 109], "sever": [9, 103, 108, 117], "introduc": 9, "wrong": [9, 117], "well": [9, 11, 108, 109, 117], "collect": [9, 109, 117], "flat": 9, "homogenu": 9, "agricultur": 9, "field": [9, 107, 108], "properli": [9, 108, 117], "failur": 9, "often": [9, 108], "advis": [9, 117], "hereaft": 11, "special": [11, 117], "formul": 11, "advantag": [11, 117], "overivew": 11, "form": [11, 117], "becaus": [11, 109, 117], "attribut": 11, "go": [11, 108, 109, 114, 117], "host": 11, "onlin": [11, 109], "getrang": 11, "request": [11, 109, 114], "capabl": [11, 117], "gi": [11, 110], "hold": 11, "whether": [11, 108], "With": 11, "quickli": [11, 117], "print": [11, 14, 98], "gdalinfo": 11, "conform": 11, "spec": [11, 117], "fact": 11, "78": 11, "mb": 11, "6": [11, 109, 110], "30": [11, 105, 110, 117], "below": [11, 108, 117], "layout": 11, "meet": 11, "densiti": [19, 117], "produc": [19, 117], "640": 19, "urban": [54, 117], "largest": [67, 85, 117], "side": [67, 117], "purpos": [67, 109, 117], "origin": [67, 113, 117], "2048": 67, "gmi": 85, "triangl": 85, "priorit": 85, "those": [85, 108], "cover": [85, 108], "gauss_clamp": 87, "gauss_damp": 87, "photometr": [87, 117], "gamma": 91, "one": [91, 107, 109, 117], "benchmark": 93, "runtim": [93, 117], "info": [93, 109, 117], "addit": [98, 102, 107, 114, 117], "consol": [98, 108, 109, 117], "\u0c18": [102, 109, 114], "\u0c30\u0c1a\u0c28\u0c32\u0c2a": 102, "\u0c06\u0c27": [102, 105, 110], "\u0c30\u0c2a\u0c21": [102, 105, 110], "\u0c24": [102, 104, 107, 109, 111, 112, 114, 115], "\u0c2e\u0c30": [102, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115], "\u0c15\u0c2a": [102, 105, 106], "\u0c05\u0c28": [102, 104, 105, 106, 107, 109, 110, 111, 112, 114], "\u0c27": [102, 104, 105, 109, 110, 112, 114, 115], "\u0c1a\u0c35\u0c1a": [102, 105, 109, 110, 111, 113, 114], "\u0c28\u0c21": [102, 105, 109, 114], "\u0c28\u0c1f": [102, 110, 113, 114], "\u0c32\u0c2f": [102, 110, 113], "\u0c38\u0c2e\u0c38": [102, 114], "\u0c2f\u0c32": [102, 105, 109, 110, 113, 114], "\u0c32\u0c28": [102, 104, 105, 106, 107, 109, 110, 112, 113], "\u0c30\u0c2e": [102, 105, 106, 110, 113, 114, 115], "\u0c2d": [102, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115], "\u0c30\u0c26": [102, 110, 115], "\u0c36": [102, 104, 105, 106, 107, 111, 112, 114, 115], "\u0c30\u0c36": 102, "\u0c28\u0c32\u0c15": 102, "\u0c07\u0c2a": [102, 105, 106, 107, 114], "\u0c2a\u0c1f": [102, 105, 107, 114], "\u0c38\u0c2e": [102, 105, 106, 109, 110, 111, 113, 114], "\u0c28\u0c2e": [102, 105, 110, 111, 113], "\u0c35\u0c35\u0c1a": 102, "\u0c07\u0c24\u0c30": [102, 107, 110, 112], "\u0c09\u0c2a\u0c2f": [102, 104, 105, 106, 107, 109, 110, 112, 113, 115], "\u0c17\u0c15\u0c30\u0c2e": [102, 113], "\u0c35\u0c28\u0c30": [102, 114, 115], "\u0c15\u0c28": [102, 105, 106, 107, 110, 114, 115], "\u0c28\u0c35\u0c1a": [102, 105, 106], "\u0c13\u0c2a": [102, 104, 105, 114, 115], "\u0c05": [102, 104, 105, 106, 107, 114, 115], "\u0c1a\u0c30": [102, 107], "\u0c2f\u0c21": [102, 105, 109, 110, 111, 114], "\u0c35\u0c32\u0c2a\u0c30": [102, 107], "\u0c32\u0c24": [102, 105, 110, 112, 114, 115], "\u0c38\u0c28": [102, 112], "\u0c39": [102, 104, 105, 107, 110], "\u0c09": [102, 104, 105, 106, 107, 109, 110, 111, 112, 114, 115], "\u0c21\u0c1f": [102, 114], "\u0c07\u0c26": [102, 105, 110, 111, 112, 114, 115], "\u0c2c": [102, 104, 105, 106, 107, 110, 111, 112, 114, 115], "\u0c2f\u0c2c\u0c21\u0c24": [102, 105], "\u0c26\u0c2f\u0c1a": 102, "\u0c1c": [102, 104, 107, 109, 110, 112, 114, 115], "\u0c1f\u0c30": [102, 107, 110, 113, 114, 115], "\u0c2f\u0c28": [102, 104, 105, 109, 110], "\u0c35\u0c30": [102, 105, 109, 110, 114], "\u0c28\u0c30": [102, 105, 110, 111], "\u0c2a\u0c24": [102, 109, 110, 112, 113], "\u0c38\u0c39": [102, 107, 112, 114], "\u0c2f\u0c2a\u0c21\u0c1f": 102, "\u0c05\u0c26\u0c28\u0c2a": [102, 105, 106, 107], "\u0c2a\u0c37": [102, 110], "\u0c1f\u0c2e": [102, 106, 110], "\u0c35\u0c30\u0c23": [102, 110], "\u0c2e\u0c15": 102, "\u0c16\u0c1a": [102, 105, 106, 107], "\u0c24\u0c2e": [102, 104, 106, 110, 114, 115], "\u0c26\u0c36\u0c32\u0c28": 102, "\u0c2f\u0c2e": 102, "\u0c0e\u0c15": [102, 105, 109, 110, 114], "\u0c32\u0c32": [102, 104, 105, 106, 110, 111, 113], "\u0c09\u0c26": [102, 104, 105, 106, 110, 111, 114], "\u0c39\u0c30\u0c23\u0c15": [102, 110, 111], "\u0c15\u0c30": [102, 105, 110, 114], "\u0c26\u0c32": [102, 115], "\u0c28\u0c35": [102, 110], "\u0c0f": 102, "\u0c06\u0c26": 102, "\u0c28\u0c32": [102, 111], "\u0c1f\u0c2a": [102, 110, 112], "\u0c0f\u0c2e": [102, 107, 114], "\u0c2a\u0c15": [102, 105, 106], "\u0c30\u0c26\u0c30": [102, 105, 107], "\u0c39\u0c30\u0c23\u0c32\u0c28": 102, "\u0c39\u0c2c": 102, "\u0c32\u0c15": [102, 104, 105, 106, 110, 111, 112, 114], "\u0c06": [102, 105, 107, 110], "\u0c39\u0c30\u0c23\u0c32\u0c32": 102, "\u0c2f\u0c17\u0c32": 102, "\u0c07\u0c37": 102, "\u0c38\u0c30": [102, 104, 105, 110], "\u0c24\u0c30": [102, 105, 106, 109, 110, 112], "\u0c17\u0c2e\u0c28": 102, "\u0c30\u0c35\u0c30": 102, "\u0c24\u0c28\u0c28": 102, "\u0c24\u0c28\u0c32": 102, "\u0c2c\u0c26": [102, 105, 110], "\u0c0e": [102, 104, 105, 107, 109, 110, 113], "gif": 102, "\u0c26\u0c28": [102, 105, 110], "\u0c08": [102, 105, 106, 109, 110, 112, 114, 115], "\u0c27\u0c28": 102, "linux": [102, 103, 107, 113, 117], "\u0c12\u0c15\u0c1f": [102, 105, 112], "\u0c2a\u0c28": [102, 105, 110, 112, 114], "\u0c28\u0c26": 102, "\u0c05\u0c2f": [102, 110], "\u0c1a\u0c2c\u0c21\u0c15\u0c2a": 102, "\u0c1c\u0c30\u0c17\u0c21": 102, "\u0c17\u0c26\u0c30": [102, 104], "\u0c36\u0c15": [102, 104], "\u0c17\u0c30": 102, "\u0c37\u0c28": [102, 104, 105, 110, 112, 113, 115], "\u0c0e\u0c28": [102, 105, 110], "\u0c25": [102, 105, 107, 109, 110, 112], "o": [102, 108], "\u0c35\u0c32": [102, 110], "\u0c05\u0c32": [102, 114], "vm": [102, 108], "\u0c05\u0c24": [102, 105], "\u0c06\u0c2a\u0c30": 102, "\u0c1a\u0c2c\u0c21": [102, 104, 105, 106, 107, 109, 110, 111, 113, 114], "short": 102, "descript": [102, 117], "problem": [102, 107, 117], "here": [102, 108, 113, 114, 117], "reproduct": 102, "second": [102, 108, 109, 117], "expect": [102, 107], "describ": 102, "observ": 102, "screenshot": 102, "enter": [102, 117], "happen": [102, 109, 117], "recent": 102, "didn": [102, 117], "older": 102, "ye": [102, 103, 117], "No": [102, 103, 108, 112, 117], "reliabl": 102, "reproduc": 102, "randomli": 102, "\u0c25\u0c28\u0c32": [102, 114], "\u0c28\u0c2a": [102, 110], "\u0c21\u0c32": [102, 105, 107, 109], "pep8": 102, "\u0c26\u0c21": [102, 105], "\u0c05\u0c35\u0c38\u0c30": [102, 109, 110, 114], "f": [102, 117], "gethomedirectori": 102, "\u0c30\u0c39": [102, 110, 112], "join": 102, "\u0c35\u0c1a": [102, 110, 112, 114], "tmp": 102, "tmpdir": 102, "\u0c21\u0c26": [102, 106], "\u0c1a\u0c2c\u0c21\u0c28": 102, "photogrammetr": 103, "orthorectifi": 103, "hugin": 103, "util": 103, "moment": 103, "docker": [103, 107, 108, 109, 112], "releas": [103, 108], "under": [103, 108, 117], "sell": 103, "sure": [103, 108, 109, 117], "compli": 103, "particular": [103, 107], "disclos": 103, "nope": 103, "sorri": 103, "bui": 103, "ultim": 103, "solut": [103, 117], "upload": 103, "configur": [103, 108, 109, 117], "swapfil": 103, "both": [103, 108, 114, 117], "ssd": 103, "nvme": 103, "drive": [103, 117], "still": [103, 117], "wsl2": 103, "wslconfig": 103, "microsoft": [103, 108], "document": [103, 107, 108, 117], "advanc": [103, 108], "wsl": 103, "swap": [103, 108], "128gb": 103, "cours": 103, "c": [103, 109, 112], "temp": 103, "vhdx": 103, "partit": 103, "dedic": [103, 117], "pleas": [103, 108, 114, 117], "consult": 103, "search": [103, 108], "engin": [103, 108], "\u0c2f": [104, 109, 111, 112, 114], "\u0c2e": [104, 106, 109, 112, 114, 115], "\u0c28": [104, 106, 107, 109, 111, 112, 114], "\u0c38": [104, 109, 113, 114], "\u0c2a": [104, 106, 107, 109, 111, 114, 115], "\u0c26": [104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115], "uav": [104, 110, 117], "\u0c17": [104, 106, 107, 109, 110, 112, 113, 114, 115], "\u0c15\u0c32": [104, 105, 106, 107, 110, 111, 113], "guidelin": 104, "openaerialmap": 104, "_": [104, 105, 112, 113, 114, 117], "\u0c35\u0c21": [104, 105, 110, 112, 114], "\u0c24\u0c2f": 104, "07": [104, 110], "prepar": [104, 114], "mission": [104, 117], "\u0c35": [104, 106, 109, 111, 113, 114], "\u0c21": [104, 106, 109, 110, 111, 114], "\u0c2a\u0c30": [104, 105, 106, 110, 111, 112, 114], "\u0c30\u0c23": [104, 105, 110, 112], "\u0c1c\u0c2f\u0c35": [104, 114], "\u0c1a\u0c21": [104, 105, 107, 112, 114, 115], "dronedeploi": [104, 110], "com": [104, 105, 108, 109, 110, 112, 114, 115, 117], "doc": [104, 113, 115], "success": [104, 108, 112], "challeng": [104, 117], "accur": [104, 109, 112, 117], "section": [104, 108, 117], "\u0c35\u0c15": [105, 110], "\u0c15\u0c30\u0c23\u0c32\u0c28": 105, "\u0c38\u0c2e\u0c28": 105, "\u0c35\u0c2f": [105, 106], "\u0c2f\u0c35\u0c38": 105, "\u0c25\u0c32\u0c28": 105, "\u0c17\u0c2a\u0c21\u0c24": 105, "\u0c05\u0c27": [105, 110], "\u0c24\u0c24": [105, 106, 107], "\u0c0e\u0c38": [105, 106, 110], "2019": [105, 110, 117], "\u0c25\u0c32": [105, 110], "\u0c15\u0c32\u0c30": 105, "\u0c23": [105, 106, 110, 111, 114, 115], "\u0c2f\u0c35\u0c1a": [105, 106, 109, 111, 112, 113], "\u0c37": [105, 106, 107, 109, 110, 111, 112, 113, 114, 115], "\u0c2c\u0c15": 105, "\u0c24\u0c32": [105, 113], "\u0c2a\u0c32\u0c15\u0c32": 105, "\u0c35\u0c30\u0c15": 105, "\u0c30\u0c15": [105, 109, 110], "\u0c37\u0c38": 105, "\u0c2d\u0c35\u0c28": 105, "\u0c09\u0c28": [105, 107, 110, 111, 114], "\u0c05\u0c21": 105, "\u0c17\u0c23": [105, 110], "\u0c24\u0c15": [105, 109, 110], "\u0c0e\u0c24": [105, 110], "\u0c26\u0c2e": [105, 110], "\u0c26\u0c26": 105, "\u0c2e\u0c27": [105, 110], "\u0c24\u0c26": [105, 106, 109], "\u0c12\u0c15": [105, 109, 110, 111, 112, 114, 115], "\u0c30\u0c24": [105, 109, 110, 112, 114], "\u0c15\u0c28\u0c2c\u0c21": 105, "\u0c2c\u0c1f": [105, 110, 112], "\u0c30\u0c17\u0c21": [105, 114], "\u0c05\u0c35\u0c38\u0c30\u0c2e": [105, 110, 114], "\u0c24\u0c17": [105, 110], "\u0c06\u0c15": [105, 107, 110, 111], "\u0c32\u0c2d": [105, 106, 114], "\u0c26\u0c1f": [105, 106], "\u0c06\u0c30": [105, 106, 107, 109, 110, 112, 115], "utm": [105, 106], "zone": 105, "ellp": 105, "wgs84": [105, 106], "datum": 105, "unit": 105, "m": 105, "no_def": 105, "16n": [105, 106], "y": [105, 106, 108], "\u0c07\u0c2e": [105, 106, 107, 110], "\u0c10\u0c1a": [105, 106], "\u0c1b": [105, 106], "\u0c16": [105, 109, 110, 114], "\u0c33": [105, 112, 113], "\u0c0e\u0c32": [105, 106, 107, 110, 113], "\u0c35\u0c32\u0c28": 105, "nan": 105, "7": [105, 108, 110, 117], "\u0c32\u0c2e": [105, 106], "\u0c39\u0c30\u0c23": [105, 106], "544256": 105, "5320919": 105, "9": [105, 110, 112], "3044": 105, "2622": 105, "img_0525": 105, "jpg": [105, 106, 109, 111, 112, 113], "544157": 105, "5320899": 105, "4193": 105, "1552": 105, "img_0585": 105, "544033": 105, "5320876": 105, "1606": 105, "2763": 105, "img_0690": 105, "gcp_list": [105, 113, 117], "txt": [105, 106, 109, 113, 117], "\u0c38\u0c30\u0c2b\u0c30": [105, 106, 111], "\u0c2b\u0c30": 105, "\u0c32\u0c24\u0c32": 105, "diydron": 105, "profil": [105, 117], "blog": [105, 110], "photographi": [105, 117], "\u0c35\u0c38": [105, 114], "\u0c21\u0c30": [105, 106, 112], "\u0c24\u0c2a": [105, 106, 115], "\u0c2b\u0c32": [105, 110, 112], "\u0c33\u0c28": 105, "\u0c1c\u0c30": 105, "\u0c12\u0c15\u0c26": 105, "\u0c05\u0c2a": [105, 114], "\u0c05\u0c35": [105, 107, 112], "demo": 105, "plugin": 105, "\u0c35\u0c26": [105, 107, 110], "xyz": [105, 113, 117], "\u0c35\u0c32\u0c24": [105, 110], "z": [105, 106], "\u0c07\u0c32": [105, 114], "37": [105, 110, 117], "south": 105, "gcp01": 105, "529356": 105, "250827686": 105, "9251137": 105, "5643209": 105, "465": 105, "gcp02": 105, "530203": 105, "125367657": 105, "9250140": 105, "80991621": 105, "781": 105, "gcp03": 105, "530292": 105, "136003818": 105, "9250745": 105, "02372435": 105, "977": 105, "gcp04": 105, "gcp05": 105, "\u0c24\u0c28": 105, "\u0c07\u0c28": [105, 111], "github": [105, 107, 108, 109, 114, 115, 117], "uav4geo": [105, 108], "gcpeditorpro": 105, "\u0c13\u0c21": 105, "\u0c32\u0c17": 105, "\u0c08\u0c38": 105, "label": [105, 108, 117], "north": [105, 117], "east": 105, "\u0c30\u0c27": 105, "\u0c2e\u0c24": [105, 109, 113], "\u02bbepsg": 105, "\u0c2f\u0c30": [105, 107, 113], "llc": 105, "\u0c1f": [106, 109, 110, 111, 114, 115], "\u0c17\u0c26": [106, 107, 110, 114], "\u0c13\u0c35\u0c30": [106, 114], "\u0c30\u0c1c\u0c32": [106, 111], "\u0c30\u0c2f": 106, "\u0c1c\u0c28": 106, "\u0c0e\u0c2e": 106, "\u0c21\u0c2c": [106, 114], "84": 106, "_\u0c21": 106, "psepsg": 106, "\u0c05\u0c15": 106, "\u0c30\u0c38": [106, 107], "\u0c1a\u0c2c\u0c21\u0c24": [106, 107, 110], "extra": [106, 112], "dji_0028": 106, "91": 106, "9942096111111": 106, "46": 106, "84252125": 106, "198": 106, "609": 106, "dji_0032": 106, "9938293055556": 106, "8424584444444": 106, "ge": 106, "guid": [107, 108], "contribut": [107, 109, 114], "anyon": 107, "welcom": [107, 108], "share": [107, 114, 116], "knowledg": 107, "issu": [107, 108, 114], "\u0c37\u0c32\u0c32": 107, "\u0c32": [107, 109, 111, 112], "\u0c05\u0c38": 107, "\u0c30": [107, 109, 110, 111, 113, 114], "\u0c37\u0c32": 107, "20": [107, 108, 117], "\u0c2b": [107, 109, 110, 111, 112, 115], "\u0c37\u0c32\u0c28": 107, "\u0c2f\u0c2a\u0c21\u0c17\u0c32\u0c30": [107, 112], "\u0c07": [107, 110], "czech": 107, "filipino": 107, "\u0c1a": [107, 109, 111, 112, 113, 115], "indonesian": 107, "instal": [107, 109], "quickstart": 107, "hardwar": 107, "virtual": [107, 117], "alloc": 107, "download": 107, "launch": [107, 109, 117], "maco": 107, "ubuntu": [107, 117], "debian": 107, "cento": 107, "rhel": 107, "fedora": 107, "arch": 107, "basic": [107, 117], "troubleshoot": 107, "hello": 107, "tutori": [107, 113], "stockpil": 107, "volum": 107, "fieldwork": 107, "plan": [107, 109], "pattern": [107, 112], "list": [107, 108, 109, 116], "log": 107, "line": [107, 108, 109], "singular": 107, "sif": 107, "bandwidth": 107, "who": [107, 114], "prep": 107, "directori": [107, 108, 112], "droplet": 107, "pull": 107, "pin": 107, "assum": 107, "surviv": 107, "long": [107, 108, 109, 116], "potre": 107, "modul": 107, "appear": 107, "budget": 107, "ey": 107, "why": [107, 114], "would": [107, 117], "exampl": [107, 108, 109, 117], "true": [107, 117], "null": 107, "io": [107, 117], "new": [107, 108, 109, 114, 117], "A": [107, 108, 109, 110, 113, 117], "complet": [107, 117], "task": [107, 108, 109, 113], "load": [107, 117], "temporari": 107, "scratch": 107, "geometri": 107, "polyon": 107, "toggl": [107, 117], "chang": [107, 108, 117], "vector": [107, 117], "rectilinear": 107, "\u0c09\u0c24": [107, 109, 110, 112], "\u0c26\u0c28\u0c32": 107, "\u0c2a\u0c26": 107, "\u0c27\u0c24": 107, "posm": 107, "gcpi": 107, "\u0c0e\u0c21": [107, 112], "\u0c35\u0c28\u0c32": 107, "\u0c06\u0c36": [107, 114], "\u0c1a\u0c28": 107, "\u0c30\u0c2d": 107, "understand": [107, 117], "autosc": 107, "acknowledg": 107, "\u0c1a\u0c28\u0c32": 107, "\u0c0e\u0c17": 107, "\u0c2e\u0c32": [107, 110, 115], "\u0c30\u0c32": 107, "\u0c38\u0c2a": 107, "sentera": 107, "agx710": 107, "\u0c05\u0c2d": [107, 112], "\u0c38\u0c39\u0c15\u0c30": 107, "\u0c15\u0c2e": [107, 114], "\u0c2c\u0c17": 107, "\u0c15\u0c32\u0c28": 107, "\u0c38\u0c2e\u0c30": [107, 114], "\u0c25\u0c28\u0c32\u0c28": 107, "frequent": 107, "ask": [107, 108, 114], "question": [107, 108], "my": [107, 109, 114, 117], "core": [107, 108], "nativ": 107, "licens": 107, "commerci": [107, 117], "asid": 107, "agplv3": 107, "excerpt": 108, "permiss": 108, "piero": 108, "toffanin": 108, "purchas": 108, "easiest": 108, "come": [108, 114, 117], "That": [108, 117], "said": 108, "ecoystem": 108, "commun": [108, 110, 112, 114, 115], "themselv": 108, "direct": [108, 117], "bare": 108, "64bit": 108, "manufactur": 108, "2010": 108, "gb": 108, "200": [108, 110], "latest": [108, 117], "16": [108, 117], "hundr": 108, "too": 108, "while": [108, 109, 112, 116, 117], "graphic": 108, "card": 108, "linearli": 108, "40": [108, 117], "250": 108, "32": [108, 117], "1500": 108, "64": [108, 117], "2500": 108, "128": [108, 117], "3500": 108, "192": 108, "5000": 108, "256": [108, 117], "we": [108, 109, 114, 116, 117], "manag": [108, 109, 117], "press": [108, 117], "ctrl": [108, 117], "esc": 108, "switch": 108, "tab": 108, "On": [108, 113], "assist": 108, "ll": [108, 117], "procedur": 108, "unfortun": 108, "vtx": 108, "matter": 108, "immedi": 108, "f2": 108, "f12": 108, "startup": 108, "boot": 108, "vt": 108, "common": [108, 117], "kei": [108, 109, 117], "vendor": 108, "git": [108, 109, 117], "scm": 108, "python": [108, 117], "www": [108, 110, 112], "forget": 108, "execut": [108, 109, 117], "Then": [108, 109, 117], "toolbox": 108, "v18": 108, "09": [108, 110], "dockertoolbox": 108, "ex": 108, "profession": 108, "newer": 108, "win": 108, "20for": 108, "20window": 108, "20instal": 108, "NOT": 108, "mess": 108, "desktop": 108, "import": [108, 117], "screen": [108, 117], "think": [108, 117], "emul": 108, "certain": [108, 109, 117], "virtualbox": 108, "acpi": 108, "shutdown": 108, "move": [108, 117], "slider": 108, "60": [108, 117], "70": [108, 117], "50": [108, 117], "processor": 108, "ok": [108, 109], "trai": 108, "white": [108, 117], "whale": 108, "half": 108, "gui": 108, "clone": [108, 109], "exist": [108, 117], "repositori": 108, "target": [108, 117], "brows": 108, "succeed": 108, "back": [108, 117], "easili": 108, "futur": [108, 117], "bash": [108, 117], "termin": [108, 117], "sh": [108, 117], "compon": [108, 109], "nodeodm": [108, 109, 115, 117], "greet": 108, "localhost": [108, 109], "8000": 108, "ip": [108, 109], "address": [108, 109, 117], "connect": [108, 109, 117], "168": 108, "replac": [108, 117], "modern": 108, "post": 108, "mac": 108, "sierra": 108, "sysctl": 108, "kern": 108, "hv_support": 108, "respons": [108, 114], "continu": [108, 117], "old": [108, 117], "dmg": 108, "sourceforg": 108, "net": 108, "osx": 108, "bar": 108, "app": [108, 117], "verifi": 108, "world": [108, 109, 110, 117], "return": 108, "simpli": [108, 109, 117], "someth": [108, 109, 117], "appl": 108, "117": 108, "doubl": 108, "cd": [108, 109, 117], "accord": [108, 110], "websit": 108, "offici": [108, 112], "pick": 108, "sole": 108, "four": 108, "pip": 108, "cannot": 108, "instruct": [108, 109, 117], "sudo": [108, 117], "apt": [108, 117], "updat": [108, 109, 117], "curl": 108, "fssl": 108, "yum": 108, "dnf": 108, "pacman": 108, "sy": 108, "dockercompos": 108, "script": [108, 112, 117], "isn": [108, 117], "compos": 108, "22": 108, "f46880f": 108, "cool": 108, "about": [108, 117], "ever": 108, "encount": 108, "care": [108, 117], "guess": 108, "along": 108, "typic": [108, 117], "prefix": 108, "port": [108, 109, 117], "network": [108, 110, 117], "80": [108, 117], "stuck": 108, "reset": 108, "admin": 108, "user": [108, 109, 117], "password": 108, "resetadminpassword": 108, "newpass": 108, "everyth": [108, 113, 117], "media": 108, "dir": [108, 117], "webodm_result": 108, "forum": [108, 114], "great": 108, "familiar": [108, 117], "yourself": 108, "interfac": 108, "explor": [108, 117], "dashboard": [108, 117], "notic": 108, "same": [108, 109, 112, 117], "made": 108, "congratul": 108, "repeat": [108, 109], "rm": [108, 109, 112, 117], "p": [108, 109, 117], "3000": [108, 109, 117], "q": [108, 117], "token": [108, 109], "secret": 108, "hub": 108, "protect": 108, "unauthor": 108, "button": [108, 117], "hostnam": [108, 109], "went": 108, "\u0c15\u0c30\u0c23": [109, 110], "\u0c35\u0c39": [109, 114], "\u0c1a\u0c26\u0c17": [109, 110], "\u0c2d\u0c1c": 109, "\u0c38\u0c2c": 109, "\u0c06\u0c2a": [109, 110], "\u0c15": [109, 110, 114], "\u0c1a\u0c17\u0c32": [109, 114], "\u0c35\u0c30\u0c17": 109, "propag": 109, "could": [109, 112, 113, 117], "caus": [109, 117], "13": [109, 110, 117], "000": [109, 117], "bank": [109, 117], "tanzania": [109, 117], "flood": [109, 117], "prone": [109, 117], "msimbasi": [109, 117], "basin": [109, 117], "dar": [109, 117], "salaam": [109, 117], "sequenti": 109, "easi": 109, "respect": [109, 117], "ti": [109, 117], "v": [109, 112, 117], "400": 109, "know": [109, 117], "image_group": [109, 117], "main": 109, "belong": [109, 117], "01": [109, 117], "02": 109, "03": [109, 117], "b": [109, 117], "04": [109, 117], "05": [109, 110], "orchestr": 109, "3001": 109, "8080": 109, "telnet": 109, "escap": [109, 113, 117], "charact": [109, 117], "api": [109, 115], "At": 109, "800": 109, "120": 109, "interrog": [109, 117], "del": 109, "lock": [109, 117], "forward": [109, 117], "unlock": 109, "resum": 109, "rout": 109, "taskid": 109, "cancel": 109, "asr": 109, "viewcmd": 109, "last": [109, 117], "wasn": 109, "activ": [109, 117], "offlin": 109, "l": 109, "autoscal": 109, "date": 109, "amazon": [109, 117], "ocean": [109, 117], "cost": [109, 117], "associ": [109, 113], "demand": [109, 114, 117], "nodej": [109, 117], "npm": 109, "s3": 109, "compat": [109, 117], "bucket": 109, "digitalocean": 109, "servic": 109, "index": [109, 115], "j": [109, 117], "digitaloceanasrprovid": 109, "attach": [109, 117], "zero": 109, "reli": [109, 117], "act": 109, "handl": [109, 117], "ui": 109, "spin": [109, 117], "dummi": 109, "fulli": 109, "fewer": 109, "combin": 109, "huge": 109, "prop": 109, "pau": 109, "folk": 109, "mapillari": 109, "amaz": 109, "through": [109, 117], "push": [109, 117], "big": [109, 117], "\u0c24\u0c35": 110, "\u0c30\u0c2a": 110, "\u0c2f\u0c24": 110, "2011": 110, "\u0c35\u0c24": 110, "figur": [110, 114, 117], "misplac": 110, "real": 110, "\u0c1c\u0c2e": 110, "correctli": 110, "\u0c17\u0c24": 110, "\u0c05\u0c17": 110, "\u0c2d\u0c35": 110, "\u0c32\u0c35\u0c21": 110, "\u0c23\u0c2f": 110, "\u0c2f\u0c26": [110, 114], "\u0c32\u0c15\u0c2e": 110, "\u0c38\u0c17\u0c1f": 110, "\u0c0e\u0c35\u0c30": [110, 114], "\u0c05\u0c2e\u0c30": [110, 114], "\u0c2a\u0c30\u0c1a\u0c35\u0c1a": 110, "\u0c21\u0c35": 110, "2016": 110, "gnss": [110, 117], "\u0c09\u0c2a": 110, "2013": 110, "nsdi": 110, "fgdc": 110, "\u0c2f\u0c15": 110, "\u0c15\u0c35\u0c30": 110, "\u0c17\u0c23\u0c28\u0c32": 110, "\u0c36\u0c2c": 110, "\u0c0e\u0c35": 110, "\u0c15\u0c26": 110, "\u0c37\u0c1f": 110, "\u0c2c\u0c32": 110, "\u0c26\u0c35": 110, "\u0c37\u0c23": [110, 114], "\u0c24\u0c2e\u0c2f": 110, "\u0c2f\u0c2c\u0c21": [110, 112, 113], "\u0c24\u0c2e\u0c35": 110, "\u0c26\u0c35\u0c1a": 110, "\u0c25\u0c30": 110, "2020": [110, 117], "ie": [110, 112], "accuracy_uav_compare_rtk_gp": 110, "\u0c1a\u0c17\u0c32\u0c28": 110, "\u0c1a\u0c1f": [110, 111], "2017": 110, "\u0c2e\u0c26\u0c35": 110, "\u0c28\u0c38": 110, "\u0c38\u0c2e\u0c30\u0c15": 110, "consu": 110, "\u0c27\u0c30": 110, "\u0c0f\u0c30": 110, "\u0c06\u0c38": 110, "3937": 110, "\u0c10\u0c0e\u0c38": 110, "\u0c0e\u0c1f": 110, "gisloung": 110, "pix4d": 110, "\u0c32\u0c2a": [111, 113], "\u0c1f\u0c35": 111, "\u0c2f\u0c1c": 111, "\u0c26\u0c30": 111, "\u0c37\u0c2f": 111, "\u0c17\u0c2a\u0c21": [111, 115], "gimp": 111, "\u0c28\u0c39": 111, "1_mask": 111, "dji_0018": 111, "dji_0018_mask": 111, "\u0c21\u0c35\u0c1a": 111, "bmp": 111, "\u0c15\u0c30\u0c23\u0c15": 112, "\u0c25\u0c2e": 112, "\u0c2e\u0c26": [112, 114], "\u0c26\u0c24": [112, 114], "\u0c2f\u0c17\u0c32\u0c26": 112, "\u0c2c\u0c39": [112, 114], "\u0c28\u0c28": 112, "\u0c07\u0c35": [112, 113], "1010": 112, "\u0c06\u0c32": 112, "\u0c1f\u0c38": 112, "micasens": [112, 116], "6x": 112, "dji": [112, 116], "phantom": 112, "\u0c15\u0c30\u0c23\u0c28": 112, "\u0c2f\u0c35\u0c26": 112, "\u0c17\u0c2e": 112, "give": [112, 117], "ndre": 112, "renam": 112, "exact": 112, "0000x_nir": 112, "10_51_14_img_00008": 112, "00008_nir": 112, "nrgb": 112, "0000x_rgb": 112, "10_51_14_img_00023": 112, "00023_rgb": 112, "xxxx_nir": 112, "xxxx_rgb": 112, "input_image_dir": 112, "output_dir": [112, 117], "contrib": 112, "ndvi": 112, "rename_sentera_agx710_multispectral_tif": 112, "py": [112, 117], "python3": 112, "\u0c35\u0c2c\u0c21": 113, "odm_georeferenced_model": [113, 117], "ply": 113, "state": 113, "univers": [113, 117], "zanzibar": 113, "courtesi": 113, "khadija": 113, "abdullah": 113, "ali": 113, "odm_textur": [113, 117], "odm_textured_model": 113, "\u0c09\u0c2a\u0c30": 113, "odm_textured_model_geo": 113, "odm_orthphoto": 113, "un": 113, "\u0c21\u0c33": 113, "stdout": 113, "ansi": 113, "eg": 113, "39m": 113, "no_ansiesc": 113, "environ": [113, 117], "variabl": [113, 117], "env": 113, "img": 113, "1234": 113, "tie": 113, "config": [113, 117], "yaml": [113, 117], "track": [113, 117], "undistorted_track": 113, "undistorted_reconstruct": 113, "odm_meshing_log": 113, "texture_n": 113, "odm_georeferencing_log": 113, "odm_georeferencing_utm_log": 113, "extract_utm": 113, "portion": 113, "odm_orthophoto_log": 113, "gdal_translate_log": 113, "top": 113, "geotoff": 113, "foss": 114, "\u0c09\u0c1a": 114, "\u0c2a\u0c32": 114, "\u0c06\u0c38\u0c15": 114, "\u0c2c\u0c2f\u0c1f": 114, "\u0c0f\u0c26": 114, "\u0c2f\u0c17\u0c32\u0c30\u0c28": 114, "\u0c25\u0c28": 114, "\u0c15\u0c37": 114, "\u0c35\u0c17": 114, "\u0c38\u0c2e\u0c2f": 114, "\u0c05\u0c35\u0c15": 114, "implement": [114, 117], "probabl": [114, 117], "convinc": 114, "develop": [114, 116], "team": [114, 117], "imagin": 114, "somebodi": 114, "knock": 114, "door": 114, "hous": 114, "cook": 114, "me": 114, "dinner": 114, "reason": [114, 117], "person": 114, "spend": 114, "energi": 114, "fulfil": 114, "hi": 114, "agenda": 114, "own": [114, 117], "suggest": 114, "cordial": 114, "especi": 114, "offer": 114, "fund": 114, "explain": 114, "benefit": [114, 117], "exclus": 114, "harder": 114, "\u0c38\u0c30\u0c33": 114, "\u0c30\u0c2f\u0c24": 114, "drone": [114, 117], "test": 114, "channel": 114, "\u0c15\u0c32\u0c2f": 114, "\u0c26\u0c28\u0c17": 114, "\u0c30\u0c28": 114, "\u0c38\u0c2d": 114, "\u0c37\u0c15": 114, "let": [114, 117], "put": 114, "toward": [114, 117], "\u0c1a\u0c2c\u0c21\u0c1f": 114, "\u0c05\u0c2e\u0c32": 114, "\u0c15\u0c21": 114, "\u0c2a\u0c21": 114, "\u0c05\u0c30": 114, "readm": [115, 117], "\u0c1a\u0c26\u0c35\u0c2e\u0c28": 115, "blob": 115, "master": 115, "adoc": 115, "\u0c05\u0c35\u0c32": 115, "concept": 115, "665": 115, "\u0c2a\u0c30\u0c1a\u0c21": 115, "\u0c1a\u0c26\u0c35\u0c21": 115, "wave": 116, "infrar": 116, "lwir": 116, "alon": 116, "aim": 116, "altum": 116, "zenmus": 116, "xt": 116, "h20": 116, "seri": [116, 117], "u": [116, 117], "expand": 116, "compromis": 117, "sharper": 117, "forest": 117, "300000": 117, "600000": 117, "recreat": 117, "roof": 117, "commod": 117, "vibrat": 117, "deriv": 117, "substanti": 117, "self": 117, "depend": 117, "jame": 117, "robson": 117, "2014": 117, "paper": 117, "mitig": 117, "systemat": 117, "topograph": 117, "minim": 117, "simplest": 117, "fly": 117, "separ": 117, "rather": 117, "straight": 117, "tilt": 117, "approach": 117, "pilot": 117, "effici": 117, "flown": 117, "crossgrid": 117, "crosshatch": 117, "percentag": 117, "68": 117, "sidelap": 117, "equival": 117, "83": 117, "42": 117, "cc": 117, "BY": 117, "variat": 117, "toler": 117, "correspond": 117, "tree": 117, "significantli": 117, "classif": 117, "airborn": 117, "lidar": 117, "freeli": 117, "overal": 117, "biggest": 117, "avoid": 117, "mistakenli": 117, "ii": 117, "meant": 117, "mistaken": 117, "empti": 117, "my_odm_imag": 117, "24": 117, "weather": 117, "condit": 117, "illumin": 117, "thu": 117, "evenli": 117, "overcast": 117, "clear": 117, "ski": 117, "wind": 117, "order": 117, "shadow": 117, "obstruct": 117, "lessen": 117, "middai": 117, "nake": 117, "horizont": 117, "visibl": 117, "congruent": 117, "advers": 117, "dust": 117, "fog": 117, "smoke": 117, "volcan": 117, "ash": 117, "pollut": 117, "job": 117, "gimbal": 117, "rest": 117, "eros": 117, "machineri": 117, "steep": 117, "recogn": 117, "labor": 117, "neglig": 117, "lawn": 117, "mower": 117, "highli": 117, "75": 117, "65": 117, "influenc": 117, "balanc": 117, "tallest": 117, "achiev": 117, "equip": 117, "greater": 117, "grade": 117, "total": 117, "station": 117, "intend": 117, "millimetr": 117, "almost": 117, "adequ": 117, "defin": 117, "plane": 117, "clic": 117, "length": 117, "mostli": 117, "bin": 117, "creation": 117, "pace": 117, "irregular": 117, "carefulli": 117, "rang": 117, "photogrammetri": 117, "emploi": 117, "deploi": 117, "curiou": 117, "container": 117, "among": 117, "easier": 117, "independ": 117, "experi": 117, "id": 117, "statu": 117, "2518817537ce": 117, "36": 117, "hour": 117, "ago": 117, "zen_wright": 117, "1cdc7fadf688": 117, "usr": 117, "va": 117, "tcp": 117, "flamboyant_dhawan": 117, "cd7b9585b8f6": 117, "dai": 117, "nostalgic_lederberg": 117, "e31010c00b9a": 117, "suspicious_kepl": 117, "c44e0d0b8448": 117, "wonderful_burnel": 117, "unwieldi": 117, "pipe": 117, "slowli": 117, "mon": 117, "sep": 117, "23": 117, "33": 117, "build_overview": 117, "camera_len": 117, "dem_decim": 117, "dem_euclidean_map": 117, "arrow": 117, "letter": 117, "tail": 117, "gdalwarp": 117, "gpkg": 117, "crop_to_cutlin": 117, "co": 117, "num_thread": 117, "bigtiff": 117, "if_saf": 117, "blockys": 117, "512": 117, "blockxsiz": 117, "predictor": 117, "gdal_cachemax": 117, "48": 117, "95": 117, "alpha": 117, "111567p": 117, "137473l": 117, "input": 117, "tell": 117, "deeper": 117, "exec": 117, "shell": 117, "root": 117, "lament": 117, "excess": 117, "carri": 117, "burden": 117, "storag": 117, "maciej": 117, "\u0142ebkowski": 117, "excel": 117, "sylab": 117, "laptop": 117, "hpc": 117, "compani": 117, "server": 117, "anyth": 117, "els": 117, "cach": 117, "images_dir": 117, "path_to_image_dir": 117, "basenam": 117, "path_to_output_directori": 117, "mkdir": 117, "bind": 117, "writabl": 117, "tmpf": 117, "odm_latest": 117, "ivan": 117, "gayton": 117, "repo": 117, "fairli": 117, "answer": 117, "incom": 117, "constraint": 117, "solv": 117, "african": 117, "tricki": 117, "workabl": 117, "cloudodm": 117, "remot": 117, "photo": 117, "unix": 117, "ssh": 117, "account": 117, "aw": 117, "slight": 117, "moder": 117, "literaci": 117, "aren": 117, "savvi": 117, "willing": 117, "fuss": 117, "whole": 117, "someon": 117, "asap": 117, "emphas": 117, "transfer": 117, "4gb": 117, "month": 117, "actual": 117, "expens": 117, "downsiz": 117, "cheapest": 117, "privileg": 117, "insan": 117, "xxx": 117, "stand": 117, "ipv4": 117, "usernam": 117, "ahead": 117, "upgrad": 117, "danger": 117, "stai": 117, "regular": 117, "abbrevi": 117, "environment": 117, "bashrc": 117, "nano": 117, "whatev": 117, "editor": 117, "lieu": 117, "Be": 117, "pythonpath": 117, "superbuild": 117, "lib": 117, "python2": 117, "dist": 117, "packag": 117, "src": 117, "ld_library_path": 117, "crash": 117, "wherein": 117, "hard": 117, "jargon": 117, "rule": 117, "thumb": 117, "seem": 117, "raw": 117, "got": 117, "100gb": 117, "1000gb": 117, "rid": 117, "capac": 117, "mount": 117, "mnt": 117, "odmdata": 117, "onto": 117, "secur": 117, "scp": 117, "r": 117, "imagefold": 117, "recurs": 117, "critic": 117, "myproject": 117, "parent": 117, "goe": 117, "confusingli": 117, "individu": 117, "project_path": 117, "spot": 117, "ancillari": 117, "block": 117, "wa": 117, "organ": 117, "incant": 117, "echo": 117, "cat": 117, "came": 117, "batch": 117, "though": 117, "shut": 117, "monstrou": 117, "vcpu": 117, "192gb": 117, "hr": 117, "1000": 117, "wast": 117, "nohup": 117, "gnu": 117, "session": 117, "won": 117, "interrupt": 117, "d": 117, "detach": 117, "But": 117, "unless": 117, "project_nam": 117, "weird": 117, "drop": 117, "fuck": 117, "liter": 117, "random": 117, "sensibli": 117, "omit": 117, "htop": 117, "sens": 117, "soon": 117, "inexpens": 117, "gdal": 117, "gdal_transl": 117, "ycbcr": 117, "gdal_tiff_internal_mask": 117, "extens": 117, "grab": 117, "gdaladdo": 117, "1024": 117, "archiv": 117, "tar": 117, "piec": 117, "mayb": 117, "zcvf": 117, "archivenam": 117, "upper": 117, "corner": 117, "mode": 117, "mid": 117, "million": 117, "element": 117, "accentu": 117, "shape": 117, "shade": 117, "enhanc": 117, "percept": 117, "scientif": 117, "recognit": 117, "strength": 117, "opac": 117, "skybox": 117, "splat": 117, "unload": 117, "hide": 117, "tridimension": 117, "highlight": 117, "circl": 117, "circumfer": 117, "azimuth": 117, "clockwis": 117, "cube": 117, "reloc": 117, "redimens": 117, "handler": 117, "sphere": 117, "annot": 117, "titl": 117, "anchor": 117, "mous": 117, "wheel": 117, "orbit": 117, "bird": 117, "keyboard": 117, "w": 117, "backward": 117, "axi": 117, "movement": 117, "slide": 117, "helicopt": 117, "aircraft": 117, "restrict": 117, "xy": 117, "restor": 117, "wirefram": 117, "compass": 117, "anim": 117, "green": 117, "blue": 117, "plai": 117, "arrang": 117, "six": 117, "ramp": 117, "cam": 117, "custom": 117}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"align": [0, 3, 72, 77], "file": 0, "\u0c0e": 1, "\u0c2a": [1, 102, 105, 110, 112, 113], "\u0c15\u0c32": 1, "\u0c2e\u0c30": 1, "\u0c2f": [1, 102, 105, 106, 107, 110, 113, 115], "\u0c2b": [1, 102, 105, 106, 113, 114], "\u0c32": [1, 102, 104, 105, 106, 110, 113, 114, 115], "\u0c17": [1, 102, 105, 111], "\u0c38": [1, 102, 105, 106, 107, 110, 111, 112, 115], "3d": [2, 7, 113, 117], "tile": [2, 46, 60, 92], "auto": [4, 5, 9], "boundari": [4, 5, 7], "what": [4, 7, 8, 9, 11, 103, 117], "i": [4, 7, 103, 117], "when": [4, 7, 8, 9, 11], "help": [4, 31], "why": [4, 7, 8, 9, 11], "would": [4, 7, 8, 9, 11], "one": [4, 7, 8, 9, 11, 108], "us": [4, 7, 8, 9, 11, 94, 95, 96, 97, 103, 117], "exampl": [4, 7, 8, 9, 11], "imag": [4, 7, 8, 9, 11, 83, 108, 109, 117], "true": [4, 7, 8, 11], "fals": [4, 7, 8, 11], "null": [4, 7, 8, 11], "distanc": 5, "bg": 6, "remov": [6, 75, 87], "geojson": 7, "appropri": [7, 8, 9, 11], "how": [7, 103], "creat": [7, 117], "io": 7, "new": 7, "A": 7, "polygon": 7, "place": 7, "vertic": 7, "complet": 7, "save": 7, "download": [7, 108, 117], "set": 7, "In": 7, "task": 7, "option": [7, 103], "load": 7, "qgi": 7, "temporari": 7, "scratch": 7, "layer": 7, "geometri": 7, "type": [7, 25, 34, 87], "ad": 7, "an": 7, "orthophoto": [7, 23, 43, 44, 45, 46, 47, 48, 73, 103, 117], "background": [7, 117], "polyon": 7, "featur": [7, 24, 25, 39], "toggl": 7, "edit": 7, "off": 7, "chang": 7, "To": 7, "export": 7, "vector": 7, "As": 7, "point": [7, 117], "cloud": [7, 11], "digit": [7, 117], "elev": [7, 117], "model": [7, 9, 117], "textur": [7, 85, 86, 87, 88, 89, 90, 91, 117], "mesh": [7, 37, 38], "build": [8, 103], "overview": 8, "ar": [8, 9, 11, 103], "camera": [9, 10, 96, 117], "len": 9, "manual": 9, "select": 9, "particular": 9, "rectilinear": 9, "data": [9, 85, 103, 117], "brown": 9, "fishey": 9, "perspect": 9, "spheric": 9, "cog": 11, "optim": [11, 42], "geotiff": [11, 103], "copi": 12, "crop": 13, "debug": 14, "dem": [15, 16, 17, 18], "decim": 15, "euclidean": 16, "map": [16, 91], "gapfil": 17, "step": [17, 108, 117], "resolut": [18, 19, 48, 101], "depthmap": 19, "dsm": [20, 113], "dtm": [21, 113], "end": 22, "fast": 23, "qualiti": [24, 56, 117], "forc": 26, "gp": [26, 30], "gcp": [27, 105, 117], "geo": 28, "gltf": 29, "accuraci": [30, 117], "ignor": 32, "gsd": 32, "matcher": [33, 34], "neighbor": 33, "max": 35, "concurr": 35, "merg": [36, 109], "octre": 37, "depth": 37, "size": 38, "min": 39, "num": 39, "name": 40, "gpu": [41, 103], "disk": 42, "space": 42, "compress": 43, "cutlin": 44, "kmz": 45, "png": 47, "pc": [49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60], "classifi": 49, "copc": 50, "csv": 51, "ept": 52, "filter": 53, "geometr": [54, 59], "la": 55, "rectifi": 57, "sampl": 58, "skip": [59, 71, 72, 73, 74, 89, 90], "primari": 61, "band": [61, 72], "project": [62, 117], "path": 62, "radiometr": 63, "calibr": [63, 109, 117], "rerun": [64, 65, 66], "all": [65, 103], "from": [66, 103, 117], "resiz": [67, 117], "roll": [68, 69], "shutter": [68, 69], "readout": 69, "sfm": 70, "algorithm": 70, "3dmodel": 71, "report": 74, "sky": 75, "sm": [76, 77], "cluster": [76, 109], "smrf": [78, 79, 80, 81], "scalar": 78, "slope": 79, "threshold": 80, "window": [81, 108], "split": [82, 83, 84, 109], "group": 83, "overlap": 84, "term": 85, "keep": 86, "unseen": 86, "face": 86, "outlier": 87, "singl": 88, "materi": 88, "global": 89, "seam": [89, 90], "level": [89, 90], "local": [90, 109], "tone": 91, "time": [93, 103], "3dmesh": 94, "exif": 95, "fix": 96, "param": 96, "hybrid": 97, "bundl": 97, "adjust": 97, "verbos": 98, "version": [99, 103], "video": [100, 101], "limit": [100, 109], "\u0c0e\u0c32": [102, 114], "\u0c38\u0c39\u0c15\u0c30": 102, "\u0c1a": [102, 104, 105, 106, 110, 114], "\u0c15\u0c2e": 102, "\u0c28": [102, 105, 110, 113, 115], "\u0c1f": [102, 104, 105, 107, 112, 113], "\u0c30": [102, 104, 105, 106, 112, 115], "\u0c26": 102, "\u0c37": 102, "\u0c35": [102, 105, 107, 110, 112, 115], "\u0c1a\u0c21": [102, 111], "\u0c2c\u0c17": 102, "\u0c15\u0c32\u0c28": 102, "\u0c38\u0c2e\u0c30": 102, "\u0c15": [102, 104, 105, 106, 107, 111, 112, 113, 115], "\u0c2e": [102, 105, 107, 110, 111, 113], "\u0c05\u0c2d": [102, 114], "\u0c2f\u0c30": [102, 114], "\u0c25\u0c28\u0c32\u0c28": 102, "\u0c21": [102, 105, 107, 112, 113, 115], "frequent": 103, "ask": 103, "question": 103, "process": [103, 117], "can": 103, "two": 103, "more": [103, 108], "stitch": 103, "them": 103, "togeth": 103, "The": 103, "softwar": 103, "my": 103, "cpu": [103, 108], "core": 103, "memori": [103, 108], "normal": 103, "If": 103, "nativ": 103, "alloc": [103, 108], "resourc": 103, "licens": 103, "want": 103, "commerci": 103, "applic": 103, "includ": 103, "odm": [103, 117], "do": 103, "need": [103, 108], "other": [103, 117], "asid": 103, "agplv3": 103, "issu": 103, "your": 103, "comput": 103, "run": [103, 108, 117], "out": 103, "you": [103, 117], "\u0c0e\u0c17": 104, "\u0c1c": [105, 106, 111, 113], "\u0c2a\u0c26": 105, "\u0c27\u0c24": 105, "\u0c17\u0c26": [105, 115], "\u0c07": 105, "\u0c1f\u0c30": 105, "posm": 105, "gcpi": 105, "\u0c0e\u0c21": 105, "\u0c30\u0c38": [105, 110], "\u0c24": [105, 106, 110, 113], "\u0c35\u0c28\u0c32": [105, 110], "\u0c37\u0c28": [106, 107], "opendronemap": [107, 113], "\u0c17\u0c24": 107, "instal": [108, 117], "get": [108, 109], "start": [108, 109], "quickstart": 108, "hardwar": [108, 116], "recommend": 108, "minimum": 108, "ram": 108, "n": 108, "1": 108, "check": 108, "virtual": 108, "support": [108, 116], "2": 108, "requir": 108, "3": 108, "4": 108, "webodm": [108, 117], "launch": 108, "maco": 108, "linux": 108, "ubuntu": 108, "debian": 108, "cento": 108, "rhel": 108, "fedora": 108, "arch": 108, "addit": 108, "basic": 108, "command": [108, 117], "troubleshoot": 108, "hello": 108, "than": 108, "machin": [108, 117], "larg": 109, "dataset": 109, "distribut": 109, "understand": 109, "access": [109, 117], "log": [109, 113, 117], "autosc": 109, "clusterodm": 109, "acknowledg": 109, "\u0c16\u0c1a": 110, "\u0c24\u0c24": 110, "\u0c0f\u0c2e": 110, "\u0c06\u0c36": 110, "\u0c1a\u0c28": 110, "\u0c30\u0c2d": 110, "\u0c05": 110, "\u0c36": 110, "\u0c07\u0c2e": 111, "\u0c32\u0c28": [111, 114], "\u0c09\u0c2a\u0c2f": 111, "\u0c2e\u0c32": 112, "\u0c30\u0c32": 112, "\u0c38\u0c2a": 112, "\u0c39": 112, "sentera": 112, "agx710": 112, "\u0c05\u0c35": 113, "\u0c06\u0c15": 113, "\u0c21\u0c32": 113, "\u0c06\u0c30": 113, "\u0c25": [113, 114], "\u0c05\u0c28": 113, "\u0c09\u0c24": 113, "\u0c26\u0c28\u0c32": 113, "\u0c2c": 113, "\u0c1a\u0c30": 114, "\u0c05\u0c26\u0c28\u0c2a": 115, "\u0c1a\u0c28\u0c32": 115, "\u0c35\u0c32\u0c2a\u0c30": 115, "thermal": 116, "usag": 116, "tutori": 117, "high": 117, "measur": 117, "stockpil": 117, "volum": 117, "fieldwork": 117, "plan": 117, "flight": 117, "pattern": 117, "height": 117, "paramet": 117, "expect": 117, "docker": 117, "list": 117, "instanc": 117, "line": 117, "clean": 117, "up": 117, "after": 117, "singular": 117, "sif": 117, "low": 117, "bandwidth": 117, "locat": 117, "thi": 117, "who": 117, "prep": 117, "directori": 117, "structur": 117, "droplet": 117, "pull": 117, "pin": 117, "awai": 117, "finish": 117, "assum": 117, "surviv": 117, "long": 117, "potre": 117, "viewer": 117, "modul": 117, "appear": 117, "budget": 117, "field": 117, "view": 117, "ey": 117, "dome": 117, "light": 117, "tool": 117, "clip": 117, "navig": 117, "scene": 117}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.todo": 2, "sphinx": 57}, "alltitles": {"Alignment Files": [[0, "alignment-files"]], "\u0c0e\u0c02\u0c2a\u0c3f\u0c15\u0c32\u0c41 \u0c2e\u0c30\u0c3f\u0c2f\u0c41 \u0c2b\u0c4d\u0c32\u0c3e\u0c17\u0c4d\u0c38\u0c4d": [[1, "options-and-flags"]], "3d-tiles": [[2, "d-tiles"]], "align": [[3, "align"]], "auto-boundary": [[4, "auto-boundary"]], "What Is Auto-Boundary?": [[4, "what-is-auto-boundary"]], "When Is Auto-Boundary Helpful?": [[4, "when-is-auto-boundary-helpful"]], "Why would one use auto-boundary?": [[4, "why-would-one-use-auto-boundary"]], "Example Images": [[4, "example-images"], [7, "example-images"], [8, "example-images"], [9, "example-images"], [11, "example-images"]], "True: --auto-boundary": [[4, "true-auto-boundary"]], "False: null": [[4, "false-null"], [7, "false-null"], [8, "false-null"], [11, "false-null"]], "auto-boundary-distance": [[5, "auto-boundary-distance"]], "bg-removal": [[6, "bg-removal"]], "boundary": [[7, "boundary"]], "What is Boundary [GeoJSON]?": [[7, "what-is-boundary-geojson"]], "When is Boundary [GeoJSON] appropriate?": [[7, "when-is-boundary-geojson-appropriate"]], "Why would one use Boundary [GeoJSON]?": [[7, "why-would-one-use-boundary-geojson"]], "How would one create Boundary [GeoJSON]?": [[7, "how-would-one-create-boundary-geojson"]], "GeoJSON.io": [[7, "geojson-io"]], "New GeoJSON": [[7, "new-geojson"]], "Creating A Polygon": [[7, "creating-a-polygon"]], "Placing Vertices": [[7, "placing-vertices"]], "Completing A Polygon": [[7, "completing-a-polygon"]], "Saving A Polygon": [[7, "saving-a-polygon"]], "Downloading A Polygon": [[7, "downloading-a-polygon"]], "Setting Boundary [GeoJSON] In Task Options": [[7, "setting-boundary-geojson-in-task-options"]], "Boundary [GeoJSON] Loaded In Task Options": [[7, "boundary-geojson-loaded-in-task-options"]], "QGIS": [[7, "qgis"]], "Creating A New Temporary Scratch Layer": [[7, "creating-a-new-temporary-scratch-layer"]], "New Temporary Scratch Layer Geometry Type": [[7, "new-temporary-scratch-layer-geometry-type"]], "New Temporary Scratch Layer Settings": [[7, "new-temporary-scratch-layer-settings"]], "Adding an Orthophoto Background": [[7, "adding-an-orthophoto-background"]], "Adding A Polyon Feature": [[7, "adding-a-polyon-feature"]], "Toggle Editing Off": [[7, "toggle-editing-off"]], "Save Changes To Temporary Scratch Layer": [[7, "save-changes-to-temporary-scratch-layer"]], "Export Temporary Scratch Layer Features": [[7, "export-temporary-scratch-layer-features"]], "Save Vector Layer As": [[7, "save-vector-layer-as"]], "True: --boundary [GeoJSON] - Point Cloud": [[7, "true-boundary-geojson-point-cloud"]], "True: --boundary [GeoJSON] - Orthophoto": [[7, "true-boundary-geojson-orthophoto"]], "True: --boundary [GeoJSON] - Digital Elevation Model": [[7, "true-boundary-geojson-digital-elevation-model"]], "True: --boundary [GeoJSON] - 3D Model/Textured Mesh": [[7, "true-boundary-geojson-3d-model-textured-mesh"]], "build-overviews": [[8, "build-overviews"]], "What Are Overviews?": [[8, "what-are-overviews"]], "When are Overviews appropriate?": [[8, "when-are-overviews-appropriate"]], "Why would one use Overviews?": [[8, "why-would-one-use-overviews"]], "True: --build-overviews": [[8, "true-build-overviews"]], "camera-lens": [[9, "camera-lens"]], "What Are Camera Lens Models?": [[9, "what-are-camera-lens-models"]], "When are manual selections appropriate?": [[9, "when-are-manual-selections-appropriate"]], "Why would one use a particular Camera Lens Model?": [[9, "why-would-one-use-a-particular-camera-lens-model"]], "auto : Rectilinear Data": [[9, "auto-rectilinear-data"]], "brown : Rectilinear Data": [[9, "brown-rectilinear-data"]], "fisheye : Rectilinear Data": [[9, "fisheye-rectilinear-data"]], "perspective : Rectilinear Data": [[9, "perspective-rectilinear-data"]], "spherical : Rectilinear Data": [[9, "spherical-rectilinear-data"]], "cameras": [[10, "cameras"]], "cog": [[11, "cog"]], "What Are Cloud Optimized GeoTIFFs (COGs)?": [[11, "what-are-cloud-optimized-geotiffs-cogs"]], "When are COGs appropriate?": [[11, "when-are-cogs-appropriate"]], "Why would one use COGs?": [[11, "why-would-one-use-cogs"]], "True: --cog": [[11, "true-cog"]], "copy-to": [[12, "copy-to"]], "crop": [[13, "crop"]], "debug": [[14, "debug"]], "dem-decimation": [[15, "dem-decimation"]], "dem-euclidean-map": [[16, "dem-euclidean-map"]], "dem-gapfill-steps": [[17, "dem-gapfill-steps"]], "dem-resolution": [[18, "dem-resolution"]], "depthmap-resolution": [[19, "depthmap-resolution"]], "dsm": [[20, "dsm"]], "dtm": [[21, "dtm"]], "end-with": [[22, "end-with"]], "fast-orthophoto": [[23, "fast-orthophoto"]], "feature-quality": [[24, "feature-quality"]], "feature-type": [[25, "feature-type"]], "force-gps": [[26, "force-gps"]], "gcp": [[27, "gcp"]], "geo": [[28, "geo"]], "gltf": [[29, "gltf"]], "gps-accuracy": [[30, "gps-accuracy"]], "help": [[31, "help"]], "ignore-gsd": [[32, "ignore-gsd"]], "matcher-neighbors": [[33, "matcher-neighbors"]], "matcher-type": [[34, "matcher-type"]], "max-concurrency": [[35, "max-concurrency"]], "merge": [[36, "merge"]], "mesh-octree-depth": [[37, "mesh-octree-depth"]], "mesh-size": [[38, "mesh-size"]], "min-num-features": [[39, "min-num-features"]], "name": [[40, "name"]], "no-gpu": [[41, "no-gpu"]], "optimize-disk-space": [[42, "optimize-disk-space"]], "orthophoto-compression": [[43, "orthophoto-compression"]], "orthophoto-cutline": [[44, "orthophoto-cutline"]], "orthophoto-kmz": [[45, "orthophoto-kmz"]], "orthophoto-no-tiled": [[46, "orthophoto-no-tiled"]], "orthophoto-png": [[47, "orthophoto-png"]], "orthophoto-resolution": [[48, "orthophoto-resolution"]], "pc-classify": [[49, "pc-classify"]], "pc-copc": [[50, "pc-copc"]], "pc-csv": [[51, "pc-csv"]], "pc-ept": [[52, "pc-ept"]], "pc-filter": [[53, "pc-filter"]], "pc-geometric": [[54, "pc-geometric"]], "pc-las": [[55, "pc-las"]], "pc-quality": [[56, "pc-quality"]], "pc-rectify": [[57, "pc-rectify"]], "pc-sample": [[58, "pc-sample"]], "pc-skip-geometric": [[59, "pc-skip-geometric"]], "pc-tile": [[60, "pc-tile"]], "primary-band": [[61, "primary-band"]], "project-path": [[62, "project-path"]], "radiometric-calibration": [[63, "radiometric-calibration"]], "rerun": [[64, "rerun"]], "rerun-all": [[65, "rerun-all"]], "rerun-from": [[66, "rerun-from"]], "resize-to": [[67, "resize-to"]], "rolling-shutter": [[68, "rolling-shutter"]], "rolling-shutter-readout": [[69, "rolling-shutter-readout"]], "sfm-algorithm": [[70, "sfm-algorithm"]], "skip-3dmodel": [[71, "skip-3dmodel"]], "skip-band-alignment": [[72, "skip-band-alignment"]], "skip-orthophoto": [[73, "skip-orthophoto"]], "skip-report": [[74, "skip-report"]], "sky-removal": [[75, "sky-removal"]], "sm-cluster": [[76, "sm-cluster"]], "sm-no-align": [[77, "sm-no-align"]], "smrf-scalar": [[78, "smrf-scalar"]], "smrf-slope": [[79, "smrf-slope"]], "smrf-threshold": [[80, "smrf-threshold"]], "smrf-window": [[81, "smrf-window"]], "split": [[82, "split"]], "split-image-groups": [[83, "split-image-groups"]], "split-overlap": [[84, "split-overlap"]], "texturing-data-term": [[85, "texturing-data-term"]], "texturing-keep-unseen-faces": [[86, "texturing-keep-unseen-faces"]], "texturing-outlier-removal-type": [[87, "texturing-outlier-removal-type"]], "texturing-single-material": [[88, "texturing-single-material"]], "texturing-skip-global-seam-leveling": [[89, "texturing-skip-global-seam-leveling"]], "texturing-skip-local-seam-leveling": [[90, "texturing-skip-local-seam-leveling"]], "texturing-tone-mapping": [[91, "texturing-tone-mapping"]], "tiles": [[92, "tiles"]], "time": [[93, "time"]], "use-3dmesh": [[94, "use-3dmesh"]], "use-exif": [[95, "use-exif"]], "use-fixed-camera-params": [[96, "use-fixed-camera-params"]], "use-hybrid-bundle-adjustment": [[97, "use-hybrid-bundle-adjustment"]], "verbose": [[98, "verbose"]], "version": [[99, "version"]], "video-limit": [[100, "video-limit"]], "video-resolution": [[101, "video-resolution"]], "\u0c0e\u0c32\u0c3e \u0c38\u0c39\u0c15\u0c30\u0c3f\u0c02\u0c1a\u0c3e\u0c32\u0c3f": [[102, "how-to-contribute"]], "\u0c15\u0c2e\u0c4d\u0c2f\u0c42\u0c28\u0c3f\u0c1f\u0c40 \u0c2b\u0c4b\u0c30\u0c02": [[102, "community-forum"]], "\u0c26\u0c4b\u0c37\u0c3e\u0c32\u0c41 \u0c28\u0c3f\u0c35\u0c47\u0c26\u0c3f\u0c02\u0c1a\u0c21\u0c02": [[102, "reporting-bugs"]], "\u0c2c\u0c17\u0c4d \u0c28\u0c3f\u0c35\u0c47\u0c26\u0c3f\u0c15\u0c32\u0c28\u0c41 \u0c38\u0c2e\u0c30\u0c4d\u0c2a\u0c3f\u0c02\u0c1a\u0c21\u0c3e\u0c28\u0c3f\u0c15\u0c3f \u0c2e\u0c42\u0c38": [[102, "template-for-submitting-bug-reports"]], "\u0c05\u0c2d\u0c4d\u0c2f\u0c30\u0c4d\u0c25\u0c28\u0c32\u0c28\u0c41 \u0c32\u0c3e\u0c17\u0c02\u0c21\u0c3f": [[102, "pull-requests"]], "Frequently Asked Questions": [[103, "frequently-asked-questions"]], "Data Processing": [[103, "data-processing"]], "Can I process two or more orthophoto GeoTIFFs to stitch them together?": [[103, "can-i-process-two-or-more-orthophoto-geotiffs-to-stitch-them-together"]], "The software is not using all of my CPU cores / memory / GPU all of the times. Is it normal?": [[103, "the-software-is-not-using-all-of-my-cpu-cores-memory-gpu-all-of-the-times-is-it-normal"]], "If I use the native version of the software, how can I allocate more resources for processing?": [[103, "if-i-use-the-native-version-of-the-software-how-can-i-allocate-more-resources-for-processing"]], "Licensing": [[103, "licensing"]], "I want to build a commercial application that includes ODM. Do I need a commercial license?": [[103, "i-want-to-build-a-commercial-application-that-includes-odm-do-i-need-a-commercial-license"]], "Are there other licensing options aside from the AGPLv3?": [[103, "are-there-other-licensing-options-aside-from-the-agplv3"]], "Memory issues": [[103, "memory-issues"]], "Your computer is running out of memory, what can you do?": [[103, "your-computer-is-running-out-of-memory-what-can-you-do"]], "\u0c0e\u0c17\u0c3f\u0c30\u0c47 \u0c1a\u0c3f\u0c1f\u0c4d\u0c15\u0c3e\u0c32\u0c41": [[104, "flying-tips"]], "\u0c17\u0c4d\u0c30\u0c4c\u0c02\u0c21\u0c4d \u0c15\u0c02\u0c1f\u0c4d\u0c30\u0c4b\u0c32\u0c4d \u0c2a\u0c3e\u0c2f\u0c3f\u0c02\u0c1f\u0c4d\u0c32\u0c41": [[105, "ground-control-points"]], "\u0c1c\u0c3f\u0c38\u0c3f\u0c2a\u0c3f \u0c38\u0c46\u0c1f\u0c4d\u0c1f\u0c3f\u0c02\u0c17\u0c4d \u0c15\u0c4b\u0c38\u0c02 \u0c38\u0c3f\u0c2b\u0c3e\u0c30\u0c4d\u0c38\u0c41 \u0c1a\u0c47\u0c38\u0c3f\u0c28 \u0c2a\u0c26\u0c4d\u0c27\u0c24\u0c41\u0c32\u0c41": [[105, "recommended-practices-for-gcp-setting"]], "GCP \u0c2b\u0c48\u0c32\u0c4d \u0c2b\u0c3e\u0c30\u0c4d\u0c2e\u0c3e\u0c1f\u0c4d": [[105, "gcp-file-format"]], "\u0c35\u0c3f\u0c28\u0c3f\u0c2f\u0c4b\u0c17\u0c26\u0c3e\u0c30\u0c41 \u0c07\u0c02\u0c1f\u0c30\u0c4d\u200c\u0c2b\u0c47\u0c38\u0c4d\u200c\u0c32\u0c41": [[105, "user-interfaces"]], "POSM GCPi": [[105, "id1"]], "\u0c1c\u0c3f\u0c38\u0c3f\u0c2a\u0c3f \u0c0e\u0c21\u0c3f\u0c1f\u0c30\u0c4d \u0c2a\u0c4d\u0c30\u0c4b": [[105, "id2"]], "\u0c2a\u0c4d\u0c30\u0c38\u0c4d\u0c24\u0c3e\u0c35\u0c28\u0c32\u0c41": [[105, "references"], [110, "references"]], "\u0c1a\u0c3f\u0c24\u0c4d\u0c30\u0c02 \u0c1c\u0c3f\u0c2f\u0c4b\u0c32\u0c4a\u0c15\u0c47\u0c37\u0c28\u0c4d \u0c2b\u0c48\u0c32\u0c4d\u0c38\u0c4d": [[106, "image-geolocation-files"]], "OpenDroneMap \u0c2f\u0c4a\u0c15\u0c4d\u0c15 \u0c21\u0c3e\u0c15\u0c4d\u0c2f\u0c41\u0c2e\u0c46\u0c02\u0c1f\u0c47\u0c37\u0c28\u0c4d\u200c\u0c15\u0c41 \u0c38\u0c4d\u0c35\u0c3e\u0c17\u0c24\u0c02": [[107, "welcome-to-opendronemap-s-documentation"]], "Installation and Getting Started": [[108, "installation-and-getting-started"]], "Quickstart": [[108, "quickstart"]], "Hardware Recommendations": [[108, "hardware-recommendations"]], "Minimum RAM needed for N images": [[108, "id4"]], "Installation": [[108, "installation"]], "Windows": [[108, "windows"]], "Step 1. Check Virtualization Support": [[108, "step-1-check-virtualization-support"], [108, "id1"]], "Step 2. Install Requirements": [[108, "step-2-install-requirements"], [108, "id2"]], "Step 3. Check Memory and CPU Allocation": [[108, "step-3-check-memory-and-cpu-allocation"], [108, "id3"]], "Step 4. Download WebODM": [[108, "step-4-download-webodm"]], "Step 4. Launch WebODM": [[108, "step-4-launch-webodm"]], "macOS": [[108, "macos"]], "Step 4. Download and Launch WebODM": [[108, "step-4-download-and-launch-webodm"]], "Linux": [[108, "linux"]], "Step 1. Install Requirements": [[108, "step-1-install-requirements"]], "Install on Ubuntu / Debian": [[108, "install-on-ubuntu-debian"]], "Install on CentOS / RHEL": [[108, "install-on-centos-rhel"]], "Install on Fedora": [[108, "install-on-fedora"]], "Install on Arch": [[108, "install-on-arch"]], "Step 2. Check Additional Requirements": [[108, "step-2-check-additional-requirements"]], "Step 3. Download and Launch WebODM": [[108, "step-3-download-and-launch-webodm"]], "Basic Commands and Troubleshooting": [[108, "basic-commands-and-troubleshooting"]], "Hello, WebODM!": [[108, "hello-webodm"]], "Running on more than one machine": [[108, "running-on-more-than-one-machine"]], "Splitting Large Datasets": [[109, "splitting-large-datasets"]], "Calibrate images": [[109, "calibrate-images"]], "Local Split-Merge": [[109, "local-split-merge"]], "Distributed Split-Merge": [[109, "distributed-split-merge"]], "Getting Started with Distributed Split-Merge": [[109, "getting-started-with-distributed-split-merge"]], "Understanding the Cluster": [[109, "understanding-the-cluster"]], "Accessing the Logs": [[109, "accessing-the-logs"]], "Autoscaling ClusterODM": [[109, "autoscaling-clusterodm"]], "Limitations": [[109, "limitations"]], "Acknowledgments": [[109, "acknowledgments"]], "\u0c2e\u0c4d\u0c2f\u0c3e\u0c2a\u0c4d \u0c16\u0c1a\u0c4d\u0c1a\u0c3f\u0c24\u0c24\u0c4d\u0c35\u0c02": [[110, "map-accuracy"]], "\u0c0f\u0c2e\u0c3f \u0c06\u0c36\u0c3f\u0c02\u0c1a\u0c28\u0c41": [[110, "what-to-expect"]], "\u0c2e\u0c4d\u0c2f\u0c3e\u0c2a\u0c4d \u0c16\u0c1a\u0c4d\u0c1a\u0c3f\u0c24\u0c24\u0c4d\u0c35\u0c3e\u0c28\u0c4d\u0c28\u0c3f \u0c2a\u0c4d\u0c30\u0c2d\u0c3e\u0c35\u0c3f\u0c24\u0c02 \u0c1a\u0c47\u0c38\u0c47 \u0c05\u0c02\u0c36\u0c3e\u0c32\u0c41": [[110, "aspects-impacting-map-accuracy"]], "\u0c07\u0c2e\u0c47\u0c1c\u0c4d \u0c2e\u0c3e\u0c38\u0c4d\u0c15\u0c4d\u200c\u0c32\u0c28\u0c41 \u0c09\u0c2a\u0c2f\u0c4b\u0c17\u0c3f\u0c02\u0c1a\u0c21\u0c02": [[111, "using-image-masks"]], "\u0c2e\u0c32\u0c4d\u0c1f\u0c40\u0c38\u0c4d\u0c2a\u0c46\u0c15\u0c4d\u0c1f\u0c4d\u0c30\u0c32\u0c4d \u0c38\u0c2a\u0c4b\u0c30\u0c4d\u0c1f\u0c4d": [[112, "multispectral-support"]], "\u0c39\u0c3e\u0c30\u0c4d\u0c21\u0c4d\u0c35\u0c47\u0c30\u0c4d": [[112, "hardware"]], "\u0c35\u0c3e\u0c21\u0c41\u0c15": [[112, "usage"]], "Sentera AGX710": [[112, "sentera-agx710"]], "OpenDroneMap \u0c05\u0c35\u0c41\u0c1f\u0c4d\u200c\u0c2a\u0c41\u0c1f\u0c4d\u200c\u0c32\u0c41": [[113, "opendronemap-outputs"]], "\u0c2a\u0c3e\u0c2f\u0c3f\u0c02\u0c1f\u0c4d \u0c15\u0c4d\u0c32\u0c4c\u0c21\u0c4d": [[113, "point-cloud"]], "3D \u0c06\u0c15\u0c43\u0c24\u0c3f \u0c2e\u0c4b\u0c21\u0c32\u0c4d": [[113, "d-textured-model"]], "\u0c06\u0c30\u0c4d\u0c25\u0c4b\u0c2b\u0c4b\u0c1f\u0c4b": [[113, "orthophoto"]], "DTM / DSM": [[113, "dtm-dsm"]], "Logs": [[113, "logs"]], "\u0c05\u0c28\u0c4d\u0c28\u0c3f \u0c09\u0c24\u0c4d\u0c2a\u0c3e\u0c26\u0c28\u0c32 \u0c1c\u0c3e\u0c2c\u0c3f\u0c24\u0c3e": [[113, "list-of-all-outputs"]], "\u0c2b\u0c40\u0c1a\u0c30\u0c4d\u0c32\u0c28\u0c41 \u0c0e\u0c32\u0c3e \u0c05\u0c2d\u0c4d\u0c2f\u0c30\u0c4d\u0c25\u0c3f\u0c02\u0c1a\u0c3e\u0c32\u0c3f": [[114, "how-to-request-features"]], "\u0c05\u0c26\u0c28\u0c2a\u0c41 \u0c38\u0c42\u0c1a\u0c28\u0c32\u0c41": [[115, "additional-references"]], "\u0c35\u0c3f\u0c28\u0c3f\u0c2f\u0c4b\u0c17\u0c26\u0c3e\u0c30\u0c41\u0c32 \u0c15\u0c4b\u0c38\u0c02": [[115, "for-users"]], "\u0c21\u0c46\u0c35\u0c32\u0c2a\u0c30\u0c4d\u0c32 \u0c15\u0c4b\u0c38\u0c02": [[115, "for-developers"]], "Thermal Support": [[116, "thermal-support"]], "Hardware": [[116, "hardware"]], "Usage": [[116, "usage"]], "Tutorials": [[117, "tutorials"]], "Creating High Quality Orthophotos": [[117, "creating-high-quality-orthophotos"]], "Calibrating the Camera": [[117, "calibrating-the-camera"]], "Creating Digital Elevation Models": [[117, "creating-digital-elevation-models"]], "Measuring stockpile volume": [[117, "measuring-stockpile-volume"]], "Fieldwork planning": [[117, "fieldwork-planning"]], "Flight pattern": [[117, "flight-pattern"]], "Flight height": [[117, "flight-height"]], "GCPs": [[117, "gcps"]], "Processing parameters": [[117, "processing-parameters"]], "Measuring": [[117, "measuring"]], "Expected accuracy": [[117, "expected-accuracy"]], "Using Docker": [[117, "using-docker"]], "Listing Docker Machines": [[117, "listing-docker-machines"]], "Accessing logs on the instance": [[117, "accessing-logs-on-the-instance"]], "Command line access to instances": [[117, "command-line-access-to-instances"]], "Cleaning up after Docker": [[117, "cleaning-up-after-docker"]], "Using Singularity": [[117, "using-singularity"]], "Downloading image": [[117, "downloading-image"]], "Using Singularity SIF image": [[117, "using-singularity-sif-image"]], "Using ODM from low-bandwidth location": [[117, "using-odm-from-low-bandwidth-location"]], "What is this and who is it for?": [[117, "what-is-this-and-who-is-it-for"]], "Steps": [[117, "steps"]], "Install": [[117, "install"]], "Prep data and project": [[117, "prep-data-and-project"]], "Directory structure": [[117, "directory-structure"]], "Resize droplet, pull pin, run away": [[117, "resize-droplet-pull-pin-run-away"]], "After it finishes (assuming you survive that long)": [[117, "after-it-finishes-assuming-you-survive-that-long"]], "Using Potree 3D viewer module on WebODM": [[117, "using-potree-3d-viewer-module-on-webodm"]], "Cameras": [[117, "cameras"]], "Textured model": [[117, "textured-model"]], "Appearance": [[117, "appearance"]], "Point budget": [[117, "point-budget"]], "Field of view": [[117, "field-of-view"]], "Eye Dome-lighting": [[117, "eye-dome-lighting"]], "Background": [[117, "background"]], "Other": [[117, "other"]], "Tools": [[117, "tools"]], "Measurement": [[117, "measurement"]], "Clipping": [[117, "clipping"]], "Navigation": [[117, "navigation"]], "Scene": [[117, "scene"]]}, "indexentries": {}}) \ No newline at end of file +Search.setIndex({"docnames": ["align", "arguments", "arguments/3d-tiles", "arguments/align", "arguments/auto-boundary", "arguments/auto-boundary-distance", "arguments/bg-removal", "arguments/boundary", "arguments/build-overviews", "arguments/camera-lens", "arguments/cameras", "arguments/cog", "arguments/copy-to", "arguments/crop", "arguments/debug", "arguments/dem-decimation", "arguments/dem-euclidean-map", "arguments/dem-gapfill-steps", "arguments/dem-resolution", "arguments/depthmap-resolution", "arguments/dsm", "arguments/dtm", "arguments/end-with", "arguments/fast-orthophoto", "arguments/feature-quality", "arguments/feature-type", "arguments/force-gps", "arguments/gcp", "arguments/geo", "arguments/gltf", "arguments/gps-accuracy", "arguments/help", "arguments/ignore-gsd", "arguments/matcher-neighbors", "arguments/matcher-type", "arguments/max-concurrency", "arguments/merge", "arguments/mesh-octree-depth", "arguments/mesh-size", "arguments/min-num-features", "arguments/name", "arguments/no-gpu", "arguments/optimize-disk-space", "arguments/orthophoto-compression", "arguments/orthophoto-cutline", "arguments/orthophoto-kmz", "arguments/orthophoto-no-tiled", "arguments/orthophoto-png", "arguments/orthophoto-resolution", "arguments/pc-classify", "arguments/pc-copc", "arguments/pc-csv", "arguments/pc-ept", "arguments/pc-filter", "arguments/pc-geometric", "arguments/pc-las", "arguments/pc-quality", "arguments/pc-rectify", "arguments/pc-sample", "arguments/pc-skip-geometric", "arguments/pc-tile", "arguments/primary-band", "arguments/project-path", "arguments/radiometric-calibration", "arguments/rerun", "arguments/rerun-all", "arguments/rerun-from", "arguments/resize-to", "arguments/rolling-shutter", "arguments/rolling-shutter-readout", "arguments/sfm-algorithm", "arguments/skip-3dmodel", "arguments/skip-band-alignment", "arguments/skip-orthophoto", "arguments/skip-report", "arguments/sky-removal", "arguments/sm-cluster", "arguments/sm-no-align", "arguments/smrf-scalar", "arguments/smrf-slope", "arguments/smrf-threshold", "arguments/smrf-window", "arguments/split", "arguments/split-image-groups", "arguments/split-overlap", "arguments/texturing-data-term", "arguments/texturing-keep-unseen-faces", "arguments/texturing-outlier-removal-type", "arguments/texturing-single-material", "arguments/texturing-skip-global-seam-leveling", "arguments/texturing-skip-local-seam-leveling", "arguments/texturing-tone-mapping", "arguments/tiles", "arguments/time", "arguments/use-3dmesh", "arguments/use-exif", "arguments/use-fixed-camera-params", "arguments/use-hybrid-bundle-adjustment", "arguments/verbose", "arguments/version", "arguments/video-limit", "arguments/video-resolution", "contributing", "faq", "flying", "gcp", "geo", "index", "installation", "large", "map-accuracy", "masks", "multispectral", "outputs", "requesting-features", "resources", "thermal", "tutorials"], "filenames": ["align.rst", "arguments.rst", "arguments/3d-tiles.rst", "arguments/align.rst", "arguments/auto-boundary.rst", "arguments/auto-boundary-distance.rst", "arguments/bg-removal.rst", "arguments/boundary.rst", "arguments/build-overviews.rst", "arguments/camera-lens.rst", "arguments/cameras.rst", "arguments/cog.rst", "arguments/copy-to.rst", "arguments/crop.rst", "arguments/debug.rst", "arguments/dem-decimation.rst", "arguments/dem-euclidean-map.rst", "arguments/dem-gapfill-steps.rst", "arguments/dem-resolution.rst", "arguments/depthmap-resolution.rst", "arguments/dsm.rst", "arguments/dtm.rst", "arguments/end-with.rst", "arguments/fast-orthophoto.rst", "arguments/feature-quality.rst", "arguments/feature-type.rst", "arguments/force-gps.rst", "arguments/gcp.rst", "arguments/geo.rst", "arguments/gltf.rst", "arguments/gps-accuracy.rst", "arguments/help.rst", "arguments/ignore-gsd.rst", "arguments/matcher-neighbors.rst", "arguments/matcher-type.rst", "arguments/max-concurrency.rst", "arguments/merge.rst", "arguments/mesh-octree-depth.rst", "arguments/mesh-size.rst", "arguments/min-num-features.rst", "arguments/name.rst", "arguments/no-gpu.rst", "arguments/optimize-disk-space.rst", "arguments/orthophoto-compression.rst", "arguments/orthophoto-cutline.rst", "arguments/orthophoto-kmz.rst", "arguments/orthophoto-no-tiled.rst", "arguments/orthophoto-png.rst", "arguments/orthophoto-resolution.rst", "arguments/pc-classify.rst", "arguments/pc-copc.rst", "arguments/pc-csv.rst", "arguments/pc-ept.rst", "arguments/pc-filter.rst", "arguments/pc-geometric.rst", "arguments/pc-las.rst", "arguments/pc-quality.rst", "arguments/pc-rectify.rst", "arguments/pc-sample.rst", "arguments/pc-skip-geometric.rst", "arguments/pc-tile.rst", "arguments/primary-band.rst", "arguments/project-path.rst", "arguments/radiometric-calibration.rst", "arguments/rerun.rst", "arguments/rerun-all.rst", "arguments/rerun-from.rst", "arguments/resize-to.rst", "arguments/rolling-shutter.rst", "arguments/rolling-shutter-readout.rst", "arguments/sfm-algorithm.rst", "arguments/skip-3dmodel.rst", "arguments/skip-band-alignment.rst", "arguments/skip-orthophoto.rst", "arguments/skip-report.rst", "arguments/sky-removal.rst", "arguments/sm-cluster.rst", "arguments/sm-no-align.rst", "arguments/smrf-scalar.rst", "arguments/smrf-slope.rst", "arguments/smrf-threshold.rst", "arguments/smrf-window.rst", "arguments/split.rst", "arguments/split-image-groups.rst", "arguments/split-overlap.rst", "arguments/texturing-data-term.rst", "arguments/texturing-keep-unseen-faces.rst", "arguments/texturing-outlier-removal-type.rst", "arguments/texturing-single-material.rst", "arguments/texturing-skip-global-seam-leveling.rst", "arguments/texturing-skip-local-seam-leveling.rst", "arguments/texturing-tone-mapping.rst", "arguments/tiles.rst", "arguments/time.rst", "arguments/use-3dmesh.rst", "arguments/use-exif.rst", "arguments/use-fixed-camera-params.rst", "arguments/use-hybrid-bundle-adjustment.rst", "arguments/verbose.rst", "arguments/version.rst", "arguments/video-limit.rst", "arguments/video-resolution.rst", "contributing.rst", "faq.rst", "flying.rst", "gcp.rst", "geo.rst", "index.rst", "installation.rst", "large.rst", "map-accuracy.rst", "masks.rst", "multispectral.rst", "outputs.rst", "requesting-features.rst", "resources.rst", "thermal.rst", "tutorials.rst"], "titles": ["Alignment Files", "\u0c0e\u0c02\u0c2a\u0c3f\u0c15\u0c32\u0c41 \u0c2e\u0c30\u0c3f\u0c2f\u0c41 \u0c2b\u0c4d\u0c32\u0c3e\u0c17\u0c4d\u0c38\u0c4d", "3d-tiles", "align", "auto-boundary", "auto-boundary-distance", "bg-removal", "boundary", "build-overviews", "camera-lens", "cameras", "cog", "copy-to", "crop", "debug", "dem-decimation", "dem-euclidean-map", "dem-gapfill-steps", "dem-resolution", "depthmap-resolution", "dsm", "dtm", "end-with", "fast-orthophoto", "feature-quality", "feature-type", "force-gps", "gcp", "geo", "gltf", "gps-accuracy", "help", "ignore-gsd", "matcher-neighbors", "matcher-type", "max-concurrency", "merge", "mesh-octree-depth", "mesh-size", "min-num-features", "name", "no-gpu", "optimize-disk-space", "orthophoto-compression", "orthophoto-cutline", "orthophoto-kmz", "orthophoto-no-tiled", "orthophoto-png", "orthophoto-resolution", "pc-classify", "pc-copc", "pc-csv", "pc-ept", "pc-filter", "pc-geometric", "pc-las", "pc-quality", "pc-rectify", "pc-sample", "pc-skip-geometric", "pc-tile", "primary-band", "project-path", "radiometric-calibration", "rerun", "rerun-all", "rerun-from", "resize-to", "rolling-shutter", "rolling-shutter-readout", "sfm-algorithm", "skip-3dmodel", "skip-band-alignment", "skip-orthophoto", "skip-report", "sky-removal", "sm-cluster", "sm-no-align", "smrf-scalar", "smrf-slope", "smrf-threshold", "smrf-window", "split", "split-image-groups", "split-overlap", "texturing-data-term", "texturing-keep-unseen-faces", "texturing-outlier-removal-type", "texturing-single-material", "texturing-skip-global-seam-leveling", "texturing-skip-local-seam-leveling", "texturing-tone-mapping", "tiles", "time", "use-3dmesh", "use-exif", "use-fixed-camera-params", "use-hybrid-bundle-adjustment", "verbose", "version", "video-limit", "video-resolution", "\u0c0e\u0c32\u0c3e \u0c38\u0c39\u0c15\u0c30\u0c3f\u0c02\u0c1a\u0c3e\u0c32\u0c3f", "Frequently Asked Questions", "\u0c0e\u0c17\u0c3f\u0c30\u0c47 \u0c1a\u0c3f\u0c1f\u0c4d\u0c15\u0c3e\u0c32\u0c41", "\u0c17\u0c4d\u0c30\u0c4c\u0c02\u0c21\u0c4d \u0c15\u0c02\u0c1f\u0c4d\u0c30\u0c4b\u0c32\u0c4d \u0c2a\u0c3e\u0c2f\u0c3f\u0c02\u0c1f\u0c4d\u0c32\u0c41", "\u0c1a\u0c3f\u0c24\u0c4d\u0c30\u0c02 \u0c1c\u0c3f\u0c2f\u0c4b\u0c32\u0c4a\u0c15\u0c47\u0c37\u0c28\u0c4d \u0c2b\u0c48\u0c32\u0c4d\u0c38\u0c4d", "OpenDroneMap \u0c2f\u0c4a\u0c15\u0c4d\u0c15 \u0c21\u0c3e\u0c15\u0c4d\u0c2f\u0c41\u0c2e\u0c46\u0c02\u0c1f\u0c47\u0c37\u0c28\u0c4d\u200c\u0c15\u0c41 \u0c38\u0c4d\u0c35\u0c3e\u0c17\u0c24\u0c02", "Installation and Getting Started", "Splitting Large Datasets", "\u0c2e\u0c4d\u0c2f\u0c3e\u0c2a\u0c4d \u0c16\u0c1a\u0c4d\u0c1a\u0c3f\u0c24\u0c24\u0c4d\u0c35\u0c02", "\u0c07\u0c2e\u0c47\u0c1c\u0c4d \u0c2e\u0c3e\u0c38\u0c4d\u0c15\u0c4d\u200c\u0c32\u0c28\u0c41 \u0c09\u0c2a\u0c2f\u0c4b\u0c17\u0c3f\u0c02\u0c1a\u0c21\u0c02", "\u0c2e\u0c32\u0c4d\u0c1f\u0c40\u0c38\u0c4d\u0c2a\u0c46\u0c15\u0c4d\u0c1f\u0c4d\u0c30\u0c32\u0c4d \u0c38\u0c2a\u0c4b\u0c30\u0c4d\u0c1f\u0c4d", "OpenDroneMap \u0c05\u0c35\u0c41\u0c1f\u0c4d\u200c\u0c2a\u0c41\u0c1f\u0c4d\u200c\u0c32\u0c41", "\u0c2b\u0c40\u0c1a\u0c30\u0c4d\u0c32\u0c28\u0c41 \u0c0e\u0c32\u0c3e \u0c05\u0c2d\u0c4d\u0c2f\u0c30\u0c4d\u0c25\u0c3f\u0c02\u0c1a\u0c3e\u0c32\u0c3f", "\u0c05\u0c26\u0c28\u0c2a\u0c41 \u0c38\u0c42\u0c1a\u0c28\u0c32\u0c41", "Thermal Support", "Tutorials"], "terms": {"georeferenc": [0, 1, 27, 28, 50, 51, 52, 55, 95, 109, 113], "default": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 108, 117], "i": [0, 1, 8, 9, 11, 15, 18, 26, 32, 34, 35, 40, 48, 61, 63, 77, 84, 94, 104, 107, 108, 109, 112, 113, 114, 115, 116], "done": [0, 1, 84, 108, 114, 117], "us": [0, 1, 6, 10, 13, 15, 16, 17, 20, 21, 26, 27, 28, 30, 35, 37, 39, 41, 43, 44, 57, 58, 61, 67, 69, 72, 75, 77, 83, 89, 105, 107, 108, 109, 110, 112, 113, 116], "gp": [0, 1, 33, 70, 77, 105, 106, 107, 110], "gcp": [0, 1, 26, 95, 107, 109, 110], "provid": [0, 1, 7, 94, 109, 117], "start": [0, 1, 17, 102, 107, 117], "from": [0, 1, 4, 7, 9, 10, 11, 16, 23, 42, 53, 70, 100, 107, 108, 112, 116], "odm": [0, 1, 72, 102, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116], "3": [0, 1, 13, 17, 102, 105, 107, 109, 110, 117], "0": [0, 1, 5, 13, 17, 28, 33, 48, 53, 58, 69, 79, 80, 81, 100, 103, 105, 106, 108, 109, 111, 112, 117], "2": [0, 1, 35, 53, 94, 102, 105, 106, 107, 109, 110, 111, 115, 117], "peopl": [0, 108, 117], "can": [0, 1, 4, 7, 9, 10, 11, 16, 28, 30, 32, 34, 39, 44, 49, 54, 58, 61, 68, 70, 71, 73, 74, 91, 96, 102, 107, 108, 109, 114, 115, 116, 117], "suppli": 0, "refer": [0, 8, 109, 117], "georefer": 0, "program": [0, 1, 8, 11, 103, 108, 117], "output": [0, 1, 2, 3, 7, 12, 13, 17, 32, 36, 38, 49, 58, 101, 108, 109, 113, 117], "The": [0, 1, 4, 7, 8, 9, 11, 16, 27, 28, 35, 38, 83, 101, 107, 108, 109, 112, 113, 117], "reconstruct": [0, 1, 3, 4, 7, 9, 23, 26, 30, 37, 39, 61, 97, 113], "initi": [0, 117], "perform": [0, 1, 8, 33, 57, 63, 108, 109, 117], "subsequ": 0, "model": [0, 1, 20, 21, 23, 29, 71, 107, 108, 109, 110, 113], "via": [0, 1, 9, 11, 63, 108, 109, 117], "linear": [0, 117], "scale": [0, 7, 109, 117], "rotat": [0, 117], "shift": [0, 108], "oper": [0, 117], "If": [0, 1, 7, 23, 26, 28, 30, 68, 72, 107, 108, 109, 114, 117], "you": [0, 1, 4, 7, 9, 23, 26, 28, 30, 45, 46, 47, 49, 60, 61, 63, 68, 71, 73, 74, 95, 107, 108, 109, 114, 116], "call": [0, 108, 117], "laz": [0, 1, 3, 113], "la": [0, 1, 3, 107, 117], "tif": [0, 111, 112, 113, 117], "singl": [0, 1, 7, 29, 58, 107, 117], "band": [0, 1, 107, 112, 117], "geotiff": [0, 1, 3, 8, 46, 107, 113], "dem": [0, 1, 3, 20, 21, 36, 49, 71, 73, 92, 107, 109, 117], "automat": [0, 1, 3, 4, 5, 6, 9, 13, 30, 72, 75, 108, 109, 117], "detect": [0, 9, 108, 117], "attempt": [0, 1], "thi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116], "ha": [0, 1, 7, 8, 11, 61, 68, 108, 109, 116, 117], "anoth": [0, 1, 9, 10, 103, 108, 117], "name": [0, 1, 7, 61, 102, 107, 109, 112, 117], "specifi": [0, 1, 5, 7, 9, 10, 61, 108, 117], "path": [0, 1, 3, 7, 10, 12, 27, 28, 83, 102, 107, 108, 109, 117], "must": [0, 11, 109], "creat": [0, 1, 8, 11, 13, 107, 108, 109, 112, 113], "base": [0, 1, 4, 33, 108, 109, 117], "your": [0, 1, 7, 9, 30, 60, 62, 69, 107, 108, 114, 117], "project": [0, 1, 9, 40, 102, 104, 105, 106, 107, 108, 109, 113], "folder": [0, 1, 12, 40, 62, 108, 109, 112, 117], "learn": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "edit": [0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "help": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "improv": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "page": [0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "3d": [1, 4, 23, 71, 73, 85, 94, 104, 107, 109], "tile": [1, 8, 11, 52, 107, 117], "gener": [1, 2, 7, 8, 11, 15, 17, 23, 24, 29, 44, 45, 47, 56, 57, 70, 71, 73, 74, 88, 92, 93, 108, 116, 117], "ogc": [1, 2], "fals": [1, 2, 6, 14, 16, 20, 21, 23, 26, 29, 32, 41, 42, 44, 45, 46, 47, 49, 50, 51, 52, 54, 55, 57, 59, 60, 68, 71, 72, 73, 74, 75, 77, 86, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 107, 117], "align": [1, 107], "string": [1, 3, 7, 9, 10, 27, 28, 61, 76, 83], "point": [1, 3, 9, 15, 19, 27, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 105, 107, 108, 109, 110, 113], "cloud": [1, 3, 4, 9, 19, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 107, 109, 113, 117], "should": [1, 3, 7, 9, 11, 62, 63, 82, 83, 108, 109, 112, 114, 117], "experiment": [1, 3, 6, 60, 63, 75, 117], "none": [1, 3, 4, 7, 8, 9, 11, 27, 28, 43, 63, 76, 83, 87, 91, 117], "auto": [1, 7, 61, 107, 109, 112, 117], "boundari": [1, 13, 107, 112, 117], "set": [1, 4, 5, 9, 17, 19, 24, 28, 30, 33, 43, 45, 46, 47, 53, 56, 58, 60, 63, 67, 69, 100, 103, 107, 108, 113, 114, 117], "camera": [1, 4, 5, 28, 63, 68, 69, 70, 86, 103, 104, 107, 113, 114, 116], "shot": [1, 4, 5], "locat": [1, 4, 5, 7, 107, 108], "limit": [1, 4, 7, 58, 107, 108, 117], "area": [1, 4, 7, 16, 17, 30, 39, 44, 85, 94, 117], "remov": [1, 4, 18, 48, 53, 58, 107, 109, 117], "far": [1, 4, 108], "awai": [1, 4, 107], "background": [1, 4, 6, 107, 108, 115], "artifact": [1, 4, 9, 117], "sky": [1, 4, 107], "landscap": [1, 4], "etc": [1, 4, 8, 9, 11, 108, 109, 117], "see": [1, 4, 7, 9, 68, 103, 104, 108, 109, 117], "also": [1, 4, 7, 18, 39, 48, 68, 103, 107, 108, 109, 114, 116, 117], "distanc": [1, 16, 17, 18, 32, 48, 107, 117], "posit": [1, 5, 13, 15, 17, 19, 30, 33, 35, 38, 53, 58, 69, 70, 78, 79, 80, 81, 82, 84, 100, 101, 110, 113, 117], "float": [1, 5, 13, 18, 19, 30, 48, 53, 58, 78, 79, 80, 81], "between": [1, 5, 7, 39, 84, 109, 117], "outer": [1, 5], "edg": [1, 5, 9, 44], "when": [1, 5, 32, 61, 63, 72, 82, 85, 89, 96, 103, 107, 108, 109, 117], "comput": [1, 5, 6, 10, 16, 19, 25, 54, 59, 63, 75, 94, 107, 108, 117], "choos": [1, 5, 7, 8, 9, 25, 36, 61, 70, 85, 108, 117], "valu": [1, 5, 9, 16, 18, 19, 28, 30, 37, 48, 63, 69, 82, 113, 117], "bg": [1, 107], "imag": [1, 6, 13, 19, 26, 28, 30, 32, 33, 35, 39, 62, 63, 67, 68, 70, 72, 75, 82, 84, 85, 89, 96, 97, 103, 107, 112, 113, 114, 116], "mask": [1, 4, 6, 75, 113, 117], "ai": [1, 6, 75], "json": [1, 7, 10, 109, 113, 117], "geojson": [1, 107, 117], "polygon": [1, 44, 107, 117], "either": [1, 7, 8, 10, 117], "file": [1, 7, 8, 10, 11, 27, 28, 29, 42, 83, 88, 93, 95, 100, 103, 107, 108, 109, 112, 113, 117], "repres": [1, 7, 10, 117], "content": [1, 7, 10], "build": [1, 20, 21, 107, 108, 117], "overview": [1, 11, 107, 117], "orthophoto": [1, 8, 36, 67, 71, 92, 94, 107, 109, 113, 116], "faster": [1, 8, 32, 34, 70, 94, 108], "displai": [1, 8, 11, 99, 117], "qgi": [1, 8, 11, 107, 112, 113, 117], "len": [1, 104, 107], "perspect": [1, 107], "brown": [1, 107], "fishey": [1, 107], "fisheye_opencv": [1, 9], "spheric": [1, 107], "equirectangular": [1, 9], "dual": [1, 9], "type": [1, 4, 8, 9, 11, 107, 108, 110, 117], "manual": [1, 30, 107, 109], "geometr": [1, 9, 107], "undistort": [1, 9, 113], "By": [1, 4, 9, 36, 117], "applic": [1, 9, 11, 107, 108], "tri": [1, 9, 103], "determin": [1, 9, 117], "metadata": [1, 9, 113], "paramet": [1, 4, 7, 8, 9, 10, 11, 20, 21, 45, 46, 47, 49, 78, 79, 80, 81, 96, 107, 108, 116], "dataset": [1, 4, 7, 10, 13, 15, 22, 36, 40, 42, 59, 61, 62, 64, 66, 70, 72, 77, 82, 97, 102, 107, 112, 114, 116, 117], "instead": [1, 10, 11, 67, 69, 88, 94, 95, 108, 109, 114], "calcul": [1, 10, 19], "them": [1, 7, 10, 28, 107, 108, 117], "cog": [1, 107], "optim": [1, 8, 50, 96, 107, 117], "normal": [1, 4, 11, 89, 107, 117], "copi": [1, 7, 8, 107, 117], "result": [1, 12, 15, 32, 54, 65, 68, 70, 71, 73, 94, 96, 108, 109, 112, 117], "after": [1, 7, 12, 84, 107, 108, 112], "process": [1, 4, 7, 12, 22, 32, 35, 39, 42, 54, 56, 61, 63, 65, 66, 72, 89, 100, 107, 108, 109, 112, 116], "crop": [1, 7, 44, 107, 113, 117], "smooth": [1, 13, 117], "buffer": [1, 4, 8, 13], "around": [1, 13, 44, 58, 117], "shrunk": [1, 13], "n": [1, 13, 17, 53, 58, 105, 106, 112], "meter": [1, 13, 28, 30, 58, 80, 81, 106, 109, 117], "disabl": [1, 13, 17, 53, 58, 59, 67, 108, 113, 117], "decim": [1, 107], "integ": [1, 15, 17, 33, 35, 37, 38, 39, 67, 69, 82, 84, 100, 101], "befor": [1, 15, 16, 117], "1": [1, 7, 15, 37, 67, 78, 102, 105, 106, 107, 109, 110, 113, 117], "full": [1, 4, 7, 8, 15, 23, 71, 94, 103, 117], "qualiti": [1, 15, 19, 32, 60, 67, 103, 107], "100": [1, 15, 97, 108, 109], "99": [1, 15, 108], "speed": [1, 8, 15, 97, 117], "up": [1, 7, 15, 56, 97, 107, 108, 109], "veri": [1, 9, 15, 34, 77, 97, 114], "larg": [1, 4, 7, 9, 15, 30, 60, 77, 82, 97, 107, 117], "euclidean": [1, 107], "map": [1, 7, 8, 11, 104, 107, 110, 117], "an": [1, 8, 16, 23, 32, 42, 62, 102, 103, 107, 108, 109, 112, 117], "raster": [1, 8, 11, 16, 117], "each": [1, 16, 56, 62, 72, 82, 85, 108, 109, 117], "report": [1, 16, 107], "cell": [1, 16], "nearest": [1, 16, 17, 33, 34], "nodata": [1, 16], "ani": [1, 4, 7, 16, 86, 108, 113, 117], "hole": [1, 16], "fill": [1, 7, 16, 17, 57], "take": [1, 8, 11, 16, 19, 24, 56, 63, 108, 109, 117], "place": [1, 11, 16, 107, 108, 109, 110, 112, 117], "isol": [1, 16, 117], "have": [1, 4, 7, 9, 16, 26, 28, 42, 60, 62, 72, 82, 88, 95, 103, 108, 109, 117], "been": [1, 7, 9, 16, 72, 103, 108, 116, 117], "gapfil": [1, 107, 117], "step": [1, 36, 56, 102, 107, 109], "number": [1, 7, 17, 35, 39, 63, 82, 99, 100, 108, 109, 117], "gap": [1, 17, 57], "radiu": [1, 17, 58, 81, 84, 117], "equal": [1, 17], "resolut": [1, 8, 17, 32, 35, 58, 67, 107, 117], "differ": [1, 7, 9, 17, 103, 108, 117], "ar": [1, 7, 17, 26, 30, 36, 37, 63, 69, 70, 72, 82, 84, 86, 92, 96, 107, 108, 109, 110, 113, 117], "progress": [1, 7, 17, 20, 117], "bigger": [1, 17, 117], "invers": [1, 17], "weight": [1, 17], "idw": [1, 17], "algorithm": [1, 17, 25, 34, 107, 109], "merg": [1, 17, 22, 64, 66, 76, 77, 107, 113, 117], "togeth": [1, 17, 107, 114], "remain": [1, 17, 109, 117], "neighbor": [1, 17, 34, 84, 107], "interpol": [1, 17, 117], "dsm": [1, 18, 107, 117], "dtm": [1, 18, 57, 107, 117], "cm": [1, 18, 48, 117], "pixel": [1, 18, 48, 101, 117], "note": [1, 11, 18, 48, 69, 117], "cap": [1, 18, 32, 48], "2x": [1, 18], "ground": [1, 18, 20, 21, 27, 32, 48, 57, 105, 110, 113, 117], "sampl": [1, 18, 32, 48, 107], "gsd": [1, 4, 18, 48, 107, 110, 117], "estim": [1, 18, 32, 48, 59], "To": [1, 18, 48, 107, 108, 109, 114, 117], "check": [1, 18, 20, 21, 48, 107], "ignor": [1, 18, 48, 107, 117], "5": [1, 18, 48, 53, 80, 105, 109, 110, 117], "tag": [1, 20, 21, 30, 63, 95], "digit": [1, 20, 21, 63, 107, 109, 113], "surfac": [1, 20, 113, 117], "object": [1, 20, 117], "morpholog": [1, 20, 21, 78, 79, 80, 81, 117], "filter": [1, 4, 20, 21, 58, 78, 79, 80, 81, 107, 117], "finer": [1, 20, 21], "tune": [1, 20, 21], "terrain": [1, 9, 21, 113, 117], "onli": [1, 7, 9, 21, 58, 64, 67, 70, 71, 73, 102, 108, 109, 117], "simpl": [1, 7, 21, 78, 79, 80, 81, 117], "smrf": [1, 21, 107, 117], "end": [1, 107, 117], "split": [1, 22, 36, 60, 64, 66, 76, 77, 107, 117], "opensfm": [1, 9, 22, 64, 66, 109, 113, 117], "openmv": [1, 22, 64, 66], "odm_filterpoint": [1, 22, 64, 66], "odm_mesh": [1, 22, 64, 66, 113], "mvs_textur": [1, 22, 64, 66], "odm_georeferenc": [1, 22, 64, 66, 112, 113, 117], "odm_dem": [1, 22, 64, 66, 113], "odm_orthophoto": [1, 22, 64, 66, 112, 113, 117], "odm_report": [1, 22, 64, 66, 112], "odm_postprocess": [1, 22, 64, 66], "stage": [1, 22, 42, 64, 66], "fast": [1, 7, 34, 103, 107, 117], "skip": [1, 23, 77, 107, 108, 117], "dens": [1, 23, 113], "It": [1, 7, 23, 61, 103, 117], "directli": [1, 23, 117], "spars": [1, 4, 23], "just": [1, 7, 23, 103, 108, 109, 117], "need": [1, 7, 23, 27, 28, 60, 71, 73, 74, 83, 107, 109, 117], "do": [1, 7, 23, 41, 107, 108, 114, 117], "turn": [1, 23, 60, 68, 91, 96, 117], "option": [1, 3, 4, 5, 9, 10, 12, 13, 15, 17, 18, 19, 22, 23, 24, 25, 27, 28, 30, 33, 34, 35, 36, 37, 38, 39, 40, 43, 48, 49, 53, 56, 58, 61, 62, 63, 64, 66, 67, 68, 69, 70, 72, 76, 78, 79, 80, 81, 82, 83, 84, 85, 87, 91, 94, 100, 101, 107, 108, 109, 117], "featur": [1, 4, 11, 44, 67, 85, 107, 108, 113, 114, 117], "ultra": [1, 24, 56, 60, 117], "high": [1, 24, 26, 30, 56, 60, 107, 110], "medium": [1, 7, 8, 11, 24, 56], "low": [1, 4, 7, 9, 24, 56, 107], "lowest": [1, 24, 56, 117], "extract": [1, 24, 25, 39, 67, 100, 101, 117], "higher": [1, 19, 24, 56, 108, 109, 117], "better": [1, 24, 32, 56, 70, 116, 117], "requir": [1, 7, 24, 35, 56, 103, 104, 107, 109, 117], "more": [1, 4, 7, 9, 11, 24, 34, 37, 39, 53, 56, 107, 109, 114, 117], "memori": [1, 4, 24, 32, 35, 56, 60, 107, 117], "longer": [1, 19, 24, 56, 117], "akaz": [1, 25], "hahog": [1, 25], "orb": [1, 25], "sift": [1, 25], "keypoint": [1, 25], "descriptor": [1, 25], "forc": [1, 9, 105, 107], "exif": [1, 26, 33, 63, 105, 107, 109], "data": [1, 7, 8, 11, 26, 33, 89, 104, 107, 108, 109, 110, 116], "even": [1, 26, 41, 109, 117], "present": [1, 26, 69, 112, 117], "flag": [1, 26, 59, 108, 117], "precis": [1, 26, 30, 110], "measur": [1, 26, 107], "doe": [1, 4, 8, 11, 26, 67, 117], "noth": [1, 7, 26], "contain": [1, 27, 28, 62, 108, 117], "control": [1, 19, 27, 30, 49, 83, 105, 109, 110, 117], "follow": [1, 9, 27, 28, 83, 102, 108, 109, 112, 116, 117], "format": [1, 7, 11, 27, 28, 50, 51, 52, 55, 83, 113], "epsg": [1, 7, 27, 28, 105, 106], "code": [1, 27, 28, 40, 109, 112, 113, 117], "proj": [1, 27, 28, 105, 106], "definit": [1, 27, 28], "geo_x": [1, 27, 28, 105, 106], "geo_i": [1, 27, 28, 105, 106], "geo_z": [1, 27, 28, 105, 106], "im_x": [1, 27, 105], "im_i": [1, 27, 105], "image_nam": [1, 27, 28, 83, 105, 106], "gcp_name": [1, 27, 105], "extra1": [1, 27, 105], "extra2": [1, 27, 105], "geo": [1, 106, 107], "geoloc": [1, 28], "center": [1, 28], "coordin": [1, 7, 28, 113, 117], "don": [1, 28, 42, 74, 108, 117], "t": [1, 28, 42, 60, 74, 102, 108, 109, 110, 115, 117], "yaw": [1, 28, 106], "pitch": [1, 28, 106], "roll": [1, 28, 96, 106, 107], "degre": [1, 28, 106, 117], "horz": [1, 28, 106], "accuraci": [1, 28, 54, 59, 68, 106, 107, 110], "vert": [1, 28, 106], "gltf": [1, 107], "binari": [1, 29, 108], "glb": [1, 29], "textur": [1, 29, 107, 109, 113], "dilut": [1, 30], "dop": [1, 30], "inform": [1, 7, 11, 30, 95, 102, 103, 109, 115, 117], "all": [1, 7, 9, 11, 30, 36, 63, 69, 89, 102, 107, 108, 109, 112, 117], "rtk": [1, 30, 105, 106, 110], "accordingli": [1, 30], "case": [1, 8, 9, 11, 30, 108, 117], "fail": [1, 9, 30, 117], "lower": [1, 8, 30, 32, 117], "sometim": [1, 8, 30, 32, 34, 96, 108, 117], "bowl": [1, 9, 30, 96, 109, 117], "effect": [1, 30, 109, 114, 117], "over": [1, 9, 30, 79, 109, 113, 117], "10": [1, 30, 103, 105, 106, 108, 110, 112, 117], "show": [1, 4, 7, 9, 11, 31, 109, 110, 117], "messag": [1, 14, 31, 98, 108, 109, 117], "exit": [1, 31, 99, 117], "maximum": [1, 32, 35, 38, 100, 101, 108], "resiz": [1, 32, 103, 107], "necessari": [1, 32, 103, 108, 117], "usag": [1, 7, 32, 42, 60, 107, 117], "sinc": [1, 32, 103, 117], "slightli": [1, 32, 117], "matcher": [1, 107, 117], "match": [1, 7, 8, 33, 34, 39, 113, 117], "triangul": [1, 33, 70, 117], "order": [1, 117], "filenam": [1, 7, 117], "sequenti": [1, 109], "those": [1, 85, 108], "video": [1, 107], "appli": [1, 7, 63, 108, 117], "non": [1, 9, 11, 103, 117], "bow": [1, 34], "bruteforc": [1, 34], "flann": [1, 34, 117], "librari": [1, 34], "approxim": [1, 34], "bag": [1, 34], "word": [1, 4, 34, 109], "slower": [1, 34, 103], "stabl": [1, 34, 108, 117], "miss": [1, 34, 108], "valid": [1, 7, 34, 109, 117], "slow": [1, 34, 39], "robust": [1, 9, 34], "max": [1, 9, 107, 117], "concurr": [1, 107, 108, 117], "variou": [1, 7, 9, 11, 35, 108], "peak": [1, 35], "1gb": [1, 35], "per": [1, 35, 39, 82, 109, 117], "thread": [1, 35], "megapixel": [1, 35], "4": [1, 35, 105, 107, 110, 112, 117], "pointcloud": [1, 36], "what": [1, 36, 107, 108, 109, 110, 114], "avail": [1, 36, 41, 42, 70, 103, 108, 109, 117], "mesh": [1, 85, 86, 94, 107, 109, 113, 117], "octre": [1, 107, 117], "depth": [1, 107, 117], "x": [1, 37, 105, 106, 108, 117], "14": [1, 37], "increas": [1, 8, 37, 54, 56, 117], "get": [1, 4, 37, 63, 107, 114, 117], "vertic": [1, 37, 107, 117], "recommend": [1, 9, 37, 61, 107, 109, 117], "8": [1, 11, 37, 105, 108, 110, 117], "12": [1, 37, 108, 110, 117], "11": [1, 37, 105, 110, 117], "size": [1, 8, 11, 107, 117], "vertex": [1, 7, 38], "count": [1, 38], "200000": [1, 38], "min": [1, 107, 117], "num": [1, 107, 117], "minimum": [1, 39, 117], "find": [1, 7, 39, 108, 109, 115, 117], "potenti": [1, 8, 39], "allow": [1, 7, 8, 11, 39, 42, 108, 109, 117], "littl": [1, 39, 117], "overlap": [1, 7, 39, 44, 107, 109, 117], "insuffici": [1, 39], "down": [1, 39, 117], "10000": [1, 39, 117], "e": [1, 40, 109, 117], "subfold": [1, 40, 62], "within": [1, 7, 40, 117], "gpu": [1, 4, 7, 8, 9, 11, 107, 108, 117], "acceler": [1, 41], "": [1, 7, 41, 61, 103, 105, 106, 108, 114, 117], "disk": [1, 7, 11, 103, 107, 108, 117], "space": [1, 103, 107, 108, 117], "delet": [1, 42, 65], "heavi": [1, 42], "intermedi": [1, 42], "affect": [1, 9, 42, 67, 117], "abil": [1, 42], "restart": [1, 42, 108, 117], "pipelin": [1, 42, 65, 103, 109], "machin": [1, 42, 60, 107, 109], "suffici": [1, 7, 42, 117], "compress": [1, 11, 107, 117], "jpeg": [1, 43, 117], "lzw": [1, 43], "packbit": [1, 43], "deflat": [1, 43, 117], "lzma": [1, 43], "cutlin": [1, 107, 117], "cut": [1, 44, 117], "stitch": [1, 44, 107], "seamless": [1, 44], "mosaic": [1, 44], "multipl": [1, 44, 76, 88, 108, 109], "kmz": [1, 107, 117], "want": [1, 7, 8, 45, 46, 47, 95, 107, 108, 109, 117], "googl": [1, 45], "earth": [1, 45, 114, 117], "render": [1, 8, 9, 45, 47], "stripe": [1, 11, 46], "png": [1, 107, 111, 113, 117], "pc": [1, 19, 107, 108, 117], "classifi": [1, 57, 107, 117], "behavior": [1, 49, 102, 117], "tweak": [1, 49, 103, 117], "copc": [1, 107], "save": [1, 8, 50, 71, 73, 74, 107, 108, 117], "csv": [1, 105, 107, 113, 117], "export": [1, 51, 52, 55, 107, 117], "ept": [1, 107], "entwin": [1, 52], "deviat": [1, 53], "than": [1, 7, 11, 53, 84, 107, 109, 117], "standard": [1, 9, 53, 117], "local": [1, 11, 53, 97, 107, 117], "mean": [1, 4, 53, 57, 108], "denser": [1, 19, 56], "time": [1, 4, 7, 8, 9, 11, 54, 56, 69, 71, 73, 74, 107, 108, 114, 117], "roughli": [1, 56], "factor": [1, 8, 56, 117], "4x": [1, 56], "rectifi": [1, 107], "rectif": [1, 57], "wrongli": [1, 57], "re": [1, 57, 114, 117], "keep": [1, 11, 58, 107, 117], "duplic": [1, 58], "consist": [1, 54, 59, 117], "depthmap": [1, 54, 59, 60, 107, 113, 117], "mai": [1, 7, 9, 59, 113, 117], "usabl": [1, 59], "larger": [1, 4, 7, 8, 59, 117], "primari": [1, 7, 107], "multispectr": [1, 61, 63, 72, 112, 116], "which": [1, 9, 11, 61, 102, 108, 109, 116, 117], "sharp": [1, 61, 85], "detail": [1, 61], "focu": [1, 61, 117], "radiometr": [1, 89, 107, 116], "calibr": [1, 104, 107, 116], "sun": [1, 63, 117], "thermal": [1, 63, 107], "obtain": [1, 63, 117], "reflect": [1, 63], "temperatur": [1, 63, 116, 117], "otherwis": [1, 7, 63, 109, 117], "black": [1, 63, 117], "level": [1, 11, 63, 107, 117], "vignet": [1, 63], "row": [1, 63, 103], "gradient": [1, 63, 117], "gain": [1, 63], "exposur": [1, 63], "compens": [1, 63], "appropri": [1, 4, 63, 107, 117], "found": [1, 63, 108, 109, 117], "absolut": [1, 63, 110], "correct": [1, 9, 63, 68, 112, 117], "plu": [1, 63, 102], "spectral": [1, 63], "radianc": [1, 63], "regist": [1, 63], "downwel": [1, 63], "light": [1, 63, 107], "sensor": [1, 9, 63, 69, 112], "dl": [1, 63], "consider": [1, 63, 117], "angl": [1, 7, 9, 63, 70, 117], "rerun": [1, 107], "stop": [1, 64, 108, 109, 114, 117], "perman": [1, 65], "previou": [1, 65, 108], "shutter": [1, 96, 107], "were": [1, 68], "taken": [1, 9, 68, 96, 117], "motion": [1, 68, 70], "readout": [1, 68, 107], "overrid": [1, 19, 69], "millisecond": [1, 69], "databas": [1, 9, 69], "sfm": [1, 107], "increment": [1, 70], "planar": [1, 70, 94], "structur": [1, 11, 70, 107], "For": [1, 70, 103, 108, 109, 117], "aerial": [1, 70, 105, 110], "scene": [1, 9, 54, 60, 70, 107], "captur": [1, 7, 70, 116, 117], "fix": [1, 70, 107, 108], "altitud": [1, 70], "nadir": [1, 4, 70, 117], "much": [1, 4, 7, 11, 60, 70, 108, 114, 117], "partial": 1, "happen": [1, 102, 109, 117], "3dmodel": [1, 107], "2d": [1, 8, 11, 71, 117], "postprocess": [1, 72], "alreadi": [1, 7, 72, 103, 108, 109, 117], "pdf": [1, 74, 110, 117], "sm": [1, 107, 109], "cluster": [1, 82, 84, 107, 117], "url": [1, 76, 102], "clusterodm": [1, 76, 107], "instanc": [1, 7, 8, 76, 107, 109], "distribut": [1, 76, 103, 107, 108, 117], "workflow": [1, 76, 109, 112, 117], "node": [1, 76, 108, 109, 117], "parallel": [1, 76, 108, 117], "submodel": [1, 77, 82, 84, 109], "good": [1, 4, 77, 112, 117], "enough": [1, 77, 117], "scalar": [1, 107, 117], "elev": [1, 78, 80, 105, 107, 113], "25": [1, 78, 110], "slope": [1, 107, 117], "rise": [1, 79], "run": [1, 7, 79, 97, 107, 109, 112], "15": [1, 79, 103, 105, 117], "threshold": [1, 107, 117], "window": [1, 103, 107, 117], "18": [1, 81, 108, 117], "averag": [1, 82, 109, 117], "smaller": [1, 4, 82, 117], "group": [1, 82, 84, 107, 109, 117], "regul": [1, 82], "999999": [1, 82], "how": [1, 9, 83, 107, 108, 109, 117], "group_namedefault": [1, 83], "closer": [1, 84], "ad": [1, 84, 97, 107, 108, 109], "ensur": [1, 7, 84, 117], "150": [1, 84], "unseen": [1, 107], "face": [1, 107, 117], "seen": [1, 86], "materi": [1, 107, 117], "obj": [1, 88, 113], "ones": [1, 88, 117], "global": [1, 97, 107], "seam": [1, 107], "color": [1, 89, 90, 113, 117], "across": [1, 89], "blend": [1, 90], "static": [1, 92, 108, 109], "suitabl": [1, 92], "viewer": [1, 92, 107], "like": [1, 4, 7, 8, 92, 108, 113, 117], "leaflet": [1, 92], "openlay": [1, 92], "3dmesh": [1, 107], "5d": [1, 94, 117], "bit": [1, 94, 108, 117], "similar": [1, 7, 9, 94, 108, 109, 117], "param": [1, 107], "off": [1, 96, 107, 117], "dure": [1, 96, 103, 108, 117], "bundl": [1, 96, 107, 117], "adjust": [1, 7, 96, 107, 108, 117], "exhibit": [1, 96], "dome": [1, 96, 107], "hybrid": [1, 107, 117], "everi": [1, 8, 11, 97, 108], "version": [1, 102, 107, 108, 109, 117], "frame": [1, 100, 101, 117], "500": [1, 100, 108, 117], "4000": [1, 101], "add": [1, 7, 103, 108, 109, 117], "command": [1, 107, 109, 112], "arguments_edit": 1, "debug": [1, 107, 117], "term": [1, 107, 117], "outlier": [1, 107], "tone": [1, 107], "verbos": [1, 107], "boolean": [4, 8, 11], "domain": [4, 7, 8, 9, 11], "resourc": [4, 7, 8, 9, 11, 107, 114, 117], "impact": [4, 7, 8, 9, 11, 108, 117], "cpu": [4, 7, 8, 9, 11, 107, 117], "hdd": [4, 7, 8, 9, 11], "ram": [4, 7, 8, 9, 11, 60, 103, 117], "seek": 4, "upon": 4, "k": 4, "convex": 4, "hull": 4, "20x": 4, "where": [4, 7, 103, 115, 117], "might": [4, 7, 109, 114, 116], "possibli": [4, 108, 117], "consid": [4, 117], "due": [4, 7, 9, 11, 109], "presenc": [4, 7, 11], "thei": [4, 108, 116, 117], "part": [4, 7, 109, 116], "desir": [4, 117], "meaning": 4, "imageri": [4, 117], "without": [4, 7, 108, 114, 117], "make": [4, 7, 103, 104, 108, 109, 117], "superflu": 4, "safe": [4, 7], "includ": [4, 7, 107, 108, 109, 117], "In": [4, 8, 9, 11, 103, 107, 108, 117], "other": [4, 7, 9, 102, 107, 108, 114, 116], "choic": [4, 7, 103], "most": [4, 11, 108, 117], "prevent": [4, 117], "grow": 4, "needlessli": 4, "thing": [4, 108, 117], "treelin": 4, "out": [4, 7, 107, 108, 109, 113, 114, 117], "Of": [4, 7], "error": [4, 7, 108, 109, 110, 113, 117], "becom": 4, "less": [4, 109, 117], "decreas": [4, 117], "being": [4, 8, 109], "webodm": [4, 7, 8, 11, 105, 107, 109, 110, 114, 115], "view": [4, 7, 11, 107, 109], "extent": [4, 7, 8, 117], "bound": [4, 7, 117], "recosntruct": [4, 7], "compar": [4, 7, 11, 117], "abov": [4, 7, 11, 108, 117], "therefor": [4, 9, 117], "visual": [4, 117], "argument": 7, "serv": [7, 11], "constrain": 7, "final": [7, 67, 103, 104, 117], "product": [7, 117], "box": [7, 109, 117], "pass": [7, 108, 109, 117], "specif": [7, 108, 117], "subset": 7, "entir": [7, 117], "interest": [7, 117], "further": [7, 109, 117], "given": [7, 11], "therebi": 7, "modifi": [7, 108, 117], "concern": 7, "possibl": [7, 103, 109, 116, 117], "One": [7, 8, 9], "function": [7, 109, 117], "predefin": [7, 117], "aoi": [7, 117], "survei": [7, 117], "properti": [7, 8, 11, 117], "lot": [7, 103, 117], "decid": [7, 109], "20m": 7, "overfli": 7, "so": [7, 103, 108, 114, 116, 117], "clean": [7, 107], "right": [7, 108, 114, 117], "howev": [7, 109, 117], "flight": [7, 107], "height": [7, 107], "border": 7, "home": [7, 108, 117], "represent": 7, "clip": [7, 107], "insid": [7, 108, 117], "focus": 7, "beyond": 7, "http": [7, 11, 104, 105, 108, 109, 110, 112, 113, 114, 115, 117], "quick": 7, "webapp": 7, "open": [7, 103, 108, 112, 117], "link": [7, 117], "pan": 7, "zoom": [7, 117], "preview": [7, 8, 11], "select": [7, 107, 108, 117], "draw": 7, "menu": [7, 108], "left": [7, 117], "click": [7, 108, 117], "mani": [7, 108, 116, 117], "close": [7, 108, 117], "first": [7, 9, 102, 103, 108, 109, 114, 117], "abl": [7, 9, 108, 109, 116, 117], "onc": [7, 117], "least": [7, 108, 109, 117], "three": [7, 108, 117], "darker": 7, "impli": 7, "now": [7, 108, 114, 117], "solid": 7, "look": [7, 108, 109, 110, 117], "readi": 7, "browser": [7, 108], "prompt": [7, 108], "alert": 7, "altern": [7, 103, 117], "past": 7, "text": [7, 117], "panel": [7, 8, 11, 108], "header": 7, "textual": 7, "featurecollect": 7, "77": 7, "04460859298706": 7, "38": 7, "88532071975074": 7, "04014539718628": 7, "8801593862463": 7, "03295707702637": 7, "88331636291941": 7, "03965187072754": 7, "887959703337145": 7, "chosen": 7, "access": [7, 11, 107, 108], "later": 7, "icon": [7, 108, 117], "system": [7, 108], "clipboard": 7, "confirm": [7, 11], "its": [7, 9, 108, 110, 113, 117], "enabl": [7, 11, 108, 109, 116, 117], "org": [7, 104, 105, 108, 110, 112, 113, 114, 115], "en": 7, "site": 7, "forus": 7, "html": [7, 113], "free": [7, 103, 108, 117], "sourc": [7, 103, 108, 117], "geograph": [7, 117], "wai": [7, 108, 109, 114, 117], "setup": [7, 109, 117], "There": [7, 107, 108, 117], "numer": 7, "opendronemap": [7, 8, 102, 108, 109, 110, 112, 114, 115, 117], "design": 7, "work": [7, 108, 109, 114, 116, 117], "leav": 7, "pictur": 7, "basemap": 7, "exactli": [7, 117], "10m": 7, "method": [7, 87, 103, 117], "mind": [7, 11, 117], "skew": 7, "registr": 7, "occur": 7, "tool": [7, 11, 107, 108], "begin": 7, "finish": [7, 107], "canva": 7, "outlin": [7, 117], "indic": [7, 9, 11], "accept": [7, 117], "write": [7, 109], "dialog": [7, 117], "bring": 7, "sub": 7, "item": 7, "written": 7, "cr": 7, "safest": 7, "4326": [7, 105, 106], "proivd": 7, "outsid": [7, 117], "pyramid": [8, 11, 117], "reduc": [8, 60, 109, 117], "tradeoff": 8, "power": [8, 117], "two": [8, 107, 108, 109, 117], "128x128": 8, "256x256": 8, "store": [8, 11, 103, 108, 109], "intern": [8, 11], "extern": 8, "sidecar": 8, "alwai": [8, 103, 109, 117], "nearli": 8, "some": [8, 9, 102, 108, 112, 114, 117], "few": [8, 108, 117], "rel": [8, 110], "rare": [8, 9], "except": 8, "small": [8, 117], "paramount": 8, "read": [8, 11, 114, 117], "softwar": [8, 11, 107, 108, 117], "support": [8, 104, 107, 109, 112, 114], "closest": [8, 9], "signific": 8, "amount": [8, 108, 117], "retriev": [8, 9], "downscal": 8, "dynam": 8, "rapid": [8, 11], "navig": [8, 107, 108], "web": [8, 108, 109], "layer": [8, 11, 107, 117], "demonstr": [8, 9, 102], "lack": [8, 11], "best": [9, 108, 109, 117], "prefer": [9, 103, 108, 117], "wide": 9, "legaci": [9, 11, 67], "360": [9, 117], "distort": [9, 104, 109, 117], "optic": 9, "platform": [9, 109, 117], "record": 9, "our": [9, 104, 107, 109, 117], "These": 9, "essenti": 9, "proper": [9, 108], "current": [9, 108, 109, 117], "gopro": 9, "fusion": [9, 60], "insta360": 9, "kodak": 9, "pixpro": 9, "doubt": 9, "try": [9, 108], "As": [9, 107, 117], "prior": [9, 109], "sever": [9, 103, 108, 117], "introduc": 9, "wrong": [9, 117], "well": [9, 11, 108, 109, 117], "collect": [9, 109, 117], "flat": 9, "homogenu": 9, "agricultur": 9, "field": [9, 107, 108], "properli": [9, 108, 117], "failur": 9, "often": [9, 108], "advis": [9, 117], "hereaft": 11, "special": [11, 117], "formul": 11, "advantag": [11, 117], "overivew": 11, "form": [11, 117], "becaus": [11, 109, 117], "attribut": 11, "go": [11, 108, 109, 114, 117], "host": 11, "onlin": [11, 109], "getrang": 11, "request": [11, 109, 114], "capabl": [11, 117], "gi": [11, 110], "hold": 11, "whether": [11, 108], "With": 11, "quickli": [11, 117], "print": [11, 14, 98], "gdalinfo": 11, "conform": 11, "spec": [11, 117], "fact": 11, "78": 11, "mb": 11, "6": [11, 109, 110], "30": [11, 105, 110, 117], "below": [11, 108, 117], "layout": 11, "meet": 11, "densiti": [19, 117], "produc": [19, 117], "640": 19, "urban": [54, 117], "doesn": [60, 102], "ve": [60, 108, 117], "largest": [67, 85, 117], "side": [67, 117], "purpos": [67, 109, 117], "origin": [67, 113, 117], "2048": 67, "gmi": 85, "triangl": 85, "priorit": 85, "cover": [85, 108], "gauss_clamp": 87, "gauss_damp": 87, "photometr": [87, 117], "gamma": 91, "one": [91, 107, 109, 117], "benchmark": 93, "runtim": [93, 117], "info": [93, 109, 117], "addit": [98, 102, 107, 114, 117], "consol": [98, 108, 109, 117], "\u0c18": [102, 109, 114], "\u0c30\u0c1a\u0c28\u0c32\u0c2a": 102, "\u0c06\u0c27": [102, 105, 110], "\u0c30\u0c2a\u0c21": [102, 105, 110], "\u0c24": [102, 104, 107, 109, 111, 112, 114, 115], "\u0c2e\u0c30": [102, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115], "\u0c15\u0c2a": [102, 105, 106], "\u0c05\u0c28": [102, 104, 105, 106, 107, 109, 110, 111, 112, 114], "\u0c27": [102, 104, 105, 109, 110, 112, 114, 115], "\u0c1a\u0c35\u0c1a": [102, 105, 109, 110, 111, 113, 114], "\u0c28\u0c21": [102, 105, 109, 114], "\u0c28\u0c1f": [102, 110, 113, 114], "\u0c32\u0c2f": [102, 110, 113], "\u0c38\u0c2e\u0c38": [102, 114], "\u0c2f\u0c32": [102, 105, 109, 110, 113, 114], "\u0c32\u0c28": [102, 104, 105, 106, 107, 109, 110, 112, 113], "\u0c30\u0c2e": [102, 105, 106, 110, 113, 114, 115], "\u0c2d": [102, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115], "\u0c30\u0c26": [102, 110, 115], "\u0c36": [102, 104, 105, 106, 107, 111, 112, 114, 115], "\u0c30\u0c36": 102, "\u0c28\u0c32\u0c15": 102, "\u0c07\u0c2a": [102, 105, 106, 107, 114], "\u0c2a\u0c1f": [102, 105, 107, 114], "\u0c38\u0c2e": [102, 105, 106, 109, 110, 111, 113, 114], "\u0c28\u0c2e": [102, 105, 110, 111, 113], "\u0c35\u0c35\u0c1a": 102, "\u0c07\u0c24\u0c30": [102, 107, 110, 112], "\u0c09\u0c2a\u0c2f": [102, 104, 105, 106, 107, 109, 110, 112, 113, 115], "\u0c17\u0c15\u0c30\u0c2e": [102, 113], "\u0c35\u0c28\u0c30": [102, 114, 115], "\u0c15\u0c28": [102, 105, 106, 107, 110, 114, 115], "\u0c28\u0c35\u0c1a": [102, 105, 106], "\u0c13\u0c2a": [102, 104, 105, 114, 115], "\u0c05": [102, 104, 105, 106, 107, 114, 115], "\u0c1a\u0c30": [102, 107], "\u0c2f\u0c21": [102, 105, 109, 110, 111, 114], "\u0c35\u0c32\u0c2a\u0c30": [102, 107], "\u0c32\u0c24": [102, 105, 110, 112, 114, 115], "\u0c38\u0c28": [102, 112], "\u0c39": [102, 104, 105, 107, 110], "\u0c09": [102, 104, 105, 106, 107, 109, 110, 111, 112, 114, 115], "\u0c21\u0c1f": [102, 114], "\u0c07\u0c26": [102, 105, 110, 111, 112, 114, 115], "\u0c2c": [102, 104, 105, 106, 107, 110, 111, 112, 114, 115], "\u0c2f\u0c2c\u0c21\u0c24": [102, 105], "\u0c26\u0c2f\u0c1a": 102, "\u0c1c": [102, 104, 107, 109, 110, 112, 114, 115], "\u0c1f\u0c30": [102, 107, 110, 113, 114, 115], "\u0c2f\u0c28": [102, 104, 105, 109, 110], "\u0c35\u0c30": [102, 105, 109, 110, 114], "\u0c28\u0c30": [102, 105, 110, 111], "\u0c2a\u0c24": [102, 109, 110, 112, 113], "\u0c38\u0c39": [102, 107, 112, 114], "\u0c2f\u0c2a\u0c21\u0c1f": 102, "\u0c05\u0c26\u0c28\u0c2a": [102, 105, 106, 107], "\u0c2a\u0c37": [102, 110], "\u0c1f\u0c2e": [102, 106, 110], "\u0c35\u0c30\u0c23": [102, 110], "\u0c2e\u0c15": 102, "\u0c16\u0c1a": [102, 105, 106, 107], "\u0c24\u0c2e": [102, 104, 106, 110, 114, 115], "\u0c26\u0c36\u0c32\u0c28": 102, "\u0c2f\u0c2e": 102, "\u0c0e\u0c15": [102, 105, 109, 110, 114], "\u0c32\u0c32": [102, 104, 105, 106, 110, 111, 113], "\u0c09\u0c26": [102, 104, 105, 106, 110, 111, 114], "\u0c39\u0c30\u0c23\u0c15": [102, 110, 111], "\u0c15\u0c30": [102, 105, 110, 114], "\u0c26\u0c32": [102, 115], "\u0c28\u0c35": [102, 110], "\u0c0f": 102, "\u0c06\u0c26": 102, "\u0c28\u0c32": [102, 111], "\u0c1f\u0c2a": [102, 110, 112], "\u0c0f\u0c2e": [102, 107, 114], "\u0c2a\u0c15": [102, 105, 106], "\u0c30\u0c26\u0c30": [102, 105, 107], "\u0c39\u0c30\u0c23\u0c32\u0c28": 102, "\u0c39\u0c2c": 102, "\u0c32\u0c15": [102, 104, 105, 106, 110, 111, 112, 114], "\u0c06": [102, 105, 107, 110], "\u0c39\u0c30\u0c23\u0c32\u0c32": 102, "\u0c2f\u0c17\u0c32": 102, "\u0c07\u0c37": 102, "\u0c38\u0c30": [102, 104, 105, 110], "\u0c24\u0c30": [102, 105, 106, 109, 110, 112], "\u0c17\u0c2e\u0c28": 102, "\u0c30\u0c35\u0c30": 102, "\u0c24\u0c28\u0c28": 102, "\u0c24\u0c28\u0c32": 102, "\u0c2c\u0c26": [102, 105, 110], "\u0c0e": [102, 104, 105, 107, 109, 110, 113], "gif": 102, "\u0c26\u0c28": [102, 105, 110], "\u0c08": [102, 105, 106, 109, 110, 112, 114, 115], "\u0c27\u0c28": 102, "linux": [102, 103, 107, 113, 117], "\u0c12\u0c15\u0c1f": [102, 105, 112], "\u0c2a\u0c28": [102, 105, 110, 112, 114], "\u0c28\u0c26": 102, "\u0c05\u0c2f": [102, 110], "\u0c1a\u0c2c\u0c21\u0c15\u0c2a": 102, "\u0c1c\u0c30\u0c17\u0c21": 102, "\u0c17\u0c26\u0c30": [102, 104], "\u0c36\u0c15": [102, 104], "\u0c17\u0c30": 102, "\u0c37\u0c28": [102, 104, 105, 110, 112, 113, 115], "\u0c0e\u0c28": [102, 105, 110], "\u0c25": [102, 105, 107, 109, 110, 112], "o": [102, 108], "\u0c35\u0c32": [102, 110], "\u0c05\u0c32": [102, 114], "vm": [102, 108], "\u0c05\u0c24": [102, 105], "\u0c06\u0c2a\u0c30": 102, "\u0c1a\u0c2c\u0c21": [102, 104, 105, 106, 107, 109, 110, 111, 113, 114], "short": 102, "descript": [102, 117], "problem": [102, 107, 117], "here": [102, 108, 113, 114, 117], "reproduct": 102, "second": [102, 108, 109, 117], "expect": [102, 107], "describ": 102, "observ": 102, "screenshot": 102, "enter": [102, 117], "recent": 102, "didn": [102, 117], "older": 102, "ye": [102, 103, 117], "No": [102, 103, 108, 112, 117], "reliabl": 102, "reproduc": 102, "randomli": 102, "\u0c25\u0c28\u0c32": [102, 114], "\u0c28\u0c2a": [102, 110], "\u0c21\u0c32": [102, 105, 107, 109], "pep8": 102, "\u0c26\u0c21": [102, 105], "\u0c05\u0c35\u0c38\u0c30": [102, 109, 110, 114], "f": [102, 117], "gethomedirectori": 102, "\u0c30\u0c39": [102, 110, 112], "join": 102, "\u0c35\u0c1a": [102, 110, 112, 114], "tmp": 102, "tmpdir": 102, "\u0c21\u0c26": [102, 106], "\u0c1a\u0c2c\u0c21\u0c28": 102, "photogrammetr": 103, "orthorectifi": 103, "hugin": 103, "util": 103, "moment": 103, "docker": [103, 107, 108, 109, 112], "releas": [103, 108], "under": [103, 108, 117], "sell": 103, "sure": [103, 108, 109, 117], "compli": 103, "particular": [103, 107], "disclos": 103, "nope": 103, "sorri": 103, "bui": 103, "ultim": 103, "solut": [103, 117], "upload": 103, "configur": [103, 108, 109, 117], "swapfil": 103, "both": [103, 108, 114, 117], "ssd": 103, "nvme": 103, "drive": [103, 117], "still": [103, 117], "wsl2": 103, "wslconfig": 103, "microsoft": [103, 108], "document": [103, 107, 108, 117], "advanc": [103, 108], "wsl": 103, "swap": [103, 108], "128gb": 103, "cours": 103, "c": [103, 109, 112], "temp": 103, "vhdx": 103, "partit": 103, "dedic": [103, 117], "pleas": [103, 108, 114, 117], "consult": 103, "search": [103, 108], "engin": [103, 108], "\u0c2f": [104, 109, 111, 112, 114], "\u0c2e": [104, 106, 109, 112, 114, 115], "\u0c28": [104, 106, 107, 109, 111, 112, 114], "\u0c38": [104, 109, 113, 114], "\u0c2a": [104, 106, 107, 109, 111, 114, 115], "\u0c26": [104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115], "uav": [104, 110, 117], "\u0c17": [104, 106, 107, 109, 110, 112, 113, 114, 115], "\u0c15\u0c32": [104, 105, 106, 107, 110, 111, 113], "guidelin": 104, "openaerialmap": 104, "_": [104, 105, 112, 113, 114, 117], "\u0c35\u0c21": [104, 105, 110, 112, 114], "\u0c24\u0c2f": 104, "07": [104, 110], "prepar": [104, 114], "mission": [104, 117], "\u0c35": [104, 106, 109, 111, 113, 114], "\u0c21": [104, 106, 109, 110, 111, 114], "\u0c2a\u0c30": [104, 105, 106, 110, 111, 112, 114], "\u0c30\u0c23": [104, 105, 110, 112], "\u0c1c\u0c2f\u0c35": [104, 114], "\u0c1a\u0c21": [104, 105, 107, 112, 114, 115], "dronedeploi": [104, 110], "com": [104, 105, 108, 109, 110, 112, 114, 115, 117], "doc": [104, 113, 115], "success": [104, 108, 112], "challeng": [104, 117], "accur": [104, 109, 112, 117], "section": [104, 108, 117], "\u0c35\u0c15": [105, 110], "\u0c15\u0c30\u0c23\u0c32\u0c28": 105, "\u0c38\u0c2e\u0c28": 105, "\u0c35\u0c2f": [105, 106], "\u0c2f\u0c35\u0c38": 105, "\u0c25\u0c32\u0c28": 105, "\u0c17\u0c2a\u0c21\u0c24": 105, "\u0c05\u0c27": [105, 110], "\u0c24\u0c24": [105, 106, 107], "\u0c0e\u0c38": [105, 106, 110], "2019": [105, 110, 117], "\u0c25\u0c32": [105, 110], "\u0c15\u0c32\u0c30": 105, "\u0c23": [105, 106, 110, 111, 114, 115], "\u0c2f\u0c35\u0c1a": [105, 106, 109, 111, 112, 113], "\u0c37": [105, 106, 107, 109, 110, 111, 112, 113, 114, 115], "\u0c2c\u0c15": 105, "\u0c24\u0c32": [105, 113], "\u0c2a\u0c32\u0c15\u0c32": 105, "\u0c35\u0c30\u0c15": 105, "\u0c30\u0c15": [105, 109, 110], "\u0c37\u0c38": 105, "\u0c2d\u0c35\u0c28": 105, "\u0c09\u0c28": [105, 107, 110, 111, 114], "\u0c05\u0c21": 105, "\u0c17\u0c23": [105, 110], "\u0c24\u0c15": [105, 109, 110], "\u0c0e\u0c24": [105, 110], "\u0c26\u0c2e": [105, 110], "\u0c26\u0c26": 105, "\u0c2e\u0c27": [105, 110], "\u0c24\u0c26": [105, 106, 109], "\u0c12\u0c15": [105, 109, 110, 111, 112, 114, 115], "\u0c30\u0c24": [105, 109, 110, 112, 114], "\u0c15\u0c28\u0c2c\u0c21": 105, "\u0c2c\u0c1f": [105, 110, 112], "\u0c30\u0c17\u0c21": [105, 114], "\u0c05\u0c35\u0c38\u0c30\u0c2e": [105, 110, 114], "\u0c24\u0c17": [105, 110], "\u0c06\u0c15": [105, 107, 110, 111], "\u0c32\u0c2d": [105, 106, 114], "\u0c26\u0c1f": [105, 106], "\u0c06\u0c30": [105, 106, 107, 109, 110, 112, 115], "utm": [105, 106], "zone": 105, "ellp": 105, "wgs84": [105, 106], "datum": 105, "unit": 105, "m": 105, "no_def": 105, "16n": [105, 106], "y": [105, 106, 108], "\u0c07\u0c2e": [105, 106, 107, 110], "\u0c10\u0c1a": [105, 106], "\u0c1b": [105, 106], "\u0c16": [105, 109, 110, 114], "\u0c33": [105, 112, 113], "\u0c0e\u0c32": [105, 106, 107, 110, 113], "\u0c35\u0c32\u0c28": 105, "nan": 105, "7": [105, 108, 110, 117], "\u0c32\u0c2e": [105, 106], "\u0c39\u0c30\u0c23": [105, 106], "544256": 105, "5320919": 105, "9": [105, 110, 112], "3044": 105, "2622": 105, "img_0525": 105, "jpg": [105, 106, 109, 111, 112, 113], "544157": 105, "5320899": 105, "4193": 105, "1552": 105, "img_0585": 105, "544033": 105, "5320876": 105, "1606": 105, "2763": 105, "img_0690": 105, "gcp_list": [105, 113, 117], "txt": [105, 106, 109, 113, 117], "\u0c38\u0c30\u0c2b\u0c30": [105, 106, 111], "\u0c2b\u0c30": 105, "\u0c32\u0c24\u0c32": 105, "diydron": 105, "profil": [105, 117], "blog": [105, 110], "photographi": [105, 117], "\u0c35\u0c38": [105, 114], "\u0c21\u0c30": [105, 106, 112], "\u0c24\u0c2a": [105, 106, 115], "\u0c2b\u0c32": [105, 110, 112], "\u0c33\u0c28": 105, "\u0c1c\u0c30": 105, "\u0c12\u0c15\u0c26": 105, "\u0c05\u0c2a": [105, 114], "\u0c05\u0c35": [105, 107, 112], "demo": 105, "plugin": 105, "\u0c35\u0c26": [105, 107, 110], "xyz": [105, 113, 117], "\u0c35\u0c32\u0c24": [105, 110], "z": [105, 106], "\u0c07\u0c32": [105, 114], "37": [105, 110, 117], "south": 105, "gcp01": 105, "529356": 105, "250827686": 105, "9251137": 105, "5643209": 105, "465": 105, "gcp02": 105, "530203": 105, "125367657": 105, "9250140": 105, "80991621": 105, "781": 105, "gcp03": 105, "530292": 105, "136003818": 105, "9250745": 105, "02372435": 105, "977": 105, "gcp04": 105, "gcp05": 105, "\u0c24\u0c28": 105, "\u0c07\u0c28": [105, 111], "github": [105, 107, 108, 109, 114, 115, 117], "uav4geo": [105, 108], "gcpeditorpro": 105, "\u0c13\u0c21": 105, "\u0c32\u0c17": 105, "\u0c08\u0c38": 105, "label": [105, 108, 117], "north": [105, 117], "east": 105, "\u0c30\u0c27": 105, "\u0c2e\u0c24": [105, 109, 113], "\u02bbepsg": 105, "\u0c2f\u0c30": [105, 107, 113], "llc": 105, "\u0c1f": [106, 109, 110, 111, 114, 115], "\u0c17\u0c26": [106, 107, 110, 114], "\u0c13\u0c35\u0c30": [106, 114], "\u0c30\u0c1c\u0c32": [106, 111], "\u0c30\u0c2f": 106, "\u0c1c\u0c28": 106, "\u0c0e\u0c2e": 106, "\u0c21\u0c2c": [106, 114], "84": 106, "_\u0c21": 106, "psepsg": 106, "\u0c05\u0c15": 106, "\u0c30\u0c38": [106, 107], "\u0c1a\u0c2c\u0c21\u0c24": [106, 107, 110], "extra": [106, 112], "dji_0028": 106, "91": 106, "9942096111111": 106, "46": 106, "84252125": 106, "198": 106, "609": 106, "dji_0032": 106, "9938293055556": 106, "8424584444444": 106, "ge": 106, "guid": [107, 108], "contribut": [107, 109, 114], "anyon": 107, "welcom": [107, 108], "share": [107, 114, 116], "knowledg": 107, "issu": [107, 108, 114], "\u0c37\u0c32\u0c32": 107, "\u0c32": [107, 109, 111, 112], "\u0c05\u0c38": 107, "\u0c30": [107, 109, 110, 111, 113, 114], "\u0c37\u0c32": 107, "20": [107, 108, 117], "\u0c2b": [107, 109, 110, 111, 112, 115], "\u0c37\u0c32\u0c28": 107, "\u0c2f\u0c2a\u0c21\u0c17\u0c32\u0c30": [107, 112], "\u0c07": [107, 110], "czech": 107, "filipino": 107, "\u0c1a": [107, 109, 111, 112, 113, 115], "indonesian": 107, "instal": [107, 109], "quickstart": 107, "hardwar": 107, "virtual": [107, 117], "alloc": 107, "download": 107, "launch": [107, 109, 117], "maco": 107, "ubuntu": [107, 117], "debian": 107, "cento": 107, "rhel": 107, "fedora": 107, "arch": 107, "basic": [107, 117], "troubleshoot": 107, "hello": 107, "tutori": [107, 113], "stockpil": 107, "volum": 107, "fieldwork": 107, "plan": [107, 109], "pattern": [107, 112], "list": [107, 108, 109, 116], "log": 107, "line": [107, 108, 109], "singular": 107, "sif": 107, "bandwidth": 107, "who": [107, 114], "prep": 107, "directori": [107, 108, 112], "droplet": 107, "pull": 107, "pin": 107, "assum": 107, "surviv": 107, "long": [107, 108, 109, 116], "potre": 107, "modul": 107, "appear": 107, "budget": 107, "ey": 107, "why": [107, 114], "would": [107, 117], "exampl": [107, 108, 109, 117], "true": [107, 117], "null": 107, "io": [107, 117], "new": [107, 108, 109, 114, 117], "A": [107, 108, 109, 110, 113, 117], "complet": [107, 117], "task": [107, 108, 109, 113], "load": [107, 117], "temporari": 107, "scratch": 107, "geometri": 107, "polyon": 107, "toggl": [107, 117], "chang": [107, 108, 117], "vector": [107, 117], "rectilinear": 107, "\u0c09\u0c24": [107, 109, 110, 112], "\u0c26\u0c28\u0c32": 107, "\u0c2a\u0c26": 107, "\u0c27\u0c24": 107, "posm": 107, "gcpi": 107, "\u0c0e\u0c21": [107, 112], "\u0c35\u0c28\u0c32": 107, "\u0c06\u0c36": [107, 114], "\u0c1a\u0c28": 107, "\u0c30\u0c2d": 107, "understand": [107, 117], "autosc": 107, "acknowledg": 107, "\u0c1a\u0c28\u0c32": 107, "\u0c0e\u0c17": 107, "\u0c2e\u0c32": [107, 110, 115], "\u0c30\u0c32": 107, "\u0c38\u0c2a": 107, "sentera": 107, "agx710": 107, "\u0c05\u0c2d": [107, 112], "\u0c38\u0c39\u0c15\u0c30": 107, "\u0c15\u0c2e": [107, 114], "\u0c2c\u0c17": 107, "\u0c15\u0c32\u0c28": 107, "\u0c38\u0c2e\u0c30": [107, 114], "\u0c25\u0c28\u0c32\u0c28": 107, "frequent": 107, "ask": [107, 108, 114], "question": [107, 108], "my": [107, 109, 114, 117], "core": [107, 108], "nativ": 107, "licens": 107, "commerci": [107, 117], "asid": 107, "agplv3": 107, "excerpt": 108, "permiss": 108, "piero": 108, "toffanin": 108, "purchas": 108, "easiest": 108, "come": [108, 114, 117], "That": [108, 117], "said": 108, "ecoystem": 108, "commun": [108, 110, 112, 114, 115], "themselv": 108, "direct": [108, 117], "bare": 108, "64bit": 108, "manufactur": 108, "2010": 108, "gb": 108, "200": [108, 110], "latest": [108, 117], "16": [108, 117], "hundr": 108, "too": 108, "while": [108, 109, 112, 116, 117], "graphic": 108, "card": 108, "linearli": 108, "40": [108, 117], "250": 108, "32": [108, 117], "1500": 108, "64": [108, 117], "2500": 108, "128": [108, 117], "3500": 108, "192": 108, "5000": 108, "256": [108, 117], "we": [108, 109, 114, 116, 117], "manag": [108, 109, 117], "press": [108, 117], "ctrl": [108, 117], "esc": 108, "switch": 108, "tab": 108, "On": [108, 113], "assist": 108, "ll": [108, 117], "procedur": 108, "unfortun": 108, "vtx": 108, "matter": 108, "immedi": 108, "f2": 108, "f12": 108, "startup": 108, "boot": 108, "vt": 108, "common": [108, 117], "kei": [108, 109, 117], "vendor": 108, "git": [108, 109, 117], "scm": 108, "python": [108, 117], "www": [108, 110, 112], "forget": 108, "execut": [108, 109, 117], "Then": [108, 109, 117], "toolbox": 108, "v18": 108, "09": [108, 110], "dockertoolbox": 108, "ex": 108, "profession": 108, "newer": 108, "win": 108, "20for": 108, "20window": 108, "20instal": 108, "NOT": 108, "mess": 108, "desktop": 108, "import": [108, 117], "screen": [108, 117], "think": [108, 117], "emul": 108, "certain": [108, 109, 117], "virtualbox": 108, "acpi": 108, "shutdown": 108, "move": [108, 117], "slider": 108, "60": [108, 117], "70": [108, 117], "50": [108, 117], "processor": 108, "ok": [108, 109], "trai": 108, "white": [108, 117], "whale": 108, "half": 108, "gui": 108, "clone": [108, 109], "exist": [108, 117], "repositori": 108, "target": [108, 117], "brows": 108, "succeed": 108, "back": [108, 117], "easili": 108, "futur": [108, 117], "bash": [108, 117], "termin": [108, 117], "sh": [108, 117], "compon": [108, 109], "nodeodm": [108, 109, 115, 117], "greet": 108, "localhost": [108, 109], "8000": 108, "ip": [108, 109], "address": [108, 109, 117], "connect": [108, 109, 117], "168": 108, "replac": [108, 117], "modern": 108, "post": 108, "mac": 108, "sierra": 108, "sysctl": 108, "kern": 108, "hv_support": 108, "respons": [108, 114], "continu": [108, 117], "old": [108, 117], "dmg": 108, "sourceforg": 108, "net": 108, "osx": 108, "bar": 108, "app": [108, 117], "verifi": 108, "world": [108, 109, 110, 117], "return": 108, "simpli": [108, 109, 117], "someth": [108, 109, 117], "appl": 108, "117": 108, "doubl": 108, "cd": [108, 109, 117], "accord": [108, 110], "websit": 108, "offici": [108, 112], "pick": 108, "sole": 108, "four": 108, "pip": 108, "cannot": 108, "instruct": [108, 109, 117], "sudo": [108, 117], "apt": [108, 117], "updat": [108, 109, 117], "curl": 108, "fssl": 108, "yum": 108, "dnf": 108, "pacman": 108, "sy": 108, "dockercompos": 108, "script": [108, 112, 117], "isn": [108, 117], "compos": 108, "22": 108, "f46880f": 108, "cool": 108, "about": [108, 117], "ever": 108, "encount": 108, "care": [108, 117], "guess": 108, "along": 108, "typic": [108, 117], "prefix": 108, "port": [108, 109, 117], "network": [108, 110, 117], "80": [108, 117], "stuck": 108, "reset": 108, "admin": 108, "user": [108, 109, 117], "password": 108, "resetadminpassword": 108, "newpass": 108, "everyth": [108, 113, 117], "media": 108, "dir": [108, 117], "webodm_result": 108, "forum": [108, 114], "great": 108, "familiar": [108, 117], "yourself": 108, "interfac": 108, "explor": [108, 117], "dashboard": [108, 117], "notic": 108, "same": [108, 109, 112, 117], "made": 108, "congratul": 108, "repeat": [108, 109], "rm": [108, 109, 112, 117], "p": [108, 109, 117], "3000": [108, 109, 117], "q": [108, 117], "token": [108, 109], "secret": 108, "hub": 108, "protect": 108, "unauthor": 108, "button": [108, 117], "hostnam": [108, 109], "went": 108, "\u0c15\u0c30\u0c23": [109, 110], "\u0c35\u0c39": [109, 114], "\u0c1a\u0c26\u0c17": [109, 110], "\u0c2d\u0c1c": 109, "\u0c38\u0c2c": 109, "\u0c06\u0c2a": [109, 110], "\u0c15": [109, 110, 114], "\u0c1a\u0c17\u0c32": [109, 114], "\u0c35\u0c30\u0c17": 109, "propag": 109, "could": [109, 112, 113, 117], "caus": [109, 117], "13": [109, 110, 117], "000": [109, 117], "bank": [109, 117], "tanzania": [109, 117], "flood": [109, 117], "prone": [109, 117], "msimbasi": [109, 117], "basin": [109, 117], "dar": [109, 117], "salaam": [109, 117], "easi": 109, "respect": [109, 117], "ti": [109, 117], "v": [109, 112, 117], "400": 109, "know": [109, 117], "image_group": [109, 117], "main": 109, "belong": [109, 117], "01": [109, 117], "02": 109, "03": [109, 117], "b": [109, 117], "04": [109, 117], "05": [109, 110], "orchestr": 109, "3001": 109, "8080": 109, "telnet": 109, "escap": [109, 113, 117], "charact": [109, 117], "api": [109, 115], "At": 109, "800": 109, "120": 109, "interrog": [109, 117], "del": 109, "lock": [109, 117], "forward": [109, 117], "unlock": 109, "resum": 109, "rout": 109, "taskid": 109, "cancel": 109, "asr": 109, "viewcmd": 109, "last": [109, 117], "wasn": 109, "activ": [109, 117], "offlin": 109, "l": 109, "autoscal": 109, "date": 109, "amazon": [109, 117], "ocean": [109, 117], "cost": [109, 117], "associ": [109, 113], "demand": [109, 114, 117], "nodej": [109, 117], "npm": 109, "s3": 109, "compat": [109, 117], "bucket": 109, "digitalocean": 109, "servic": 109, "index": [109, 115], "j": [109, 117], "digitaloceanasrprovid": 109, "attach": [109, 117], "zero": 109, "reli": [109, 117], "act": 109, "handl": [109, 117], "ui": 109, "spin": [109, 117], "dummi": 109, "fulli": 109, "fewer": 109, "combin": 109, "huge": 109, "prop": 109, "pau": 109, "folk": 109, "mapillari": 109, "amaz": 109, "through": [109, 117], "push": [109, 117], "big": [109, 117], "\u0c24\u0c35": 110, "\u0c30\u0c2a": 110, "\u0c2f\u0c24": 110, "2011": 110, "\u0c35\u0c24": 110, "figur": [110, 114, 117], "misplac": 110, "real": 110, "\u0c1c\u0c2e": 110, "correctli": 110, "\u0c17\u0c24": 110, "\u0c05\u0c17": 110, "\u0c2d\u0c35": 110, "\u0c32\u0c35\u0c21": 110, "\u0c23\u0c2f": 110, "\u0c2f\u0c26": [110, 114], "\u0c32\u0c15\u0c2e": 110, "\u0c38\u0c17\u0c1f": 110, "\u0c0e\u0c35\u0c30": [110, 114], "\u0c05\u0c2e\u0c30": [110, 114], "\u0c2a\u0c30\u0c1a\u0c35\u0c1a": 110, "\u0c21\u0c35": 110, "2016": 110, "gnss": [110, 117], "\u0c09\u0c2a": 110, "2013": 110, "nsdi": 110, "fgdc": 110, "\u0c2f\u0c15": 110, "\u0c15\u0c35\u0c30": 110, "\u0c17\u0c23\u0c28\u0c32": 110, "\u0c36\u0c2c": 110, "\u0c0e\u0c35": 110, "\u0c15\u0c26": 110, "\u0c37\u0c1f": 110, "\u0c2c\u0c32": 110, "\u0c26\u0c35": 110, "\u0c37\u0c23": [110, 114], "\u0c24\u0c2e\u0c2f": 110, "\u0c2f\u0c2c\u0c21": [110, 112, 113], "\u0c24\u0c2e\u0c35": 110, "\u0c26\u0c35\u0c1a": 110, "\u0c25\u0c30": 110, "2020": [110, 117], "ie": [110, 112], "accuracy_uav_compare_rtk_gp": 110, "\u0c1a\u0c17\u0c32\u0c28": 110, "\u0c1a\u0c1f": [110, 111], "2017": 110, "\u0c2e\u0c26\u0c35": 110, "\u0c28\u0c38": 110, "\u0c38\u0c2e\u0c30\u0c15": 110, "consu": 110, "\u0c27\u0c30": 110, "\u0c0f\u0c30": 110, "\u0c06\u0c38": 110, "3937": 110, "\u0c10\u0c0e\u0c38": 110, "\u0c0e\u0c1f": 110, "gisloung": 110, "pix4d": 110, "\u0c32\u0c2a": [111, 113], "\u0c1f\u0c35": 111, "\u0c2f\u0c1c": 111, "\u0c26\u0c30": 111, "\u0c37\u0c2f": 111, "\u0c17\u0c2a\u0c21": [111, 115], "gimp": 111, "\u0c28\u0c39": 111, "1_mask": 111, "dji_0018": 111, "dji_0018_mask": 111, "\u0c21\u0c35\u0c1a": 111, "bmp": 111, "\u0c15\u0c30\u0c23\u0c15": 112, "\u0c25\u0c2e": 112, "\u0c2e\u0c26": [112, 114], "\u0c26\u0c24": [112, 114], "\u0c2f\u0c17\u0c32\u0c26": 112, "\u0c2c\u0c39": [112, 114], "\u0c28\u0c28": 112, "\u0c07\u0c35": [112, 113], "1010": 112, "\u0c06\u0c32": 112, "\u0c1f\u0c38": 112, "micasens": [112, 116], "6x": 112, "dji": [112, 116], "phantom": 112, "\u0c15\u0c30\u0c23\u0c28": 112, "\u0c2f\u0c35\u0c26": 112, "\u0c17\u0c2e": 112, "give": [112, 117], "ndre": 112, "renam": 112, "exact": 112, "0000x_nir": 112, "10_51_14_img_00008": 112, "00008_nir": 112, "nrgb": 112, "0000x_rgb": 112, "10_51_14_img_00023": 112, "00023_rgb": 112, "xxxx_nir": 112, "xxxx_rgb": 112, "input_image_dir": 112, "output_dir": [112, 117], "contrib": 112, "ndvi": 112, "rename_sentera_agx710_multispectral_tif": 112, "py": [112, 117], "python3": 112, "\u0c35\u0c2c\u0c21": 113, "odm_georeferenced_model": [113, 117], "ply": 113, "state": 113, "univers": [113, 117], "zanzibar": 113, "courtesi": 113, "khadija": 113, "abdullah": 113, "ali": 113, "odm_textur": [113, 117], "odm_textured_model": 113, "\u0c09\u0c2a\u0c30": 113, "odm_textured_model_geo": 113, "odm_orthphoto": 113, "un": 113, "\u0c21\u0c33": 113, "stdout": 113, "ansi": 113, "eg": 113, "39m": 113, "no_ansiesc": 113, "environ": [113, 117], "variabl": [113, 117], "env": 113, "img": 113, "1234": 113, "tie": 113, "config": [113, 117], "yaml": [113, 117], "track": [113, 117], "undistorted_track": 113, "undistorted_reconstruct": 113, "odm_meshing_log": 113, "texture_n": 113, "odm_georeferencing_log": 113, "odm_georeferencing_utm_log": 113, "extract_utm": 113, "portion": 113, "odm_orthophoto_log": 113, "gdal_translate_log": 113, "top": 113, "geotoff": 113, "foss": 114, "\u0c09\u0c1a": 114, "\u0c2a\u0c32": 114, "\u0c06\u0c38\u0c15": 114, "\u0c2c\u0c2f\u0c1f": 114, "\u0c0f\u0c26": 114, "\u0c2f\u0c17\u0c32\u0c30\u0c28": 114, "\u0c25\u0c28": 114, "\u0c15\u0c37": 114, "\u0c35\u0c17": 114, "\u0c38\u0c2e\u0c2f": 114, "\u0c05\u0c35\u0c15": 114, "implement": [114, 117], "probabl": [114, 117], "convinc": 114, "develop": [114, 116], "team": [114, 117], "imagin": 114, "somebodi": 114, "knock": 114, "door": 114, "hous": 114, "cook": 114, "me": 114, "dinner": 114, "reason": [114, 117], "person": 114, "spend": 114, "energi": 114, "fulfil": 114, "hi": 114, "agenda": 114, "own": [114, 117], "suggest": 114, "cordial": 114, "especi": 114, "offer": 114, "fund": 114, "explain": 114, "benefit": [114, 117], "exclus": 114, "harder": 114, "\u0c38\u0c30\u0c33": 114, "\u0c30\u0c2f\u0c24": 114, "drone": [114, 117], "test": 114, "channel": 114, "\u0c15\u0c32\u0c2f": 114, "\u0c26\u0c28\u0c17": 114, "\u0c30\u0c28": 114, "\u0c38\u0c2d": 114, "\u0c37\u0c15": 114, "let": [114, 117], "put": 114, "toward": [114, 117], "\u0c1a\u0c2c\u0c21\u0c1f": 114, "\u0c05\u0c2e\u0c32": 114, "\u0c15\u0c21": 114, "\u0c2a\u0c21": 114, "\u0c05\u0c30": 114, "readm": [115, 117], "\u0c1a\u0c26\u0c35\u0c2e\u0c28": 115, "blob": 115, "master": 115, "adoc": 115, "\u0c05\u0c35\u0c32": 115, "concept": 115, "665": 115, "\u0c2a\u0c30\u0c1a\u0c21": 115, "\u0c1a\u0c26\u0c35\u0c21": 115, "wave": 116, "infrar": 116, "lwir": 116, "alon": 116, "aim": 116, "altum": 116, "zenmus": 116, "xt": 116, "h20": 116, "seri": [116, 117], "u": [116, 117], "expand": 116, "compromis": 117, "sharper": 117, "forest": 117, "300000": 117, "600000": 117, "recreat": 117, "roof": 117, "commod": 117, "vibrat": 117, "deriv": 117, "substanti": 117, "self": 117, "depend": 117, "jame": 117, "robson": 117, "2014": 117, "paper": 117, "mitig": 117, "systemat": 117, "topograph": 117, "minim": 117, "simplest": 117, "fly": 117, "separ": 117, "rather": 117, "straight": 117, "tilt": 117, "approach": 117, "pilot": 117, "effici": 117, "flown": 117, "crossgrid": 117, "crosshatch": 117, "percentag": 117, "68": 117, "sidelap": 117, "equival": 117, "83": 117, "42": 117, "cc": 117, "BY": 117, "variat": 117, "toler": 117, "correspond": 117, "tree": 117, "significantli": 117, "classif": 117, "airborn": 117, "lidar": 117, "freeli": 117, "overal": 117, "biggest": 117, "avoid": 117, "mistakenli": 117, "ii": 117, "meant": 117, "mistaken": 117, "empti": 117, "my_odm_imag": 117, "24": 117, "weather": 117, "condit": 117, "illumin": 117, "thu": 117, "evenli": 117, "overcast": 117, "clear": 117, "ski": 117, "wind": 117, "shadow": 117, "obstruct": 117, "lessen": 117, "middai": 117, "nake": 117, "horizont": 117, "visibl": 117, "congruent": 117, "advers": 117, "dust": 117, "fog": 117, "smoke": 117, "volcan": 117, "ash": 117, "pollut": 117, "job": 117, "gimbal": 117, "rest": 117, "eros": 117, "machineri": 117, "steep": 117, "recogn": 117, "labor": 117, "neglig": 117, "lawn": 117, "mower": 117, "highli": 117, "75": 117, "65": 117, "influenc": 117, "balanc": 117, "tallest": 117, "achiev": 117, "equip": 117, "greater": 117, "grade": 117, "total": 117, "station": 117, "intend": 117, "millimetr": 117, "almost": 117, "adequ": 117, "defin": 117, "plane": 117, "clic": 117, "length": 117, "mostli": 117, "bin": 117, "creation": 117, "pace": 117, "irregular": 117, "carefulli": 117, "rang": 117, "photogrammetri": 117, "emploi": 117, "deploi": 117, "curiou": 117, "container": 117, "among": 117, "easier": 117, "independ": 117, "experi": 117, "id": 117, "statu": 117, "2518817537ce": 117, "36": 117, "hour": 117, "ago": 117, "zen_wright": 117, "1cdc7fadf688": 117, "usr": 117, "va": 117, "tcp": 117, "flamboyant_dhawan": 117, "cd7b9585b8f6": 117, "dai": 117, "nostalgic_lederberg": 117, "e31010c00b9a": 117, "suspicious_kepl": 117, "c44e0d0b8448": 117, "wonderful_burnel": 117, "unwieldi": 117, "pipe": 117, "slowli": 117, "mon": 117, "sep": 117, "23": 117, "33": 117, "build_overview": 117, "camera_len": 117, "dem_decim": 117, "dem_euclidean_map": 117, "arrow": 117, "letter": 117, "tail": 117, "gdalwarp": 117, "gpkg": 117, "crop_to_cutlin": 117, "co": 117, "num_thread": 117, "bigtiff": 117, "if_saf": 117, "blockys": 117, "512": 117, "blockxsiz": 117, "predictor": 117, "gdal_cachemax": 117, "48": 117, "95": 117, "alpha": 117, "111567p": 117, "137473l": 117, "input": 117, "tell": 117, "deeper": 117, "exec": 117, "shell": 117, "root": 117, "lament": 117, "excess": 117, "carri": 117, "burden": 117, "storag": 117, "maciej": 117, "\u0142ebkowski": 117, "excel": 117, "sylab": 117, "laptop": 117, "hpc": 117, "compani": 117, "server": 117, "anyth": 117, "els": 117, "cach": 117, "images_dir": 117, "path_to_image_dir": 117, "basenam": 117, "path_to_output_directori": 117, "mkdir": 117, "bind": 117, "writabl": 117, "tmpf": 117, "odm_latest": 117, "ivan": 117, "gayton": 117, "repo": 117, "fairli": 117, "answer": 117, "incom": 117, "constraint": 117, "solv": 117, "african": 117, "tricki": 117, "workabl": 117, "cloudodm": 117, "remot": 117, "photo": 117, "unix": 117, "ssh": 117, "account": 117, "aw": 117, "slight": 117, "moder": 117, "literaci": 117, "aren": 117, "savvi": 117, "willing": 117, "fuss": 117, "whole": 117, "someon": 117, "asap": 117, "emphas": 117, "transfer": 117, "4gb": 117, "month": 117, "actual": 117, "expens": 117, "downsiz": 117, "cheapest": 117, "privileg": 117, "insan": 117, "xxx": 117, "stand": 117, "ipv4": 117, "usernam": 117, "ahead": 117, "upgrad": 117, "danger": 117, "stai": 117, "regular": 117, "abbrevi": 117, "environment": 117, "bashrc": 117, "nano": 117, "whatev": 117, "editor": 117, "lieu": 117, "Be": 117, "pythonpath": 117, "superbuild": 117, "lib": 117, "python2": 117, "dist": 117, "packag": 117, "src": 117, "ld_library_path": 117, "crash": 117, "wherein": 117, "hard": 117, "jargon": 117, "rule": 117, "thumb": 117, "seem": 117, "raw": 117, "got": 117, "100gb": 117, "1000gb": 117, "rid": 117, "capac": 117, "mount": 117, "mnt": 117, "odmdata": 117, "onto": 117, "secur": 117, "scp": 117, "r": 117, "imagefold": 117, "recurs": 117, "critic": 117, "myproject": 117, "parent": 117, "goe": 117, "confusingli": 117, "individu": 117, "project_path": 117, "spot": 117, "ancillari": 117, "block": 117, "wa": 117, "organ": 117, "incant": 117, "echo": 117, "cat": 117, "came": 117, "batch": 117, "though": 117, "shut": 117, "monstrou": 117, "vcpu": 117, "192gb": 117, "hr": 117, "1000": 117, "wast": 117, "nohup": 117, "gnu": 117, "session": 117, "won": 117, "interrupt": 117, "d": 117, "detach": 117, "But": 117, "unless": 117, "project_nam": 117, "weird": 117, "drop": 117, "fuck": 117, "liter": 117, "random": 117, "sensibli": 117, "omit": 117, "htop": 117, "sens": 117, "soon": 117, "inexpens": 117, "gdal": 117, "gdal_transl": 117, "ycbcr": 117, "gdal_tiff_internal_mask": 117, "extens": 117, "grab": 117, "gdaladdo": 117, "1024": 117, "archiv": 117, "tar": 117, "piec": 117, "mayb": 117, "zcvf": 117, "archivenam": 117, "upper": 117, "corner": 117, "mode": 117, "mid": 117, "million": 117, "element": 117, "accentu": 117, "shape": 117, "shade": 117, "enhanc": 117, "percept": 117, "scientif": 117, "recognit": 117, "strength": 117, "opac": 117, "skybox": 117, "splat": 117, "unload": 117, "hide": 117, "tridimension": 117, "highlight": 117, "circl": 117, "circumfer": 117, "azimuth": 117, "clockwis": 117, "cube": 117, "reloc": 117, "redimens": 117, "handler": 117, "sphere": 117, "annot": 117, "titl": 117, "anchor": 117, "mous": 117, "wheel": 117, "orbit": 117, "bird": 117, "keyboard": 117, "w": 117, "backward": 117, "axi": 117, "movement": 117, "slide": 117, "helicopt": 117, "aircraft": 117, "restrict": 117, "xy": 117, "restor": 117, "wirefram": 117, "compass": 117, "anim": 117, "green": 117, "blue": 117, "plai": 117, "arrang": 117, "six": 117, "ramp": 117, "cam": 117, "custom": 117}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"align": [0, 3, 72, 77], "file": 0, "\u0c0e": 1, "\u0c2a": [1, 102, 105, 110, 112, 113], "\u0c15\u0c32": 1, "\u0c2e\u0c30": 1, "\u0c2f": [1, 102, 105, 106, 107, 110, 113, 115], "\u0c2b": [1, 102, 105, 106, 113, 114], "\u0c32": [1, 102, 104, 105, 106, 110, 113, 114, 115], "\u0c17": [1, 102, 105, 111], "\u0c38": [1, 102, 105, 106, 107, 110, 111, 112, 115], "3d": [2, 7, 113, 117], "tile": [2, 46, 60, 92], "auto": [4, 5, 9], "boundari": [4, 5, 7], "what": [4, 7, 8, 9, 11, 103, 117], "i": [4, 7, 103, 117], "when": [4, 7, 8, 9, 11], "help": [4, 31], "why": [4, 7, 8, 9, 11], "would": [4, 7, 8, 9, 11], "one": [4, 7, 8, 9, 11, 108], "us": [4, 7, 8, 9, 11, 94, 95, 96, 97, 103, 117], "exampl": [4, 7, 8, 9, 11], "imag": [4, 7, 8, 9, 11, 83, 108, 109, 117], "true": [4, 7, 8, 11], "fals": [4, 7, 8, 11], "null": [4, 7, 8, 11], "distanc": 5, "bg": 6, "remov": [6, 75, 87], "geojson": 7, "appropri": [7, 8, 9, 11], "how": [7, 103], "creat": [7, 117], "io": 7, "new": 7, "A": 7, "polygon": 7, "place": 7, "vertic": 7, "complet": 7, "save": 7, "download": [7, 108, 117], "set": 7, "In": 7, "task": 7, "option": [7, 103], "load": 7, "qgi": 7, "temporari": 7, "scratch": 7, "layer": 7, "geometri": 7, "type": [7, 25, 34, 87], "ad": 7, "an": 7, "orthophoto": [7, 23, 43, 44, 45, 46, 47, 48, 73, 103, 117], "background": [7, 117], "polyon": 7, "featur": [7, 24, 25, 39], "toggl": 7, "edit": 7, "off": 7, "chang": 7, "To": 7, "export": 7, "vector": 7, "As": 7, "point": [7, 117], "cloud": [7, 11], "digit": [7, 117], "elev": [7, 117], "model": [7, 9, 117], "textur": [7, 85, 86, 87, 88, 89, 90, 91, 117], "mesh": [7, 37, 38], "build": [8, 103], "overview": 8, "ar": [8, 9, 11, 103], "camera": [9, 10, 96, 117], "len": 9, "manual": 9, "select": 9, "particular": 9, "rectilinear": 9, "data": [9, 85, 103, 117], "brown": 9, "fishey": 9, "perspect": 9, "spheric": 9, "cog": 11, "optim": [11, 42], "geotiff": [11, 103], "copi": 12, "crop": 13, "debug": 14, "dem": [15, 16, 17, 18], "decim": 15, "euclidean": 16, "map": [16, 91], "gapfil": 17, "step": [17, 108, 117], "resolut": [18, 19, 48, 101], "depthmap": 19, "dsm": [20, 113], "dtm": [21, 113], "end": 22, "fast": 23, "qualiti": [24, 56, 117], "forc": 26, "gp": [26, 30], "gcp": [27, 105, 117], "geo": 28, "gltf": 29, "accuraci": [30, 117], "ignor": 32, "gsd": 32, "matcher": [33, 34], "neighbor": 33, "max": 35, "concurr": 35, "merg": [36, 109], "octre": 37, "depth": 37, "size": 38, "min": 39, "num": 39, "name": 40, "gpu": [41, 103], "disk": 42, "space": 42, "compress": 43, "cutlin": 44, "kmz": 45, "png": 47, "pc": [49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60], "classifi": 49, "copc": 50, "csv": 51, "ept": 52, "filter": 53, "geometr": [54, 59], "la": 55, "rectifi": 57, "sampl": 58, "skip": [59, 71, 72, 73, 74, 89, 90], "primari": 61, "band": [61, 72], "project": [62, 117], "path": 62, "radiometr": 63, "calibr": [63, 109, 117], "rerun": [64, 65, 66], "all": [65, 103], "from": [66, 103, 117], "resiz": [67, 117], "roll": [68, 69], "shutter": [68, 69], "readout": 69, "sfm": 70, "algorithm": 70, "3dmodel": 71, "report": 74, "sky": 75, "sm": [76, 77], "cluster": [76, 109], "smrf": [78, 79, 80, 81], "scalar": 78, "slope": 79, "threshold": 80, "window": [81, 108], "split": [82, 83, 84, 109], "group": 83, "overlap": 84, "term": 85, "keep": 86, "unseen": 86, "face": 86, "outlier": 87, "singl": 88, "materi": 88, "global": 89, "seam": [89, 90], "level": [89, 90], "local": [90, 109], "tone": 91, "time": [93, 103], "3dmesh": 94, "exif": 95, "fix": 96, "param": 96, "hybrid": 97, "bundl": 97, "adjust": 97, "verbos": 98, "version": [99, 103], "video": [100, 101], "limit": [100, 109], "\u0c0e\u0c32": [102, 114], "\u0c38\u0c39\u0c15\u0c30": 102, "\u0c1a": [102, 104, 105, 106, 110, 114], "\u0c15\u0c2e": 102, "\u0c28": [102, 105, 110, 113, 115], "\u0c1f": [102, 104, 105, 107, 112, 113], "\u0c30": [102, 104, 105, 106, 112, 115], "\u0c26": 102, "\u0c37": 102, "\u0c35": [102, 105, 107, 110, 112, 115], "\u0c1a\u0c21": [102, 111], "\u0c2c\u0c17": 102, "\u0c15\u0c32\u0c28": 102, "\u0c38\u0c2e\u0c30": 102, "\u0c15": [102, 104, 105, 106, 107, 111, 112, 113, 115], "\u0c2e": [102, 105, 107, 110, 111, 113], "\u0c05\u0c2d": [102, 114], "\u0c2f\u0c30": [102, 114], "\u0c25\u0c28\u0c32\u0c28": 102, "\u0c21": [102, 105, 107, 112, 113, 115], "frequent": 103, "ask": 103, "question": 103, "process": [103, 117], "can": 103, "two": 103, "more": [103, 108], "stitch": 103, "them": 103, "togeth": 103, "The": 103, "softwar": 103, "my": 103, "cpu": [103, 108], "core": 103, "memori": [103, 108], "normal": 103, "If": 103, "nativ": 103, "alloc": [103, 108], "resourc": 103, "licens": 103, "want": 103, "commerci": 103, "applic": 103, "includ": 103, "odm": [103, 117], "do": 103, "need": [103, 108], "other": [103, 117], "asid": 103, "agplv3": 103, "issu": 103, "your": 103, "comput": 103, "run": [103, 108, 117], "out": 103, "you": [103, 117], "\u0c0e\u0c17": 104, "\u0c1c": [105, 106, 111, 113], "\u0c2a\u0c26": 105, "\u0c27\u0c24": 105, "\u0c17\u0c26": [105, 115], "\u0c07": 105, "\u0c1f\u0c30": 105, "posm": 105, "gcpi": 105, "\u0c0e\u0c21": 105, "\u0c30\u0c38": [105, 110], "\u0c24": [105, 106, 110, 113], "\u0c35\u0c28\u0c32": [105, 110], "\u0c37\u0c28": [106, 107], "opendronemap": [107, 113], "\u0c17\u0c24": 107, "instal": [108, 117], "get": [108, 109], "start": [108, 109], "quickstart": 108, "hardwar": [108, 116], "recommend": 108, "minimum": 108, "ram": 108, "n": 108, "1": 108, "check": 108, "virtual": 108, "support": [108, 116], "2": 108, "requir": 108, "3": 108, "4": 108, "webodm": [108, 117], "launch": 108, "maco": 108, "linux": 108, "ubuntu": 108, "debian": 108, "cento": 108, "rhel": 108, "fedora": 108, "arch": 108, "addit": 108, "basic": 108, "command": [108, 117], "troubleshoot": 108, "hello": 108, "than": 108, "machin": [108, 117], "larg": 109, "dataset": 109, "distribut": 109, "understand": 109, "access": [109, 117], "log": [109, 113, 117], "autosc": 109, "clusterodm": 109, "acknowledg": 109, "\u0c16\u0c1a": 110, "\u0c24\u0c24": 110, "\u0c0f\u0c2e": 110, "\u0c06\u0c36": 110, "\u0c1a\u0c28": 110, "\u0c30\u0c2d": 110, "\u0c05": 110, "\u0c36": 110, "\u0c07\u0c2e": 111, "\u0c32\u0c28": [111, 114], "\u0c09\u0c2a\u0c2f": 111, "\u0c2e\u0c32": 112, "\u0c30\u0c32": 112, "\u0c38\u0c2a": 112, "\u0c39": 112, "sentera": 112, "agx710": 112, "\u0c05\u0c35": 113, "\u0c06\u0c15": 113, "\u0c21\u0c32": 113, "\u0c06\u0c30": 113, "\u0c25": [113, 114], "\u0c05\u0c28": 113, "\u0c09\u0c24": 113, "\u0c26\u0c28\u0c32": 113, "\u0c2c": 113, "\u0c1a\u0c30": 114, "\u0c05\u0c26\u0c28\u0c2a": 115, "\u0c1a\u0c28\u0c32": 115, "\u0c35\u0c32\u0c2a\u0c30": 115, "thermal": 116, "usag": 116, "tutori": 117, "high": 117, "measur": 117, "stockpil": 117, "volum": 117, "fieldwork": 117, "plan": 117, "flight": 117, "pattern": 117, "height": 117, "paramet": 117, "expect": 117, "docker": 117, "list": 117, "instanc": 117, "line": 117, "clean": 117, "up": 117, "after": 117, "singular": 117, "sif": 117, "low": 117, "bandwidth": 117, "locat": 117, "thi": 117, "who": 117, "prep": 117, "directori": 117, "structur": 117, "droplet": 117, "pull": 117, "pin": 117, "awai": 117, "finish": 117, "assum": 117, "surviv": 117, "long": 117, "potre": 117, "viewer": 117, "modul": 117, "appear": 117, "budget": 117, "field": 117, "view": 117, "ey": 117, "dome": 117, "light": 117, "tool": 117, "clip": 117, "navig": 117, "scene": 117}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.todo": 2, "sphinx": 57}, "alltitles": {"Alignment Files": [[0, "alignment-files"]], "\u0c0e\u0c02\u0c2a\u0c3f\u0c15\u0c32\u0c41 \u0c2e\u0c30\u0c3f\u0c2f\u0c41 \u0c2b\u0c4d\u0c32\u0c3e\u0c17\u0c4d\u0c38\u0c4d": [[1, "options-and-flags"]], "3d-tiles": [[2, "d-tiles"]], "align": [[3, "align"]], "auto-boundary": [[4, "auto-boundary"]], "What Is Auto-Boundary?": [[4, "what-is-auto-boundary"]], "When Is Auto-Boundary Helpful?": [[4, "when-is-auto-boundary-helpful"]], "Why would one use auto-boundary?": [[4, "why-would-one-use-auto-boundary"]], "Example Images": [[4, "example-images"], [7, "example-images"], [8, "example-images"], [9, "example-images"], [11, "example-images"]], "True: --auto-boundary": [[4, "true-auto-boundary"]], "False: null": [[4, "false-null"], [7, "false-null"], [8, "false-null"], [11, "false-null"]], "auto-boundary-distance": [[5, "auto-boundary-distance"]], "bg-removal": [[6, "bg-removal"]], "boundary": [[7, "boundary"]], "What is Boundary [GeoJSON]?": [[7, "what-is-boundary-geojson"]], "When is Boundary [GeoJSON] appropriate?": [[7, "when-is-boundary-geojson-appropriate"]], "Why would one use Boundary [GeoJSON]?": [[7, "why-would-one-use-boundary-geojson"]], "How would one create Boundary [GeoJSON]?": [[7, "how-would-one-create-boundary-geojson"]], "GeoJSON.io": [[7, "geojson-io"]], "New GeoJSON": [[7, "new-geojson"]], "Creating A Polygon": [[7, "creating-a-polygon"]], "Placing Vertices": [[7, "placing-vertices"]], "Completing A Polygon": [[7, "completing-a-polygon"]], "Saving A Polygon": [[7, "saving-a-polygon"]], "Downloading A Polygon": [[7, "downloading-a-polygon"]], "Setting Boundary [GeoJSON] In Task Options": [[7, "setting-boundary-geojson-in-task-options"]], "Boundary [GeoJSON] Loaded In Task Options": [[7, "boundary-geojson-loaded-in-task-options"]], "QGIS": [[7, "qgis"]], "Creating A New Temporary Scratch Layer": [[7, "creating-a-new-temporary-scratch-layer"]], "New Temporary Scratch Layer Geometry Type": [[7, "new-temporary-scratch-layer-geometry-type"]], "New Temporary Scratch Layer Settings": [[7, "new-temporary-scratch-layer-settings"]], "Adding an Orthophoto Background": [[7, "adding-an-orthophoto-background"]], "Adding A Polyon Feature": [[7, "adding-a-polyon-feature"]], "Toggle Editing Off": [[7, "toggle-editing-off"]], "Save Changes To Temporary Scratch Layer": [[7, "save-changes-to-temporary-scratch-layer"]], "Export Temporary Scratch Layer Features": [[7, "export-temporary-scratch-layer-features"]], "Save Vector Layer As": [[7, "save-vector-layer-as"]], "True: --boundary [GeoJSON] - Point Cloud": [[7, "true-boundary-geojson-point-cloud"]], "True: --boundary [GeoJSON] - Orthophoto": [[7, "true-boundary-geojson-orthophoto"]], "True: --boundary [GeoJSON] - Digital Elevation Model": [[7, "true-boundary-geojson-digital-elevation-model"]], "True: --boundary [GeoJSON] - 3D Model/Textured Mesh": [[7, "true-boundary-geojson-3d-model-textured-mesh"]], "build-overviews": [[8, "build-overviews"]], "What Are Overviews?": [[8, "what-are-overviews"]], "When are Overviews appropriate?": [[8, "when-are-overviews-appropriate"]], "Why would one use Overviews?": [[8, "why-would-one-use-overviews"]], "True: --build-overviews": [[8, "true-build-overviews"]], "camera-lens": [[9, "camera-lens"]], "What Are Camera Lens Models?": [[9, "what-are-camera-lens-models"]], "When are manual selections appropriate?": [[9, "when-are-manual-selections-appropriate"]], "Why would one use a particular Camera Lens Model?": [[9, "why-would-one-use-a-particular-camera-lens-model"]], "auto : Rectilinear Data": [[9, "auto-rectilinear-data"]], "brown : Rectilinear Data": [[9, "brown-rectilinear-data"]], "fisheye : Rectilinear Data": [[9, "fisheye-rectilinear-data"]], "perspective : Rectilinear Data": [[9, "perspective-rectilinear-data"]], "spherical : Rectilinear Data": [[9, "spherical-rectilinear-data"]], "cameras": [[10, "cameras"]], "cog": [[11, "cog"]], "What Are Cloud Optimized GeoTIFFs (COGs)?": [[11, "what-are-cloud-optimized-geotiffs-cogs"]], "When are COGs appropriate?": [[11, "when-are-cogs-appropriate"]], "Why would one use COGs?": [[11, "why-would-one-use-cogs"]], "True: --cog": [[11, "true-cog"]], "copy-to": [[12, "copy-to"]], "crop": [[13, "crop"]], "debug": [[14, "debug"]], "dem-decimation": [[15, "dem-decimation"]], "dem-euclidean-map": [[16, "dem-euclidean-map"]], "dem-gapfill-steps": [[17, "dem-gapfill-steps"]], "dem-resolution": [[18, "dem-resolution"]], "depthmap-resolution": [[19, "depthmap-resolution"]], "dsm": [[20, "dsm"]], "dtm": [[21, "dtm"]], "end-with": [[22, "end-with"]], "fast-orthophoto": [[23, "fast-orthophoto"]], "feature-quality": [[24, "feature-quality"]], "feature-type": [[25, "feature-type"]], "force-gps": [[26, "force-gps"]], "gcp": [[27, "gcp"]], "geo": [[28, "geo"]], "gltf": [[29, "gltf"]], "gps-accuracy": [[30, "gps-accuracy"]], "help": [[31, "help"]], "ignore-gsd": [[32, "ignore-gsd"]], "matcher-neighbors": [[33, "matcher-neighbors"]], "matcher-type": [[34, "matcher-type"]], "max-concurrency": [[35, "max-concurrency"]], "merge": [[36, "merge"]], "mesh-octree-depth": [[37, "mesh-octree-depth"]], "mesh-size": [[38, "mesh-size"]], "min-num-features": [[39, "min-num-features"]], "name": [[40, "name"]], "no-gpu": [[41, "no-gpu"]], "optimize-disk-space": [[42, "optimize-disk-space"]], "orthophoto-compression": [[43, "orthophoto-compression"]], "orthophoto-cutline": [[44, "orthophoto-cutline"]], "orthophoto-kmz": [[45, "orthophoto-kmz"]], "orthophoto-no-tiled": [[46, "orthophoto-no-tiled"]], "orthophoto-png": [[47, "orthophoto-png"]], "orthophoto-resolution": [[48, "orthophoto-resolution"]], "pc-classify": [[49, "pc-classify"]], "pc-copc": [[50, "pc-copc"]], "pc-csv": [[51, "pc-csv"]], "pc-ept": [[52, "pc-ept"]], "pc-filter": [[53, "pc-filter"]], "pc-geometric": [[54, "pc-geometric"]], "pc-las": [[55, "pc-las"]], "pc-quality": [[56, "pc-quality"]], "pc-rectify": [[57, "pc-rectify"]], "pc-sample": [[58, "pc-sample"]], "pc-skip-geometric": [[59, "pc-skip-geometric"]], "pc-tile": [[60, "pc-tile"]], "primary-band": [[61, "primary-band"]], "project-path": [[62, "project-path"]], "radiometric-calibration": [[63, "radiometric-calibration"]], "rerun": [[64, "rerun"]], "rerun-all": [[65, "rerun-all"]], "rerun-from": [[66, "rerun-from"]], "resize-to": [[67, "resize-to"]], "rolling-shutter": [[68, "rolling-shutter"]], "rolling-shutter-readout": [[69, "rolling-shutter-readout"]], "sfm-algorithm": [[70, "sfm-algorithm"]], "skip-3dmodel": [[71, "skip-3dmodel"]], "skip-band-alignment": [[72, "skip-band-alignment"]], "skip-orthophoto": [[73, "skip-orthophoto"]], "skip-report": [[74, "skip-report"]], "sky-removal": [[75, "sky-removal"]], "sm-cluster": [[76, "sm-cluster"]], "sm-no-align": [[77, "sm-no-align"]], "smrf-scalar": [[78, "smrf-scalar"]], "smrf-slope": [[79, "smrf-slope"]], "smrf-threshold": [[80, "smrf-threshold"]], "smrf-window": [[81, "smrf-window"]], "split": [[82, "split"]], "split-image-groups": [[83, "split-image-groups"]], "split-overlap": [[84, "split-overlap"]], "texturing-data-term": [[85, "texturing-data-term"]], "texturing-keep-unseen-faces": [[86, "texturing-keep-unseen-faces"]], "texturing-outlier-removal-type": [[87, "texturing-outlier-removal-type"]], "texturing-single-material": [[88, "texturing-single-material"]], "texturing-skip-global-seam-leveling": [[89, "texturing-skip-global-seam-leveling"]], "texturing-skip-local-seam-leveling": [[90, "texturing-skip-local-seam-leveling"]], "texturing-tone-mapping": [[91, "texturing-tone-mapping"]], "tiles": [[92, "tiles"]], "time": [[93, "time"]], "use-3dmesh": [[94, "use-3dmesh"]], "use-exif": [[95, "use-exif"]], "use-fixed-camera-params": [[96, "use-fixed-camera-params"]], "use-hybrid-bundle-adjustment": [[97, "use-hybrid-bundle-adjustment"]], "verbose": [[98, "verbose"]], "version": [[99, "version"]], "video-limit": [[100, "video-limit"]], "video-resolution": [[101, "video-resolution"]], "\u0c0e\u0c32\u0c3e \u0c38\u0c39\u0c15\u0c30\u0c3f\u0c02\u0c1a\u0c3e\u0c32\u0c3f": [[102, "how-to-contribute"]], "\u0c15\u0c2e\u0c4d\u0c2f\u0c42\u0c28\u0c3f\u0c1f\u0c40 \u0c2b\u0c4b\u0c30\u0c02": [[102, "community-forum"]], "\u0c26\u0c4b\u0c37\u0c3e\u0c32\u0c41 \u0c28\u0c3f\u0c35\u0c47\u0c26\u0c3f\u0c02\u0c1a\u0c21\u0c02": [[102, "reporting-bugs"]], "\u0c2c\u0c17\u0c4d \u0c28\u0c3f\u0c35\u0c47\u0c26\u0c3f\u0c15\u0c32\u0c28\u0c41 \u0c38\u0c2e\u0c30\u0c4d\u0c2a\u0c3f\u0c02\u0c1a\u0c21\u0c3e\u0c28\u0c3f\u0c15\u0c3f \u0c2e\u0c42\u0c38": [[102, "template-for-submitting-bug-reports"]], "\u0c05\u0c2d\u0c4d\u0c2f\u0c30\u0c4d\u0c25\u0c28\u0c32\u0c28\u0c41 \u0c32\u0c3e\u0c17\u0c02\u0c21\u0c3f": [[102, "pull-requests"]], "Frequently Asked Questions": [[103, "frequently-asked-questions"]], "Data Processing": [[103, "data-processing"]], "Can I process two or more orthophoto GeoTIFFs to stitch them together?": [[103, "can-i-process-two-or-more-orthophoto-geotiffs-to-stitch-them-together"]], "The software is not using all of my CPU cores / memory / GPU all of the times. Is it normal?": [[103, "the-software-is-not-using-all-of-my-cpu-cores-memory-gpu-all-of-the-times-is-it-normal"]], "If I use the native version of the software, how can I allocate more resources for processing?": [[103, "if-i-use-the-native-version-of-the-software-how-can-i-allocate-more-resources-for-processing"]], "Licensing": [[103, "licensing"]], "I want to build a commercial application that includes ODM. Do I need a commercial license?": [[103, "i-want-to-build-a-commercial-application-that-includes-odm-do-i-need-a-commercial-license"]], "Are there other licensing options aside from the AGPLv3?": [[103, "are-there-other-licensing-options-aside-from-the-agplv3"]], "Memory issues": [[103, "memory-issues"]], "Your computer is running out of memory, what can you do?": [[103, "your-computer-is-running-out-of-memory-what-can-you-do"]], "\u0c0e\u0c17\u0c3f\u0c30\u0c47 \u0c1a\u0c3f\u0c1f\u0c4d\u0c15\u0c3e\u0c32\u0c41": [[104, "flying-tips"]], "\u0c17\u0c4d\u0c30\u0c4c\u0c02\u0c21\u0c4d \u0c15\u0c02\u0c1f\u0c4d\u0c30\u0c4b\u0c32\u0c4d \u0c2a\u0c3e\u0c2f\u0c3f\u0c02\u0c1f\u0c4d\u0c32\u0c41": [[105, "ground-control-points"]], "\u0c1c\u0c3f\u0c38\u0c3f\u0c2a\u0c3f \u0c38\u0c46\u0c1f\u0c4d\u0c1f\u0c3f\u0c02\u0c17\u0c4d \u0c15\u0c4b\u0c38\u0c02 \u0c38\u0c3f\u0c2b\u0c3e\u0c30\u0c4d\u0c38\u0c41 \u0c1a\u0c47\u0c38\u0c3f\u0c28 \u0c2a\u0c26\u0c4d\u0c27\u0c24\u0c41\u0c32\u0c41": [[105, "recommended-practices-for-gcp-setting"]], "GCP \u0c2b\u0c48\u0c32\u0c4d \u0c2b\u0c3e\u0c30\u0c4d\u0c2e\u0c3e\u0c1f\u0c4d": [[105, "gcp-file-format"]], "\u0c35\u0c3f\u0c28\u0c3f\u0c2f\u0c4b\u0c17\u0c26\u0c3e\u0c30\u0c41 \u0c07\u0c02\u0c1f\u0c30\u0c4d\u200c\u0c2b\u0c47\u0c38\u0c4d\u200c\u0c32\u0c41": [[105, "user-interfaces"]], "POSM GCPi": [[105, "id1"]], "\u0c1c\u0c3f\u0c38\u0c3f\u0c2a\u0c3f \u0c0e\u0c21\u0c3f\u0c1f\u0c30\u0c4d \u0c2a\u0c4d\u0c30\u0c4b": [[105, "id2"]], "\u0c2a\u0c4d\u0c30\u0c38\u0c4d\u0c24\u0c3e\u0c35\u0c28\u0c32\u0c41": [[105, "references"], [110, "references"]], "\u0c1a\u0c3f\u0c24\u0c4d\u0c30\u0c02 \u0c1c\u0c3f\u0c2f\u0c4b\u0c32\u0c4a\u0c15\u0c47\u0c37\u0c28\u0c4d \u0c2b\u0c48\u0c32\u0c4d\u0c38\u0c4d": [[106, "image-geolocation-files"]], "OpenDroneMap \u0c2f\u0c4a\u0c15\u0c4d\u0c15 \u0c21\u0c3e\u0c15\u0c4d\u0c2f\u0c41\u0c2e\u0c46\u0c02\u0c1f\u0c47\u0c37\u0c28\u0c4d\u200c\u0c15\u0c41 \u0c38\u0c4d\u0c35\u0c3e\u0c17\u0c24\u0c02": [[107, "welcome-to-opendronemap-s-documentation"]], "Installation and Getting Started": [[108, "installation-and-getting-started"]], "Quickstart": [[108, "quickstart"]], "Hardware Recommendations": [[108, "hardware-recommendations"]], "Minimum RAM needed for N images": [[108, "id4"]], "Installation": [[108, "installation"]], "Windows": [[108, "windows"]], "Step 1. Check Virtualization Support": [[108, "step-1-check-virtualization-support"], [108, "id1"]], "Step 2. Install Requirements": [[108, "step-2-install-requirements"], [108, "id2"]], "Step 3. Check Memory and CPU Allocation": [[108, "step-3-check-memory-and-cpu-allocation"], [108, "id3"]], "Step 4. Download WebODM": [[108, "step-4-download-webodm"]], "Step 4. Launch WebODM": [[108, "step-4-launch-webodm"]], "macOS": [[108, "macos"]], "Step 4. Download and Launch WebODM": [[108, "step-4-download-and-launch-webodm"]], "Linux": [[108, "linux"]], "Step 1. Install Requirements": [[108, "step-1-install-requirements"]], "Install on Ubuntu / Debian": [[108, "install-on-ubuntu-debian"]], "Install on CentOS / RHEL": [[108, "install-on-centos-rhel"]], "Install on Fedora": [[108, "install-on-fedora"]], "Install on Arch": [[108, "install-on-arch"]], "Step 2. Check Additional Requirements": [[108, "step-2-check-additional-requirements"]], "Step 3. Download and Launch WebODM": [[108, "step-3-download-and-launch-webodm"]], "Basic Commands and Troubleshooting": [[108, "basic-commands-and-troubleshooting"]], "Hello, WebODM!": [[108, "hello-webodm"]], "Running on more than one machine": [[108, "running-on-more-than-one-machine"]], "Splitting Large Datasets": [[109, "splitting-large-datasets"]], "Calibrate images": [[109, "calibrate-images"]], "Local Split-Merge": [[109, "local-split-merge"]], "Distributed Split-Merge": [[109, "distributed-split-merge"]], "Getting Started with Distributed Split-Merge": [[109, "getting-started-with-distributed-split-merge"]], "Understanding the Cluster": [[109, "understanding-the-cluster"]], "Accessing the Logs": [[109, "accessing-the-logs"]], "Autoscaling ClusterODM": [[109, "autoscaling-clusterodm"]], "Limitations": [[109, "limitations"]], "Acknowledgments": [[109, "acknowledgments"]], "\u0c2e\u0c4d\u0c2f\u0c3e\u0c2a\u0c4d \u0c16\u0c1a\u0c4d\u0c1a\u0c3f\u0c24\u0c24\u0c4d\u0c35\u0c02": [[110, "map-accuracy"]], "\u0c0f\u0c2e\u0c3f \u0c06\u0c36\u0c3f\u0c02\u0c1a\u0c28\u0c41": [[110, "what-to-expect"]], "\u0c2e\u0c4d\u0c2f\u0c3e\u0c2a\u0c4d \u0c16\u0c1a\u0c4d\u0c1a\u0c3f\u0c24\u0c24\u0c4d\u0c35\u0c3e\u0c28\u0c4d\u0c28\u0c3f \u0c2a\u0c4d\u0c30\u0c2d\u0c3e\u0c35\u0c3f\u0c24\u0c02 \u0c1a\u0c47\u0c38\u0c47 \u0c05\u0c02\u0c36\u0c3e\u0c32\u0c41": [[110, "aspects-impacting-map-accuracy"]], "\u0c07\u0c2e\u0c47\u0c1c\u0c4d \u0c2e\u0c3e\u0c38\u0c4d\u0c15\u0c4d\u200c\u0c32\u0c28\u0c41 \u0c09\u0c2a\u0c2f\u0c4b\u0c17\u0c3f\u0c02\u0c1a\u0c21\u0c02": [[111, "using-image-masks"]], "\u0c2e\u0c32\u0c4d\u0c1f\u0c40\u0c38\u0c4d\u0c2a\u0c46\u0c15\u0c4d\u0c1f\u0c4d\u0c30\u0c32\u0c4d \u0c38\u0c2a\u0c4b\u0c30\u0c4d\u0c1f\u0c4d": [[112, "multispectral-support"]], "\u0c39\u0c3e\u0c30\u0c4d\u0c21\u0c4d\u0c35\u0c47\u0c30\u0c4d": [[112, "hardware"]], "\u0c35\u0c3e\u0c21\u0c41\u0c15": [[112, "usage"]], "Sentera AGX710": [[112, "sentera-agx710"]], "OpenDroneMap \u0c05\u0c35\u0c41\u0c1f\u0c4d\u200c\u0c2a\u0c41\u0c1f\u0c4d\u200c\u0c32\u0c41": [[113, "opendronemap-outputs"]], "\u0c2a\u0c3e\u0c2f\u0c3f\u0c02\u0c1f\u0c4d \u0c15\u0c4d\u0c32\u0c4c\u0c21\u0c4d": [[113, "point-cloud"]], "3D \u0c06\u0c15\u0c43\u0c24\u0c3f \u0c2e\u0c4b\u0c21\u0c32\u0c4d": [[113, "d-textured-model"]], "\u0c06\u0c30\u0c4d\u0c25\u0c4b\u0c2b\u0c4b\u0c1f\u0c4b": [[113, "orthophoto"]], "DTM / DSM": [[113, "dtm-dsm"]], "Logs": [[113, "logs"]], "\u0c05\u0c28\u0c4d\u0c28\u0c3f \u0c09\u0c24\u0c4d\u0c2a\u0c3e\u0c26\u0c28\u0c32 \u0c1c\u0c3e\u0c2c\u0c3f\u0c24\u0c3e": [[113, "list-of-all-outputs"]], "\u0c2b\u0c40\u0c1a\u0c30\u0c4d\u0c32\u0c28\u0c41 \u0c0e\u0c32\u0c3e \u0c05\u0c2d\u0c4d\u0c2f\u0c30\u0c4d\u0c25\u0c3f\u0c02\u0c1a\u0c3e\u0c32\u0c3f": [[114, "how-to-request-features"]], "\u0c05\u0c26\u0c28\u0c2a\u0c41 \u0c38\u0c42\u0c1a\u0c28\u0c32\u0c41": [[115, "additional-references"]], "\u0c35\u0c3f\u0c28\u0c3f\u0c2f\u0c4b\u0c17\u0c26\u0c3e\u0c30\u0c41\u0c32 \u0c15\u0c4b\u0c38\u0c02": [[115, "for-users"]], "\u0c21\u0c46\u0c35\u0c32\u0c2a\u0c30\u0c4d\u0c32 \u0c15\u0c4b\u0c38\u0c02": [[115, "for-developers"]], "Thermal Support": [[116, "thermal-support"]], "Hardware": [[116, "hardware"]], "Usage": [[116, "usage"]], "Tutorials": [[117, "tutorials"]], "Creating High Quality Orthophotos": [[117, "creating-high-quality-orthophotos"]], "Calibrating the Camera": [[117, "calibrating-the-camera"]], "Creating Digital Elevation Models": [[117, "creating-digital-elevation-models"]], "Measuring stockpile volume": [[117, "measuring-stockpile-volume"]], "Fieldwork planning": [[117, "fieldwork-planning"]], "Flight pattern": [[117, "flight-pattern"]], "Flight height": [[117, "flight-height"]], "GCPs": [[117, "gcps"]], "Processing parameters": [[117, "processing-parameters"]], "Measuring": [[117, "measuring"]], "Expected accuracy": [[117, "expected-accuracy"]], "Using Docker": [[117, "using-docker"]], "Listing Docker Machines": [[117, "listing-docker-machines"]], "Accessing logs on the instance": [[117, "accessing-logs-on-the-instance"]], "Command line access to instances": [[117, "command-line-access-to-instances"]], "Cleaning up after Docker": [[117, "cleaning-up-after-docker"]], "Using Singularity": [[117, "using-singularity"]], "Downloading image": [[117, "downloading-image"]], "Using Singularity SIF image": [[117, "using-singularity-sif-image"]], "Using ODM from low-bandwidth location": [[117, "using-odm-from-low-bandwidth-location"]], "What is this and who is it for?": [[117, "what-is-this-and-who-is-it-for"]], "Steps": [[117, "steps"]], "Install": [[117, "install"]], "Prep data and project": [[117, "prep-data-and-project"]], "Directory structure": [[117, "directory-structure"]], "Resize droplet, pull pin, run away": [[117, "resize-droplet-pull-pin-run-away"]], "After it finishes (assuming you survive that long)": [[117, "after-it-finishes-assuming-you-survive-that-long"]], "Using Potree 3D viewer module on WebODM": [[117, "using-potree-3d-viewer-module-on-webodm"]], "Cameras": [[117, "cameras"]], "Textured model": [[117, "textured-model"]], "Appearance": [[117, "appearance"]], "Point budget": [[117, "point-budget"]], "Field of view": [[117, "field-of-view"]], "Eye Dome-lighting": [[117, "eye-dome-lighting"]], "Background": [[117, "background"]], "Other": [[117, "other"]], "Tools": [[117, "tools"]], "Measurement": [[117, "measurement"]], "Clipping": [[117, "clipping"]], "Navigation": [[117, "navigation"]], "Scene": [[117, "scene"]]}, "indexentries": {}}) \ No newline at end of file