The result type of cvSubdiv2DLocate.

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

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