Table of Contents

Property this

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

this[int]

Decodes and returns the page at the given index. Each call returns a freshly-copied Mat header that the caller owns and is responsible for disposing.

public Mat this[int index] { get; }

Parameters

index int

Zero-based page index.

Property Value

Mat