Image segmentation: Difference between revisions

Content deleted Content added
m Reverted vandalism by 35.9.42.74 to last version by Tpl. Please do not compromise the integrity of pages.
Line 4:
== Pixel based Segmantation ==
A simple example of this kind of segmentation is [[Thresholding (image processing)|thresholding]] a [[grayscale]] image with a fixed threshold ''t'': each pixel ''p'' is assigned to one of two classes, ''P<sub>0</sub>'' or ''P<sub>1</sub>'', depending on whether ''I(p) &lt; t'' or ''I(p) &ge; t''. Some other segmentation algorithms are based on segmenting images into regions of similar texture according to [[Wavelet|wavelet]] or [[Fourier transform|Fourier]] transforms.
MARV? Is that you?!?
 
 
== Region based Segmentation ==