Subdiv2DFindNearest Method (Point2f, Point2f)
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic int FindNearest(
Point2f pt,
out Point2f nearestPt
)
Public Function FindNearest (
pt As Point2f,
<OutAttribute> ByRef nearestPt As Point2f
) As Integer
public:
int FindNearest(
Point2f pt,
[OutAttribute] Point2f% nearestPt
)
member FindNearest :
pt : Point2f *
nearestPt : Point2f byref -> int
function FindNearest(pt, nearestPt);
Parameters
- pt
- Type: OpenCvSharpPoint2f
- nearestPt
- Type: OpenCvSharpPoint2f
Return Value
Type:
Int32
See Also