Milena (Olena)
User documentation 2.0a Id
|
00001 #include <mln/core/image/image2d.hh> 00002 #include <mln/geom/nsites.hh> 00003 int main() 00004 { 00005 using namespace mln; 00006 00007 image2d<int> ima(2, 3); 00008 00009 // \{ 00010 unsigned nsites = geom::nsites(ima); 00011 // \} 00012 00013 (void) nsites; 00014 }