Kinds of locating point for cvSubdiv2DLocate
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
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] | |
Inside | 0 | Point falls into some facet. [CV_PTLOC_INSIDE] | |
Vertex | 1 | Point coincides with one of subdivision vertices. [CV_PTLOC_VERTEX] | |
OnEdge | 2 | Point falls onto the edge. [CV_PTLOC_ON_EDGE] |
See Also