Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
imout.hpp
00001 /* $Id:$ */
00002 #ifndef _IMAGE_IMOUT_HPP_
00003 #define _IMAGE_IMOUT_HPP_
00004 
00005 #include "image/oimstream.hpp"
00006 
00007 namespace jafar {
00008 namespace image {
00009 
00010 /*
00011  * FIXME window is never displayed if there is no cv::waitKey after flush...
00012  */
00013 class imout_t: public oimstream
00014 {
00015   protected:
00016     bool created;
00017   protected:
00018     virtual void flush_fun();
00019   public:
00020     imout_t(): created(false) {}
00021     ~imout_t() {}
00022 };
00023 
00024 extern imout_t imout; 
00025 
00026 }}
00027 
00028 #endif
00029 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:21 for Jafar by doxygen 1.7.6.1
LAAS-CNRS