Mahalanobis distance between a point and a line
Ältere Kommentare anzeigen
hi all,
I am wondering if fellow reader can help me out to find a proper paper to calculate the Mahalanobis distance between a line and a point. I have found paper discussing "whitening transform" used to compute the Mahalanobis distance between a plane and a point, but could not find anything to for line/point.
mainly working in 3D.
thanks,
Akzeptierte Antwort
Weitere Antworten (3)
José-Luis
am 24 Apr. 2014
doc pdist
doc mahal
And by distance between a point and a line do you mean the shortest distance? Also, the mahalanobis distances requires you know the covariances of the distribution (that you are assuming to be normal) you are calculating the distance to. How do you expect to find the covariance of a single point? Or of a line?
Elvis Chen
am 24 Apr. 2014
0 Stimmen
Image Analyst
am 3 Mai 2014
0 Stimmen
Not sure what the noise/uncertainty has to do with it, but for a given point, and a given line, why can't you just use the formula to find the distance: http://mathworld.wolfram.com/Point-LineDistance2-Dimensional.html
1 Kommentar
Elvis Chen
am 6 Mai 2014
Kategorien
Mehr zu Hilbert and Walsh-Hadamard Transforms finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!