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
Vladimir
4a2ce99074
Fix std::vector <Ptr<Tracker> >
10 years ago
Vladimir
e785534aa3
Added multiTracker.hpp (fix)
10 years ago
Vladimir
cdf40337c7
Improved VF optimization + Added EC optimization for MO-TLD
10 years ago
Vladimir
2e92748c9a
Debug through candidates display
10 years ago
Vladimir
7f410a4520
Added VOT 2015 dataset support
...
http://www.votchallenge.net/vot2015/dataset.html
10 years ago
Vladimir
8d3470b53d
Added optimization to Multi-target TLD update
10 years ago
Vladimir
7dc95a3a17
Added Multi-tracker functionality and example
...
1. Multi-tracker classes (multiTracker.cpp)
2. Multi-tracker example (multiTracker_test.cpp)
3. Fixed a rare bug (OpenCL runtime error)
10 years ago
Vladimir
f67fb500ac
Added OpenCV lincense and "precomp.hpp"
10 years ago
Vladimir
18fa54b28e
Removed inline specifiers
10 years ago
Vladimir
4d1579adca
Fixed spaces in >>
10 years ago