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

22 Commits

Author SHA1 Message Date
Suleyman TURKMEN
180775f5bb fix legacy contants 2021-12-01 02:21:38 +03:00
Daniel Canelhas
46110c3d9e Merge pull request #1993 from dcanelhas:master
waldboost_detector train: avoid failed asserts while training by exiting early

* Avoids a failed assert which crashes training

* xobjdetect: improve waldboost messages
2019-10-01 00:46:46 +03:00
Vitaly Tuzov
8c394a4f2e Updated internal calls to linear resize to use bit-exact version 2017-12-14 13:00:09 +03:00
Vlad Shakhuro
ab72b24a00 Fix interface, add documentation 2015-08-26 10:30:18 +03:00
Vlad Shakhuro
a546ba9690 Fix warnings 2015-08-24 02:16:08 +03:00
Vlad Shakhuro
13053d6b6f Interface and naming fixes 2015-08-24 01:27:26 +03:00
Vlad Shakhuro
0928632206 Add namespaces 2015-08-11 10:39:11 +03:00
Vlad Shakhuro
4b161803b4 Warning fixes 2015-08-07 16:12:59 +03:00
Vlad Shakhuro
81d44b7e22 Fix warnings 2015-08-07 15:48:47 +03:00
Vlad Shakhuro
d06d7e2918 Change of interface and multiple fixes 2015-08-07 14:59:02 +03:00
manuele
77116f35db buffer overrun fix 2014-10-01 18:21:06 +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
Vlad Shakhuro
4834c0c87f Fix win build errors 2014-08-13 14:22:04 +04:00
Vlad Shakhuro
479f71ef3e Add icf feature evaluator 2014-08-12 13:12:57 +04:00
Vlad Shakhuro
319b25ee85 Bomb commit 2014-08-12 13:12:57 +04:00
Vlad Shakhuro
a8f9344ef8 Derive WaldBoost from Algorithm 2014-07-03 09:01:50 +04:00
Vlad Shakhuro
d8b0e8d53d Fix MS compiler warnings 2014-06-27 17:42:23 +04:00
Vlad Shakhuro
ab6a2c6577 Add headers to precomp.hpp 2014-06-25 15:38:40 +04:00
Vlad Shakhuro
bb1008ec5e Change namespace to xobjdetect 2014-06-24 09:14:38 +04:00
Vlad Shakhuro
94338228c8 Add license and precomp header 2014-06-24 08:48:24 +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