1.explain Fourier Transforms With Suitable Expression
1.explain Fourier Transforms With Suitable Expression
• Consider the kernels in Fig. 10.6. Suppose that an image with a constant background and
containing various lines (oriented at 0°, ± ° 45 , and 90°) is filtered with the first kernel.
• The maximum responses would occur at image locations in which a horizontal line passes
through the middle row of the kernel.
• This is easily verified by sketching a simple array of 1’s with a line of a different intensity
(say, 5s) running horizontally through the array.
• A similar experiment would reveal that the second kernel in Fig. 10.6 responds best to lines
oriented at + ° 45 ; the third kernel to vertical lines; and the fourth kernel to lines in the − °
45 direction.
• The preferred direction of each kernel is weighted with a larger coefficient (i.e., 2) than
other possible directions.
• The coefficients in each kernel sum to zero, indicating a zero response in areas of constant
intensity.
10.Explain image segmentation application with respect to thresholding.
Its intuitive properties, simplicity of implementation, and computational speed, image
thresholding enjoys a central position in applications of image segmentation.
FOUNDATION
regions were identified by first finding edge segments, then attempting to link the
segments into boundaries. In this techniques for partitioning images directly into regions
based on intensity values and/or properties of these values.
11.Explain the following
• Marr-Hildreth Edge Detector
• One of the earliest successful attempts at incorporating more sophisticated analysis into
the edge-finding process is attributed to Marr and Hildreth [1980].
• Edge- detection methods in use at the time were based on small operators, such as the
Sobel kernels discussed earlier.
• Marr and Hildreth argued
(1) that intensity changes are not independent of image scale, implying that their
detection requires using operators of different sizes; and
(2) that a sudden intensity change will give rise to a peak or trough in the first derivative
or, equivalently, to a zero crossing in the second derivative.
• These ideas suggest that an operator used for edge detection should have two salient
features.
• First and foremost, it should be a differential operator capable of computing a digital
approximation of the first or second derivative at every point in the image.
• Second, it should be capable of being “tuned” to act at any desired scale, so that large
operators can be used to detect blurry edges and small operators to detect sharply
focused fine detail.
•