NativeMethodscvReduce Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.cvReduce(System.IntPtr,System.IntPtr,OpenCvSharp.ReduceDimension,OpenCvSharp.ReduceOperation)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void cvReduce(
	IntPtr src,
	IntPtr dst,
	ReduceDimension dim,
	ReduceOperation type
)

Parameters

src
Type: SystemIntPtr

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

dst
Type: SystemIntPtr

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

dim
Type: OpenCvSharpReduceDimension

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

type
Type: OpenCvSharpReduceOperation

[Missing <param name="type"/> documentation for "M:OpenCvSharp.NativeMethods.cvReduce(System.IntPtr,System.IntPtr,OpenCvSharp.ReduceDimension,OpenCvSharp.ReduceOperation)"]

See Also

Reference