ImageHistogram[img, {min, max}] gives the frequency of occurrence of sample values in img in the range {min, max}.
ImageHistogram[img, {min, max, dx}] gives the frequency of occurrence of sample values in img in the range {min, max} using stepsize dx.