Billedanalyse af AFM billeder
From Midtiby
(Difference between revisions)
Line 14: | Line 14: | ||
# LSQ Legendre polynomial fitting, m.m. [http://www.tau.ac.il/~lab3/MATLAB/] | # LSQ Legendre polynomial fitting, m.m. [http://www.tau.ac.il/~lab3/MATLAB/] | ||
- | + | '''Referencer''' | |
- | + | # Particle Characterization with AFM [http://nanoparticles.pacificnano.com/nanoparticle-characterization.html] | |
- | [ | + | #: Care should be taken when processing the image to avoid introducing artificats into the image. A common artifact is shown in Figure 1B. The bands in the image are derived from line by line leveling without using the threshholding. Such bands can result in erroneous nanoparticle characterization. |
- | + | # AFM Image Artifacts [http://www.lot-oriel.com/site/site_down/pn_artifacts_deen.pdf#search=%22afm%20tilt%20bow%22] | |
- | + | #: '''1''' The piezoelectric scanners that move the probe in an atomic force microscope typically move the probe in a curved motion over the surface. The curved motion results in a “Bow” in the AFM image. Also, a large planar background or “Tilt” can be observed if the probe/sample angle is not perpendicular. | |
- | + | #: Often the images measured by the AFM include a background “Bow” and a background “Tilt” that are larger than the features of interest. In such cases the background must be subtracted from the image. This is often called “leveling” or “flattening” the image. After “leveling” the desired features are typically directly seen in the image. | |
- | [ | + | #: '''2''' As mentioned in section 2.4, most images have some tilt and bow that is introduced to the images by the scanner or stage configuration. There are a number of background subtraction options that are possible. The two most common types are: |
- | + | #:Line by line leveling - 0 to 4(th) order | |
- | + | #:Plane Leveling - 0 to 4(th) order | |
- | + | #:Also, software typically allows you to exclude areas from the leveling. When an area is excluded, it is not used for the calculation of the background in the image. | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | ''' | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | ''' | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + |
Revision as of 18:08, 28 August 2006
Forskellige links jeg har samlet til et projekt omkring billedanalyse af AFM billeder.
Matlab og billedbehandling
- MATLAB and Octave Functions for Computer Vision and Image Processing [1]
- Guld side!!!
Ikke sorteret
- Image Feature extraction for Classification purposes [2]
- Mathtools: C++ Image Processing [3]
- Matlab tutorial [4]
- COURSES ON MATHEMATICAL MORPHOLOGY [5]
- Fundamentals of Image Processing [6]
- Erode og dilate uden IPT [7] [8]
- LSQ Legendre polynomial fitting, m.m. [9]
Referencer
- Particle Characterization with AFM [10]
- Care should be taken when processing the image to avoid introducing artificats into the image. A common artifact is shown in Figure 1B. The bands in the image are derived from line by line leveling without using the threshholding. Such bands can result in erroneous nanoparticle characterization.
- AFM Image Artifacts [11]
- 1 The piezoelectric scanners that move the probe in an atomic force microscope typically move the probe in a curved motion over the surface. The curved motion results in a “Bow” in the AFM image. Also, a large planar background or “Tilt” can be observed if the probe/sample angle is not perpendicular.
- Often the images measured by the AFM include a background “Bow” and a background “Tilt” that are larger than the features of interest. In such cases the background must be subtracted from the image. This is often called “leveling” or “flattening” the image. After “leveling” the desired features are typically directly seen in the image.
- 2 As mentioned in section 2.4, most images have some tilt and bow that is introduced to the images by the scanner or stage configuration. There are a number of background subtraction options that are possible. The two most common types are:
- Line by line leveling - 0 to 4(th) order
- Plane Leveling - 0 to 4(th) order
- Also, software typically allows you to exclude areas from the leveling. When an area is excluded, it is not used for the calculation of the background in the image.