• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

include/FCam/processing/Dump.h

Go to the documentation of this file.
00001 #ifndef FCAM_DUMP_H
00002 #define FCAM_DUMP_H
00003 
00004 #include "../Frame.h"
00005 #include <string>
00006 
00011 namespace FCam {
00012     
00024     void saveDump(Frame frame, std::string filename);
00025     void saveDump(Image frame, std::string filename);
00026 
00028     Image loadDump(std::string filename);
00029 
00030 }
00031 
00032 #endif

Generated on Mon Aug 16 2010 14:25:45 for FCam by  doxygen 1.7.1