Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/AlexMetsai/computer-vision-utils

Various scripts that may be useful, mostly python and bash scripts.
https://github.com/AlexMetsai/computer-vision-utils

Last synced: 3 months ago
JSON representation

Various scripts that may be useful, mostly python and bash scripts.

Awesome Lists containing this project

README

        

# Computer Vision Utilities

Various computer vision utilities that may be useful, mostly python and bash scripts.

[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

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

## Version Specifications:
- 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.