Namespace OpenCvSharp.Internal.Util
Classes
- MatTypeMap
Maps a managed element type to the corresponding MatType. Shared by the type-parameterized matrix wrappers (
Mat<T>,UMat,SparseMat<T>) so the mapping lives in one place.
- ReadOnlyArray2D<T>
Readonly rectangular array (T[,])
Structs
- ArrayAddress2<T>
Pins each row of a jagged array for the duration of a single native call and exposes the row addresses. Scoped, stack-only helper (use with
using): no finalizer.