Sort indices to block of data
#include "dip_sort.h"
dip_Error dip_DistributionSortIndices ( data, indices, size, dataType )
Sorts a list of indices rather than the data itself using the distribution sort algorithm.
Data type | Name | Description |
void * | data | Data |
dip_sint32 * | indices | Indices |
dip_int | size | Size |
dip_DataType | dataType | Data type. See DIPlib's data types |
General information about sorting
DistributionSort, DistributionSortIndices16, Sort, ImageSort, SortIndices, SortIndices16, ImageSortIndices
DIPlib on-line documentation | Function reference | Global function index