Merge pull request #284 from taka-no-me:fix_equalize_hist_2678

pull/287/head
Andrey Kamaev 12 years ago committed by OpenCV Buildbot
commit dff59ec960
  1. 2
      modules/imgproc/src/histogram.cpp

@ -3023,7 +3023,7 @@ public:
localHistogram[t0]++; localHistogram[t1]++; localHistogram[t0]++; localHistogram[t1]++;
} }
for (; x < width; ++x, ++ptr) for (; x < width; ++x)
localHistogram[ptr[x]]++; localHistogram[ptr[x]]++;
} }

Loading…
Cancel
Save