Click or drag to resize

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)
Syntax
public enum Subdiv2DPointLocationType
Members
  Member nameValueDescription
Error-2 One of input arguments is invalid.
OutsideRect-1 Point is outside the subdivision reference rectangle
Inside0 Point falls into some facet
Vertex1 Point coincides with one of subdivision vertices
OnEdge2 Point falls onto the edge
See Also