Click or drag to resize

NativeMethodscore_FileNodeIterator_readRaw Method (IntPtr, String, Byte, IntPtr)

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

Parameters

obj
Type: SystemIntPtr
fmt
Type: SystemString
vec
Type: SystemByte
maxCount
Type: SystemIntPtr

Return Value

Type: IntPtr
See Also