Click or drag to resize

SortFlags Fields

http://www.emgu.com

The SortFlags type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberSortAscending
Each matrix row is sorted in the ascending order.
Public fieldStatic memberSortDescending
Each matrix row is sorted in the descending order; this flag and SortAscending are also mutually exclusive.
Public fieldStatic memberSortEveryColumn
Each matrix column is sorted independently; this flag and SortEveryRow are mutually exclusive.
Public fieldStatic memberSortEveryRow
Each matrix row is sorted independently
Public fieldvalue__
Top
See Also