Milena (Olena)
User documentation 2.0a Id
Main Page
Related Pages
Modules
Namespaces
Classes
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerator
Groups
Pages
ima2d-2.cc
1
#include <mln/core/image/image2d.hh>
2
#include <mln/value/int_u8.hh>
3
int
main()
4
{
5
using namespace
mln;
6
7
// \{
8
// Build an empty image;
9
image2d<value::int_u8>
img1a;
10
11
// Build an image with 2 rows
12
// and 3 columns sites
13
image2d<value::int_u8>
img1b(
box2d
(2, 3));
14
image2d<value::int_u8>
img1c(2, 3);
15
// \}
16
}
doc
examples
ima2d-2.cc
Generated on Thu Nov 8 2012 10:58:07 for Milena (Olena) by
1.8.2-20120930