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