Hasse–Davenport relation

From formulasearchengine
Revision as of 19:26, 20 April 2013 by en>Yobot (→‎References: WP:CHECKWIKI error fixes - Replaced endash with hyphen in sortkey per WP:MCSTJR using AWB (9100))
Jump to navigation Jump to search

Digital Image Correlation and Tracking (DIC/DDIT) is an optical method that employs tracking & image registration techniques for accurate 2D and 3D measurements of changes in images. This is often used to measure deformation (engineering), displacement, strain, and optical flow, but it is widely applied in many areas of science and engineering. One very common application is for measuring the motion of an optical mouse.

Overview

Digital image correlation (DIC) techniques have been increasing in popularity, especially in micro- and nano-scale mechanical testing applications due to its 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 correlation to measure shifts in datasets has been known for a long time, and it was applied to digital images at least as early as 1975.[1][2] The present day applications are almost innumerable and include 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[3][4][5] and has been optimized and improved in recent years.[6][7][8][9][10][11][12] Commonly, DIC relies on the maximization of a correlation coefficient that is determined by examining pixel intensity array subsets on two or more corresponding images and extracting the deformation mapping function that relates the images (Figure 1). However, there are other methods that do not directly analyze the correlation coefficient, as is common in phase correlation. An iterative approach can be used to maximize the correlation coefficient by using nonlinear optimization techniques. The nonlinear optimization approach tends to be conceptually simpler, but as with most nonlinear optimization techniques, it is quite slow, and the problem can sometimes be reduced to a much faster and more stable linear optimization in phase space.

The cross correlation coefficient is defined as

Here F(xi, yj) is the pixel intensity or the gray scale value at a point (xi, yj) in the undeformed image. G(xi*, yj*) is the gray scale value at a point (xi*, yj*) in the deformed image. and are mean values of the intensity matrices F and G, respectively. The coordinates or grid points (xi, yj) and (xi*, yj*) are related by the deformation that occurs between the two images. If the motion is 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:

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 and . Thus, the correlation coefficient rij is a function of displacement components (u, v) and displacement gradients

.
File:Dic fundamentals.jpg
Figure 1: Basic concept of DIC

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 freestanding 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 freestanding 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 nms, which would be analogous to supporting a large boulder on a thin sheet of paper.

Very recently, advances in pattern application and deposition at reduced length scales have exploited small-scale synthesis methods including nano-scale chemical surface restructuring and photolithography of computer-generated random specular patterns to produce suitable surface contrast for DIC. The application of very fine powder particles that electrostatically adhere to the surface of the specimen and can be digitally tracked is one approach. For Al thin films, fine alumina abrasive polishing powder was initially used since the particle sizes are relatively well controlled, although the adhesion to Al films was not very good and the particles tended to agglomerate excessively. The candidate that worked most effectively was a silica powder designed for a high temperature adhesive compound (Aremco, inc.), which was applied through a plastic syringe. A light blanket of powder would coat the gage section of the tensile sample and the larger particles could be blown away gently. The remaining particles would be those with the best adhesion to the surface, and under low-angle grazing illumination conditions, the specimen gage section would appear as shown in Figure 2. While the surface contrast present is not ideal for DIC, the high intensity ratio between the particles and the background provide a unique opportunity to track the particles between consecutive digital images taken during deformation. This can be achieved quite straightforwardly using digital image processing techniques, although the resolution is always limited to a single pixel. To attain tracking with subpixel resolution, a novel image-based tracking algorithm using MATLAB was developed, dubbed Digital Differential Image Tracking (DDIT), and will be discussed here briefly.

Differential Digital Image Tracking (DDIT)

The DDIT method exploits the shape of these powder particles when digitally imaged in the intensity domain as shown in Figure 2. The resemblance of the particles to mathematical functions that are adept at describing peak shapes with precise center locations and broadening (tails) allow them to be fit to a given function and thus tracked.

Figure 2: Intensity profile of markers for DDIT

It is perhaps coincidental that the symmetric normal (Gauss) distribution function proficiently fits the intensity profiles of the particles, although many functions would be suitable as well (e.g., Pearson VII, Cauchy). This function can also be described in two dimensions. The quality of the Gaussian fit to a peak profile is shown in Figure 3.

File:Peak fits.jpg
Figure 3: Peak profile of marker with corresponding Gaussian fit

The DDIT script works in the following fashion as schematically shown in Figure 4 [missing figure] (alongside, for comparison, the DIC code, see link, that was also developed). A detailed guide that describes the inner workings of both the DDIT and DIC code can be found below. First, images are captured during the course of a mechanical test. Second, a list of image filenames is generated and the image capture times are extracted from the original images in order to synchronize the DDIT data to that of the data acquisition system. The markers are then automatically detected in the first image (after undergoing automatic background subtraction) by an image processing algorithm that labels connected components in a binary image and subsequently, information regarding the size and shape of these components are extracted (e.g. area, bounding box, centroid, major axis length, minor axis length, etc.). Particles with properties that do not conform to specifications for “ideal” shapes are thrown out, and the remaining markers in the first image are fit to a Gaussian function (in this thesis work) using a nonlinear least-squares algorithm in both the longitudinal and transverse directions. The normalized residuals of the fit of the peak to the function are calculated for every peak (typically several hundred in an image such as Figure 5 [missing figure]) and again, fits deemed “poor” as given by the value of the residual are removed from the analysis. This process now continues for every image in the sequence, and the result includes the position of the peak center, which is then post-processed using a visualization and data analysis script that allows visualization and output of the quantities of interest. Incidentally, the DDIT technique has also been successfully applied to the testing of brittle SiO2 and ductile Au thin films.

