1
vote
2answers
49 views
How to determine 3D position of an object from perspective ?
I have a situation as shown in image, where I need to determine x,y of red and blue square in rectangular space but under perspective. Length and width of the rectangle are know.
…
2
votes
3answers
93 views
Comparing cross point between 2 images in MATLAB
Hello,
I took 2 images with a cross point and now I'm trying to compare these 2 images and find out what is the distance and angle moved. How can I use MATLAB to do this? Thank yo …
6
votes
8answers
2k views
Calculating distance between zip codes in PHP
I grabbed a database of the zip codes and their langitudes/latitudes, etc from this
This page. It has got the following fields:
ZIP, LATITUDE, LONGITUDE, CITY, STATE, COUNTY, …
0
votes
2answers
69 views
Avg distance between points in a cluster
Sounds like I got the concept but cant seems to get the implementation correct. eI have a cluster (an ArrayList) with multiple points, and I want to calculate avg distance. Ex: Poi …
4
votes
5answers
136 views
How to calculate distance between two places? Is there any service available by Google Map for iphone?
I want to put facility to display distance between two places selected by user.
Is there any sample source code / service available to do so?
Thanks in advance.
0
votes
1answer
29 views
CSS Set maximum distance from browser edge.
I've got my site content inside an 800px-wide div, I'd like that div to be centered on the page until the browser window width extends past certain distance. At that point, I'd lik …
0
votes
1answer
254 views
Distance between two locations using Latitude and Longitude way off what Google says.
I've spent a few days trying to figure this one out and can't seem to pinpoint the problems. I have a SQL 2005 database storing latitude and longitude as Decimal(18,8), all of whic …
8
votes
14answers
2k views
What is the quickest way to find the shortest cartesian distance between two polygons
Hi,
I have 1 red polygon say and 50 randomly placed blue polygons - they are situated in geographical 2D space. What is the quickest/speediest algorithim to find the the shortest …
0
votes
3answers
484 views
Using GPS to measure area.
Hey guys, I'm researching something for a friend of mine who's involved in road construction. He needs some sort of a device that he can use to measure distance or area between poi …
0
votes
2answers
134 views
How do I find the lat/long that is x km east/west of a given lat/long?
Hi
I have two given lat and lon points. For example, lets assume I have two positions (point_1 and point_2) at coordinates (lat1, lon1) and (lat2, lon2).
I would like to calcul …
0
votes
2answers
84 views
determining the distance between points in n-dimensions
Hey,
I am building a mySQL table listing points in n-dimensions, each dimension being indexed. Given any point in the n-dimensional system, I would like to be able to output all …
1
vote
2answers
204 views
Distance from Point To Line great circle functino not working right. Need help
Howdy.
I need to get the distance from a lat/lng point to a line. Of course needs to follow the Great Circle.
I found a great article on this at http://www.movable-type.co.uk/sc …
4
votes
3answers
121 views
RegEx for distance in metric system
I want a RegEx to match distance values in metric system. This regex should match 12m, 100cm,1km ignoring white space
0
votes
1answer
277 views
Google Maps API - “road” distance between 2 points
Hey guys,
I have a website where "near locations" are shown for each item, based on the latitude and longitude coordinates stored in a database.
Problem is that this calculated …
2
votes
6answers
193 views
which data structure is appropriate to query “all points within distance d from point p”
hey there!
i have a 3D pointcloud and i'd like to efficiently query all points within distance d from an arbitrary point p (which is not necessarily part of the stored pointcloud) …
