1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 04:25:42 +08:00
Commit Graph

7 Commits

Author SHA1 Message Date
WU Jia
3f609aa21c Move objdetect HaarCascadeClassifier and HOGDescriptor to contrib xobjdetect (#3692)
* Move objdetect parts to contrib

* Move objdetect parts to contrib

* Fix errors from CI build.

* Minor fixes.
2024-03-21 23:40:54 +03:00
Vlad Shakhuro
d06d7e2918 Change of interface and multiple fixes 2015-08-07 14:59:02 +03:00
manuele
59099ecbc0 adas fix
- lowered memory usage (now the train use ~3x less memory)
- improved speed (removed some bottlenecks and added fast_log)
- added support to grayscale images
- the LUV features are not computed if the image is grayscale (leads to
an improved detection rate)
- added various parameters (limit_ps, limit_bg, alpha, slidingStep,
is_grayscale)
- added detect() function for a better control of the resize factor
2014-09-30 13:17:56 +02:00
Vlad Shakhuro
319b25ee85 Bomb commit 2014-08-12 13:12:57 +04:00
Vlad Shakhuro
6f138e50c2 Add private header 2014-07-03 15:07:52 +04:00
Vlad Shakhuro
ee889198ee Fix headers 2014-06-24 08:42:30 +04:00
Vlad Shakhuro
395d42307b Remove icf app, add xobjdetect module 2014-06-23 07:55:51 +04:00