computer-vision
computer-vision copied to clipboard
Reading Input [Image Import]
The image import class is completely unimplemented at its current state.
ImageImport needs to be able to read from image files, video files and video devices and populate a buffer full of frames which can be removed from the buffer with next_frame() (next_frame() will be queried by multiple threads and thus must be thread safe!).
Done!