Method At
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
At(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 At(int index)
Parameters
indexintZero-based page index.