Emgu CV Library Documentation
cvRead Method (fs, node, attributes)
NamespacesEmgu.CVCvInvokecvRead(IntPtr, IntPtr, IntPtr)

www.emgu.com/wiki
Decodes user object (creates object in a native representation from the file storage subtree) and returns it
Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr cvRead(
	IntPtr fs,
	IntPtr node,
	IntPtr attributes
)
Public Shared Function cvRead ( _
	fs As IntPtr, _
	node As IntPtr, _
	attributes As IntPtr _
) As IntPtr
public:
static IntPtr cvRead(
	IntPtr fs, 
	IntPtr node, 
	IntPtr attributes
)
Parameters
fs (IntPtr)
File storage
node (IntPtr)
The root object node
attributes (IntPtr)
Unused parameter
Return Value
Pointer to the user object

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