http://www.emgu.com Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
[Missing <summary> documentation for "M:Emgu.CV.CvInvoke.cvReadByName(System.IntPtr,System.IntPtr,System.String)"]
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static IntPtr cvReadByName( IntPtr fs, IntPtr map, string name ) |
Visual Basic |
---|
Public Shared Function cvReadByName ( _ fs As IntPtr, _ map As IntPtr, _ name As String _ ) As IntPtr |
Visual C++ |
---|
public: static IntPtr cvReadByName( IntPtr fs, IntPtr map, String^ name ) |
Parameters
- fs
- Type: System..::..IntPtr
File storage
- map
- Type: System..::..IntPtr
The parent map. If it is IntPtr.Zero, the function searches a top-level node
- name
- Type: System..::..String
The node name
Return Value
[Missing <returns> documentation for "M:Emgu.CV.CvInvoke.cvReadByName(System.IntPtr,System.IntPtr,System.String)"]