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 ith row 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> Row( int i ) |
Visual Basic |
---|
Public Function Row ( _ i As Integer _ ) As GpuMat(Of TDepth) |
Visual C++ |
---|
public: GpuMat<TDepth>^ Row( int i ) |
Parameters
- i
- Type: System..::..Int32
The row to be extracted
Return Value
The ith row of the GpuMat
Remarks
The parent GpuMat should never be released before the returned GpuMat that represent the subregion