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) columns 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> ColRange( int start, int end ) |
Visual Basic |
---|
Public Function ColRange ( _ start As Integer, _ end As Integer _ ) As GpuImage(Of TColor, TDepth) |
Visual C++ |
---|
public: GpuImage<TColor, TDepth>^ ColRange( int start, int end ) |
Parameters
- start
- Type: System..::..Int32
The inclusive stating column to be extracted
- end
- Type: System..::..Int32
The exclusive ending column to be extracted
Return Value
The [startend) columns of the GpuImage
Remarks
The parent GpuImage should never be released before the returned GpuImage that represent the subregion