http://www.emgu.com
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Returns a GpuMat corresponding to the [startend) rows of the GpuMat. The data is shared with the current GpuMat.
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public GpuMat<TDepth> RowRange( int start, int end ) |
Visual Basic |
---|
Public Function RowRange ( _ start As Integer, _ end As Integer _ ) As GpuMat(Of TDepth) |
Visual C++ |
---|
public: GpuMat<TDepth>^ RowRange( int start, int end ) |
Parameters
- start
- Type: System..::..Int32
The inclusive stating row to be extracted
- end
- Type: System..::..Int32
The exclusive ending row to be extracted
Return Value
The [startend) rows of the GpuMat
Remarks
The parent GpuMat should never be released before the returned GpuMat that represent the subregion