Sort indices to a block of data
#include "dip_sort.h"
dip_Error dip_QuickSortIndices16 ( data, indices, size, dataType )
Sorts a list of (16 bit) indices rather than the data itself using the quick sort algorithm.
Data type | Name | Description |
void * | data | Data |
dip_sint16 * | indices | Indices |
dip_int | size | Size |
dip_DataType | dataType | Data type. See DIPlib's data types |
General information about sorting
QuickSort, QuickSortIndices, Sort, ImageSort, SortIndices, SortIndices16, ImageSortIndices