$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
accu-right-instantiation.cc
1 #include <mln/core/image/image2d.hh>
2 
3 #include <mln/value/int_u8.hh>
4 
5 #include <mln/data/compute.hh>
6 
7 #include <mln/accu/stat/max.hh>
8 
9 int main()
10 {
11  using namespace mln;
12 
13  image2d<value::int_u8> ima(2, 3);
14 
15  // \{
17  // \}
18 }