Fernando Martin
df66ab8b6b
Updated KCF original paper link
8 years ago
Vladislav Sovrasov
4ae95b6e2a
tracking: add confidence threshold to TrackerKCF
8 years ago
Vladislav Sovrasov
3ac9e24254
tracking: improve public API
...
Use ROI selector in python samples
8 years ago
Vladislav Sovrasov
27075d22bf
tracking: hide getModel() method
8 years ago
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
Vladislav Sovrasov
c85262370b
tracking: add parameters I/O for KCF
8 years ago
Vladislav Sovrasov
f2c324a280
Median flow tracker update ( #952 )
...
* Fix several issues in TrackerMedianFlow implementation
Particularly, add possibility to tune optical flow parameters for a median
flow tracker.
* Improve code of TrackerMedianFlow
Replace a lot of calls of std::vector::erase by one call of
std::remove_if.
* Delete unused code, use norm from OpenCV
* medianFlow:turn getMedian method into function, small code cleanup
* TrackerMedianFlow:fixes in parameters I/O, add test for them
* TrackerMedianFlow:replace double with float in temp buffers
* Fix indentation
* TrackerMedianFlow:add absent parameter case handling in read()
* TrackerMedianFlow:use ROI instead of copy when getting a patch
* TrackerMedianFlow:don't calc image pyramids 2 times
* MedianFlowTracker: use cvIsNan()
* MedianFlow: refactor vector filtration code
* MedianFlow: change if statements layout in filterPointsInVectors
8 years ago
Vladimir
9d9c0f33b3
Added GOTURN tracker implementation and ALOV300++ dataset support
8 years ago
Vladislav Sovrasov
36f64dd17f
Remove duplicated code in UnscentedKalmanFilter
8 years ago
Alexander Alekhin
214843df72
doc: remove UML diagrams in tracking module
8 years ago
Gregory Kramida
395db9e721
Fix sign() macro redefinition compile-time error
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.
9 years ago
103yiran
385a4744d3
correct spelling error in annotation
9 years ago
berak
59e9a9ae21
add Tracker and MultiTracker python bindings
10 years ago
Vladimir
941ecd52f3
Merge Fixes #1
10 years ago
Vladimir
54493bf4a6
Fix char*->String in create method
10 years ago
Vladimir
826cb28db5
Added Doxygen documentation
10 years ago
Vladimir
4a2ce99074
Fix std::vector <Ptr<Tracker> >
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
9ef5a1d6e5
Fix std::vector <Ptr<Tracker> >
10 years ago
Vladimir
8aab261574
Improved VF optimization + Added EC optimization for MO-TLD
10 years ago
Vladimir
fdc87172b8
Added VOT 2015 dataset support
...
http://www.votchallenge.net/vot2015/dataset.html
10 years ago
Vladimir
1565ff1037
Added optimization to Multi-target TLD update
10 years ago
Vladimir
15226d46c5
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
ad93daa63b
Fix char*->String in create method
10 years ago
Kurnianggoro
cb35f120a6
optimization
10 years ago
SvetlanaFilicheva
450388468d
Implement Unscented Kalman Filter (UKF) and Augmented UKF
10 years ago
Vladimir
18799fe33e
Fix char*->String in create method
10 years ago
Kurnianggoro
a805f8baf9
add multitracker and roiselector to tracking API group
10 years ago
Vladimir
94447d5160
Restored *protected:*' in tracker.hpp
10 years ago
Vladimir
4537103c3a
Added Doxygen documentation
10 years ago
Vladimir
7e934bf182
Warnings Fix #1
10 years ago
Vladimir
6a1bf675ca
Fix std::vector <Ptr<Tracker> >
10 years ago
Vladimir
2088e5e6f9
Improved VF optimization + Added EC optimization for MO-TLD
10 years ago
Vladimir
ada268148d
Added VOT 2015 dataset support
...
http://www.votchallenge.net/vot2015/dataset.html
10 years ago
Vladimir
871f40cb5b
Added optimization to Multi-target TLD update
10 years ago
Vladimir
cac774cbfc
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
b412fbde18
Fix std::vector <Ptr<Tracker> >
10 years ago
Vladimir
19ea564486
Improved VF optimization + Added EC optimization for MO-TLD
10 years ago
Vladimir
ae1669918f
Added VOT 2015 dataset support
...
http://www.votchallenge.net/vot2015/dataset.html
10 years ago
Vladimir
6d74b7ff4a
Added optimization to Multi-target TLD update
10 years ago
Vladimir
0d19135593
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
Kurnianggoro
194455a4bd
Add: roi selector
10 years ago
Kurnianggoro
a9ccea8f6c
added UML documentation for MultiTracker class
10 years ago
Kurnianggoro
eb0c67065d
naive implementation of the multi tracker
10 years ago
Kurnianggoro
61e9617d38
Fixing warnings
10 years ago
Kurnianggoro
318415f22b
Added doxygen documentations
10 years ago
Kurnianggoro
660174e879
Remove whitespaces
10 years ago
Kurnianggoro
b245d3142f
Added the multi tracker class
10 years ago