http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Finds a file node by name
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static IntPtr cvGetFileNodeByName( IntPtr fs, IntPtr map, string name ) |
Visual Basic |
---|
Public Shared Function cvGetFileNodeByName ( _ fs As IntPtr, _ map As IntPtr, _ name As String _ ) As IntPtr |
Visual C++ |
---|
public: static IntPtr cvGetFileNodeByName( IntPtr fs, IntPtr map, String^ name ) |
Parameters
- fs
- Type: System..::..IntPtr
File storage
- map
- Type: System..::..IntPtr
The parent map. If it is NULL, the function searches in all the top-level nodes (streams), starting from the first one.
- name
- Type: System..::..String
The file node name