Digital outcrop model
   HOME

TheInfoList



OR:

A digital outcrop model (DOM), also called a virtual outcrop model, is a digital 3D representation of the
outcrop An outcrop or rocky outcrop is a visible exposure of bedrock or ancient superficial deposits on the surface of the Earth. Features Outcrops do not cover the majority of the Earth's land surface because in most places the bedrock or superficial ...
surface, mostly in a form of textured
polygon mesh In 3D computer graphics and solid modeling, a polygon mesh is a collection of , s and s that defines the shape of a polyhedral object. The faces usually consist of triangles (triangle mesh), quadrilaterals (quads), or other simple convex polyg ...
. DOMs allow for interpretation and reproducible measurementJ.A. Bellian, C. Kerans and D.C. Jennette, 2005. Digital Outcrop Models: Applications of Terrestrial Scanning Lidar Technology in Stratigraphic Modeling, Journal of Sedimentary Research, vol. 75, issue 2, pp. 166-176 of different geological features, e.g. orientation of geological surfaces, width and thickness of layers. The quantity of identifiable and measurable geological features highly depends on the outcrop model resolution and accuracy. Using
remote sensing Remote sensing is the acquisition of information about an object or phenomenon without making physical contact with the object, in contrast to in situ or on-site observation. The term is applied especially to acquiring information about Earth ...
techniques enables these 3D models to cover areas with difficult accessibility, e.g. several meter high cliff walls. The fact that geological interpretation can be performed on the screen, also in inaccessible areas where using conventional fieldwork methods may be unsafe, and the large quantity of data that can be collected in relatively short time are the key advantages of using DOMs.
Georeferencing Georeferencing means that the internal coordinate system of a map or aerial photo image can be related to a geographic coordinate system. The relevant coordinate transforms are typically stored within the image file ( GeoPDF and GeoTIFF are exam ...
digital outcrop models allows for integration with other spatial data, e.g. results of
digital geologic mapping Digital geologic mapping is the process by which Geology#Whole-Earth structure, geological features are observed, analyzed, and recorded in the field and displayed in real-time on a computer or personal digital assistant (PDA). The primary functio ...
or
GIS A geographic information system (GIS) is a type of database containing Geographic data and information, geographic data (that is, descriptions of phenomena for which location is relevant), combined with Geographic information system software, sof ...
. Alternatively to the photorealistic textured models 3D digital outcrop models may be represented by a point cloud coloured with the spectral (RGB) data from the corresponding images. Such surface model representation accurately describes the topography of the outcrop but due to its discrete nature is often difficult to interpret (see Figure 1.). Texturing digital polygonal outcrop models with images enhances the models with high resolution continuous data and therefore facilitates geological interpretation.


Creation techniques

Creation of textured DOMs can be divided into three main steps: * creation of the outcrop surface model, * pre-processing and registration of images covering the outcrop, *
texture mapping Texture mapping is a method for mapping a texture on a computer-generated graphic. Texture here can be high frequency detail, surface texture, or color. History The original technique was pioneered by Edwin Catmull in 1974. Texture mapping ...
. In order to achieve the required model resolution and accuracy data are mostly collected from the ground (terrestrial) or from a helicopter platform ( mobile mapping). Airborne and satellite data may also be integrated but mostly as complementary datasets for the outcrop areas where close-range data are missing.


Digital outcrop surface model

Creation of the digital outcrop surface model consists of the following steps: # Data acquisition ::Digital data needed to create an outcrop surface model may be obtained, as in the case of
digital elevation model A digital elevation model (DEM) or digital surface model (DSM) is a 3D computer graphics representation of elevation data to represent terrain or overlaying objects, commonly of a planet, moon, or asteroid. A "global DEM" refers to a discrete gl ...
s, from
laser scanning Laser scanning is the controlled deflection of laser beams, visible or invisible. Scanned laser beams are used in some 3-D printers, in rapid prototyping, in machines for material processing, in laser engraving machines, in ophthalmological la ...
or reconstructed from multiple images taken from multiple views using
structure from motion 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 visio ...
or
stereo vision Stereopsis () is the component of depth perception retrieved through binocular vision. Stereopsis is not the only contributor to depth perception, but it is a major one. Binocular vision happens because each eye receives a different image becaus ...
techniques. An incomplete list of software packages allowing for image based modelling can be found
here Here is an adverb that means "in, on, or at this place". It may also refer to: Software * Here Technologies, a mapping company * Here WeGo (formerly Here Maps), a mobile app and map website by Here Television * Here TV (formerly "here!"), a TV ...
. ::Models produced with the above mentioned methods may result in comparable scale and level of detail. Regardless of the method applied, the primary resulting data are similar: 3D (X,Y,Z) coordinates of large number of points, in a form of a
point cloud Point or points may refer to: Places * Point, Lewis, a peninsula in the Outer Hebrides, Scotland * Point, Texas, a city in Rains County, Texas, United States * Point, the NE tip and a ferry terminal of Lismore, Inner Hebrides, Scotland * Point ...
, describing the outcrop surface. : 2. Merging point clouds and georeferencing ::Point clouds obtained from different perspectives need to be merged and registered into a single coordinate system (together with the images). In the registration process a 3D transformation is computed between common parts of two point clouds. The 3D transformation parameters can be found on the basis of the corresponding points in the two point clouds, surface matching, and in the case of mobile mapping supported by
GNSS A satellite navigation or satnav system is a system that uses satellites to provide autonomous geo-spatial positioning. It allows satellite navigation devices to determine their location (longitude, latitude, and altitude/elevation) to high pre ...
and
INS INS or Ins or ''variant'', may refer to: Places * Ins, Switzerland, a municipality * Creech Air Force Base (IATA airport code INS) * Indonesia, ITF and UNDP code INS Biology *'' Ins'', a New World genus of bee flies * INS, the gene for the insul ...
, by using the direct sensor orientation method ::In the point cloud georeferencing process a 3D transformation is computed between the local project coordinate system and a geodetic coordinate system. In order to complete that action minimum three points are required, that can be located in the point cloud and their coordinates in the geodetic system are known (measured using surveying methods or
GNSS A satellite navigation or satnav system is a system that uses satellites to provide autonomous geo-spatial positioning. It allows satellite navigation devices to determine their location (longitude, latitude, and altitude/elevation) to high pre ...
). : 3. Point cloud cleaning and decimation ::Regardless of the methodology of the data acquisition, the resulting point cloud is usually filtered and cleaned from unwanted objects, e.g. vegetation. Decrease of the overall point cloud density might be required depending on the outcrop surface complexity and size of the dataset. : 4. 3D triangulation and triangle mesh optimization :: In order to enable the possibility of model texturing, the edited point cloud is transformed into a
triangulated irregular network In computer graphics, a triangulated irregular network (TIN) is a representation of a continuous surface consisting entirely of triangular facets (a triangle mesh), used mainly as Discrete Global Grid in primary elevation modeling. The vertic ...
(
triangle mesh In computer graphics, a triangle mesh is a type of polygon mesh. It comprises a set of triangles (typically in three dimensions) that are connected by their common edges or vertices. Many graphics software packages and hardware devices can ...
). Correct 3D data triangulation is a non-trivial task due to potential scan shadows, vegetation, sharp topography changes and random errors. Therefore additional mesh editing and optimization is often required to improve equiangularity, solve topology problems or reorient inverted surface normals.


Digital images

# Image registration ::Creation of the textured 3D models requires definition of the relationship between all the triangle mesh vertices and the corresponding image points. Collinearity condition can be used in order to find that relationship, but image interior and exterior orientation parameters need to be known. :: Interior (intrinsic) camera orientation parameters are derived from the camera calibration process. ::When laser scanning is used during the data collection, the camera is mostly coupled rigidly with the scanner and its orientation relative to the scanner is precisely measured. In such cases exterior (extrinsic) orientation parameters can be easily retrieved for all the images using 3D transformation. Otherwise it is possible to establish exterior camera orientation parameters on the basis of known coordinates of minimum three points on the 3D outcrop surface model and the image. ::In the case of a 3D outcrop surface model derived from photo modelling, the interior and exterior image orientation parameters may be computed by the modelling software. :2. Image pre-selection and colour balancing ::Depending on the applied rendering approach (see next
section Section, Sectioning or Sectioned may refer to: Arts, entertainment and media * Section (music), a complete, but not independent, musical idea * Section (typography), a subdivision, especially of a chapter, in books and documents ** Section sign ...
) a pre-selection of images most relevant for texture mapping might be needed. ::If the images used in the final texturing process were acquired under different illumination conditions and colours of corresponding features visible in different images differ significantly, image colour adjustment may be required.


