Functions

cmtkDeviceHistogram_kernels.cxx File Reference

Go to the source code of this file.

Functions

void cmtkDeviceHistogramEntropy (float *result, const float *dataPtr, int numberOfBins)
 Compute entropy from histogram on device.
void cmtkDeviceHistogramPopulate (float *histPtr, const float *dataPtr, const float rangeFrom, const float rangeTo, const bool logScale, const int numberOfBins, const int numberOfSamples)
 Populate histogram from data, entirely on device.
void cmtkDeviceHistogramPopulate (float *histPtr, const float *dataPtr, const int *maskPtr, const float rangeFrom, const float rangeTo, const bool logScale, const int numberOfBins, const int numberOfSamples)
 Populate histogram from data using binary mask, entirely on device.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines