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
Anatoly Baksheev
d80c272f7d
fixed stand alone link errors
10 years ago
Kurnianggoro
c43dd7d32b
Removing whitespaces in featureColorName.cpp
10 years ago
Kurnianggoro
660174e879
Remove whitespaces
10 years ago
Kurnianggoro
261086b132
Use Doxigen format
10 years ago
Vitaliy Lyudvichenko
66fa1e10f6
Random changes in matlab/* module was reverted
10 years ago
Philipp Hasper
1d7f80b0c5
SurfaceMatching: OpenMP indices
...
Fixes compiler error: "index variable in OpenMP 'for' statement must have signed integral type"
10 years ago
Vitaliy Lyudvichenko
9cddccf0ef
Added AlexNet sample. Removed big .caffemodel files from repo.
10 years ago
Vitaliy Lyudvichenko
22272e8147
Many fixes.
10 years ago
Vadim Pisarevsky
91bb20da0c
Merge pull request #268 from berak/patch-2
...
change round to cvRound
10 years ago
Aakash Chopra
8e52a098e9
ulong -> size_t
10 years ago
Vitaliy Lyudvichenko
eef4d1dda9
Added LRN and SoftMax layers, some fixes
10 years ago