Resolution of DIC/DDIT

The resolution that one can achieve in practice using these image-based techniques depends on a number of factors, including but not limited to camera resolution, lens optical quality, and marker size and quality. To demonstrate the achievable resolution that one can achieve using the setup and techniques described herein using both DIC and DDIT, a tensile test performed on a brittle linear elastic submicrometre (t ~ 250 nm) freestanding Al-32 at%Mo specimen was analyzed for strain using both methods. This specimen was chosen because it exhibits small strains that are difficult to resolve and also because it is amorphous and thus minimizes any microstructural inhomogeneities. The initial raster grid that was applied for the DIC method and the automatically labeled markers (“good” markers are shown as circles) are shown in Figures 6 and 7 (missing figures), respectively. The representative stress strain response from this film is shown in Figure 8 (missing figure), where both longitudinal (shown in blue) and transverse (shown in green) strains were calculated using DIC with two subset image sizes (15 and 25 pixels) and DDIT. It is apparent from these results that the peak tracking algorithm works quite effectively at resolving the response of this film, even when tracking about 50 times fewer points. The insets of Figure 8 (??) show the typical strain variation that was achieved, where as low as 40 με was observed in the longitudinal direction using DDIT. It was concluded that either of these techniques were effective at measuring the Young’s moduli of these specimens, although the transverse strain resolution obtained using DIC is at the upper limit of what one would desire to measure Poisson’s ratio.

Digital Volume Correlation

Digital Volume Correlation (DVC) is a related analysis method with close ties to 2D-DIC. 3D-DIC successfully maps 3D deformations, but it does so by capturing planar images of the surface of a body only. 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. Instead of minimizing a coefficient based on the summed difference of intensity values in a subset of a planar image, minimization is done in a 3D-subset where intensity values corresponding to (x,y,z) values are compared to a standard and the summed difference minimized using predictive, 3D displacement fields.[13]

DVC can be done on any image dataset that represents a volume. The most popular way to do this currently is to use a sectioning microscope to take consecutive images at incremental depths. These images can then be reconstructed into a 3D matrix of intensity values representing the volume. For accurate calculation, it is required that a distinctly original 3D voxel pattern be captured so that minimization will settle on the proper values. This requires low noise levels and unique markers within the imaged volume.[14]

The experimental DVC method is still being developed and optimized for speed and reliability. The first proposition of DVC was in 1999 by the authors Bay, Smith, Fyhrie, and Saad. [13] This group used X-ray Tomography to image volumes that could then be correlated using the DVC algorithm which they developed in theory. Since then the method has grown in acceptance and has expanded to different imaging techniques. To date it has been used with MRI imaging, Computer Tomography (CT), and microCT. Recently, the technique has been expanded by the development of confocal microscopy, which allows for the imaging and testing of live tissue samples with techniques such as Second-Harmonic Generation (SHG) and Multi-Photon Fluorescence Imaging. DVC is currently considered to be ideal in the research world for 3D quantization of local displacements, strains, and stress in biological specimens. It is preferred because of the non-invasiveness of the method over traditional experimental methods. [14]

References

  1. H. Pohl, O. Weibrecht, and U. Wiesenburg, "Arrangement for control of aerial cameras," US Patent 3997795, filed 4-23-1975.
  2. T.J. Keating, P.R. Wolf, and F.L. Scarpace,"An Improved Method of Digital Image Correlation," Photogrammetric Engineering and Remote Sensing 41(8):993-1002,(1975)
  3. T.C. Chu, W.F. Ranson, M.A. Sutton, W.H. Peters, Exp Mech 25 (1985) 232.
  4. H.A. Bruck, S.R. McNeill, M.A. Sutton, W.H. Peters III, Exp Mech 29 (1989) 261.
  5. W.H. Peters, W.F. Ranson, Opt Eng 21 (1982) 427.
  6. M.A. Sutton, J.-J. Orteu, H. W. Schreier, Book - Image Correlation for Shape, Motion and Deformation Measurements, Hardcover ISBN 978-0-387-78746-6.
  7. M.A. Sutton, S.R. McNeill, J.D. Helm, & Y.J. Chao, in: PK Rastogi (Ed.), Photomechanics, Springer-Verlag, Berlin Heidelberg, 2000, pp. 323-372.
  8. M.R. James, W.L. Morris, B.N. Cox, Exp Mech 30 (1990) 60.
  9. B.W. Smith, X. Li, W. Tong, Exp Tech 22 (1998) 19.
  10. Vikrant Tiwari, M.A. Sutton and S.R. McNeill, Exp Mech, (2007) 47: pp. 561–579.
  11. Vikrant Tiwari, M.A. Sutton, S.R. McNeill, S. Xu, X. Deng, W. L. Fourney and D. Bretall, Int. J. of Impact Engineering, Volume 36, Issue 6 June 2009, Pages 862-874.
  12. A.S. Kobayashi, Handbook on Experimental Mechanics, Prentice Hall / Society for Experimental Mechanics, Inc., Lebanon, Indiana, 1993.
  13. 13.0 13.1 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.
  14. 14.0 14.1 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.

External links

See also