Table of Contents

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 = 0

each matrix row is sorted in the ascending order.

Descending = 16

each matrix row is sorted in the descending order; this flag and the previous one are also mutually exclusive.

EveryColumn = 1

each matrix column is sorted independently; this flag and the previous one are mutually exclusive.

EveryRow = 0

each matrix row is sorted independently