[This is preliminary documentation and is subject to change.]

Get the MCvSubdiv2D structure of this Delaunay's triangulation

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public MCvSubdiv2D MCvSubdiv2D { get; }
Public ReadOnly Property MCvSubdiv2D As MCvSubdiv2D
public:
property MCvSubdiv2D MCvSubdiv2D {
	MCvSubdiv2D get ();
}

See Also