Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
ImageStatisticsMiniApp.cpp File Reference
#include "mitkCommandLineParser.h"
#include "mitkImage.h"
#include "mitkImageStatisticsCalculator.h"
#include "mitkIOUtil.h"
#include <iostream>
#include <usAny.h>
#include <fstream>
#include <itkImageRegionConstIterator.h>
#include "mitkImageAccessByItk.h"
#include <boost/accumulators/accumulators.hpp>
#include <boost/accumulators/statistics/stats.hpp>
#include <boost/accumulators/statistics/mean.hpp>
#include <boost/accumulators/statistics/variance.hpp>
#include <boost/accumulators/statistics/min.hpp>
#include <boost/accumulators/statistics/max.hpp>
#include <boost/accumulators/statistics/count.hpp>
#include <boost/accumulators/statistics/moment.hpp>
#include <mitkImageMaskGenerator.h>
#include <mitkIgnorePixelMaskGenerator.h>

Go to the source code of this file.

Functions

void printstats (statistics_res s)
 
template<typename TPixel , unsigned int VImageDimension>
void get_statistics_boost (itk::Image< TPixel, VImageDimension > *itkImage, statistics_res &res)
 
int main (int argc, char *argv[])
 

Function Documentation

template<typename TPixel , unsigned int VImageDimension>
void get_statistics_boost ( itk::Image< TPixel, VImageDimension > *  itkImage,
statistics_res &  res 
)

Definition at line 52 of file ImageStatisticsMiniApp.cpp.

References max(), and min().

Referenced by main().

void printstats ( statistics_res  s)

Definition at line 41 of file ImageStatisticsMiniApp.cpp.

Referenced by main().