简体   繁体   English

用python处理图像的色相,饱和度,对比度和亮度

[英]image processing in python- hue, saturation, contrast and brightness

我想知道是否有一种方法可以从python中的图像中提取统计信息或值,例如:亮度,对比度,色调,饱和度和清晰度?

There is no automatic way to do this. 没有自动的方法可以做到这一点。

OpenCV can be used for some estimations, like this: https://www.pyimagesearch.com/2015/09/07/blur-detection-with-opencv/ OpenCV可用于某些估算,例如: https : //www.pyimagesearch.com/2015/09/07/blur-detection-with-opencv/

You can also analyse image histogram (use numpy to make it) to detect images with very high or low brightness. 您还可以分析图像直方图(使用numpy制作)以检测亮度非常高或非常低的图像。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在 opencv python 中获取图像的亮度和对比度 - Get brightness and contrast of an image in opencv python 从图像中分离色调和饱和度 - splitting hue and saturation from an image python PIL:改变色调和饱和度 - python PIL : shift the hue and saturation 在OpenCV中标准化摄像头输入? (对比度/饱和度/亮度等..) - Standardizing camera input in OpenCV? (Contrast/Saturation/Brightness etc..) 如何使用 opencv python 自动调整扫描图像的对比度和亮度 - How to auto adjust contrast and brightness of a scanned Image with opencv python Python中的图像处理-这个问题有通用的解决方案吗? - Image Processing in Python- Is there a general solution to this problem? 如何确定图像的亮度/饱和度是否更高/更低? - How to determine if an image is higher/lower in brightness/saturation? 使用 Python 的 PIL,如何增强图像的对比度/饱和度? - Using Python's PIL, how do I enhance the contrast/saturation of an image? OpenCV和Python中控制视频Stream的对比度和亮度 - Controlling Contrast and Brightness of Video Stream in OpenCV and Python 我一直在 Flutter 中开发一个具有以下功能的简单照片编辑器; 亮度、对比度和饱和度 - I have been working on a simple photo editor in Flutter with the features; brightness, contrast and saturation
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM