Download as pdf or txt
Download as pdf or txt
You are on page 1of 21

Thresholding

Thresholding
Basic Global Thresholding
Optimal Global Thresholding
Otsu’s Method for Global Thresholding
Example:
Example:
Example:
Multiple Thresholding
Variable Thresholding
Split and merge segmentation
• Find a partitioning of connected regions such that each region has a
consistent property (eg, color, or texture) within it

• Split and merge


• Split regions that are inconsistent
• Merge adjoining region that are mutually consistent
• Repeat until no further change is possible
Example
Quadtree Representation
• Recursively divide image into four quadrants
• Stop dividing when each quadrant is consistent
• A very concise and efficient representation
Quadtree Representation
Quadtree Representation
Quadtree Representation

You might also like