Cv2ReadString Method |
Namespace: OpenCvSharp
public static string ReadString( FileNode node, string defaultValue = null )
Public Shared Function ReadString ( node As FileNode, Optional defaultValue As String = Nothing ) As String
public: static String^ ReadString( FileNode^ node, String^ defaultValue = nullptr )
static member ReadString : node : FileNode * ?defaultValue : string (* Defaults: let _defaultValue = defaultArg defaultValue null *) -> string
OpenCvSharp.Cv2.ReadString = function(node, defaultValue);