Top "Distance" questions

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

Percentage rank of matches using Levenshtein Distance matching

I am trying to match a single search term against a dictionary of possible matches using a Levenshtein distance algorithm. …

distance percentage ranking levenshtein-distance
OpenLayers : How to calculate distance between two points?

How can one calculate the distance in OpenLayers between 2 points using Mercator projection? Thanks

openlayers distance points mercator
Jensen-Shannon Divergence

I have another question that I was hoping someone could help me with. I'm using the Jensen-Shannon-Divergence to measure the …

python distance metrics
Sort list of lon\lat points, start with nearest

I have location from GPS (lon_base, lat_base). I have a list of locations (lon1, lat1|lon2, lat2|lon3, …

android sorting gps distance point
Distance between two locations - Google Maps

I'm trying to find the location between two points using google maps. Here is the code that I'm working with: …

javascript google-maps-api-3 distance
Calculate distance (disparity) OpenCV

-- Update 2 -- The following article is really useful (although it is using Python instead of C++) if you are …

opencv distance vision stereoscopy disparity-mapping
PostGis Distance Calculation

I am doing a indoor map navigation application right now and what I am trying to do is to build …

postgresql distance postgis srid epsg
Doing pairwise distance computation with TensorFlow

I'm trying to impelement this article: http://ronan.collobert.com/pub/matos/2008_deep_icml.pdf Specfically the equation (3) from section 2. …

python tensorflow distance
How to calculate distance between multiple points in SQL Server?

I have table with data from GPS, e.g.: Latitude, Longitude, Time, UserId How to aggregate total distance in specified …

sql-server distance geography
Clustering with a distance matrix

I have a (symmetric) matrix M that represents the distance between each pair of nodes. For example, A B C …

algorithm matrix cluster-analysis distance