Enum SortFlags
Specifies operation flags for the Sort(Arr, Arr, Arr, SortFlags) method.
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public enum SortFlags : int
Fields
| Name | Description |
|---|---|
| Ascending | Specifies that the method should sort in ascending order. |
| Descending | Specifies that the method should sort in descending order. |
| EveryColumn | Specifies that the method should sort every column. |
| EveryRow | Specifies that the method should sort every row. |