Click or drag to resize

NativeMethodscore_Mat_dump Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)]
public static sbyte* core_Mat_dump(
	IntPtr self,
	string format
)

Parameters

self
Type: SystemIntPtr
format
Type: SystemString

Return Value

Type: SByte*
See Also