CvSubdiv2DPointLocation Enumeration OpenCvSharp Class Library
Kinds of locating point for cvSubdiv2DLocate

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public enum CvSubdiv2DPointLocation
Members

  Member nameValueDescription
Error-2 One of input arguments is invalid. Runtime error is raised or, if silent or "parent" error processing mode is selected [CV_PTLOC_ERROR]
OutsideRect-1 Point is outside the subdivision reference rectangle. [CV_PTLOC_OUTSIDE_RECT]
Inside0 Point falls into some facet. [CV_PTLOC_INSIDE]
Vertex1 Point coincides with one of subdivision vertices. [CV_PTLOC_VERTEX]
OnEdge2 Point falls onto the edge. [CV_PTLOC_ON_EDGE]
See Also

Reference