Top "Distance" questions

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

Is it possible to measure distance to object with camera?

Is it possible to measure distance to object with phone camera? I mean, in my application I start the camera, …

android camera distance
Making a Location object in Android with latitude and longitude values

I have a program in which latitude and longitude values of a location are stored in a database, which I …

android location distance
Edit Distance in Python

I'm programming a spellcheck program in Python. I have a list of valid words (the dictionary) and I need to …

python algorithm edit distance
How can I find distance traveled with a gyroscope and accelerometer?

I want to build an app that calculates accurate Distance travelled by iPhone (not long distance) using Gyro+Accelerometer. No …

iphone accelerometer distance gyroscope
Calculate distance between two vectors of different length

There are different methods to calculate distance between two vectors of the same length: Euclidean, Manhattan, Hamming ... I'm wondering about …

vector distance
Find cosine similarity between two arrays

I'm wondering if there is a built in function in R that can find the cosine similarity (or cosine distance) …

arrays r distance similarity trigonometry
Find the distance between HTML element and browser (or window) sides

How to find the distance in pixels between html element and one of the browser (or window) sides (left or …

javascript jquery html position distance
Math Calculation to retrieve angle between two points?

Possible Duplicate: How to calculate the angle between two points relative to the horizontal axis? I've been looking for this …

c# math distance angle
Calculate distance between Zip Codes... AND users.

This is more of a challenge question than something I urgently need, so don't spend all day on it guys. …

database gis geocoding distance zipcode
Calculate second point knowing the starting point and distance

using a Latitude and Longitude value (Point A), I am trying to calculate another Point B, X meters away bearing 0 …

math trigonometry distance latitude-longitude