DIPlib Documentation - ©1995-2017 Quantitative Imaging Group, Delft University of Technology.

DistributionSortIndices16

Sort indices to a block of data

SYNOPSIS

#include "dip_sort.h"

dip_Error dip_DistributionSortIndices16 ( data, indices, size, dataType )

FUNCTION

Sorts a list of (16 bit) indices rather than the data itself using the distribution sort algorithm.

ARGUMENTS

Data typeNameDescription
void *dataData
dip_sint16 *indicesIndices
dip_intsizeSize
dip_DataTypedataTypeData type. See DIPlib's data types

SEE ALSO

General information about sorting

DistributionSort, DistributionSortIndices, Sort, ImageSort, SortIndices, SortIndices16, ImageSortIndices