0
1.8kviews
Explain the role of illumination in segmentation.
1 Answer
0
96views

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 …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.