http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
The result type of cvSubdiv2DLocate.
Namespace: Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public enum Subdiv2DPointLocationType |
Visual Basic |
---|
Public Enumeration Subdiv2DPointLocationType |
Visual C++ |
---|
public enum class Subdiv2DPointLocationType |
Members
Member name | Value | Description | |
---|---|---|---|
ERROR | -2 | One of input arguments is invalid. | |
OUTSIDE_RECT | -1 | Point is outside the subdivision reference rectangle | |
INSIDE | 0 | Point falls into some facet | |
VERTEX | 1 | Point coincides with one of subdivision vertices | |
ON_EDGE | 2 | Point falls onto the edge |