update install for ubuntu 11.04
[ozzloy@gmail.com/oble] / oble.h
diff --git a/oble.h b/oble.h
index 3e900f09b73172e9bb4d299d10b962d429d3847b..cb4cd243ef30265c9241d8c53265671a49ba5e36 100644 (file)
--- a/oble.h
+++ b/oble.h
@@ -48,4 +48,12 @@ void detect_and_draw_objects(IplImage* image,
 
 void screensave(time_t t_current);
 
-bool parse_opts(int argc, char **argv);
+int parse_opts(int argc, char **argv);
+
+int do_capture();
+
+int get_one_frame(CvCapture* capture, IplImage* &frame);
+
+void get_frames(CvCapture* capture, CvHaarClassifierCascade* cascade);
+
+void update_idle(int faces_total);