Top "Triangulation" questions

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.

Radio Frequency Triangulation (Positioning)

I'd like to know if it's possible to somehow triangulate (or otherwise) get a location of a moving object inside …

arduino radio triangulation
How is the camera coordinate system in OpenCV oriented?

I'm trying to get the 3D coordinate of a point from the triangulation of two view. I'm not really sure …

opencv computer-vision triangulation
how can i get the camera projection matrix out of calibrateCamera() return values

I am trying to get a 3x4 camera matrix for triangulation process but calibrateCamera() returns only 3x3 and 4x1 matrices. …

opencv triangulation camera-calibration
Lightweight Delaunay trianguation library (for c++)

I'd like to play around with some (2D) Delaunay triangulations, and am looking for a reasonably small library to work …

c++ geometry triangulation cgal
Polygon triangulation into triangle strips for OpenGL ES

I am looking for a fast polygon triangulation algorithm that can triangulate not very complex 2D concave polygons (without holes) …

algorithm cocos2d-iphone opengl-es-2.0 triangulation gl-triangle-strip
iPhone indoor location based app

I am researching how to create an app for my work that allows clients to download the app (preferably via …

iphone ios location wifi triangulation
Points cloud Triangulation algorithm

I would like to create a simple C++ application that, given 100 random points (with their convex hull) it will triangulate …

c++ algorithm graphics triangulation
MATLAB: Creating surface from point cloud with Delaunay

In MATLAB, I load the following point cloud: load tetmesh This loads X and tet into the workspace. I thus …

matlab triangulation delaunay
Matlab Delaunay Triangulation of Point Cloud - Color Matrix

I would like to create a plot of the 3D surface that spans over all points from an [X,Y,…

matlab matlab-figure triangulation geometry-surface
Get border edges of mesh - in winding order

I have a triangulated mesh. Assume it looks like an bumpy surface. I want to be able to find all …

algorithm geometry mesh triangulation convex-polygon