Point Processing

Creator
Creator
Seonglae Cho
Created
Created
2023 Mar 14 1:13
Editor
Edited
Edited
2023 Apr 19 4:24
Refs
Refs

Input is point only itself

type of image processing operation that involves modifying the values of individual pixels in an image
one point’s output only depends on transformation function and point value
g(x,y)=T[f(x,y)]g(x, y) = T[f(x,y)]
f(x,y)f(x, y) is input image and g(x,y)g(x, y) is output image T is point processing operation
 

Properties of T(r)T(r)

  • Monotonic → looks natural and inversable
 
 
 
 
 

Recommendations