Decodes user object (creates object in a native representation from the file storage subtree) and returns it

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public static IntPtr cvRead(
	IntPtr fs,
	IntPtr node,
	IntPtr attributes
)
Visual Basic (Declaration)
Public Shared Function cvRead ( _
	fs As IntPtr, _
	node As IntPtr, _
	attributes As IntPtr _
) As IntPtr
Visual C++
public:
static IntPtr cvRead(
	IntPtr fs, 
	IntPtr node, 
	IntPtr attributes
)

Parameters

fs
Type: System..::.IntPtr
File storage
node
Type: System..::.IntPtr
The root object node
attributes
Type: System..::.IntPtr
Unused parameter

Return Value

Pointer to the user object

See Also