MatRowColIndexerItem Property (Int32, Int32)
|
Creates/Sets a matrix header for the specified row/column span.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic abstract Mat this[
int start,
int end
] { get; set; }
Public MustOverride Default Property Item (
start As Integer,
end As Integer
) As Mat
Get
Set
public:
virtual property Mat^ default[int start, int end] {
Mat^ get (int start, int end) abstract;
void set (int start, int end, Mat^ value) abstract;
}
abstract Item : Mat with get, set
function get_Item(start, end);
function set_Item(value);
Parameters
- start
- Type: SystemInt32
- end
- Type: SystemInt32
Return Value
Type:
Mat
See Also