Emgu CV Library Documentation
cvReadByName Method (fs, map, name)
NamespacesEmgu.CVCvInvokecvReadByName(IntPtr, IntPtr, String)

www.emgu.com/wiki

[Missing <summary> documentation for M:Emgu.CV.CvInvoke.cvReadByName(System.IntPtr,System.IntPtr,System.String)]

Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr cvReadByName(
	IntPtr fs,
	IntPtr map,
	string name
)
Public Shared Function cvReadByName ( _
	fs As IntPtr, _
	map As IntPtr, _
	name As String _
) As IntPtr
public:
static IntPtr cvReadByName(
	IntPtr fs, 
	IntPtr map, 
	String^ name
)
Parameters
fs (IntPtr)
File storage
map (IntPtr)
The parent map. If it is IntPtr.Zero, the function searches a top-level node
name (String)
The node name
Return Value

[Missing <returns> documentation for M:Emgu.CV.CvInvoke.cvReadByName(System.IntPtr,System.IntPtr,System.String)]

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