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

link|improve this question

Thanks but I need some thing more like the actual math to segment it.My book uses dist = sgrt(sum(abs(f - remat(m,p,1).^2,2)) – Dixon Steel Apr 10 '11 at 14:47
I get that math but they do this to custom operation called imstack2vectors for f and that makes no sense to me why they do it. – Dixon Steel Apr 10 '11 at 14:48
feedback

1 Answer

up vote 0 down vote accepted

Take a look at this site it has a script wich implements Segment image RGB

link|improve this answer
Thanks its not what I need, I need to use more of the euclidean and mahalanobis math to do it – Dixon Steel Apr 10 '11 at 15:15
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.