Method DangerousGetRowUnchecked
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
DangerousGetRowUnchecked(int)
Returns a row without validating row.
public Span<T> DangerousGetRowUnchecked(int row)
Parameters
rowint
Returns
- Span<T>
Remarks
This method can expose memory outside the matrix when row is invalid.
Prefer the checked indexer unless the caller has already established the bounds.