when i try to segment my multispectral images of size 500*500 ,the code give me this error "??? Array dimensions must match for binary array op".what does it mean? and could you please help
when i try to segment my multispectral images of size 500*500 ,the code give me this error "??? Array dimensions must match for binary array op".what does it mean? and could you please help
Comment only
15 Apr 2011
Fuzzy c-means segmentation
This program segments an image into 2 partitions using standard Fuzzy k-means algorithm.
Comment only