Suleyman TURKMEN
180775f5bb
fix legacy contants
2021-12-01 02:21:38 +03:00
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
Sergey
d6854e1161
Updated xobjdetect module CMakeLists.txt
...
Currently if you are building OpenCV with contrib under ios, not as framework, this can leads to errors in config.
I suppose it would be better if xobjdetect module app will be optional with the BUILD_opencv_apps just like others tools in OpenCV
2017-03-04 21:20:35 +03:00
Alexander Alekhin
2feb23cf36
cmake: include contrib modules into "opencv_world"
2017-01-25 13:21:03 +03:00
lych77
bf6254a6e6
Fix building waldboost_detector with opencv_world
...
Itseez/opencv_contrib#497
2016-04-26 12:16:53 +08:00
Gary Bradski
14680a3c4a
Update README.md
2016-03-27 17:27:24 -07: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
Alexander Alekhin
5fe21e4965
cmake: fix build on MacOSX
2016-01-25 20:17:39 +03:00
Alexander Alekhin
8ccba1d562
fix
2015-12-11 13:40:13 +03:00
Maksim Shabunin
189c2b47c6
Fixed warnings for XCode 7.1.1 and cmake 3.3.2, rewrote one method in sliency to avoid clang 7.0.0 crash
2015-11-17 15:28:05 +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
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
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