3.1 Background: - Specific Application-Problem Oriented
3.1 Background: - Specific Application-Problem Oriented
3.1 Background: - Specific Application-Problem Oriented
3.1 Background
Specific applicationproblem oriented
Trial and error is necessary
Spatial domain will be denoted by the expression
g(x,y)=T[f(x,y)], refers to the aggregate of pixels composing
an image
s cr
Bit-plane slicing
Highlight the contributions made to total image
appearance by specific bits
higher order bits contain the majority of the visually
significant bits
Separating a digital image into its bit plane is suitable
for analyzing the relative importance played by each bit
of the image
Useful for image decomposition
The binary image for bit-plane 7 like a thresholding
function
r =T-1(s) 0 s 1
Mohammed Dwikat CIS 133381 Multimedia II
j 0
j 0
Two pixels with equal grey level in the input image will not
necessarily have equal grey level in the output image .
i 0
xy
xy
Continue
Enhance low contrast of an area
Consider the pixel at a point (x,y) as a candidate for processing
mS k m M G
if
xy
E f ( x, y ) if mS xy k 0M G and k1DG S xy k2 DG
g ( x, y ) f ( x, y )
otherwise
Arithmetic operations
Addition:
Subtraction:
Multiplication: used to implement gray-level rather than binary
Division:
Logic operations
Min filter
Max filter--useful in finding the brightest points
Non-linear mean filter
Arithmetic mean
Harmonic mean
Geometric mean
Mohammed Dwikat CIS 133381 Multimedia II
Diagonal or no diagonal
Continue
To overcome the shortcoming of the operation
Enhance small detail and preserve background tonality
recover background features while preserving the
sharpening effect
By adding the original and Laplacian images (Fig. 3.40)
g ( x, y )
f ( x, y ) 2 f ( x, y )
f ( x, y ) 2 f ( x , y )
Simplification
Composite Laplacian mask
no diagonal neighbors
Diagonal neighborssharper than no diagonal neighbors
f s ( x , y ) f ( x , y ) f ( x, y )
f
G
f mag (f )
2 1/ 2
x
2
y
f
( )2
y
1/ 2
or
Robert operator
Robert Ross-gradient operators
Sobel operator
Use a weight value of 2 to achieve some smoothing by giving more
importance to the center point
Constant or slowly varying shades are eliminated
Prewitt operator
Mohammed Dwikat CIS 133381 Multimedia II