Click or drag to resize

NativeMethodscore_FileNode_readRaw Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void core_FileNode_readRaw(
	IntPtr obj,
	string fmt,
	IntPtr vec,
	IntPtr len
)

Parameters

obj
Type: SystemIntPtr
fmt
Type: SystemString
vec
Type: SystemIntPtr
len
Type: SystemIntPtr
See Also