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

40 Commits

Author SHA1 Message Date
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
Vadim Pisarevsky
ec2b3ed662 Merge pull request #185 from mshabunin/remove-docs
Removed sphinx documentation
2015-03-16 13:07:31 +03:00
Maksim Shabunin
67a2066c4b Java and python wrappers for contrib modules 2015-02-26 15:46:02 +03:00
Maksim Shabunin
7d9bbdcaad Remove all sphinx files 2015-02-17 12:49:37 +03:00
Maksim Shabunin
61f36de542 Doxygen tutorials support 2015-02-17 12:49:37 +03:00
Maksim Shabunin
34131405df Removed some methods from cv::Algorithm and changed ml module interfaces 2015-02-17 11:45:57 +03:00
Maksim Shabunin
a20c5c8dd9 Doxygen documentation for all modules 2014-12-01 15:54:42 +03:00
Vadim Pisarevsky
08699f115e Merge pull request #106 from mtamburrano/adas_fix
adas fix
2014-11-07 18:18:46 +03:00
manuele
7f97464cc3 logtopolar 2014-10-21 12:33:40 +02:00
StevenPuttemans
c20ea8e7e8 adding more clear documentation 2014-10-10 21:17:46 +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
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
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
Vadim Pisarevsky
4906050ea1 added "text" module; added linemod to rgbd module, fixed compile errors in rgbd. 2014-07-28 18:01:19 +04:00
vbystricky
54d71a24ec Extract imgcodecs module from highgui 2014-07-07 12:11:53 +04:00
Vlad Shakhuro
6f138e50c2 Add private header 2014-07-03 15:07:52 +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
a2a22662d3 Add default constructor to WaldBoost 2014-06-25 15:46:18 +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
f722d4ff05 Add default constructors to params classes 2014-06-24 08:51:57 +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