NativeMethodsgpu_GpuMat_rowRange Method OpenCvSharp Class Library

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

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

public static IntPtr gpu_GpuMat_rowRange(
	IntPtr obj,
	int startrow,
	int endrow
)

Parameters

obj
Type: SystemIntPtr

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

startrow
Type: SystemInt32

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

endrow
Type: SystemInt32

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

Return Value

Type: IntPtr

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

See Also

Reference