Enum Subdiv2DPointLocationType
The result type of cvSubdiv2DLocate.
public enum Subdiv2DPointLocationType
Fields
Error = -2
One of input arguments is invalid.
Inside = 0
Point falls into some facet
OnEdge = 2
Point falls onto the edge
OutsideRect = -1
Point is outside the subdivision reference rectangle
Vertex = 1
Point coincides with one of subdivision vertices