opencv/apps
greensea 52c727f09a Fix a segment fault issue in cascade classfier
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.
2015-04-07 10:31:12 +08:00
..
annotation info on how to use the tool 2015-03-06 13:52:02 +01:00
createsamples Support for compound modules, support for contrib_world 2015-02-10 18:30:05 +03:00
traincascade Fix a segment fault issue in cascade classfier 2015-04-07 10:31:12 +08:00
CMakeLists.txt add annotation tool master branch 2015-02-25 11:31:50 +01:00