The result type of cvSubdiv2DLocate.
Namespace:
Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
Syntax
C# | Visual Basic | Visual C++ |
public enum Subdiv2DPointLocationType
Public Enumeration Subdiv2DPointLocationType
public enum class Subdiv2DPointLocationType
Members
Member | Description |
---|---|
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
|