Mahalanobis distance between a point and a line
Mostra commenti meno recenti
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,
Risposta accettata
Più risposte (3)
José-Luis
il 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
il 24 Apr 2014
0 voti
Image Analyst
il 3 Mag 2014
0 voti
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 Commento
Elvis Chen
il 6 Mag 2014
Categorie
Scopri di più su Hilbert and Walsh-Hadamard Transforms in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!