0
1.8kviews
Explain the role of illumination in segmentation.
1 Answer
| written 3.0 years ago by | • modified 3.0 years ago |
Solution:
Thresholding is the simplest segmentation method.
The pixels are partitioned depending on their intensity value Global thresholding using an appropriate threshold T:
$$ \begin{array}{ll} g(x, y)=1 & \text { if } f(x, y)T \\ 0 & \text { if } f(x, y) \leq T \end{array} $$
It is called …