Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/AlexMetsai/computer-vision-utils
- Owner: AlexMetsai
- License: gpl-3.0
- Created: 2019-04-19T09:08:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-02T09:06:04.000Z (about 3 years ago)
- Last Synced: 2024-06-27T12:31:20.184Z (5 months ago)
- Language: Python
- Size: 119 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.0Feel free to inform me or open an issue for any bugs/issues you encounter.