Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkCostFunctionBase.h>
Public Types | |
typedef itk::ImageRegion< 3 > | RegionType |
typedef itk::Image< TPixel, VImageDimension > | ImageType |
Public Member Functions | |
void | SetImage (itk::Image< TPixel, VImageDimension > *) |
void | SetRegion (std::pair< RegionType, int >) |
int | CalculateCost () |
Checks if the functions RegionIsFullEnough, SidesAreNotTooLong and COMLiesWithinParcel all return value 1. More... | |
int | MaximalValue () |
Calculates the maximal possible value of the cost function. More... | |
Definition at line 34 of file mitkCostFunctionBase.h.
typedef itk::Image< TPixel, VImageDimension > mitk::CostFunctionBase< TPixel, VImageDimension >::ImageType |
Definition at line 38 of file mitkCostFunctionBase.h.
typedef itk::ImageRegion<3> mitk::CostFunctionBase< TPixel, VImageDimension >::RegionType |
Definition at line 37 of file mitkCostFunctionBase.h.
int mitk::CostFunctionBase< TPixel, VImageDimension >::CalculateCost | ( | ) |
Checks if the functions RegionIsFullEnough, SidesAreNotTooLong and COMLiesWithinParcel all return value 1.
Definition at line 107 of file mitkCostFunctionBase.cpp.
Referenced by mitk::RandomParcellationGenerator< TPixel, VImageDimension >::ParcelGrowthOverFaces().
int mitk::CostFunctionBase< TPixel, VImageDimension >::MaximalValue | ( | ) |
Calculates the maximal possible value of the cost function.
Definition at line 171 of file mitkCostFunctionBase.cpp.
Referenced by mitk::RandomParcellationGenerator< TPixel, VImageDimension >::ParcelGrowthOverFaces().
void mitk::CostFunctionBase< TPixel, VImageDimension >::SetImage | ( | itk::Image< TPixel, VImageDimension > * | image | ) |
Definition at line 31 of file mitkCostFunctionBase.cpp.
Referenced by mitk::RandomParcellationGenerator< TPixel, VImageDimension >::ParcelGrowthOverFaces().
void mitk::CostFunctionBase< TPixel, VImageDimension >::SetRegion | ( | std::pair< RegionType, int > | regionPair | ) |
Definition at line 25 of file mitkCostFunctionBase.cpp.
Referenced by mitk::RandomParcellationGenerator< TPixel, VImageDimension >::ParcelGrowthOverFaces().