GpuMatItem Property (Rect)
|
Namespace:
OpenCvSharp.Cuda
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic virtual GpuMat this[
Rect roi
] { get; }
Public Overridable ReadOnly Default Property Item (
roi As Rect
) As GpuMat
Get
public:
virtual property GpuMat^ default[Rect roi] {
GpuMat^ get (Rect roi);
}
abstract Item : GpuMat with get
override Item : GpuMat with get
Parameters
- roi
- Type: OpenCvSharpRect
Return Value
Type:
GpuMat
See Also