1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-17 15:26:00 +08:00
Commit Graph

43 Commits

Author SHA1 Message Date
Alexander Alekhin
a8c7a56b89 Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2019-10-05 15:43:43 +00: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
Alexander Alekhin
10b486726e fix legacy contants 2018-11-17 11:40:54 +00:00
Vadim Pisarevsky
4f6e1c85a2 remove obsolete C API in the following modules: photo, video, imgcodecs, videoio (#1880) 2018-11-09 00:52:36 +03:00
Alexander Alekhin
26b3b3c10c xobjdetect: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:25:51 +03:00
Vitaly Tuzov
8c394a4f2e Updated internal calls to linear resize to use bit-exact version 2017-12-14 13:00:09 +03:00
Maksim Shabunin
f8807f18cd Reduced modules dependencies:
- made some of dependencies explicit
- removed dependencies to highgui and some other modules where possible
- modified some samples to build without modules
2017-03-15 18:00:21 +03:00
Amy Winston
53b3deed6f include of xobjdetect.hpp removed
For some unknown reason xobjdetect.hpp is included twice.
2016-03-02 13:28:06 +01: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
5992dedfff Warning fixes 2015-08-07 16:27:41 +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
Vlad Shakhuro
3f1cce24ba Waldboost with LBP 2015-07-01 08:07:30 +03:00
Aliaksandr
d76b976012 Bug fix for feature extraction
According to CartToPolar() function documentation, result angles could be in range (0..360). To prevent index overflow this check is important.
2015-06-02 12:12:11 +03:00
manuele
7f97464cc3 logtopolar 2014-10-21 12:33:40 +02:00
manuele
77116f35db buffer overrun fix 2014-10-01 18:21:06 +02: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
e991db75c2 removed wildcards from fg/bg path in ICFDetector::train 2014-09-08 12:26:54 +02:00
Vlad Shakhuro
4834c0c87f Fix win build errors 2014-08-13 14:22:04 +04:00
Vlad Shakhuro
95548c9864 Fix waldboost interface 2014-08-12 14:08:14 +04:00
Vlad Shakhuro
2aea4f317b Refactor stump training 2014-08-12 13:12:57 +04:00
Vlad Shakhuro
479f71ef3e Add icf feature evaluator 2014-08-12 13:12:57 +04:00
Vlad Shakhuro
5ff271efce Add bg_per_image param 2014-08-12 13:12:57 +04:00
Vlad Shakhuro
319b25ee85 Bomb commit 2014-08-12 13:12:57 +04:00
vbystricky
54d71a24ec Extract imgcodecs module from highgui 2014-07-07 12:11:53 +04:00
Vlad Shakhuro
a8f9344ef8 Derive WaldBoost from Algorithm 2014-07-03 09:01:50 +04:00
Vlad Shakhuro
a9599990f0 Fix typo 2014-07-03 08:32:54 +04:00
Vlad Shakhuro
85aaf88aa9 Derive ACFFeatureEvaluator from Algorithm 2014-07-03 08:32:36 +04:00
Vlad Shakhuro
c994b48966 Fix gcc warning 2014-06-27 18:26:54 +04:00
Vlad Shakhuro
d8b0e8d53d Fix MS compiler warnings 2014-06-27 17:42:23 +04:00
Vlad Shakhuro
27692f5cd8 Fix gcc warning 2014-06-27 17:20:31 +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
ab9d2496c2 Make Stump::predict const 2014-06-24 08:59:31 +04:00
Vlad Shakhuro
7ecf95ec25 Add fake precomp.hpp 2014-06-24 08:58:08 +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