Histogram blurring in Image Processing
问题 I have done image blurring using Gaussian Blur in opencv (smoothing). I came across in search in Google about histogram blurring. Now my question here is, do I apply blurring to the histogram or to the image and than reconstruct the histogram. What I feel is that I apply to the image and than make the histogram because applying blurring to the histogram does not change any parameters and context about the image. Well I am not sure that is my reason but it will be really grateful if I can get