The result type of cvSubdiv2DLocate.
| C# | Visual Basic | Visual C++ |
public enum Subdiv2DPointLocationType
Public Enumeration Subdiv2DPointLocationType
public enum class Subdiv2DPointLocationType
| 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
|