FileNodeReadKeyPoints Method
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic KeyPoint[] ReadKeyPoints()
Public Function ReadKeyPoints As KeyPoint()
public:
array<KeyPoint>^ ReadKeyPoints()
member ReadKeyPoints : unit -> KeyPoint[]
function ReadKeyPoints();
Return Value
Type:
KeyPoint
See Also