Class MatExprRowColIndexer
Inheritance
System.Object
MatExprRowColIndexer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public abstract class MatExprRowColIndexer
Constructors
| Improve this Doc View SourceMatExprRowColIndexer(MatExpr)
Declaration
protected MatExprRowColIndexer(MatExpr parent)
Parameters
Type | Name | Description |
---|---|---|
MatExpr | parent |
Properties
| Improve this Doc View SourceItem[Int32]
Declaration
public abstract MatExpr this[int pos] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | pos |
Property Value
Type | Description |
---|---|
MatExpr |
Parent
Declaration
protected MatExpr Parent { get; }
Property Value
Type | Description |
---|---|
MatExpr |
Methods
| Improve this Doc View SourceGet(Int32)
Declaration
public virtual MatExpr Get(int pos)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | pos |
Returns
Type | Description |
---|---|
MatExpr |