I have added 6 different type of noise to an image without using imnoise but still there is one type that i couldn't find anywhere, The Gamma noise!!!
how could i add Gamma noise to an image without imnoise??
If you had the answer of the first question, it would be more appreciated if you could give me some advice about how to recognize the type of added noise to an image from its histogram??
One solution that i came up with is to subtract both of the histograms( Original Image and Noisy Image) to find the noise histogram, then recognize it by its distribution function. does this solution work?