Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Thanks for your answer. Commented Feb 23, 2017 at 15:00
  • I am wondering if i computed the average right. Considering a histogram as an array, the average histogram is the sum of each image array divided by the number of images? Commented Feb 23, 2017 at 15:01
  • I think it sounds right, you have computed separate histograms for each image, then summing each bin in the histogram separately and then dividing by the number of images used in the summing. That is how you should compute the mean histogram Commented Mar 30, 2017 at 13:21