traincascade application need to check after bug fixing in revision 2738 (Feature #155)
Description
Traincascade application was fixed in r2738.
Bug report was received from Christian Ries. Thanks him.
boost.cpp, lines 534-537:
if ( is_buf_16u )
icvSortUShAux( udst + fi*sample_count, sample_count, (float*)valCache.data );
else
icvSortIntAux( idst + fi*sample_count, sample_count, (float*)valCache.data );
Changes:
(float*)valCache.data to valCache.ptr<float>(fi).
These changes are most likely correct. Need to test.
Associated revisions
Merge pull request #155 from jet47/gpu-test-fix
Merge pull request #155 from alalek:ocl_remap_3cn
History
Updated by Maria Dimashova almost 16 years ago
LBP cascade does not go in this condition (boost.cpp, line 525) because minNum == 0.
Two Haar cascades were trained (for r2737 and later ). Detection hit rate of later version is the same or even slightly better.
- Status changed from Open to Done
- (deleted custom field) set to fixed