Go to the source code of this file.
Namespaces | |
namespace | itk |
namespace | itk::Statistics |
Functions | |
template<class TSubsample > | |
void | itk::Statistics::DownHeap (TSubsample *sample, unsigned int activeDimension, int beginIndex, int endIndex, int node) |
template<class TSample > | |
void | itk::Statistics::FindSampleBound (const TSample *sample, typename TSample::ConstIterator begin, typename TSample::ConstIterator end, typename TSample::MeasurementVectorType &min, typename TSample::MeasurementVectorType &max) |
template<class TSubsample > | |
void | itk::Statistics::FindSampleBoundAndMean (const TSubsample *sample, int beginIndex, int endIndex, typename TSubsample::MeasurementVectorType &min, typename TSubsample::MeasurementVectorType &max, typename TSubsample::MeasurementVectorType &mean) |
template<class TSize > | |
TSize | itk::Statistics::FloorLog (TSize size) |
template<class TSubsample > | |
void | itk::Statistics::HeapSort (TSubsample *sample, unsigned int activeDimension, int beginIndex, int endIndex) |
template<class TSubsample > | |
void | itk::Statistics::InsertSort (TSubsample *sample, unsigned int activeDimension, int beginIndex, int endIndex) |
template<class TSubsample > | |
void | itk::Statistics::IntrospectiveSort (TSubsample *sample, unsigned int activeDimension, int beginIndex, int endIndex, int sizeThreshold) |
template<class TSubsample > | |
void | itk::Statistics::IntrospectiveSortLoop (TSubsample *sample, unsigned int activeDimension, int beginIndex, int endIndex, int depthLimit, int sizeThreshold) |
template<class TValue > | |
TValue | itk::Statistics::MedianOfThree (const TValue a, const TValue b, const TValue c) |
template<class TSubsample > | |
TSubsample::MeasurementType | itk::Statistics::NthElement (TSubsample *sample, unsigned int activeDimension, int beginIndex, int endIndex, int nth) |
template<class TSubsample > | |
int | itk::Statistics::Partition (TSubsample *sample, unsigned int activeDimension, int beginIndex, int endIndex, const typename TSubsample::MeasurementType partitionValue) |
template<class TSubsample > | |
TSubsample::MeasurementType | itk::Statistics::QuickSelect (TSubsample *sample, unsigned int activeDimension, int beginIndex, int endIndex, int kth, typename TSubsample::MeasurementType medianGuess) |
template<class TSubsample > | |
TSubsample::MeasurementType | itk::Statistics::QuickSelect (TSubsample *sample, unsigned int activeDimension, int beginIndex, int endIndex, int kth) |