HOME

TheInfoList



OR:

Digital image correlation and tracking is an optical method that employs tracking and
image registration Image registration is the process of transforming different sets of data into one coordinate system. Data may be multiple photographs, data from different sensors, times, depths, or viewpoints. It is used in computer vision, medical imaging, mil ...
techniques for accurate 2D and 3D measurements of changes in 2D images or 3D volumes. This method is often used to measure full-field
displacement Displacement may refer to: Physical sciences Mathematics and physics *Displacement (geometry), is the difference between the final and initial position of a point trajectory (for instance, the center of mass of a moving object). The actual path ...
and strains, and it is widely applied in many areas of science and engineering. Compared to
strain gauge A strain gauge (also spelled strain gage) is a device used to measure Deformation (mechanics)#Strain, strain on an object. Invented by Edward E. Simmons and Arthur C. Ruge in 1938, the most common type of strain gauge consists of an Electrical in ...
s and
extensometer An extensometer is a device that is used to measure changes in the length of an object. It is useful for stress- strain measurements and tensile tests. Its name comes from "extension-meter". It was invented by Charles Huston who described it ...
s, digital image correlation methods provide finer details about deformation, due to the ability to provide both local and average data.


Overview

Digital image correlation (DIC) techniques have been increasing in popularity, especially in micro- and nano-scale mechanical testing applications due to their relative ease of implementation and use. Advances in computer technology and digital cameras have been the enabling technologies for this method and while white-light optics has been the predominant approach, DIC can be and has been extended to almost any imaging technology. The concept of using
cross-correlation In signal processing, cross-correlation is a measure of similarity of two series as a function of the displacement of one relative to the other. This is also known as a ''sliding dot product'' or ''sliding inner-product''. It is commonly used f ...
to measure shifts in datasets has been known for a long time, and it has been applied to digital images since at least the early 1970s. The present-day applications are almost innumerable, including image analysis, image compression, velocimetry, and strain estimation. Much early work in DIC in the field of mechanics was led by researchers at the University of South Carolina in the early 1980s and has been optimized and improved in recent years. Commonly, DIC relies on finding the maximum of the correlation array between pixel intensity array subsets on two or more corresponding images, which gives the integer translational shift between them. It is also possible to estimate shifts to a finer resolution than the resolution of the original images, which is often called "sub-pixel" registration because the measured shift is smaller than an integer pixel unit. For sub-pixel interpolation of the shift, other methods do not simply maximize the correlation coefficient. An iterative approach can also be used to maximize the interpolated correlation coefficient by using non-linear optimization techniques.J. Yang, K. Bhattacharya, "Augmented Lagrangian Digital Image Correlation", Exp. Mech. 59 (2019), 187-205. Matlab code: https://www.mathworks.com/matlabcentral/fileexchange/70499-augmented-lagrangian-digital-image-correlation-and-tracking The non-linear optimization approach tends to be conceptually simpler and can handle large deformations more accurately, but as with most nonlinear optimization techniques, it is slower. The two-dimensional discrete cross correlation r_ can be defined in several ways, one possibility being: : r_ = \frac. Here ''f''(''m'', ''n'') is the pixel intensity or the gray-scale value at a point (''m'', ''n'') in the original image, ''g''(''m'', ''n'') is the gray-scale value at a point (''m'', ''n'') in the translated image, \bar and \bar are mean values of the intensity matrices ''f'' and ''g'' respectively. However, in practical applications, the correlation array is usually computed using Fourier-transform methods, since the
fast Fourier transform A fast Fourier transform (FFT) is an algorithm that computes the discrete Fourier transform (DFT) of a sequence, or its inverse (IDFT). A Fourier transform converts a signal from its original domain (often time or space) to a representation in ...
is a much faster method than directly computing the correlation. : \mathbf = \mathcal\, \quad \mathbf = \mathcal\. Then taking the
complex conjugate In mathematics, the complex conjugate of a complex number is the number with an equal real part and an imaginary part equal in magnitude but opposite in sign. That is, if a and b are real numbers, then the complex conjugate of a + bi is a - ...
of the second result and multiplying the
Fourier transform In mathematics, the Fourier transform (FT) is an integral transform that takes a function as input then outputs another function that describes the extent to which various frequencies are present in the original function. The output of the tr ...
s together elementwise, we obtain the Fourier transform of the correlogram,\ R: : R = \mathbf \circ \mathbf^*, where \circ is the Hadamard product (entry-wise product). It is also fairly common to normalize the magnitudes to unity at this point, which results in a variation called ''
phase correlation Phase correlation is an approach to estimate the relative Translation (geometry), translative offset between two similar images (digital image correlation) or other data sets. It is commonly used in image registration and relies on a frequency-doma ...
''. Then the cross-correlation is obtained by applying the inverse Fourier transform: :\ r = \mathcal^\. At this point, the coordinates of the maximum of r_ give the integer shift: :(\Delta x, \Delta y) = \arg\max_\.


