Click or drag to resize

SortFlags Enumeration

Signals an error and raises the exception.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
[FlagsAttribute]
public enum SortFlags
Members
  Member nameValueDescription
EveryRow0 each matrix row is sorted independently
EveryColumn1 each matrix column is sorted independently; this flag and the previous one are mutually exclusive.
Ascending0 each matrix row is sorted in the ascending order.
Descending16 each matrix row is sorted in the descending order; this flag and the previous one are also mutually exclusive.
See Also