#include <assert.h>#include <ctype.h>#include <opencv2/highgui/highgui_c.h>#include "CV.hpp"#include "File.hpp"#include "String.hpp"
Go to the source code of this file.
Functions | |
| int | main (int arguments_size, char *arguments[]) |
| A video display routine that can capture images. | |
| int main | ( | int | arguments_size, |
| char * | arguments[] | ||
| ) |
A video display routine that can capture images.
| arguments_size | is the number of command line arguments (plus 1.) |
| arguments | is the command line arguments vector. |
main*() opens a camera (or video file) and allows the user to capture images by typing the [space] key.
Definition at line 20 of file Video_Capture.cpp.