https://github.com/jintao-huang/cv_study
https://github.com/jintao-huang/cv_study
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jintao-huang/cv_study
- Owner: Jintao-Huang
- Created: 2021-06-09T09:06:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-19T13:41:31.000Z (over 4 years ago)
- Last Synced: 2025-02-14T11:52:06.185Z (8 months ago)
- Language: Python
- Size: 645 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cv_study
## 介绍
1. `cv_func_implement.py`将会复现opencv中的函数
2. `image_transformer.py`
- 书写了通过仿射变换进行图片几何变换的方法
(优势是:可以将图片的多次变换变成一次变换,增加效率)
- 书写了通过HSV变换进行图片色调、饱和度、明度变换的方法
(以上2个内容一般用于深度学习图像增强中)
3. `dog.jpg`是测试图片