Table of Contents

Enum SortFlags

Namespace
Emgu.CV.CvEnum
Assembly
Emgu.CV.dll

Flags for sorting

[Flags]
public enum SortFlags

Fields

SortAscending = 0

Each matrix row is sorted in the ascending order.

SortDescending = 16

Each matrix row is sorted in the descending order; this flag and SortAscending are also mutually exclusive.

SortEveryColumn = 1

Each matrix column is sorted independently; this flag and SortEveryRow are mutually exclusive.

SortEveryRow = 0

Each matrix row is sorted independently