Deformation mapping

For deformation mapping, the mapping function that relates the images can be derived from comparing a set of subwindow pairs over the whole images. (Figure 1). The coordinates or grid points (''xi'', ''yj'') and (''xi''*, ''yj''*) are related by the translations that occur between the two images. If the deformation is small and perpendicular to the optical axis of the camera, then the relation between (''xi'', ''yj'') and (''xi''*, ''yj''*) can be approximated by a 2D affine transformation such as: :x^* = x + u + \frac\Delta x + \frac\Delta y, :y^* = y + v + \frac\Delta x + \frac\Delta y. Here ''u'' and ''v'' are translations of the center of the sub-image in the ''X'' and ''Y'' directions respectively. The distances from the center of the sub-image to the point (''x'', ''y'') are denoted by \Delta x and \Delta y. Thus, the correlation coefficient ''rij'' is a function of displacement components (''u'', ''v'') and displacement gradients :\frac,\frac,\frac,\frac. DIC has proven to be very effective at mapping deformation in macroscopic mechanical testing, where the application of specular markers (e.g. paint, toner powder) or surface finishes from machining and polishing provide the needed contrast to correlate images well. However, these methods for applying surface contrast do not extend to the application of free-standing thin films for several reasons. First, vapor deposition at normal temperatures on semiconductor grade substrates results in mirror-finish quality films with RMS roughnesses that are typically on the order of several nanometers. No subsequent polishing or finishing steps are required, and unless electron imaging techniques are employed that can resolve microstructural features, the films do not possess enough useful surface contrast to adequately correlate images. Typically this challenge can be circumvented by applying paint that results in a random speckle pattern on the surface, although the large and turbulent forces resulting from either spraying or applying paint to the surface of a free-standing thin film are too high and would break the specimens. In addition, the sizes of individual paint particles are on the order of μms, while the film thickness is only several hundred nanometers, which would be analogous to supporting a large boulder on a thin sheet of paper.


Digital volume correlation

