Content deleted Content added
mNo edit summary |
No edit summary |
||
Line 1:
In [[image analysis]], '''segmentation''' is the [[partition]] of a [[digital image]]
The goal of segmentation is typically to locate certain ''objects of interest'' which may be depicted in the image.
A simple example of segmentation is [[thresholding]] a [[grayscale]] image with a fixed threshold
Some other segmentation algorithms are based on segmenting images into regions of similar texture according to [[Wavelet|wavelet]] or [[Fourier transform|Fourier]] transforms.
Segmentation criteria can be arbitrarily complex, and take into account global as well as local criteria. A common requirement is that each region must be [[connected]] in some sense.
|