histogram_specifiacation

histogram specification using openCV in python . Have to input miu and sigma to draw gausssian distribution which will be used to map the input image . Example input can be miu = 128 sigma = 30

input

  • input image
  • miu for gaussian / normal distribution
  • sigma for gaussian / normal distribution

input image

input image

input image histogram

input image

gaussian histogram for miu=127 sigma=25

input image

output

  • output image after matching / specification
  • output image histogram

output image

input image

output image histogram

input image

GitHub

View Github