| FileNodeReadKeyPoints Method |
Reads the node element as KeyPoint[]
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public KeyPoint[] ReadKeyPoints()
Public Function ReadKeyPoints As KeyPoint()
public:
array<KeyPoint>^ ReadKeyPoints()
member ReadKeyPoints : unit -> KeyPoint[]
Return Value
Type:
KeyPoint[Missing <returns> documentation for "M:OpenCvSharp.FileNode.ReadKeyPoints"]
See Also