Finds a file node by name
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
| C# |
|---|
public static IntPtr cvGetFileNodeByName( IntPtr fs, IntPtr map, string name ) |
| Visual Basic (Declaration) |
|---|
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