Submitted Successfully!
To reward your contribution, here is a gift for you: A free trial for our video production service.
Thank you for your contribution! You can also upload a video entry or images related to this topic.
Version Summary Created by Modification Content Size Created at Operation
1 handwiki -- 1063 2022-09-28 01:38:07

Video Upload Options

Do you have a full video?

Confirm

Are you sure to Delete?
Cite
If you have any further questions, please contact Encyclopedia Editorial Office.
HandWiki. Structure from Motion. Encyclopedia. Available online: https://encyclopedia.pub/entry/28307 (accessed on 20 April 2024).
HandWiki. Structure from Motion. Encyclopedia. Available at: https://encyclopedia.pub/entry/28307. Accessed April 20, 2024.
HandWiki. "Structure from Motion" Encyclopedia, https://encyclopedia.pub/entry/28307 (accessed April 20, 2024).
HandWiki. (2022, October 06). Structure from Motion. In Encyclopedia. https://encyclopedia.pub/entry/28307
HandWiki. "Structure from Motion." Encyclopedia. Web. 06 October, 2022.
Structure from Motion
Edit

Structure from Motion (SfM) is a photogrammetric range imaging technique for estimating three-dimensional structures from two-dimensional image sequences that may be coupled with local motion signals. It is studied in the fields of computer vision and visual perception. In biological vision, SfM refers to the phenomenon by which humans (and other living creatures) can recover 3D structure from the projected 2D (retinal) motion field of a moving object or scene.

local motion retinal computer vision

1. Principle

Digital surface model of motorway interchange construction site. By Kbosak - Own work, CC BY 3.0, https://commons.wikimedia.org/w/index.php?curid=14633627
Real photo x SfM with texture color x SfM with simple shader. Made with Python Photogrammetry Toolbox GUI and rendered in Blender with Cycles. By Cicero Moraes - Own work, CC BY-SA 4.0, https://commons.wikimedia.org/w/index.php?curid=25696193
Bezmiechowa airfield 3D digital surface model extracted from data collected during 30min flight of Pteryx UAV. 

Humans perceive a lot of information about the three-dimensional structure in their environment by moving around it. When the observer moves, objects around them move different amounts depending on their distance from the observer. This is known as motion parallax, and from this depth information can be used to generate an accurate 3D representation of the world around them.[1]

Finding structure from motion presents a similar problem to finding structure from stereo vision. In both instances, the correspondence between images and the reconstruction of 3D object needs to be found.

To find correspondence between images, features such as corner points (edges with gradients in multiple directions) are tracked from one image to the next. One of the most widely used feature detectors is the scale-invariant feature transform (SIFT). It uses the maxima from a difference-of-Gaussians (DOG) pyramid as features. The first step in SIFT is finding a dominant gradient direction. To make it rotation-invariant, the descriptor is rotated to fit this orientation.[2] Another common feature detector is the SURF (speeded-up robust features).[3] In SURF, the DOG is replaced with a Hessian matrix-based blob detector. Also, instead of evaluating the gradient histograms, SURF computes for the sums of gradient components and the sums of their absolute values.[4] Its usage of integral images allows the features to be detected extremely quickly with high detection rate.[5] Therefore, comparing to SIFT, SURF is a faster feature detector with drawback of less accuracy in feature positions.[4] Another type of feature recently made practical for structure from motion are general curves (e.g., locally an edge with gradients in one direction), part of a technology known as "Pointless" SfM[6][7], useful when point features are insufficient, common in man-made environments.[8]

The features detected from all the images will then be matched. One of the matching algorithms that track features from one image to another is the Lukas–Kanade tracker.[9]

Sometimes some of the matched features are incorrectly matched. This is why the matches should also be filtered. RANSAC (random sample consensus) is the algorithm that is usually used to remove the outlier correspondences. In the paper of Fischler and Bolles, RANSAC is used to solve the location determination problem (LDP), where the objective is to determine the points in space that project onto an image into a set of landmarks with known locations.[10]

The feature trajectories over time are then used to reconstruct their 3D positions and the camera's motion.[11] An alternative is given by so-called direct approaches, where geometric information (3D structure and camera motion) is directly estimated from the images, without intermediate abstraction to features or corners.[12]

There are several approaches to structure from motion. In incremental SFM[13], camera poses are solved for and added one by one to the collection. In global SFM [14][15], the poses of all cameras are solved for at the same time. A somewhat intermediate approach is out-of-core SFM, where several partial reconstructions are computed that are then integrated into a global solution.

2. Applications

2.1. Geosciences