Texture mapping

Different
texture mapping Texture mapping is a method for mapping a texture on a computer-generated graphic. Texture here can be high frequency detail, surface texture, or color. History The original technique was pioneered by Edwin Catmull in 1974. Texture mapping ...
algorithms exist, e.g.: single image texturing, texture colour blending or view-dependent texturing. The single image texturing approach is often used, due to its simplicity and efficiency.


Visualization

Visualization of large textured 3D models is still somewhat problematic and highly dependent on the hardware. The 3D nature of DOMs (multiple values for each X,Y position) results in a form of data that is not suitable for inputting to most geographical information systems. However several off-the-shelf visualization software packages exist that also allow for geological interpretation and measurements: * ''Virtual Reality Geological Studio'' by VRGeoscience Limited * ''Stratabox'' by Imaged Reality * ''Lime'' by Virtual Outcrop Group * ''Sirovision'' by CAE Mining * ''RiSCAN PRO'' by Riegl * ''ShapeMetrix3D'' by 3G Software & Measurement; also allows for surface model extraction from multiple images * ''3DM Analyst'' by Adamtech; also allows for surface model extraction from multiple images * ''SketchUp'' by Google; Not designed for handling large models with many texture materials * ''CloudCompare'' Open Source point cloud and mesh processing.


Digital outcrop models vs. photo panels

