Vladimir
8a5f113da4
Fixing Warnings #5
10 years ago
Vladimir
1b3dc24f89
Fixing Warnings #4
10 years ago
Vladimir
dd48e0627c
Fixing Warnings #3
10 years ago
Vladimir
6da3704835
Fixing Warnings #2
10 years ago
Vladimir
34d91fa968
Warnings Fix #1
10 years ago
Vladimir
5a4184b619
2-nd level of parallelization + detector remake
...
1. Added 2-nd level of parallelization of NN on OpenCL
2. Restructured detector - now all filters work independently:
Variance Filter->Ensemble->NN, through "buffers"
10 years ago
Vladimir
38d5db71fe
Added OCL versions of Sr and Sc functions
10 years ago
Vadim Pisarevsky
44e14b386e
Merge pull request #292 from vpisarev/fix_ios_warinings
...
fixed warnings in the tracking module
10 years ago
Vadim Pisarevsky
ef10402f2f
fixed warnings in the tracking module
10 years ago
Vadim Pisarevsky
5ec764d8bd
Merge pull request #279 from buzziam/master
...
Fix for Itseez/opencv_contrib/issues/278 - core dump in the case of no match(...) results.
10 years ago
Vadim Pisarevsky
cf1cc73748
Merge pull request #283 from lluisgomez/master
...
Adds a first implementation of the OCRBeamSearchDecoder class
10 years ago
Vadim Pisarevsky
052de5d36f
Merge pull request #252 from Auron-X/TLD_fixes_&_optimizations
...
TLD fixes & optimizations
10 years ago
Vadim Pisarevsky
55294f52f8
Merge pull request #245 from kurnianggoro/KCF
...
Added KCF Tracker Framework
10 years ago
Vadim Pisarevsky
7f4c627ec7
Merge pull request #240 from Jiaolong/dataset_pascal
...
added PASCAL VOC dataset
10 years ago
Vitaliy Lyudvichenko
6fd67d44b0
Updated test. Added and successfuly passed AlexNet reproducibility test. Small fixes.
10 years ago
Kurnianggoro
cce4f7b3da
Fixing some warnings
10 years ago
Vladimir
3473d9343f
Fixing Warnings #5
10 years ago
Vladimir
4483a0bc67
Fixing Warnings #4
10 years ago
Vladimir
fcd1a682e7
Fixing Warnings #3
10 years ago
Vladimir
d39fbb7608
Fixing Warnings #2
10 years ago
Vladimir
17dbe91ac9
Warnings Fix #1
10 years ago
Kurnianggoro
08bc4b6a10
remove warnings
10 years ago
Kurnianggoro
61e9617d38
Fixing warnings
10 years ago
Kurnianggoro
318415f22b
Added doxygen documentations
10 years ago
Vitaliy Lyudvichenko
761b037126
Fixed critical bug in dnn::Dict. Fixed LRN layer implementation. Added layers test.
10 years ago
jiaolong_x220
8fd8703ce8
added PASCAL VOC dataset
10 years ago
Vladimir
d4011aaea7
2-nd level of parallelization + detector remake
...
1. Added 2-nd level of parallelization of NN on OpenCL
2. Restructured detector - now all filters work independently:
Variance Filter->Ensemble->NN, through "buffers"
10 years ago
Vladimir
7569b8a1cc
Fixing whitespaces #3
10 years ago
lluis
c5bfcb95d1
fix doxygen warnings
10 years ago
lluis
7940d4d92e
fix win64 compilation error: arrays must be defined with compile-time fixed size :)
10 years ago
lluis
a6b46f8b6a
fix compilation warnings
10 years ago
lluis
662e2ce561
trailing whitespaces
10 years ago
lluis
9c55b98813
Add a demo program for the OCRBeamSearchDecoder class and needed data files
10 years ago
lluis
52cca0ddc6
Adds a first implementation of the OCRBeamSearchDecoder class using the Single Layer CNN character classifier described in Coates, Adam, et al. paper: Text detection and character recognition in scene images with unsupervised feature learning, ICDAR 2011
10 years ago
Vladimir
e8353d923c
Fixing whitespaces #2
10 years ago
Vladimir
ecc71c324b
Fixing whitespaces
10 years ago
Maksim Shabunin
c05a7e0182
Merge pull request #258 from sbokov/AddingConfidence
...
Added confidence support to disparity filtering
10 years ago
sbokov
7c421ba2b3
Adding confidence support and optimizing disparity filtering
...
DisparityWLSFilter demonstrated the best results, so I removed all the other
filters. Quality was significantly improved by adding confidence support
to the filter (left-right consistency + penalty for areas near depth discontinuities).
Filter was optimized using parallel_for_ and HAL intrinsics. Demo application was
rewritten for better compliance with OpenCV standards. Added accuracy and
performance tests. Documentation was added, as well as references to the
original papers.
10 years ago
Vitaliy Lyudvichenko
cfdf060ff5
Fixed more warnings. Updated glog_emulator.hpp:
10 years ago
Kurnianggoro
e4cacfc436
Updating the rectangle drawing, avoid warning from variable conversion
10 years ago
Kurnianggoro
1fea777c3f
update the header in example/kcf.cpp
10 years ago
Kurnianggoro
374f435378
Add an example code for the KCF tracker
10 years ago
Vitaliy Lyudvichenko
d1179832f7
Deleted trailing whitespaces
10 years ago
Vitaliy Lyudvichenko
2717765841
Fixed some warnings
10 years ago
Vitaliy Lyudvichenko
0f7907dc5f
updated example
10 years ago
Vitaliy Lyudvichenko
99b8dac9d6
Merge branch 'master' of https://github.com/Itseez/opencv_contrib
10 years ago
Vitaliy Lyudvichenko
49b5e5e39d
Merge branch 'master' of github.com:ludv1x/opencv_contrib
10 years ago
Vitaliy Lyudvichenko
13edaaacc3
Added group param to convolution_layer.cpp
10 years ago
Maksim Shabunin
8a05bdbcc9
Merge pull request #134 from PhilLab/patch-2
...
SurfaceMatching: OpenMP indices
10 years ago
Anatoly Baksheev
0cd5459eb0
added incdes to project so that it could be visible in some IDEs (ex. qtcreator)
10 years ago