Top "Distance" questions

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

Algorithm for finding nearby points?

Given a set of several million points with x,y coordinates, what is the algorithm of choice for quickly finding …

algorithm gis partitioning distance linear-algebra
Finding maximum distance between (x,y) coordinates

Im trying to calculate the maximum manhattan distance of a large 2D input , the inputs are consisting of (x, y)…

java c++ algorithm distance
Calculating distance between two points in 3D

My assignment is to create main class in which I initialize the value of any point to be at (0,0,0) and …

java distance getter-setter coordinate euclidean-distance
OpenCV stereo camera, detect object distance

Im a newbie to OpenCV, Ive built openCV and installed Qt to run the example http://code.google.com/p/…

opencv distance stereo-3d stereoscopy
how to get Distance between wifi access point and Mobile Device

i am developing an android application which have module to search all nearest / detected wifi hotspot. i can get all …

android distance android-wifi access-point
How to calculate different well-known similarity or distance measures between two vectors in R?

I want to compute the similarity (distance) between two vectors: v1 <- c(1, 0.5, 0, 0.1) v2 <- c(0.7, 1, 0.2, 0.1) I just …

r distance similarity measure
Retrieve distance from visible part of Google map

I want to draw a static circle over a map with Google Maps. When the user pinches, the map will …

android google-maps google-maps-android-api-2 distance
GPS delta coordinates to meters

Greetings, I have two coordinates: (52.4412396, -6.563223) and (52.8912397, -6.683669) The delta is: (-0.4499999, 0.120446) The distance moved is: sqrt((-0.4499999)^2+(0.120446)^2) =.465840261 How do …

gps coordinates distance delta meter
Distance of point feature to nearest polygon in R

I working on a project at the moment, where I have a point feature -- the point feature includes a 142 …

r polygon distance point nearest-neighbor
calculate distance between regression line and datapoint

I wonder if there is a way to calculate the distance between a abline in a plot and a datapoint? …

r plot distance