Vladimir
9d9c0f33b3
Added GOTURN tracker implementation and ALOV300++ dataset support
9 years ago
Eugene Mamin
8f04976f48
TLD accelerated with parallel_for_ helper
...
Using opencv/core/utility.hpp parallel primitives,
Intel TBB as backend is desirable.
9 years ago
mshabunin
72488907ca
tracking benchmark tool changes:
...
- added area under "lost track ratio" curve statistics
- added "lost track ratio" curve plot
- minor fixes
9 years ago
mshabunin
1fcfdc558d
Updated tracking benchmark script
...
- used C++ to handle resources and output
- simplified and refactored the code
- changed statistic calculation (precision, recall, etc)
- used CommandLineParser -> CL interface has changed
9 years ago
berak
e2c4574f73
tracking: make datasets dependancy optional
...
added error msg for samples
9 years ago
Vladislav Sovrasov
36f64dd17f
Remove duplicated code in UnscentedKalmanFilter
9 years ago
Vladislav Sovrasov
c67c56100d
Fix memory leak in MIL tracker
9 years ago
Alexander Alekhin
214843df72
doc: remove UML diagrams in tracking module
9 years ago
Vladislav Sovrasov
f857b7f77c
Fix TLD fail on gray images
9 years ago
alessiodore
246ea8f3bd
Merge pull request #641 from alessiodore:kcfFix
...
* Fix kcfTracker when called from Python bindings. The variable boundingBox in updateImpl when called from Python is initialized with 0s and it needs to be updated with the tracker state.
* Fix to return the bbox correctly in the first frame in Python
9 years ago
Alexander Alekhin
823dea726f
migration: github.com/opencv/opencv_contrib
9 years ago
Gregory Kramida
395db9e721
Fix sign() macro redefinition compile-time error
9 years ago
berak
19b72cc41e
tracking: fix selectRoi()
9 years ago
Eric Zavesky
64d94e94e0
- no ambiguity about last rect (complement #459 and bd20972
);
...
- remove double-check, make MSVC happy
9 years ago
Gary Bradski
fc46c0038e
Update README.md
9 years ago
aravind
e19a449dd0
Fixed roiSelector platform dependency bug - lower 8 bits comparison for keypresses.
9 years ago
Lorena García
5b7068858e
Channels check before cvtColor() function
9 years ago
Suleyman TURKMEN
bd20972847
Update roiSelector.cpp
9 years ago
Patrick Snape
df7721e04a
Add float cast to KCFTracker
...
Required for MSVC builds - shouldn't affect result otherwise.
9 years ago
baudenri
6259c1e49b
Expose Error Cross-Covariance in Uncented Kalman Filters
...
For some applications it is useful to have an estimate of how uncertain
the specific variable is estimated. This could help to act accordingly
e.g. increase the measurement zone if the current estimate is very
uncertain.
10 years ago
103yiran
385a4744d3
correct spelling error in annotation
10 years ago
berak
59e9a9ae21
add Tracker and MultiTracker python bindings
10 years ago
Yan Wang
5eb03d2ed2
Add macro definition to avoid building error.
...
Signed-off-by: Yan Wang <yan.wang@linux.intel.com>
10 years ago
Kurnianggoro
84cbffc718
added tutorials for KCF tracker
10 years ago
Alexander Alekhin
9862a8bac5
fix invalid String usage
10 years ago
Alexander Alekhin
ac8dd366e4
ocl: fix "off" mode
10 years ago
Vladimir
1db7b6e67c
Delete unused sample
10 years ago
Vladimir
941ecd52f3
Merge Fixes #1
10 years ago
Vladimir
1e7d9e0548
Update for multiTracker_test.cpp->multiTracker_dataset.cpp
...
Sample has been renamed: tld_test.cpp->tracker_dataset.cpp
Updated to read parameters from cmd:
-Algorithm name
-Root dataset path
-Dataset ID
-Number of targets to track
10 years ago
Vladimir
2787e85b16
Added example to help message
10 years ago
Vladimir
6277f5276b
Fix messages in tracker_dataset.cpp
10 years ago
Vladimir
5c5a3b8611
Update for tld_test.cpp->tracker_dataset.cpp
...
Sample has been renamed: tld_test.cpp->tracker_dataset.cpp
Updated to read parameters from cmd:
-Algorithm name
-Root dataset path
-Dataset ID
10 years ago
Vladimir
20cdf5d7f6
Fixed segmentation fault error in TRACK_vot::getNextFrame()
10 years ago
Vladimir
a4fdf7efff
Fixed argument dataset index in examples
10 years ago
Vladimir
abf33b4df3
Update for multiTracker_test.cpp->multiTracker_dataset.cpp
...
Sample has been renamed: tld_test.cpp->tracker_dataset.cpp
Updated to read parameters from cmd:
-Algorithm name
-Root dataset path
-Dataset ID
-Number of targets to track
10 years ago
Vladimir
54493bf4a6
Fix char*->String in create method
10 years ago
Vladimir
1ddf7fa450
Added example to help message
10 years ago
Vladimir
9079fd2618
Fix messages in tracker_dataset.cpp
10 years ago
Vladimir
9d55cbd052
Update for tld_test.cpp->tracker_dataset.cpp
...
Sample has been renamed: tld_test.cpp->tracker_dataset.cpp
Updated to read parameters from cmd:
-Algorithm name
-Root dataset path
-Dataset ID
10 years ago
Vladimir
b8df707132
Add Datasets dependency to Tracking module
10 years ago
Vladimir
ad69756bc9
Restored *protected:*' in tracker.hpp
10 years ago
Vladimir
bae3dac9d7
Cleaning up debug prints/variables/flags/timers
10 years ago
Vladimir
826cb28db5
Added Doxygen documentation
10 years ago
Vladimir
25ad33e931
Warnings Fix #3
10 years ago
Vladimir
caa27497e1
Warnings Fix #2
10 years ago
Vladimir
c743244ff9
Warnings Fix #1
10 years ago
Vladimir
36f8dc2b67
Added OpenCV lincense and "precomp.hpp"
10 years ago
Vladimir
594749383c
Fixed spaces in >>
10 years ago
Vladimir
5491008426
Added MO-TLD NN Classifier optimization on GPU
10 years ago
Vladimir
b07a200585
Fixed some init BB
10 years ago