Click or drag to resize

NativeMethodscore_reduce Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.core_reduce(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus core_reduce(
	IntPtr src,
	IntPtr dst,
	int dim,
	int rtype,
	int dtype
)

Parameters

src
Type: SystemIntPtr

[Missing <param name="src"/> documentation for "M:OpenCvSharp.NativeMethods.core_reduce(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32)"]

dst
Type: SystemIntPtr

[Missing <param name="dst"/> documentation for "M:OpenCvSharp.NativeMethods.core_reduce(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32)"]

dim
Type: SystemInt32

[Missing <param name="dim"/> documentation for "M:OpenCvSharp.NativeMethods.core_reduce(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32)"]

rtype
Type: SystemInt32

[Missing <param name="rtype"/> documentation for "M:OpenCvSharp.NativeMethods.core_reduce(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32)"]

dtype
Type: SystemInt32

[Missing <param name="dtype"/> documentation for "M:OpenCvSharp.NativeMethods.core_reduce(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.core_reduce(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32)"]

See Also