00001 #ifndef IMAGE_VIEW_WINDOW_THREAD_H 00002 #define IMAGE_VIEW_WINDOW_THREAD_H 00003 00004 namespace image_view { 00005 00006 // Makes absolutely sure we only start the OpenCV window thread once 00007 void startWindowThread(); 00008 00009 } // namespace image_view 00010 00011 #endif