I have to write this function in matlab to color segment an image based on euclidean or mahalanobis distance. You pass in the training data for euclidean, training data and cov matrix for mahalobis.
I get the theory and math here and how to write a function in mat mab but I have no idea how to segment the image RGB and do this at all. Can anyone please point me in the right direction? LOOPS are not allowed.
thanks