How can the spatial context
(or neighbourhood
) of a pixel be taken into account (besides the pixel intensity
) when clustering an image?
For the time being, I'm using K-means
, GMM
and Fuzzy C-means
which cluster the image based only on the distribution of the pixel intensities
. But, I need to include the information on the spatial context
of the pixel into the clustering, to avoid the misclassification caused by the noise speckle
.