Cv2ReadKeyPoints Method |
Namespace: OpenCvSharp
public static KeyPoint[] ReadKeyPoints( FileNode node )
Public Shared Function ReadKeyPoints ( node As FileNode ) As KeyPoint()
public: static array<KeyPoint>^ ReadKeyPoints( FileNode^ node )
static member ReadKeyPoints : node : FileNode -> KeyPoint[]
OpenCvSharp.Cv2.ReadKeyPoints = function(node);