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.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual 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

See Also