Milena (Olena)
User documentation 2.0a Id
Main Page
Related Pages
Modules
Namespaces
Classes
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerator
Groups
Pages
ima-load.cc
1
#include <mln/core/image/image2d.hh>
2
#include <mln/io/pbm/load.hh>
3
4
#include "doc/tools/data.hh"
5
6
int
main()
7
{
8
using namespace
mln;
9
/* FIXME: MLN_DOC_DIR looks probably confusing in the
10
documentation... But we have to handle parallel builds. Maybe a
11
solution could be to prepare the the build dir for data? */
12
// \{
13
image2d<bool>
ima;
14
io::pbm::load
(ima, MLN_DOC_DIR
"/img/small.pbm"
);
15
// \}
16
}
doc
examples
ima-load.cc
Generated on Thu Nov 8 2012 10:58:07 for Milena (Olena) by
1.8.2-20120930