1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-19 19:44:14 +08:00
Commit Graph

8 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
Maksim Shabunin
7d9bbdcaad Remove all sphinx files 2015-02-17 12:49:37 +03:00
Maksim Shabunin
a20c5c8dd9 Doxygen documentation for all modules 2014-12-01 15:54:42 +03:00
manuele
a9eebb91f9 warning fixes 2014-09-30 14:31:18 +02: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
berak
714b3137ac fix asterisk warning 2014-09-12 11:47:16 +02:00
berak
e991db75c2 removed wildcards from fg/bg path in ICFDetector::train 2014-09-08 12:26:54 +02:00
Vlad Shakhuro
1695ee7cfd Add xobjdetect documentation 2014-08-20 12:21:42 +04:00