DIPCHnsform
DIPCHnsform
transform
BOUNDARY EXTRACTION
SPATIAL FILTERING
Median Filter
Gaussian filter is a widely used linear filter in image processing for smoothing and
noise reduction. It applies a Gaussian function to weigh pixel intensities in the spatial
do.
pplications
Edge DetectioOften combined with operators like Sobel or Canny for better edge
detection results (e.g., Gaussian smoothing before applying the gradient)
2DIDEALLOWPASS FILTER
The Butterworth Low-Pass Filter (BLPF)has a sharp cutoff, the Butterworth filter
provides a more gradual transition from pass-band to stop-band, making it less prone
Unlike the Ideal Low-Pass Filter, which has a sharp cutoff, the Gaussian filter has a
smooth, bell-shaped curve that ensures minimal artifacts like ringing in the spatial
domain.
HIGH BOOST FILTER = a high boost filter is used to prevent low freq components
and restore details, for sharoing image, done by adding offset to image to low lfreq
component.
k= 1;unsharp mask
HOMOORPHIC FILTERING
Logarithmic Transformation:log(I(x,y))=log(L(x,y))+log(R(x,y))
. Fourier Transform:F(u,v)=F{log(I(x,y))}
Apply Homomorphic Filter:Ffiltered (u,v)=F(u,v)⋅ H(u,v)
Ifiltered (x,y)
HOLE FILLING -
IMAGE SEGMENATETION =
Point Detection Point detection identifies specific points in an image that have
distinct intensity values compared to their neighbors, such as corners or isolated
points.USE LAPLACIAN FILLTER
Prewitt Operator
Sobel Operator
WAVELET TRANSFORMATION -
The Wavelet Transform is a powerful mathematical tool used to analyze signals in
both time (or space) and frequency domains. It is particularly useful for analyzing
non-stationary signals, where frequency content changes over time (e.g., audio signals,
images, and biomedical data)
it computationally efficient.