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