1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 21:40:49 +08:00
Commit Graph

713 Commits

Author SHA1 Message Date
Ilya Lavrenov
bcee96b24d bioinspired -> opencv_contrib 2014-01-21 19:10:29 +04:00
Antonella Cascitelli
f99369e066 Merge pull request #6 from nailbiter/optimPF
The implementation of particle filtering tracker
2013-12-19 09:24:02 -08:00
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.
2013-12-20 01:20:53 +08:00
Antonella Cascitelli
dd1fd48e9e Merge pull request #2 from nailbiter/optimPF
The implementation of particle filtering tracker
2013-12-16 08:02:43 -08:00
Alex Leontiev
2fda95b80f 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. It still
remains to write the documentation.
2013-12-16 23:52:39 +08:00
Kirill Kornyakov
7c4aeaddfc Merge pull request #4 from lenlen/test_perftest
Added perf_test and test based on distance and overlap for tracking API
2013-11-13 04:01:04 -08:00
Antonella Cascitelli
b5844affcc Added perf_test and test based on distance and overlap for tracking API
Added OPE tests tracking

- Reinitialized random number generator (TrackerMIL and TrackerBoosting)
- Removed unused meanSigmaPair

Changed sample tracker.cpp with a list of images instead the video file

Modified OPE tests tracking

- The overlap threshold varies from 0.0 to 1.0
- The location error threshold varies from 0 to 50

Changed name for the tests

Removed unused field

Enlarged first rect of 10% respect the ground truth

Added TRE test

TRE test for the temporal robustness evaluation

Added SRE Test (spatial robustness evaluation)

- Removed the enlargment of the first frame
- TRE corrected the computation of the distance and the overlap
- TrackerBoosting changed the search factor

Fixed last segment in test TRE

First stub for regression test

Added test for faceocc2

Added perf_test for mil and boosting trackers

Modified SANITY_CHECK with ERROR_RELATIVE

In xml generated added the ratio between of the correct bounding box (based on dynamic threshold)

OPE Test: works with video and not with sequence of images

TRE Test: works with video and not with sequence of images

SRE Test: works with video and not with sequence of images

Perf test: works with video and not with sequence of images

Removed unused file

sample tracker.cpp: works with video and not with sequence of images
2013-11-12 15:47:55 +00:00
Kirill Kornyakov
ea6fd7518b Merge pull request #5 from alfonsosanchezbeato/master
Intensity based registration module
2013-11-11 01:24:24 -08:00
Alfonso Sanchez-Beato
e198072644 Intensity based registration module 2013-11-04 22:06:44 +01:00
Kirill Kornyakov
46b2cb2437 Merge pull request #1 from lenlen/tracking_api
Added initial version of the tracking module
2013-09-20 03:53:00 -07:00
Antonella Cascitelli
9e30b50d26 Added tracking module
Modified Copyrights

Moved plantuml source files under doc

disabled tests

Added include of precomp.hpp
2013-09-20 10:12:07 +00:00
Kirill Kornyakov
e3aa8bf98e Added README and modules folder 2013-09-11 17:49:50 +04:00
Kirill Kornyakov
3a8ca88e0c Initial commit 2013-09-11 06:28:05 -07:00