Class Mat.Indexer<T>
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Mat Indexer
[Obsolete("Use At<T>(row, col) for occasional access, or AsRows<T>() for high-performance loops. This class uses Marshal.PtrToStructure which is slower than both alternatives.")]
public sealed class Mat.Indexer<T> : MatIndexer<T> where T : struct
Type Parameters
T
- Inheritance
-
MatIndexer<T>Mat.Indexer<T>
- Inherited Members
Properties
- this[int]
1-dimensional indexer
- this[int, int]
2-dimensional indexer
- this[int, int, int]
3-dimensional indexer
- this[int[]]
n-dimensional indexer