Enum SortFlags
Signals an error and raises the exception.
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public enum SortFlags
Fields
Name | Description |
---|---|
Ascending | each matrix row is sorted in the ascending order. |
Descending | each matrix row is sorted in the descending order; this flag and the previous one are also mutually exclusive. |
EveryColumn | each matrix column is sorted independently; this flag and the previous one are mutually exclusive. |
EveryRow | each matrix row is sorted independently |