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"
84int main(
int argc,
char** argv )
88 for (
int i = 0; i < argc; ++i )
93 trace.
emphase() << ( res ?
"Passed." :
"Error." ) << std::endl;
Aim: implements a model of CImageContainer using a ITK Image.
void beginBlock(const std::string &keyword="")
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.
bool testCheckImageConcept()