Milena (Olena)  User documentation 2.0a Id
accu-right-instantiation.cc
00001 #include <mln/core/image/image2d.hh>
00002 
00003 #include <mln/value/int_u8.hh>
00004 
00005 #include <mln/data/compute.hh>
00006 
00007 #include <mln/accu/stat/max.hh>
00008 
00009 int main()
00010 {
00011   using namespace mln;
00012 
00013   image2d<value::int_u8> ima(2, 3);
00014 
00015   // \{
00016   data::compute(accu::meta::stat::max(), ima);
00017   // \}
00018 }
 All Classes Namespaces Functions Variables Typedefs Enumerator