Digital Volume Correlation (DVC, and sometimes called Volumetric-DIC) extends the 2D-DIC algorithms into three dimensions to calculate the full-field 3D deformation from a pair of 3D images. This technique is distinct from 3D-DIC, which only calculates the 3D deformation of an ''exterior surface'' using conventional optical images. The DVC algorithm is able to track full-field displacement information in the form of voxels instead of pixels. The theory is similar to above except that another dimension is added: the z-dimension. The displacement is calculated from the correlation of 3D subsets of the reference and deformed volumetric images, which is analogous to the correlation of 2D subsets described above.Bay BK, Smith TS, Fyhrie DP, Saad M (1999
Digital volume correlation: Three-dimensional strain mapping using X-ray Tomography.
Exp Mech 39(3):217–226.
DVC can be performed using volumetric image datasets. These images can be obtained using
confocal microscopy Confocal microscopy, most frequently confocal laser scanning microscopy (CLSM) or laser scanning confocal microscopy (LSCM), is an optical imaging technique for increasing optical resolution and contrast (vision), contrast of a micrograph by me ...
,
X-ray computed tomography An X-ray (also known in many languages as Röntgen radiation) is a form of high-energy electromagnetic radiation with a wavelength shorter than those of ultraviolet rays and longer than those of gamma rays. Roughly, X-rays have a wavelength ran ...
,
Magnetic Resonance Imaging Magnetic resonance imaging (MRI) is a medical imaging technique used in radiology to generate pictures of the anatomy and the physiological processes inside the body. MRI scanners use strong magnetic fields, magnetic field gradients, and ...
or other techniques. Similar to the other DIC techniques, the images must exhibit a distinct, high-contrast 3D "speckle pattern" to ensure accurate displacement measurement.Jianyong Huang, Xiaochang Pan, Shanshan Li, Xiaoling Peng, Chunyang Xiong, and Jing Fang (2011
A Digital Volume Correlation Technique for 3-D Deformation Measurements of Soft Gels.
International Journal of Applied Mechanics 3(2) 335-354.
DVC was first developed in 1999 to study the deformation of trabecular bone using X-ray computed tomography images. Since then, applications of DVC have grown to include granular materials, metals, foams, composites and biological materials. To date it has been used with images acquired by MRI imaging, Computer Tomography (CT), micro-CT,
confocal microscopy Confocal microscopy, most frequently confocal laser scanning microscopy (CLSM) or laser scanning confocal microscopy (LSCM), is an optical imaging technique for increasing optical resolution and contrast (vision), contrast of a micrograph by me ...
, and lightsheet microscopy. DVC is currently considered to be ideal in the research world for 3D quantification of local displacements, strains, and stress in biological specimens. It is preferred because of the non-invasiveness of the method over traditional experimental methods. Two of the key challenges are improving the speed and reliability of the DVC measurement. The 3D imaging techniques produce noisier images than conventional 2D optical images, which reduces the quality of the displacement measurement. Computational speed is restricted by the file sizes of 3D images, which are significantly larger than 2D images. For example, an 8-bit (1024x1024) pixel 2D image has a file size of 1 MB, while an 8-bit (1024x1024x1024) voxel 3D image has a file size of 1 GB. This can be partially offset using
parallel computing Parallel computing is a type of computing, computation in which many calculations or Process (computing), processes are carried out simultaneously. Large problems can often be divided into smaller ones, which can then be solved at the same time. ...
.M. Gates, J. Lambros & M. T. Heath (2011
Towards High Performance Digital Volume Correlation.
51 491–507
J. Yang, L. Hazlett, A. K. Landauer, C. Franck, "Augmented Lagrangian Digital Volume Correlation". Exp. Mech. (2020). Matlab code: https://www.mathworks.com/matlabcentral/fileexchange/77019-augmented-lagrangian-digital-volume-correlation-aldvc


Uses

Digital image correlation has demonstrated uses in the following industries: *Automotive *Aerospace *Biological *Industrial *Research and Education *Government and Military *Biomechanics *Robotics *
Electronics Electronics is a scientific and engineering discipline that studies and applies the principles of physics to design, create, and operate devices that manipulate electrons and other Electric charge, electrically charged particles. It is a subfield ...
It has also been used for mapping earthquake deformation.


DIC Standardization

The International Digital Image Correlation Society () is a body composed of members from academia, government, and industry, and is involved in training and educating end-users about DIC systems and the standardization of DIC practice for general applications. Created in 2015, the iDIC has been focused on creating standardizations for DIC users.


See also

*
Optical flow Optical flow or optic flow is the pattern of apparent motion of objects, surfaces, and edges in a visual scene caused by the relative motion between an observer and a scene. Optical flow can also be defined as the distribution of apparent velocit ...
* Stress * Strain *
Displacement vector In geometry and mechanics, a displacement is a vector whose length is the shortest distance from the initial to the final position of a point P undergoing motion. It quantifies both the distance and direction of the net or total motion along ...
*
Particle Image Velocimetry Particle image velocimetry (PIV) is an optical method of flow visualization used in education and research. It is used to obtain instantaneous velocity measurements and related properties in fluids. The fluid is seeded with tracer particles whic ...
* Digital Image Correlation for Electronics


References


External links


''Mathematica'' ImageCorrelate functionUsing Digital Image Correlation to Measure Strain on a Tubine BladeImage Systems DICDIC in Electronic DesignDIC Applications in Aerospace3D Optical Strain Measurements
*The International Digital Image Correlation Society
iDICs
{{DEFAULTSORT:Digital Image Correlation Continuum mechanics Materials science Optical metrology Image processing