Image Processing
Image Processing
SHIVAYOGI AM LOKESH VN
4GK21CS044 4GK21CS019
Classification of Image Processing Operations
Image operations
1. Point Operations.
2. Local Operations.
3. Global Operations.
These are array operations which are carried out between corresponding pixel
pairs. The four arithmetic operations are denoted as:
g(x,y)=f1(x,y)+f2(x,y)
During the image addition process, care should be taken to ensure that the
sum does not cross the allowed range.
• Background elimination
• Brightness reduction
• Change detection
OUTPUT
Image Multiplication
f1(x,y) and f2(x,y) are two input images and g(x,y) is the output image.
If the multiplied value crosses the maximum value of the data type of
the images, the value of the pixel is reset to the maximum allowed
value.
• Change detection
• Separation of luminance and reflectance components
• Contrast reduction