Subdiv2DPointLocationType Enumeration |
http://www.emgu.com
The result type of cvSubdiv2DLocate.
Namespace:
Emgu.CV.CvEnum
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic enum Subdiv2DPointLocationType
Public Enumeration Subdiv2DPointLocationType
public enum class Subdiv2DPointLocationType
type Subdiv2DPointLocationType
Members
| Member name | Value | Description |
---|
| Error | -2 |
One of input arguments is invalid.
|
| OutsideRect | -1 |
Point is outside the subdivision reference rectangle
|
| Inside | 0 |
Point falls into some facet
|
| Vertex | 1 |
Point coincides with one of subdivision vertices
|
| OnEdge | 2 |
Point falls onto the edge
|
See Also