mirror of
https://github.com/opencv/opencv.git
synced 2024-12-04 00:39:11 +08:00
52c727f09a
work_var_count and sample_count are both 32bit integer, if the product of work_var_count and sample_count is bigger than 2^31, the compiler will treat (work_var_count*sample_count) as a negative number. Force work_var_count as an unsigned 64bit integer to avoid this issue. |
||
---|---|---|
.. | ||
annotation | ||
createsamples | ||
traincascade | ||
CMakeLists.txt |