Click or drag to resize
Subdiv2DLocate Method
http://www.emgu.com
Locates input point within subdivision

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public Subdiv2DPointLocationType Locate(
	PointF pt,
	out int subdiv2DEdge,
	out int subdiv2DPoint
)

Parameters

pt
Type: System.DrawingPointF
The point to locate
subdiv2DEdge
Type: SystemInt32
The output edge the point falls onto or right to
subdiv2DPoint
Type: SystemInt32
Optional output vertex double pointer the input point coincides with

Return Value

Type: Subdiv2DPointLocationType
The type of location for the point
See Also