当前位置:网站首页>利用七种方法对一个文件夹里面的所有图像进行图像增强实战
利用七种方法对一个文件夹里面的所有图像进行图像增强实战
2022-07-07 15:40:00 【AI炮灰】
# coding = utf-8
import cv2
from PIL import Image
from PIL import ImageEnhance
from numpy.ma import array
import numpy as np
import os
# 批量处理代码
rootdir = 'F:/danzi/数据/4' # 指明被遍历的文件夹
def high_bright(currentPath, filename, targetPath):
# 读取图像
image = Image.open(currentPath)
image_cv = cv2.imread(currentPath)
# image.show()
# 增强亮度 bh_
enh_bri = ImageEnhance.Brightness(image)
brightness = 1.07
image_brightened_h = enh_bri.enhance(brightness)
# image_brightened_h.show()
image_brightened_h.save(targetPath+ '1' + filename) # 保存
def low_bright(currentPath, filename, targetPath):
image = Image.open(currentPath)
image_cv = cv2.imread(currentPath)
# 降低亮度 bl_
enh_bri_low = ImageEnhance.Brightness(image)
brightness = 0.87
image_brightened_low = enh_bri_low.enhance(brightness)
# image_brightened_low.show()
image_brightened_low.save(targetPath&#
边栏推荐
- LeetCode 648(C#)
- LeetCode1051(C#)
- 赋能智慧电力建设 | 麒麟信安高可用集群管理系统,保障用户关键业务连续性
- 使用popupwindow創建对话框风格的窗口
- DatePickerDialog和trimepickerDialog
- [Huang ah code] Why do I suggest you choose go instead of PHP?
- Toast will display a simple prompt message on the program interface
- 专精特新软件开发类企业实力指数发布,麒麟信安荣誉登榜
- Function and usage of textswitch text switcher
- 【分布式理论】(一)分布式事务
猜你喜欢
随机推荐
【TPM2.0原理及应用指南】 12、13、14章
VSCode关于C语言的3个配置文件
Sator a lancé le jeu web 3 "satorspace" et a lancé huobi
L1-027 出租(Lua)
第3章业务功能开发(用户访问项目)
【分布式理论】(二)分布式存储
深入浅出图解CNN-卷积神经网络
Jenkins发布uniapp开发的H5遇到的问题
Mrs offline data analysis: process OBS data through Flink job
99%的人都不知道|私有化部署还永久免费的即时通讯软件!
【可信计算】第十次课:TPM密码资源管理(二)
Notes on installing MySQL in centos7
Functions and usage of ratingbar
第2章搭建CRM项目开发环境(数据库设计)
麒麟信安操作系统衍生产品解决方案 | 存储多路径管理系统,有效提高数据传输可靠性
[video / audio data processing] Shanghai daoning brings you elecard download, trial and tutorial
toast会在程序界面上显示一个简单的提示信息
Linux 安装mysql8.X超详细图文教程
From Devops to mlops: how do it tools evolve to AI tools?
【可信计算】第十一次课:TPM密码资源管理(三) NV索引与PCR