简体   繁体   中英

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/

You can also analyse image histogram (use numpy to make it) to detect images with very high or low brightness.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM