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