http://www.emgu.com
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Returns a GpuImage corresponding to the [startend) rows of the GpuImage. The data is shared with the current Image.
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public GpuImage<TColor, TDepth> RowRange( int start, int end ) |
Visual Basic |
---|
Public Function RowRange ( _ start As Integer, _ end As Integer _ ) As GpuImage(Of TColor, TDepth) |
Visual C++ |
---|
public: GpuImage<TColor, 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 GpuImage
Remarks
The parent GpuImage should never be released before the returned GpuImage that represent the subregion