mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
parent
b81d1b25c7
commit
6131a847a2
@ -3023,7 +3023,7 @@ public:
|
||||
localHistogram[t0]++; localHistogram[t1]++;
|
||||
}
|
||||
|
||||
for (; x < width; ++x, ++ptr)
|
||||
for (; x < width; ++x)
|
||||
localHistogram[ptr[x]]++;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user