Vladimir
cd5b061c67
Added VOT2015 Dataset interface + VOT2015 sample cpp
10 years ago
Vladimir
94447d5160
Restored *protected:*' in tracker.hpp
10 years ago
Vladimir
f16586f81b
Cleaning up debug prints/variables/flags/timers
10 years ago
Vladimir
4537103c3a
Added Doxygen documentation
10 years ago
Vladimir
190d2dcf85
Warnings Fix #3
10 years ago
Vladimir
167712b85d
Warnings Fix #2
10 years ago
Vladimir
7e934bf182
Warnings Fix #1
10 years ago
Vladimir
d82f20ad6b
Merge branch 'TLD_Multi_Tracking_Support' of https://github.com/Auron-X/opencv_contrib into TLD_Multi_Tracking_Support
10 years ago
Vladimir
54f7c10a69
Added OpenCV lincense and "precomp.hpp"
10 years ago
Vladimir
6b58922d5f
Removed inline specifiers
10 years ago
Vladimir
365722e5e9
Fixed spaces in >>
10 years ago
Vladimir
d310f82e41
Added MO-TLD NN Classifier optimization on GPU
10 years ago
Vladimir
ed1c452dcf
Fixed pointers to posNum and negNum
10 years ago
Vladimir
0e14ca7816
Fixed some init BB
10 years ago
Vladimir
6a1bf675ca
Fix std::vector <Ptr<Tracker> >
10 years ago
Vladimir
96ce5993fb
Added multiTracker.hpp (fix)
10 years ago
Vladimir
2088e5e6f9
Improved VF optimization + Added EC optimization for MO-TLD
10 years ago
Vladimir
b318e38bd0
Debug through candidates display
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
c2525aeaee
Merge branch 'master' of https://github.com/Auron-X/opencv_contrib
10 years ago
Vladimir
fd5251f6aa
Merge branch 'master' of https://github.com/Itseez/opencv_contrib
10 years ago
Vladimir
9ff31c4f60
Added OpenCV lincense and "precomp.hpp"
10 years ago
Vladimir
b42cad6cc1
Removed inline specifiers
10 years ago
Vladimir
e8a23dbb22
Fixed spaces in >>
10 years ago
Vladimir
59b18dcfab
Added MO-TLD NN Classifier optimization on GPU
10 years ago
Vladimir
23acf6d2cd
Fixed pointers to posNum and negNum
10 years ago
Vladimir
ae73daf6d0
Fixed some init BB
10 years ago
Vladimir
b412fbde18
Fix std::vector <Ptr<Tracker> >
10 years ago
Vladimir
8749c49a00
Added multiTracker.hpp (fix)
10 years ago
Vladimir
19ea564486
Improved VF optimization + Added EC optimization for MO-TLD
10 years ago
Vladimir
162a65854e
Debug through candidates display
10 years ago
Vladimir
ae1669918f
Added VOT 2015 dataset support
...
http://www.votchallenge.net/vot2015/dataset.html
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
Lluis Gomez-Bigorda
2315f9ca22
Minor bugfix: removes unwanted space character at the begining of recognition output strings.
10 years ago
Lluis Gomez-Bigorda
2538bf74a6
Adds example on segmented word recognition. Shows the use of the OCRHMMDecoder with the NM and CNN default classifiers.
10 years ago
lluis
ee677a255b
Overload the run() method in BaseOCR class in order to adapt to different classifier callbacks. The original run() method accepts only one Mat input image, this is expected to be a binarzed image with black and white text and works both with the OCRTesseract class and the OCRHMMDecoder class when the character classifier callback works with binary images (e.g. NM). The new run() method accepts two Mat input parameters. One for the gray scale (or color) source image and the other for a binary mask where each connected component corresponds to a pre-segmented character in the input image. This way the OCRHMMDecoder is able to work with character classifiers that operate in grey scale (or color) images (e.g. a CNN).
10 years ago
lluis
c146d37b93
Better CNN model for character recognition. Trained with an augmented dataset by adding translation/scale variations. Updated the croped word recognition with new class numbering (compatible with previous NM classifier).
10 years ago
sbokov
6a0545e6fe
Improving DisparityWLSFilter interface and adding a tutorial
...
Now the filter natively supports StereoBM and StereoSGBM with no
parameter tuning required. Also, now user won't need to set the ROI and
the right matcher parameters manually, it is all done in the respective
convenience factory method based on the left matcher instance. Tutorial
was added to clarify the provided example of use.
10 years ago
Vadim Pisarevsky
f9d42886f1
Merge pull request #298 from lluisgomez:master
10 years ago
Maksim Shabunin
b63d80260b
Merge pull request #316 from StevenPuttemans:update_faceRecognizer_tutorials
10 years ago
StevenPuttemans
076f53d667
fixing facerecognizer tutorials and interface
10 years ago
Alexander Alekhin
3572007ae7
Merge pull request #304 from AlexanderStohr:master
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
Vadim Pisarevsky
f9969b0da6
Merge pull request #308 from lluisgomez/4373
...
Fix bug #4373 :
10 years ago