mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Merge pull request #284 from taka-no-me:fix_equalize_hist_2678
This commit is contained in:
@@ -3023,7 +3023,7 @@ public:
|
||||
localHistogram[t0]++; localHistogram[t1]++;
|
||||
}
|
||||
|
||||
for (; x < width; ++x, ++ptr)
|
||||
for (; x < width; ++x)
|
||||
localHistogram[ptr[x]]++;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user