Show / Hide Table of Contents

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 Source

MatExprRowColIndexer(MatExpr)

Declaration
protected MatExprRowColIndexer(MatExpr parent)
Parameters
Type Name Description
MatExpr parent

Properties

| Improve this Doc View Source

Item[Int32]

Declaration
public abstract MatExpr this[int pos] { get; }
Parameters
Type Name Description
System.Int32 pos
Property Value
Type Description
MatExpr
| Improve this Doc View Source

Parent

Declaration
protected MatExpr Parent { get; }
Property Value
Type Description
MatExpr

Methods

| Improve this Doc View Source

Get(Int32)

Declaration
public virtual MatExpr Get(int pos)
Parameters
Type Name Description
System.Int32 pos
Returns
Type Description
MatExpr
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX