(New page: Here is an example of a clustering method used for image segmentation. Here the distance criterion used is the absolute value of the distance between the pixel values. Pixels and their nei...)
 
Line 2: Line 2:
  
 
Original Image:
 
Original Image:
[[Image:original_Old Kiwi.jpg]]
+
[[Image:original_Old Kiwi.png]]
  
 
Image with a low distance threshold:
 
Image with a low distance threshold:
[[Image:low_Old Kiwi.jpg]]
+
[[Image:low_Old Kiwi.png]]
 
This strict threshold generated 27,654 connected sets, 36 of which are shown.
 
This strict threshold generated 27,654 connected sets, 36 of which are shown.
  
 
Image with a medium distance threshold:
 
Image with a medium distance threshold:
[[Image:med_Old Kiwi.jpg]]
+
[[Image:med_Old Kiwi.png]]
 
This moderate threshold generated 16,747 connected sets, 41 of which are shown.
 
This moderate threshold generated 16,747 connected sets, 41 of which are shown.
  
 
Image with a high distance threshold:
 
Image with a high distance threshold:
[[Image:high_Old Kiwi.jpg]]
+
[[Image:high_Old Kiwi.png]]
 
This loose threshold generated 11,192 connected sets, of which 23 are shown.
 
This loose threshold generated 11,192 connected sets, of which 23 are shown.
  
 
Here we notice that as the threshold is increased, the criteria for merging regions becomes looser and the amount of regions starts to shrink.
 
Here we notice that as the threshold is increased, the criteria for merging regions becomes looser and the amount of regions starts to shrink.

Revision as of 15:12, 18 April 2008

Here is an example of a clustering method used for image segmentation. Here the distance criterion used is the absolute value of the distance between the pixel values. Pixels and their neighbors are chosen from a four point neighborhood and then evaluated for their distances. By adjusting the threshold used to connect pixels, different levels of segmentation are achieved. Here are some results for this algorithm using a simple image.

Original Image: Original Old Kiwi.png

Image with a low distance threshold: Low Old Kiwi.png This strict threshold generated 27,654 connected sets, 36 of which are shown.

Image with a medium distance threshold: Med Old Kiwi.png This moderate threshold generated 16,747 connected sets, 41 of which are shown.

Image with a high distance threshold: High Old Kiwi.png This loose threshold generated 11,192 connected sets, of which 23 are shown.

Here we notice that as the threshold is increased, the criteria for merging regions becomes looser and the amount of regions starts to shrink.

Alumni Liaison

Abstract algebra continues the conceptual developments of linear algebra, on an even grander scale.

Dr. Paul Garrett