提交 dff59ec9 编写于 作者: A Andrey Kamaev 提交者: OpenCV Buildbot

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

......@@ -3023,7 +3023,7 @@ public:
localHistogram[t0]++; localHistogram[t1]++;
}
for (; x < width; ++x, ++ptr)
for (; x < width; ++x)
localHistogram[ptr[x]]++;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册