1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 21:40:49 +08:00
Commit Graph

35 Commits

Author SHA1 Message Date
Maksim Shabunin
c6ea6d126d Fix build of tools with hal module 2015-04-07 18:14:45 +03:00
Maksim Shabunin
2b74ca6f12 Added opencv_contrib_world module and fixed some compilation warnings on iOS 2015-02-10 18:27:52 +03:00
Maksim Shabunin
f52ba671dc Disable some modules for iOS framework world build 2014-12-08 14:37:06 +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
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
Vlad Shakhuro
93610f14e3 Fix mac build error 2014-08-13 14:30:23 +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
6c9712de84 Fix build errors 2014-08-12 13:41:55 +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
Alexander Alekhin
66695314e2 world fix 2014-08-05 20:10:43 +04:00
Vlad Shakhuro
a2a22662d3 Add default constructor to WaldBoost 2014-06-25 15:46:18 +04:00
Vlad Shakhuro
4801502ae6 labelling -> labels 2014-06-25 15:44:18 +04:00
Vlad Shakhuro
edeef0fdbc fprintf(stderr, ...) -> cerr << ... 2014-06-25 15:43:34 +04:00
Vlad Shakhuro
bb1008ec5e Change namespace to xobjdetect 2014-06-24 09:14:38 +04:00
Vlad Shakhuro
c765916edc Add adas cpp file for CMake compilation 2014-06-24 08:57:21 +04:00
Vlad Shakhuro
94338228c8 Add license and precomp header 2014-06-24 08:48:24 +04:00
Vlad Shakhuro
4c5a2efca1 Change fcw-train target name 2014-06-24 08:43:02 +04:00
Vlad Shakhuro
ee889198ee Fix headers 2014-06-24 08:42:30 +04:00
Vlad Shakhuro
4eccf1f50f Rename fcw_train 2014-06-24 08:24:56 +04:00
Vlad Shakhuro
eb2e66abc5 Clean adas header 2014-06-23 07:59:02 +04:00
Vlad Shakhuro
395d42307b Remove icf app, add xobjdetect module 2014-06-23 07:55:51 +04:00
Vlad Shakhuro
0d97598754 Make detector interface simpler 2014-05-25 02:13:06 +04:00
Vlad Shakhuro
cf08b72646 Fix argument types 2014-05-23 00:05:49 +04:00
Vlad Shakhuro
22b165ca9f Use cv::Point instead of ACFFeature 2014-05-22 23:59:59 +04:00
Vlad Shakhuro
43061d75fa Add cv::adas namespace 2014-05-22 13:40:09 +04:00
Vlad Shakhuro
b33977d95c Add adas header, move headers to inner directory 2014-05-22 13:28:15 +04:00
Vlad Shakhuro
c8938d8d6e Add define guards 2014-05-22 13:23:38 +04:00
Vlad Shakhuro
4a3ab904ab Add license to headers 2014-05-22 13:16:25 +04:00
Vlad Shakhuro
3e52ae023d Rename module (asad->adas) 2014-05-22 12:16:27 +04:00