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

The result type of cvSubdiv2DLocate.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum Subdiv2DPointLocationType
Public Enumeration Subdiv2DPointLocationType
public enum class Subdiv2DPointLocationType

Members

MemberDescription
ERROR
One of input arguments is invalid.
OUTSIDE_RECT
Point is outside the subdivision reference rectangle
INSIDE
Point falls into some facet
VERTEX
Point coincides with one of subdivision vertices
ON_EDGE
Point falls onto the edge

See Also