Emgu CV Library Documentation
Locate Method (pt, subdiv2DEdge, subdiv2DPoint)
NamespacesEmgu.CVPlanarSubdivisionLocate(PointF%, Nullable<(Of <(MCvSubdiv2DEdge>)>)%, Nullable<(Of <(MCvSubdiv2DPoint>)>)%)

www.emgu.com/wiki
Locates input point within subdivision
Declaration Syntax
C#Visual BasicVisual C++
public Subdiv2DPointLocationType Locate(
	ref PointF pt,
	out Nullable<MCvSubdiv2DEdge> subdiv2DEdge,
	out Nullable<MCvSubdiv2DPoint> subdiv2DPoint
)
Public Function Locate ( _
	ByRef pt As PointF, _
	<OutAttribute> ByRef subdiv2DEdge As Nullable(Of MCvSubdiv2DEdge), _
	<OutAttribute> ByRef subdiv2DPoint As Nullable(Of MCvSubdiv2DPoint) _
) As Subdiv2DPointLocationType
Parameters
pt ( PointF %)
The point to locate
subdiv2DEdge ( Nullable<(Of <(MCvSubdiv2DEdge>)>) %)
The output edge the point falls onto or right to
subdiv2DPoint ( Nullable<(Of <(MCvSubdiv2DPoint>)>) %)
Optional output vertex double pointer the input point coincides with
Return Value
The type of location for the point

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)