Table of Contents

Enum Subdiv2DPointLocationType

Namespace
Emgu.CV.CvEnum
Assembly
Emgu.CV.dll

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