Structure from Motion photogrammetry with multi-view stereo provides hyperscale landform models using images acquired from a range of digital cameras and optionally a network of ground control points. The technique is not limited in temporal frequency and can provide point cloud data comparable in density and accuracy to those generated by terrestrial and airborne laser scanning at a fraction of the cost.[16][17][18]. Structure from motion is also useful in remote or rugged environments where terrestrial laser scanning is limited by equipment portability and airborne laser scanning is limited by terrain roughness causing loss of data and image foreshortening. The technique has been applied in many settings such as rivers[19], badlands[20], sandy coastlines[21][22], fault zones[23], landslides[24], and coral reef settings[25]. SfM has been also successfully applied for the assessment of large wood accumulation volume[26] and porosity[27] in fluvial systems, as well as for the characterization of rock masses through the determination of some properties as the orientation, persistence, etc. of discontinuities[28][29]. A full range of digital cameras can be utilized, including digital SLR's, compact digital cameras and even smart phones. Generally though, higher accuracy data will be achieved with more expensive cameras, which include lenses of higher optical quality. The technique therefore offers exciting opportunities to characterize surface topography in unprecedented detail and, with multi-temporal data, to detect elevation, position and volumetric changes that are symptomatic of earth surface processes. Structure from Motion can be placed in the context of other digital surveying methods.

2.2. Cultural heritage

Cultural heritage is present everywhere. Its structural control, documentation and conservation is one of humanity's main duties (UNESCO). Under this point of view, SfM is used in order to properly estimate situations as well as planning and maintenance efforts and costs, control and restoration. Because serious constraints often exist connected to the accessibility of the site and impossibility to install invasive surveying pillars that did not permit the use of traditional surveying routines (like total stations), SfM provides a non-invasive approach for the structure, without the direct interaction between the structure and any operator. The use is accurate as only qualitative considerations are needed. It is fast enough to respond to the monument’s immediate management needs.[30] The first operational phase is an accurate preparation of the photogrammetric surveying where is established the relation between best distance from the object, focal length, the ground sampling distance (GSD) and the sensor’s resolution. With this information the programmed photographic acquisitions must be made using vertical overlapping of at least 60% (figure 02).[31]

