TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

2 pointsby deniswsrosaalmost 8 years ago
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

brudgersalmost 8 years ago
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>