Emgu CV Library Documentation
cvGetFileNodeByName Method (fs, map, name)
NamespacesEmgu.CVCvInvokecvGetFileNodeByName(IntPtr, IntPtr, String)

www.emgu.com/wiki
Finds a file node by name
Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr cvGetFileNodeByName(
	IntPtr fs,
	IntPtr map,
	string name
)
Public Shared Function cvGetFileNodeByName ( _
	fs As IntPtr, _
	map As IntPtr, _
	name As String _
) As IntPtr
public:
static IntPtr cvGetFileNodeByName(
	IntPtr fs, 
	IntPtr map, 
	String^ name
)
Parameters
fs (IntPtr)
File storage
map (IntPtr)
The parent map. If it is NULL, the function searches in all the top-level nodes (streams), starting from the first one.
name (String)
The file node name
Return Value
Pointer to the specific file node

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)