Process a given video for blinks. Very fast.
- python blinky.py -f video_file.webm
- Select a region on frame where eye it.
- Let it run till video is over. CVF files will be produced with blink location. Two algorithms are used: one based on edge detection and other one is based on couting dark-pixals.
Gui version of blinky.py. Only for testing. Very slow.