Normalization of a sequence of images via ImageMagick or other means? -
i have series of images change relatively little during day, suffer severe on , underexposure sometimes. there's nothing can in way of fixing loss of details, want make 1 next not jolting. in other words, i'd normalize brightness / color levels sequence of images feels more consistent 1 next. sequence being encoded video , therefore why important me.
how can normalize these values series of few hundred frames via imagemagick or other means?
use imagemagick command-line's -equalize option, should trick. adjust current image use full color range properly.
if want 1 image match it's histogram and/or saturation another, use this imagemagick script.
Comments
Post a Comment