31#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"
56 trace.beginBlock (
"Testing block ..." );
84int main(
int argc,
char** argv )
86 trace.beginBlock (
"Testing class CheckImageConcept" );
87 trace.info() <<
"Args:";
88 for (
int i = 0; i < argc; ++i )
89 trace.info() <<
" " << argv[ i ];
90 trace.info() << std::endl;
93 trace.emphase() << ( res ?
"Passed." :
"Error." ) << std::endl;
84int main(
int argc,
char** argv ) {
…}
Aim: implements a model of CImageContainer using a ITK Image.
Model of CImageContainer implementing the association key<->Value using a hash tree....
Z2i this namespace gathers the standard of types for 2D imagery.
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.
bool testCheckImageConcept()