X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=oble.h;h=7fd6b6d4abc66a1f6f33e1eb1f4b2fea3508022d;hb=HEAD;hp=3e65b6e1a1b569cd4529408cf6fb0a99c1ca5b90;hpb=5a96bc7850a1d7bd599d1aea344b057e467ce886;p=ozzloy%40gmail.com%2Foble diff --git a/oble.h b/oble.h index 3e65b6e..7fd6b6d 100644 --- a/oble.h +++ b/oble.h @@ -49,3 +49,11 @@ void detect_and_draw_objects(IplImage* image, void screensave(time_t t_current); int parse_opts(int argc, char **argv); + +int do_capture(); + +int get_one_frame(CvCapture* capture, IplImage* &frame); + +int get_frames(CvCapture* capture, CvHaarClassifierCascade* cascade); + +void update_idle(int faces_total);