Feature Extraction Using Radon Transform
- Python for Integrated Circuits - - An Online Book - |
||||||||||||||||||||||||||||||||||||||||||||||||||
Python for Integrated Circuits http://www.globalsino.com/ICs/ | ||||||||||||||||||||||||||||||||||||||||||||||||||
Chapter/Index: Introduction | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | Appendix | ||||||||||||||||||||||||||||||||||||||||||||||||||
================================================================================= Radon transform is also known as projection transform, Raysum transform, and line integral transform. Radon transform [6] is one of the techniques used to detect features within the image. This technique is widely used in tomography to reconstruct an object from different projections for medical applications. The Radon transform is translation and rotation invariants, and thus it preserves the variations in pixel intensities. In practice, Radon transform has been used to project the 2D image into Radon space before subjected to other transforms. The Radon transform is based on the parameterization of the straight line of an image domain and on the evaluation of the integrals of the image along these straight lines. The Radon transform helps the implementation of very effective detection algorithms; however, it does not provide itself sufficient information for recognition purposes. [1] Fortunately, due to inherent properties of the Radon transform, it is a useful tool to capture the directional features of the images. [2] The Radon transform has been widely applied for deriving the local features in edge detection, textural classification, retrieve the image in computer tomography, face recognition [2 -3, 5] and also in medical images [4]. In Radon transform, Equation 4274a is used to represent a line, Therefore, the projection is performed along each straight line with specific values of ρ and θ. Figure 4274 shows some examples of patterns obtained from Radon transform. For instance, the center pattern has a narrow but strong response in the central area of ρ. Donut presents two bands around the center area with wider responses. Edge-ring exhibits a strong response along the border of the response band.
============================================ Extract the projection results by following Radon transform. code: ============================================ Extract the projection results by following extracting images in three colors (blue, green, and red) and with Radon transform. code:
[1] E. Magli, G. Olma, and L. Lo Presti, “Pattern recognition by means of
the Radon transform and the continuous wavelet transform, Signal
Processing, Vol. 73, (1999), p. 277-289.
|
||||||||||||||||||||||||||||||||||||||||||||||||||
================================================================================= | ||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||