NativeMethodscvReleasePyramid Method OpenCvSharp Class Library

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

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

public static void cvReleasePyramid(
	ref IntPtr pyramid,
	int extra_layers
)

Parameters

pyramid
Type: SystemIntPtr

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

extra_layers
Type: SystemInt32

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

See Also

Reference