Skip to content
Prev 3730 / 29559 Next

clustering multi band images

(sorry I pressed the send button instead of the save as draft button,
I go on with my comments)

Laura,

Laura Poggio escribi?:
Hep! this is not a problem of R, don't blame it for that. R is wonderful
for multi-variate classification. This is a problem of the whole
approach of applying multi-variate classification to multi-spectral
imagery. And this does not mean that the approach is wrong or useless,
it's just a warning, a fact that the analyst must keep in mind.
As you have 3 bands the total dimensionality is 512x512x3, which might 
be ok, it depends on the ram you have. 512x512 is rather small for
imagery these days... (unless you had hyperspectral images!).

You should take advantage of the relatively small size of your image to
compare to results using an increasing nb. of sampled pixels. If you
use model-based clustering, I would say that results using 10000 pixels
(covering the whole radiometric space, this is an important caution)
would yield the same results than using all the 512x512 pixels.

 > I have to compare the effect of a segmentation method over raw
 > data for various unsupervised techniques.

Segmentation is not only meant for reducing the memory problems, this
is just a fortunate side effect. Segmentation has many other advantages 
(and some disadvantages).
And I agree with you. By using R you get free of all the many 
constraints of classification methods that are implemented in RS 
packages, and you can
experiment with many more different methods. And you do know what yo do.
I was mentioning the use of RS/GIS for sampling and assigning if you had 
large images (yours are exceptionally small nowadays).

Good luck!

Agus