Fitting an image to Gaussian distribution

Raaj

I'm implementing a gaussian PDF to which I've already fitted a histogram (matched)

However with changing the MEAN and SD values, there should be changes in the output image- I don't seem to be getting any.

Can someone please explain in the context of images, how would varying the SD & MEAN affect it? - if mean = 30, SD= 10, the image would be lighter(merge bright) compared to mean=30,SD=80 ?

Bruce Lucas

Mean will correspond to the overall average brightness of the image and sd will correspond to the contrast, that is, the difference between the brightest and darkest parts of the image. So if the mean remains the same, as in your example, but sd is increased, then overall average brightness remains the same, but the darkest parts of the image get darker and the brightest parts get brighter, increasing the contrast.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Fitting bimodal gaussian distribution with some parameters fixed

From Dev

Fitting with a gaussian

From Dev

Apply a gaussian distribution in a specific part of an image

From Dev

Histogram and Gaussian fitting

From Dev

Fitting a gaussian to a curve in Python

From Dev

How to generate a multiplicate 2D Gaussian Image distribution in MATLAB

From Dev

Sum of MATLAB Gaussian distribution of an image is greater than 1

From Dev

Scikit learn, fitting a gaussian to a histogram

From Dev

gaussian fitting not working using Python

From Dev

Fitting gaussian to a curve in Python II

From Dev

Fitting Gaussian curve to data in python

From Dev

Fitting a better gaussian to data points?

From Dev

Fitting a gaussian function to set of points

From Dev

Multiple Gaussian distribution

From Dev

Dealing with normal (Gaussian) distribution

From Dev

Fitting a Gumbel distribution with fitdistrplus

From Dev

Fitting a weighted distribution in R

From Dev

Fitting a Custom Scipy Distribution

From Dev

Fitting the Poisson distribution

From Dev

Fitting distribution on curve

From Dev

fitting a distribution to survival curve

From Dev

Fitting data to weibull distribution

From Dev

Strange behaviour with Gaussian random distribution

From Dev

Fail to generate gaussian distribution with seed

From Dev

Gaussian distribution for censored regression with cenreg

From Dev

Inverse of the cumulative gaussian distribution in R

From Dev

Multivariate Gaussian distribution formula implementation

From Dev

Variance using Gaussian distribution Python

From Dev

square of a number using gaussian distribution