Top "Distance" questions

Distance is a numerical description of how far apart objects are.

"Distance" (or angular magnitude) between two quaternions?

I want to find the "distance" between two quaternions. By "distance" I mean a single float or int, not another …

rotation distance quaternions
Calculating distance between *multiple* sets of geo coordinates in python

I am struggling to calculate the distance between multiple sets of latitude and longitude coordinates. In, short, I have found …

python numpy pandas distance geopy
Android Location.distanceTo(...) and Location.bearingTo(...) not returning correct results

I've been though dozens of posts on this so please do not flag this as a duplicate because it isn't. …

android location distance bearing
How to check if a point is inside an ellipsoid?

We have a point in three dimensional space and an ellipsoid centered at the point of origin. The ellipsoid is …

algorithm 3d geometry distance volume
Cosine distance as vector distance function for k-means

I have a graph of N vertices where each vertex represents a place. Also I have vectors, one per user, …

cluster-analysis data-mining distance k-means cosine-similarity
The result by haversine formula is meter o kmeter?

I use the haversine formula to calculate the distance among the points. The result of this formula is in meter …

formula distance haversine
PID controllers for travelling an exact distance with velocity

I am trying to make a robot in a simulation move an exact distance by sending messages with a linear …

c++ distance ros
How to allow sklearn K Nearest Neighbors to take custom distance metric?

I have a custom distance metric that I need to use for KNN, K Nearest Neighbors. I tried following this, …

scikit-learn distance nearest-neighbor udf
geodesic distance transform in python

In python there is the distance_transform_edt function in the scipy.ndimage.morphology module. I applied it to a …

python arrays numpy scipy distance
Google Distance Matrix API

I was trying to use Google Distance Matrix API JSON in my project, after formatting the url, for example: http://…

google-maps-api-3 matrix google-api distance google-distancematrix-api