Edge Detection of Textured Image
Edge Detection of Textured Image
• Wavelet Pyramid
Decomposition:
The pyramid wavelet transform
recursively decomposes sub-signals
Figure: 2 Gabor filter Bank. in the low frequency channel. This
has the effect of concentrating the
energy of the image towards the low
2.2.2 Discrete Wavelet Transform end of the frequency spectrum,
Wavelet transform is capable of emitting the high frequency
providing the time and frequency information and approaching an
information simultaneously, hence approximation of the image [5].
giving a time-frequency
representation of the signal. A
multi-resolution approach is • Wavelet Packet (Tree)
suggested to give a robust Decomposition.
segmentation process. This is when Pyramid wavelet transform may not
an image is decomposed and be suitable for quasi-periodic
represented at different scales. The signals, whose dominant frequency
discrete wavelet transform is channels are located in the middle
implemented with a 2-channel frequency region [5].
analysis filter bank [5]shown in
Figure 3. First the low pass filter
(intensity) and high pass filter
(texture) are applied to the rows of
the image. After this stage the
columns are down sampled by a
factor of 2 (the odd numbered
columns are discarded). After this
stage the same technique is applied
to the 2 resultant images, however Figure 3: DWT 2 channel Analysis
this time the filters are applied to the Filter bank
columns of the image and the rows
are then down sampled. The
resultant is 4 frequency bands, each 3. Outline Of Propose Method
1) From difference of
The algorithm for textured and non- Pixel
textured images is given. for non- 2) Read the input Pixel.
textured images only smoothing and 3) Read another input
edge detecting algorithm is required, pixel.
while for detecting edge of textured
image the image need to be 4) Take the difference of
preprocessed by passing it through the RGB values of two
wavelet pyramid filter as shown in pixels.
Figure 4. 5) Display the difference
of Pixels.