Questions tagged [triangulation]

Triangulation is either using angular measurements along a baseline to find the location of points, or splitting a polygon into triangles so that it can be rendered by a graphics library.

831 questions
-2
votes
1 answer

CGAL triangulation fails

I am starting to use CGAL to triangulate a set of points using the following code #include #include #include #include…
-3
votes
1 answer

Getting 3D coordinates with two known correlating points in OpenCV

I am tracking a moving vehicle with a stereo camera system. In both images I use background segmentation to get only the moving parts in the pictures, then put a rectangle around the biggest object. Now I want to get the 3D coordinates of the center…
mpeG
  • 1
-4
votes
1 answer

Getting Location information

I'm to work on a project that will use anyone's phone number to determine his/her current location without the person installing any app on his phone. The GPS/GSM cell towers or nearby wifi devices will be used to access the person's location. How…
-4
votes
1 answer

Convert C code to Java (divide and conquer delaunay triangulation algorithm)

I found on web this algorithm http://goanna.cs.rmit.edu.au/~gl/research/comp_geom/delaunay/delaunay.html but it is written in C. Is there a way to convert it to java? Or could you suggest divide and conquer delaunay triangulation in java? I've tried…
Vladimir
  • 21
  • 8
-4
votes
1 answer

3d surface mesh triangulation

Does anyone know an algorithm to generate a 3d surface mesh given a set of vertices? My project requires that we construct an irregular 3d object in OpenGL and I am having trouble finding out how to do this using triangulation.
-5
votes
1 answer

How does this works. Triangulation to find a phone

The thing is a teacher of mine showed us an application that can show the location of a phone (within 1 - 2 km I think) just using the phone number, I asked him how was that possible and he said it uses triangulation to do that. I'm just curious…
gloaiza
  • 93
  • 4
1 2 3
55
56