30 #include "DGtal/helpers/StdDefs.h" 33 #include "DGtal/base/Common.h" 34 #include "DGtal/images/ImageContainerBySTLVector.h" 35 #include "DGtal/images/ImageContainerBySTLMap.h" 37 #include "DGtal/images/ImageContainerByITKImage.h" 39 #include "DGtal/images/ImageContainerByHashTree.h" 40 #include "DGtal/images/CImage.h" 44 using namespace DGtal;
84 int main(
int argc,
char** argv )
88 for (
int i = 0; i < argc; ++i )
93 trace.
emphase() << ( res ?
"Passed." :
"Error." ) << std::endl;
void beginBlock(const std::string &keyword="")
bool testCheckImageConcept()
int main(int argc, char **argv)
Model of CImageContainer implementing the association key<->Value using a hash tree....
DGtal is the top-level namespace which contains all DGtal functions and types.
Aim: Defines the concept describing a read/write image, having an output iterator.
Aim: implements a model of CImageContainer using a ITK Image.