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
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://www.imagemagick.org/script/index.php" rel="nofollow">https://www.imagemagick.org/script/index.php</a>