edrosten / libcvd

libcvd - efficient and easy to use C++ computer vision library.
Other
238 stars 103 forks source link

Add new VideoReader class #83

Closed dmccabe-snap closed 2 years ago

dmccabe-snap commented 2 years ago

This change adds a new VideoReader class. This has a simpler interface than the VideoFileBuffer, supporting only reading every frame (without seeking) and RGBA frames. It supports multi-threaded decoding and scaling.