DIP Lecture 3,4
DIP Lecture 3,4
DIP Lecture 3,4
7
Arithmetic operations
• Image Subtraction
– Used for motion detection and edge
detection
8
Arithmetic operations
• Image multiplication
– Multiplying image by a number greater than
one brightens the image
• Image division
– Dividing image by a number greater than
one darkens the image.
9
Common Pixel Operations
▪ Image Negatives
▪ Log Transformations
▪ Power-Law
Transformations
Image Negatives
▪ Reverses the gray level order
▪ For L gray levels the transformation function is
s =T(r) = (L - 1) - r
Image Scaling
39
Bit-plane Slicing
24-Sep-20 40