Enum SortFlags
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Signals an error and raises the exception.
[Flags]
[SuppressMessage("Microsoft.Design", "CA1008: Enums should have zero value")]
[SuppressMessage("Microsoft.Design", "CA1069: Enums should not have duplicate values")]
public enum SortFlags
Fields
Ascending = 0each matrix row is sorted in the ascending order.
Descending = 16each matrix row is sorted in the descending order; this flag and the previous one are also mutually exclusive.
EveryColumn = 1each matrix column is sorted independently; this flag and the previous one are mutually exclusive.
EveryRow = 0each matrix row is sorted independently