http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Decodes user object (creates object in a native representation from the file storage subtree) and returns it
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static IntPtr cvRead( IntPtr fs, IntPtr node, IntPtr attributes ) |
Visual Basic |
---|
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