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