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
8 years ago
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
8 years ago
Alexander Alekhin
2feb23cf36
cmake: include contrib modules into "opencv_world"
8 years ago
lych77
bf6254a6e6
Fix building waldboost_detector with opencv_world
...
Itseez/opencv_contrib#497
9 years ago
Gary Bradski
14680a3c4a
Update README.md
9 years ago
Amy Winston
53b3deed6f
include of xobjdetect.hpp removed
...
For some unknown reason xobjdetect.hpp is included twice.
9 years ago
Alexander Alekhin
5fe21e4965
cmake: fix build on MacOSX
9 years ago
Alexander Alekhin
8ccba1d562
fix
9 years ago
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
9 years ago
Vlad Shakhuro
ab72b24a00
Fix interface, add documentation
10 years ago
Vlad Shakhuro
a546ba9690
Fix warnings
10 years ago
Vlad Shakhuro
13053d6b6f
Interface and naming fixes
10 years ago
Vlad Shakhuro
0928632206
Add namespaces
10 years ago
Vlad Shakhuro
5992dedfff
Warning fixes
10 years ago
Vlad Shakhuro
4b161803b4
Warning fixes
10 years ago
Vlad Shakhuro
81d44b7e22
Fix warnings
10 years ago
Vlad Shakhuro
d06d7e2918
Change of interface and multiple fixes
10 years ago
Vlad Shakhuro
3f1cce24ba
Waldboost with LBP
10 years ago
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.
10 years ago
Maksim Shabunin
67a2066c4b
Java and python wrappers for contrib modules
10 years ago
Maksim Shabunin
7d9bbdcaad
Remove all sphinx files
10 years ago
Maksim Shabunin
61f36de542
Doxygen tutorials support
10 years ago
Maksim Shabunin
34131405df
Removed some methods from cv::Algorithm and changed ml module interfaces
10 years ago
Maksim Shabunin
a20c5c8dd9
Doxygen documentation for all modules
10 years ago
manuele
7f97464cc3
logtopolar
11 years ago
StevenPuttemans
c20ea8e7e8
adding more clear documentation
11 years ago
manuele
77116f35db
buffer overrun fix
11 years ago
manuele
a9eebb91f9
warning fixes
11 years ago
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
11 years ago
berak
714b3137ac
fix asterisk warning
11 years ago
berak
e991db75c2
removed wildcards from fg/bg path in ICFDetector::train
11 years ago
Vlad Shakhuro
1695ee7cfd
Add xobjdetect documentation
11 years ago
Vlad Shakhuro
4834c0c87f
Fix win build errors
11 years ago
Vlad Shakhuro
95548c9864
Fix waldboost interface
11 years ago
Vlad Shakhuro
2aea4f317b
Refactor stump training
11 years ago
Vlad Shakhuro
479f71ef3e
Add icf feature evaluator
11 years ago
Vlad Shakhuro
5ff271efce
Add bg_per_image param
11 years ago
Vlad Shakhuro
319b25ee85
Bomb commit
11 years ago
Vadim Pisarevsky
4906050ea1
added "text" module; added linemod to rgbd module, fixed compile errors in rgbd.
11 years ago
vbystricky
54d71a24ec
Extract imgcodecs module from highgui
11 years ago
Vlad Shakhuro
6f138e50c2
Add private header
11 years ago
Vlad Shakhuro
a8f9344ef8
Derive WaldBoost from Algorithm
11 years ago
Vlad Shakhuro
a9599990f0
Fix typo
11 years ago
Vlad Shakhuro
85aaf88aa9
Derive ACFFeatureEvaluator from Algorithm
11 years ago
Vlad Shakhuro
c994b48966
Fix gcc warning
11 years ago
Vlad Shakhuro
d8b0e8d53d
Fix MS compiler warnings
11 years ago
Vlad Shakhuro
27692f5cd8
Fix gcc warning
11 years ago
Vlad Shakhuro
a2a22662d3
Add default constructor to WaldBoost
11 years ago
Vlad Shakhuro
ab6a2c6577
Add headers to precomp.hpp
11 years ago
Vlad Shakhuro
bb1008ec5e
Change namespace to xobjdetect
11 years ago