User Tools

Site Tools

how_to_create_dem

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

how_to_create_dem [2017/05/15 19:34]
efox created
how_to_create_dem [2017/05/15 20:49] (current)
efox
Line 1: Line 1:
-====== data acquisition ======+====== methods ======
   * **limited number of points**   * **limited number of points**
         * on-ground surveys         * on-ground surveys
               * total station or GPS               * total station or GPS
 +                    * Assuming a correct use of the instruments and the post‐processing computer tools, the MDEs generated with these data will have high accuracy
         * indirect methods         * indirect methods
               * photogrammetry               * photogrammetry
Line 13: Line 14:
         * indirect methods         * indirect methods
               * cross-correlation photogrammetric methods               * cross-correlation photogrammetric methods
 +                    * comparison of digital images from stereoscopic pairs of digitized aerial photographs
 +                    * There is a wide variety in DEM accuracy depending on the flight's height and focal length of the camera, the accuracy in field support, the aerotriangulation method used, the resolution when scanning photos, the operator experience, and the instruments used.
               * Structure from Motion               * Structure from Motion
 +                    * Photogrammetric techniques that allow, starting from conventional photographs not calibrated:
 +                        * obtain the position of cameras and the angles of correlations
 +                        * obtain maps of disparity (paralax)
 +                        * get a cloud of high density points
 +                        * generate DSM
 +                        * final objective is to determine a 3D model of the terrain
               * RADAR interferometry               * RADAR interferometry
               * digital cartography               * digital cartography
-==== total station or GPS ==== 
-  * Assuming a correct use of the instruments and the post‐processing computer tools, the MDEs generated with these data will have high accuracy 
  
-==== cross-correlation photogrammetric method ==== +====== algorithms for SfM====== 
-  * comparison of digital images from stereoscopic pairs of digitized aerial photographs +  * SIFT (Scale Invariant Feature Transform) 
-  There is a wide variety in DEM accuracy depending on the flight's height and focal length of the camera, the accuracy in field support, the aerotriangulation method used, the resolution when scanning photos, the operator experience, and the instruments used.+        * for detection of invariant points 
 +        It aims to find relevant features in an image by analyzing the invariance in scale, rotation and position 
 +        * We extract the elements in the spatial and frequency domain that have invariance 
 +        * For each obtained point a descriptor is generated and is used to match the elements found in each one of the individual images 
 +        * By mapping points between images, the 3D position of the point is determined 
 +        * detection of endpoints in the space of scales -> location of the characteristic points -> allocation of dominant orientationbased on the local gradients of the image -> descriptor generation 
 +  * Descriptor SURF (Speeded-up robust features) 
 +        * Enhanced computational performance using a Hessian matrix and an integral image descriptor. Is several times faster than SIFT and more robust against different image transformations than SIFT 
 +  * ASIFT (assine SIFT) 
 +        * Determines invariant points with SIFT when performing affine transformations 
 +  * PCA-SIFT 
 +        * Variation of SIFT against changes of illumination and that reduces the dimensionality of the feature vectors 
 +  * GLOH (Gradient Location‐Orientation Histogram) 
 +        * Calculate SIFT for the regions resulting from 3 divisions in the radial direction and 8 in the angular direction 
  
  
  
Permalink how_to_create_dem.1494869698.txt.gz · Last modified: 2017/05/15 19:34 by efox

oeffentlich