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

https://github.com/jintao-huang/cv_study


https://github.com/jintao-huang/cv_study

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# cv_study

## 介绍

1. `cv_func_implement.py`将会复现opencv中的函数
2. `image_transformer.py`
- 书写了通过仿射变换进行图片几何变换的方法
(优势是:可以将图片的多次变换变成一次变换,增加效率)
- 书写了通过HSV变换进行图片色调、饱和度、明度变换的方法
(以上2个内容一般用于深度学习图像增强中)
3. `dog.jpg`是测试图片