Jafar
|
00001 /* $Id$ */ 00002 00003 #include "image/Image.hpp" 00004 00005 namespace jafar { 00006 namespace locpano { 00007 00008 short* compatImage(jafar::image::Image const& image); 00009 00010 void destroyCompatImage(short* image_ptr); 00011 00012 } // namespace locpano 00013 } // namespace jafar
Generated on Wed Oct 15 2014 00:37:24 for Jafar by doxygen 1.7.6.1 |