TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

How to normalize the brightness/saturation of images in a dataset?

2 点作者 deniswsrosa将近 8 年前
Hi Guys, I have a dataset of similar images with different levels of saturation, brightness, and contrasts. Is there some way to "normalize" those three factors to force the images to look alike? I mean, I would like to have a standard brightness/saturation and make for example dark images lighter and light images darker

1 comment

brudgers将近 8 年前
Pixel pipeline is a useful concept when processing large numbers of images. My first thought would be to build one using Imagemagick and Bash scripts. I would probably think about working toward similar histograms for each relevant dimension...but this is random advice from the internet and only worth half the sticker price.<p>Good luck.<p><a href="https:&#x2F;&#x2F;www.imagemagick.org&#x2F;script&#x2F;index.php" rel="nofollow">https:&#x2F;&#x2F;www.imagemagick.org&#x2F;script&#x2F;index.php</a>