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