Table of Contents

Class MatExprRowColIndexer

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll
public abstract class MatExprRowColIndexer
Inheritance
MatExprRowColIndexer
Inherited Members

Constructors

MatExprRowColIndexer(MatExpr)

protected MatExprRowColIndexer(MatExpr parent)

Parameters

parent MatExpr

Properties

this[int]

public abstract MatExpr this[int pos] { get; }

Parameters

pos int

Property Value

MatExpr

Parent

protected MatExpr Parent { get; }

Property Value

MatExpr

Methods

Get(int)

[SuppressMessage("Microsoft.Design", "CA1716: Identifiers should not match keywords")]
public virtual MatExpr Get(int pos)

Parameters

pos int

Returns

MatExpr