|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include "mitkHistogramGenerator.h"#include "mitkImageAccessByItk.h"#include "mitkImageTimeSelector.h"#include "itkMITKScalarImageToHistogramGenerator.h"Go to the source code of this file.
Functions | |
| template<typename TPixel , unsigned int VImageDimension> | |
| void | InternalCompute (itk::Image< TPixel, VImageDimension > *itkImage, const mitk::HistogramGenerator *mitkHistoGenerator, mitk::HistogramGenerator::HistogramType::ConstPointer &histogram) |
| void InternalCompute | ( | itk::Image< TPixel, VImageDimension > * | itkImage, |
| const mitk::HistogramGenerator * | mitkHistoGenerator, | ||
| mitk::HistogramGenerator::HistogramType::ConstPointer & | histogram | ||
| ) |
Definition at line 41 of file mitkHistogramGenerator.cpp.
References mitk::HistogramGenerator::GetSize().
Referenced by mitk::HistogramGenerator::ComputeHistogram().