#include "rtkSchlomka2008NegativeLogLikelihood.h"
#include "rtkDualEnergyNegativeLogLikelihood.h"
#include "rtkVectorImageToImageFilter.h"
#include <itkPermuteAxesImageFilter.h>
#include <itkInPlaceImageFilter.h>
#include <itkCastImageFilter.h>
#include "rtkSpectralForwardModelImageFilter.hxx"
Go to the source code of this file.
|
| template<typename OutputElementType , typename DetectorResponseImageType , typename ThresholdsType > |
| vnl_matrix< OutputElementType > | rtk::SpectralBinDetectorResponse (const DetectorResponseImageType *drm, const ThresholdsType &thresholds, const unsigned int numberOfEnergies) |
| |