0
votes
1answer
147 views
How to test proximity of lines (Hough transform) in OpenCV
(This is a follow-up from this previous question).
I was able to successfully use OpenCV / Hough transforms to detect lines in pictures (scanned text); at first it would detect ma …
1
vote
2answers
103 views
Proximity search with Google maps
I'm developing a store location application.
Looking up a store, it currently shows the location in googlemaps based on address and zip code.
Now I want to build a function which …
5
votes
14answers
7k views
iPhone Proximity Sensor
Can the iPhone SDK take advantage of the iPhone's proximity sensors? If so, why hasn't anyone taken advantage of them? I could picture a few decent uses.
For example, in a racing …
1
vote
1answer
259 views
toggling proximity sensor on iPhone loses an event
I'm using setProximitySensingEnabled and implemented proximityStateChanged in my UIApplication subclass. It looks like if sensing is toggled, that the first "off" event is being l …
0
votes
2answers
70 views
Regional Proximity UI
I'm developing a UI (AJAX-enabled; LAMP server) which will allow a user to designate regions in which a company operates. A "region" in this case may be a state (if dealing with th …
3
votes
4answers
316 views
How best to perform corridor range search over a set of latitude / longitude coordinates
Hi,
What would be the best approach to finding the set of coordinates, from say
about 5,00, which lie within a path of points, given a specified width.
eg an aircraft following …
6
votes
3answers
483 views
Proximity Search
How does an application perform a proximity search? For example, a user types in a postal code, then the application lists all the businesses within 20 miles ordered by proximity. …
