Ilya Lavrenov
89cd87107f
fixed warnings
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
4801502ae6
labelling -> labels
11 years ago
Vlad Shakhuro
edeef0fdbc
fprintf(stderr, ...) -> cerr << ...
11 years ago
Vlad Shakhuro
ab6a2c6577
Add headers to precomp.hpp
11 years ago
Vlad Shakhuro
bb1008ec5e
Change namespace to xobjdetect
11 years ago
Vlad Shakhuro
ab9d2496c2
Make Stump::predict const
11 years ago
Vlad Shakhuro
7ecf95ec25
Add fake precomp.hpp
11 years ago
Vlad Shakhuro
c765916edc
Add adas cpp file for CMake compilation
11 years ago
Vlad Shakhuro
f722d4ff05
Add default constructors to params classes
11 years ago
Vlad Shakhuro
94338228c8
Add license and precomp header
11 years ago
Vlad Shakhuro
4c5a2efca1
Change fcw-train target name
11 years ago
Vlad Shakhuro
ee889198ee
Fix headers
11 years ago
Vlad Shakhuro
4eccf1f50f
Rename fcw_train
11 years ago
Vadim Pisarevsky
311ee20315
fixed RGBD compile errs and warnings
11 years ago
Vlad Shakhuro
eb2e66abc5
Clean adas header
11 years ago
Vlad Shakhuro
395d42307b
Remove icf app, add xobjdetect module
11 years ago
Alexandre Benoit
154bc89d38
added samples to use retina in its basic form and for HDR tone mapping
11 years ago
Ilya Lavrenov
ae5c87eafa
fixed warnings
11 years ago
Alexander Alekhin
67ee17078f
fix doc
11 years ago
Vlad Shakhuro
0d97598754
Make detector interface simpler
11 years ago
Vlad Shakhuro
cf08b72646
Fix argument types
11 years ago
Vlad Shakhuro
22b165ca9f
Use cv::Point instead of ACFFeature
11 years ago
Vlad Shakhuro
43061d75fa
Add cv::adas namespace
11 years ago
Vlad Shakhuro
b33977d95c
Add adas header, move headers to inner directory
11 years ago
Vlad Shakhuro
c8938d8d6e
Add define guards
11 years ago
Vlad Shakhuro
4a3ab904ab
Add license to headers
11 years ago
Vlad Shakhuro
3e52ae023d
Rename module (asad->adas)
11 years ago
Vlad Shakhuro
5841dc0051
Add asad interface prototype
11 years ago
Alex Leontiev
6e7d162e5a
Change Rect to Rect2d in Tracker::update() and ::init()
...
I've changed Rect to Rect2d in Tracker::update(), Tracker::init() and
all related methods (including documentation). This allows to initialize
trackers with double-valued rectangles, thus adding versality. Besides,
trackers also can output double-valued rectangles, which may be
beneficial in some scenarios.
However, it remains to change UML diagrams in documentation to tracker
module, as they still display methods above with old signatures.
11 years ago
Alex Leontiev
a0c344c375
New feature to tracking sample
...
Now initial bounding frame can be given in command-line, as an alternative
to manual selection via mouse. Bounding frame is given as optional last
argument in the format "x1,y1,x2,y2" where x's and y's are integers,
symbolizing bounding box with opposite vertices (x1,y1) and (x2,y2).
11 years ago
Kirill Kornyakov
9ec2805e11
Workaround build issue on Mac
11 years ago
Kirill Kornyakov
5970553620
Revert "Temporary hack to workaround optim build issue on Mac (clang)"
...
This reverts commit 2fb9cac027
.
11 years ago
Kirill Kornyakov
2fb9cac027
Temporary hack to workaround optim build issue on Mac (clang)
11 years ago
Kirill Kornyakov
05fc3a9909
Fix bioinspired build on Mac (clang)
11 years ago
Alfonso Sanchez-Beato
25e39c696c
fix compilation problems seen in #11
11 years ago
Alexandre Benoit
8ed9d2604f
added a local extremum blob detector that can be used after retina module to detect transient areas (low level saliency)
11 years ago
Vincent Rabaud
d71d1722bd
fix compilation problems seen in #12
11 years ago
Vincent Rabaud
49a357b948
add an RGBD module
11 years ago
Alfonso Sanchez-Beato
ab3b542957
reg module: Add sample and README file
...
README.md file with a short description of the module is added. An
example on how to use the module can be found now in reg/samples/.
11 years ago
Ilya Lavrenov
2fa1d53ff8
added perf tests for bioinspired
11 years ago
Ilya Lavrenov
bcee96b24d
bioinspired -> opencv_contrib
11 years ago
Alex Leontiev
ceb74acd4d
The implementation of particle filtering tracker
...
This contribution aims to implement the sampler based on particle
filtering within a generic tracking API that opencv has. Maybe, one day
it will become a part of a robust solver.
11 years ago