Vladimir
|
8aab261574
|
Improved VF optimization + Added EC optimization for MO-TLD
|
10 years ago |
Vladimir
|
016b4c82c5
|
Debug through candidates display
|
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 |
Vadim Pisarevsky
|
4f860dcffa
|
Merge pull request #348 from mshabunin:contrib-tests
|
10 years ago |
Vadim Pisarevsky
|
e72e2a10b4
|
Merge pull request #352 from kurnianggoro:gsoc_final
|
10 years ago |
Vadim Pisarevsky
|
abe59c33b6
|
Merge pull request #340 from RobertaRavanelli:FinalTermPullRequest
|
10 years ago |
Vadim Pisarevsky
|
9cb10bd67e
|
Merge pull request #346 from sergarrido:charuco_pr
|
10 years ago |
Vadim Pisarevsky
|
7b1068d8a0
|
Merge pull request #351 from sunglok:bugfix_trackerMIL
|
10 years ago |
Vadim Pisarevsky
|
52a113793f
|
Merge pull request #349 from SvetlanaFilicheva:ukf-aukf
|
10 years ago |
Kurnianggoro
|
cb35f120a6
|
optimization
|
10 years ago |
Vadim Pisarevsky
|
e2f9c66671
|
Merge pull request #350 from lluisgomez:ocrbeamsearch_refactor
|
10 years ago |
Vadim Pisarevsky
|
3431d8ae1d
|
Merge pull request #286 from Jiaolong:dpm_cascade
|
10 years ago |
Sunglok Choi
|
4a64d57031
|
Fixed a minor bug on reading/writing trackerMIL::Param.
|
10 years ago |
S. Garrido
|
7c08b2f7db
|
Added aruco module
|
10 years ago |
Lluis Gomez-Bigorda
|
c3042c3f51
|
remove trailing space
|
10 years ago |
Lluis Gomez-Bigorda
|
a94753c0bf
|
fix Win x64 warning
|
10 years ago |
Lluis Gomez-Bigorda
|
b19c676559
|
fix Win x64 and iOS warnings
|
10 years ago |
Lluis Gomez-Bigorda
|
7cd6dbb0c9
|
Adds two more examples of croped word recognition, and show how to set the beam size parameter for small lexicon.
|
10 years ago |
Lluis Gomez-Bigorda
|
cc43177675
|
OCRBeamSearchDecoder code refactor: fixes most of the TODOs comments, cleans-up code, and fix a bug in score_segmentation(...) member function.
|
10 years ago |
SvetlanaFilicheva
|
450388468d
|
Implement Unscented Kalman Filter (UKF) and Augmented UKF
|
10 years ago |
Vadim Pisarevsky
|
ffa6637b94
|
Merge pull request #300 from kurnianggoro:multitracker
|
10 years ago |
jiaolong_x220
|
c085810035
|
added dpm module
|
10 years ago |
RobertaRavanelli
|
fc98b871b9
|
Moved a cout message to avoid an error about the comunication of number of images to project
|
10 years ago |
RobertaRavanelli
|
a03f3815c2
|
Added structured_light module
|
10 years ago |
Vadim Pisarevsky
|
60f5e5ef80
|
Merge pull request #327 from lluisgomez:svt_dataset
|
10 years ago |
Vadim Pisarevsky
|
f9dab6164c
|
Merge pull request #328 from lluisgomez:icdar_dataset
|
10 years ago |
Vadim Pisarevsky
|
254d5b9f71
|
Merge pull request #344 from lluisgomez:ocr_character_recognizer
|
10 years ago |
Lluis Gomez-Bigorda
|
45f4bd9828
|
Add benchmark code for the Chars74k dataset. Using the CNN character classifier reaches 75% and 84% accuracy for case-sensitive and case-insensitive recognition respectively.
|
10 years ago |
Lluis Gomez-Bigorda
|
0be529da05
|
Adds demo program of Scene Text Character Recognition using the CNN classifier.
|
10 years ago |
Kurnianggoro
|
a805f8baf9
|
add multitracker and roiselector to tracking API group
|
10 years ago |
Vadim Pisarevsky
|
e18103e2e3
|
Merge pull request #221 from xolodilnik:fast_hough_transform
|
10 years ago |
Maksim Shabunin
|
47d45c55de
|
ximgproc perftest
|
10 years ago |
Maksim Shabunin
|
fb8d27c987
|
perf_line_descriptor
|
10 years ago |
Maksim Shabunin
|
22e57f59e6
|
xfeatures2d tests
|
10 years ago |
Maksim Shabunin
|
ba49cfabff
|
Testing line_descriptor, reg, rgbd
|
10 years ago |
Maksim Shabunin
|
95af1b58f9
|
Tests for xphoto
|
10 years ago |
Maksim Shabunin
|
79df3dbc85
|
Tests for ximgproc
|
10 years ago |
kurnianggoro
|
9477193a0e
|
Merge pull request #2 from kurnianggoro/roiselector
Wrap the ROISelector class
|
10 years ago |
Kurnianggoro
|
95a32d7618
|
new line at EOF
|
10 years ago |
lluis
|
271a9b4091
|
Fix w64 warnings
|
10 years ago |
lluis
|
6f4a09ca7e
|
Add benchmark for ICDAR2015 dataset using OCRTesseract and ERFilter classes. Gives word spotting f-score 0.642082 with strongly contextualized lexicon (100 words).
|
10 years ago |
lluis
|
be927d962a
|
Report the total f1 score (0.37) and not the mean-f1. This is in accordance with the standard SVT evaluation protocol and allows for comparison with other published results.
|
10 years ago |
lluis
|
769d2ada0e
|
Changes SVT recognition evaluation to be Case Insensitive (according to the standard evaluation protocol). This makes the benchmark obtained mean-f1 score increase from 0.23 to 0.27
|
10 years ago |
Lluis Gomez-Bigorda
|
306aed4078
|
Adds interface for the ICDAR2015 dataset (end-to-end text recognition task)
|
10 years ago |
Maksim Shabunin
|
172fdb3152
|
Merge pull request #303 from sbokov:improvingStereoSGBM
|
10 years ago |
Vadim Pisarevsky
|
6e4d6bca75
|
Merge pull request #321 from lluisgomez:ocr_refactor_even
|
10 years ago |
Lluis Gomez-Bigorda
|
796c26f68a
|
Fix w64 warnings
|
10 years ago |
Lluis Gomez-Bigorda
|
1481194b54
|
Fix w64 warnings
|
10 years ago |