Various computer vision utilities that may be useful, mostly python and bash scripts.
These image transformations can be applied collectively for whole folders, with the overall aim being the manipulation of computer vision-related datasets containing videos, frames and/or images.
So far functionality includes:
- frame extraction
- high pass filtering
- image saturation
- image rotation
- image flip
- rgb to bgr format
- resize
- Python 3.8
- NumPy 1.20.3
- OpenCV 4.0.1
- SciPy 1.1.0
- imageio 2.9.0
Feel free to inform me or open an issue for any bugs/issues you encounter.