Click or drag to resize

NativeMethodscore_reduce 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_reduce(
	IntPtr src,
	IntPtr dst,
	int dim,
	int rtype,
	int dtype
)

Parameters

src
Type: SystemIntPtr
dst
Type: SystemIntPtr
dim
Type: SystemInt32
rtype
Type: SystemInt32
dtype
Type: SystemInt32
See Also