A photo panel is a mosaic of several images, commonly used in geology for outcrop documentation and reference to geometric object properties. Scale of such photo panels is approximately established to assess size of different geological features. However, these measures normally contain errors associated with the distortion produced during the transformation of 3D outcrops into 2D image plane and with the imprecision of the manual
image stitching Image stitching or photo stitching is the process of combining multiple photographic images with overlapping fields of view to produce a segmented panorama or high-resolution image. Commonly performed through the use of computer software, most app ...
process. Due to their 3D nature digital outcrop models provide correct and accurate measures of the features listed in the next
section Section, Sectioning or Sectioned may refer to: Arts, entertainment and media * Section (music), a complete, but not independent, musical idea * Section (typography), a subdivision, especially of a chapter, in books and documents ** Section sign ...
.


Data extractable from digital outcrop models

* 3D lines representing e.g.: ** clinoform contacts ** channel bodies and sedimentary structures ** facies contacts ** fractures ** fault ** delineation of fill-in features ** stratigraphic horizons ** local sedimentary features, e.g. tidal bundles * strike and dip angles * thickness and width of sedimentary units * the material composition * observation of various factors change over distance


Complementary data

Analysis of the digital outcrop models may be enhanced with wide variety of
georeference Georeferencing means that the internal coordinate system of a map or aerial photo image can be related to a geographic coordinate system. The relevant coordinate transforms are typically stored within the image file ( GeoPDF and GeoTIFF are exam ...
d digital data, e.g.: * aerial photos *
satellite imagery Satellite images (also Earth observation imagery, spaceborne photography, or simply satellite photo) are images of Earth collected by imaging satellites operated by governments and businesses around the world. Satellite imaging companies sell ima ...
*
digital terrain models A digital elevation model (DEM) or digital surface model (DSM) is a 3D computer graphics representation of elevation data to represent terrain or overlaying objects, commonly of a planet, moon, or asteroid. A "global DEM" refers to a discrete g ...
*
topographic map In modern mapping, a topographic map or topographic sheet is a type of map characterized by large- scale detail and quantitative representation of relief features, usually using contour lines (connecting points of equal elevation), but historic ...
s * geological maps and sections *
seismic images Geophysical imaging (also known as geophysical tomography) is a minimally destructive geophysical technique that investigates the subsurface of a terrestrial planet. Geophysical imaging is a noninvasive imaging technique with a high parametrical ...
* gravity data * magnetic data * data acquired with a
ground penetrating radar Ground-penetrating radar (GPR) is a Geophysics, geophysical method that uses radar pulses to Geophysical imaging, image the subsurface. It is a non-intrusive method of surveying the sub-surface to investigate underground utilities such as concrete, ...
. * hyperspectral imagery * well core data * well logs * data resulting from
digital geologic mapping Digital geologic mapping is the process by which Geology#Whole-Earth structure, geological features are observed, analyzed, and recorded in the field and displayed in real-time on a computer or personal digital assistant (PDA). The primary functio ...
Using not georeferenced data with DOMs is possible but requires more work to position the auxiliary data relative to the DOM.


Applications

* Use of DOMs for outcrop analogue characterisation (i.e. geological formations similar to subsurface formations containing resources like hydrocarbons) in areas with limited accessibility or the cost of obtaining data is too high *
Geologic modelling Geologic modelling, geological modelling or geomodelling is the applied science of creating computerized representations of portions of the Earth's crust based on geophysical and geological observations made on and below the Earth surface. A g ...
** increased fine-scale understanding of the geological processes ** enhancement of the reservoir model with high resolution measurements ** enhance the understanding of subsurface rock formations ** input data for geological modelling derived directly from DOMs *
Enhanced oil recovery Enhanced oil recovery (abbreviated EOR), also called tertiary recovery, is the extraction of crude oil from an oil field that cannot be extracted otherwise. EOR can extract 30% to 60% or more of a reservoir's oil, compared to 20% to 40% using ...
* Teaching purposes: DOMs available prior to a field trip allow students to familiarize themselves with a location and enable the possibility to verify some of the discussion theses afterwards.


See also

*
3D data acquisition and object reconstruction 3D scanning is the process of analyzing a real-world object or environment to collect data on its shape and possibly its appearance (e.g. color). The collected data can then be used to construct digital 3D models. A 3D scanner can be based on m ...
*
Photogrammetry Photogrammetry is the science and technology of obtaining reliable information about physical objects and the environment through the process of recording, measuring and interpreting photographic images and patterns of electromagnetic radiant ima ...
*
Image-based modeling and rendering In computer graphics and computer vision, image-based modeling and rendering (IBMR) methods rely on a set of two-dimensional images of a scene to generate a three-dimensional model and then render some novel views of this scene. The traditional ...
*
Geologic modelling Geologic modelling, geological modelling or geomodelling is the applied science of creating computerized representations of portions of the Earth's crust based on geophysical and geological observations made on and below the Earth surface. A g ...
*
Digital geologic mapping Digital geologic mapping is the process by which Geology#Whole-Earth structure, geological features are observed, analyzed, and recorded in the field and displayed in real-time on a computer or personal digital assistant (PDA). The primary functio ...


References

{{Reflist


External links


VRGeoscience Limited

Imaged Reality

Virtual Outcrop Geology Group



Son of Blaze Canyon, Book Cliffs, Utah
from the BYU PRISM Group Geologic maps 3D computer graphics Geological techniques