• Main Page
  • Related Pages
  • Modules
  • Namespaces
  • Classes
  • Files
  • File List

ima-load.cc

00001 #include <mln/core/image/image2d.hh>
00002 #include <mln/io/pbm/load.hh>
00003 
00004 #include "doc/tools/data.hh"
00005 
00006 int main()
00007 {
00008   using namespace mln;
00009   /* FIXME: MLN_DOC_DIR looks probably confusing in the
00010      documentation...  But we have to handle parallel builds.  Maybe a
00011      solution could be to prepare the the build dir for data? */
00012   // \{
00013   image2d<bool> ima;
00014   io::pbm::load(ima, MLN_DOC_DIR "/img/small.pbm");
00015   // \}
00016 }

Generated on Tue Oct 4 2011 15:23:56 for Milena (Olena) by  doxygen 1.7.1