NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Classes | Functions
itkMIDASRegionGrowingImageFilterTest.cxx File Reference
Include dependency graph for itkMIDASRegionGrowingImageFilterTest.cxx:

Classes

class  _ReplaceIntensityFunctor< TOutputPixelType >
 

Functions

template<class TImg >
void _LoadImage (typename TImg::Pointer &rsp_output, const string &path)
 
template<class TImg >
void _DumpImg (const string &path, const TImg &img)
 
template<class TGSImg , class TBinImg , class TPointSet >
void _GenerateImages (typename TGSImg::Pointer &rsp_gsImg, typename TBinImg::Pointer &rsp_contimg, typename TBinImg::Pointer &rsp_groundtruth, TPointSet &r_seeds, const string &gsImgPath, const string &regionImgPath, const typename TGSImg::PixelType lowerThrsh, const typename TGSImg::PixelType upperThrsh, const typename TBinImg::PixelType trueval, const typename TBinImg::PixelType falseval)
 
template<class TGSImg , class TBinImg >
int _TestImage2 (const string &gsImgPath, const string &regionImgPath, const typename TGSImg::PixelType lowerThrsh, const typename TGSImg::PixelType upperThrsh)
 
int itkMIDASRegionGrowingImageFilterTest (int argc, char *argv[])
 

Function Documentation

template<class TImg >
void _DumpImg ( const string path,
const TImg &  img 
)
template<class TGSImg , class TBinImg , class TPointSet >
void _GenerateImages ( typename TGSImg::Pointer &  rsp_gsImg,
typename TBinImg::Pointer &  rsp_contimg,
typename TBinImg::Pointer &  rsp_groundtruth,
TPointSet &  r_seeds,
const string gsImgPath,
const string regionImgPath,
const typename TGSImg::PixelType  lowerThrsh,
const typename TGSImg::PixelType  upperThrsh,
const typename TBinImg::PixelType  trueval,
const typename TBinImg::PixelType  falseval 
)
template<class TImg >
void _LoadImage ( typename TImg::Pointer &  rsp_output,
const string path 
)
template<class TGSImg , class TBinImg >
int _TestImage2 ( const string gsImgPath,
const string regionImgPath,
const typename TGSImg::PixelType  lowerThrsh,
const typename TGSImg::PixelType  upperThrsh 
)
int itkMIDASRegionGrowingImageFilterTest ( int  argc,
char *  argv[] 
)