References

  1. Linda G. Shapiro; George C. Stockman (2001). Computer Vision. Prentice Hall. ISBN 978-0-13-030796-5. 
  2. D. G. Lowe (2004). "Distinctive image features from scale-invariant keypoints". International Journal of Computer Vision 60 (2): 91–110. doi:10.1023/b:visi.0000029664.99615.94.  https://dx.doi.org/10.1023%2Fb%3Avisi.0000029664.99615.94
  3. H. Bay; T. Tuytelaars; L. Van Gool (2006). "Surf: Speeded up robust features". 9th European Conference on Computer Vision. 
  4. K. Häming; G. Peters (2010). "The structure-from-motion reconstruction pipeline – a survey with focus on short image sequences". Kybernetika 46 (5): 926–937. http://dml.cz/dmlcz/141400. 
  5. Viola, P.; Jones, M. (2001). "Rapid object detection using a boosted cascade of simple features". Proceedings of the 2001 IEEE Computer Society Conference on Computer Vision and Pattern Recognition. CVPR 2001 (Kauai, HI, USA: IEEE Comput. Soc) 1: I–511–I-518. doi:10.1109/CVPR.2001.990517. ISBN 978-0-7695-1272-3. http://ieeexplore.ieee.org/document/990517/. 
  6. Nurutdinova, Andrew; Fitzgibbon, Andrew (2015). "Towards Pointless Structure from Motion: 3D reconstruction and camera parameters from general 3D curves". Proceedings of the IEEE International Conference on Computer Vision (ICCV 2015): 2363–2371. doi:10.1109/ICCV.2015.272. ISBN 978-1-4673-8391-2. http://openaccess.thecvf.com/content_iccv_2015/papers/Nurutdinova_Towards_Pointless_Structure_ICCV_2015_paper.pdf. 
  7. Fabbri, Ricardo; Giblin, Peter; Kimia, Benjamin (2012). "Camera Pose Estimation Using First-Order Curve Differential Geometry". Lecture Notes in Computer Science (ECCV 2012). Lecture Notes in Computer Science 7575: 231–244. doi:10.1007/978-3-642-33765-9_17. ISBN 978-3-642-33764-2. https://rfabbri.github.io/stuff/fabbri-giblin-kimia-eccv2012-final-ext.pdf. 
  8. Apple, ARKIT team (2018). "Understanding ARKit Tracking and Detection". WWDC. https://developer.apple.com/videos/play/wwdc2018/610. 
  9. B. D. Lucas; T. Kanade. "An iterative image registration technique with an application to stereo vision". Ijcai81. 
  10. M. A. Fischler; R. C. Bolles (1981). "Random sample consensus: a paradigm for model fitting with applications to image analysis and automated cartography". Commun. ACM 24 (6): 381–395. doi:10.1145/358669.358692.  https://dx.doi.org/10.1145%2F358669.358692
  11. F. Dellaert; S. Seitz; C. Thorpe; S. Thrun (2000). "Structure from Motion without Correspondence". IEEE Computer Society Conference on Computer Vision and Pattern Recognition. http://www.ri.cmu.edu/pub_files/pub2/dellaert_frank_2000_1/dellaert_frank_2000_1.pdf. 
  12. Engel, Jakob; Schöps, Thomas; Cremers, Daniel (2014). "European Conference on Computer Vision (ECCV) 2014". https://vision.in.tum.de/_media/spezial/bib/engel14eccv.pdf. 
  13. J.L. Schönberger; J.M. Frahm (2016). "Structure-from-Motion Revisited". IEEE Computer Society Conference on Computer Vision and Pattern Recognition. https://www.cv-foundation.org/openaccess/content_cvpr_2016/papers/Schonberger_Structure-From-Motion_Revisited_CVPR_2016_paper.pdf. 
  14. C. Tomasi; T. Kanade (1992). "Shape and motion from image streams under orthography: a factorization method". International Journal of Computer Vision 9 (2): 137–154. doi:10.1007/BF00129684.  https://dx.doi.org/10.1007%2FBF00129684
  15. V.M. Govindu (2001). "Combining two-view constraints for motion estimation". IEEE Computer Society Conference on Computer Vision and Pattern Recognition 2: II-218-II-225. doi:10.1109/CVPR.2001.990963. ISBN 0-7695-1272-0.  https://dx.doi.org/10.1109%2FCVPR.2001.990963
  16. Westoby, M. J.; Brasington, J.; Glasser, N. F.; Hambrey, M. J.; Reynolds, J. M. (2012-12-15). "'Structure-from-Motion' photogrammetry: A low-cost, effective tool for geoscience applications". Geomorphology 179: 300–314. doi:10.1016/j.geomorph.2012.08.021. Bibcode: 2012Geomo.179..300W. https://pure.aber.ac.uk/portal/en/publications/structurefrommotion-photogrammetry-a-lowcost-effective-tool-for-geoscience-applications(8f446bb7-ebe8-4bf3-b6f3-89951cdc87ed).html. 
  17. James, M. R.; Robson, S. (2012-09-01). "Straightforward reconstruction of 3D surfaces and topography with a camera: Accuracy and geoscience application" (in en). Journal of Geophysical Research: Earth Surface 117 (F3): F03017. doi:10.1029/2011jf002289. ISSN 2156-2202. Bibcode: 2012JGRF..117.3017J. https://eprints.lancs.ac.uk/id/eprint/56018/1/James_and_Robson_2012_SfM_MVS.pdf. 
  18. Fonstad, Mark A.; Dietrich, James T.; Courville, Brittany C.; Jensen, Jennifer L.; Carbonneau, Patrice E. (2013-03-30). "Topographic structure from motion: a new development in photogrammetric measurement" (in en). Earth Surface Processes and Landforms 38 (4): 421–430. doi:10.1002/esp.3366. ISSN 1096-9837. Bibcode: 2013ESPL...38..421F. http://dro.dur.ac.uk/20541/1/20541.pdf. 
  19. Javernick, L.; Brasington, J.; Caruso, B. (2014). "Modeling the topography of shallow braided rivers using Structure-from-Motion photogrammetry". Geomorphology 213: 166–182. doi:10.1016/j.geomorph.2014.01.006. Bibcode: 2014Geomo.213..166J.  https://dx.doi.org/10.1016%2Fj.geomorph.2014.01.006
  20. Smith, Mark William; Vericat, Damià (2015-09-30). "From experimental plots to experimental landscapes: topography, erosion and deposition in sub-humid badlands from Structure-from-Motion photogrammetry" (in en). Earth Surface Processes and Landforms 40 (12): 1656–1671. doi:10.1002/esp.3747. ISSN 1096-9837. Bibcode: 2015ESPL...40.1656S. http://eprints.whiterose.ac.uk/85414/14/MWS_main_text_badlands_forLeeds.pdf. 
  21. Goldstein, Evan B; Oliver, Amber R; deVries, Elsemarie; Moore, Laura J; Jass, Theo (2015-10-22). "Ground control point requirements for structure-from-motion derived topography in low-slope coastal environments" (in en). PeerJ PrePrints. doi:10.7287/peerj.preprints.1444v1. ISSN 2167-9843.  https://dx.doi.org/10.7287%2Fpeerj.preprints.1444v1
  22. Mancini, Francesco; Dubbini, Marco; Gattelli, Mario; Stecchi, Francesco; Fabbri, Stefano; Gabbianelli, Giovanni (2013-12-09). "Using Unmanned Aerial Vehicles (UAV) for High-Resolution Reconstruction of Topography: The Structure from Motion Approach on Coastal Environments" (in en). Remote Sensing 5 (12): 6880–6898. doi:10.3390/rs5126880. Bibcode: 2013RemS....5.6880M.  https://dx.doi.org/10.3390%2Frs5126880
  23. Johnson, Kendra; Nissen, Edwin; Saripalli, Srikanth; Arrowsmith, J. Ramón; McGarey, Patrick; Scharer, Katherine; Williams, Patrick; Blisniuk, Kimberly (2014-10-01). "Rapid mapping of ultrafine fault zone topography with structure from motion". Geosphere 10 (5): 969–986. doi:10.1130/GES01017.1. Bibcode: 2014Geosp..10..969J.  https://dx.doi.org/10.1130%2FGES01017.1
  24. Del Soldato, M.; Riquelme, A.; Bianchini, S.; Tomàs, R.; Di Martire, D.; De Vita, P.; Moretti, S.; Calcaterra, D. (2018-06-06). "Multisource data integration to investigate one century of evolution for the Agnone landslide (Molise, southern Italy)". Landslides 15 (11): 2113–2128. doi:10.1007/s10346-018-1015-z. ISSN 1612-510X.  https://dx.doi.org/10.1007%2Fs10346-018-1015-z
  25. Bryson, Mitch; Duce, Stephanie; Harris, Dan; Webster, Jody M.; Thompson, Alisha; Vila-Concejo, Ana; Williams, Stefan B. (2016). "Geomorphic changes of a coral shingle cay measured using Kite Aerial Photography". Geomorphology 270: 1–8. doi:10.1016/j.geomorph.2016.06.018. Bibcode: 2016Geomo.270....1B.  https://dx.doi.org/10.1016%2Fj.geomorph.2016.06.018
  26. Spreitzer, Gabriel; Tunnicliffe, Jon; Friedrich, Heide (2019-12-01). "Using Structure from Motion photogrammetry to assess large wood (LW) accumulations in the field" (in en). Geomorphology 346: 106851. doi:10.1016/j.geomorph.2019.106851. Bibcode: 2019Geomo.34606851S.  https://dx.doi.org/10.1016%2Fj.geomorph.2019.106851
  27. Spreitzer, Gabriel; Tunnicliffe, Jon; Friedrich, Heide (2020). "Large wood (LW) 3D accumulation mapping and assessment using structure from Motion photogrammetry in the laboratory" (in en). Journal of Hydrology 581: 124430. doi:10.1016/j.jhydrol.2019.124430. Bibcode: 2020JHyd..58124430S.  https://dx.doi.org/10.1016%2Fj.jhydrol.2019.124430
  28. Riquelme, A.; Cano, M.; Tomás, R.; Abellán, A. (2017-01-01). "Identification of Rock Slope Discontinuity Sets from Laser Scanner and Photogrammetric Point Clouds: A Comparative Analysis" (in en). Procedia Engineering 191: 838–845. doi:10.1016/j.proeng.2017.05.251. ISSN 1877-7058.  https://dx.doi.org/10.1016%2Fj.proeng.2017.05.251
  29. Jordá Bordehore, Luis; Riquelme, Adrian; Cano, Miguel; Tomás, Roberto (2017-09-01). "Comparing manual and remote sensing field discontinuity collection used in kinematic stability assessment of failed rock slopes" (in en). International Journal of Rock Mechanics and Mining Sciences 97: 24–32. doi:10.1016/j.ijrmms.2017.06.004. ISSN 1365-1609. http://rua.ua.es/dspace/bitstream/10045/67528/4/2017_Jorda_etal_IJRMMS_revised.pdf. 
  30. Guidi. G.; Beraldin, J.A.; Atzeni, C. High accuracy 3D modelling of cultural heritage: The digitizing of Donatello. IEEE Trans. Image Process. 2004, 13, 370–380
  31. Kraus, K., 2007. Photogrammetry: Geometry from Image and Laser Scans. Walter de Gruyter, 459 pp. ISBN:978-3-11-019007-6
More
Information
Subjects: Others
Contributor MDPI registered users' name will be linked to their SciProfiles pages. To register with us, please refer to https://encyclopedia.pub/register :
View Times: 2.6K
Entry Collection: HandWiki
Revision: 1 time (View History)
Update Date: 06 Oct 2022
1000/1000