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
ef10402f2f
fixed warnings in the tracking module
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
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
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
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
Kurnianggoro
c43dd7d32b
Removing whitespaces in featureColorName.cpp
10 years ago
Kurnianggoro
660174e879
Remove whitespaces
10 years ago
Kurnianggoro
b245d3142f
Added the multi tracker class
10 years ago
Kurnianggoro
261086b132
Use Doxigen format
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
Aakash Chopra
8e52a098e9
ulong -> size_t
10 years ago
Aakash Chopra
37e73bcb57
Fix for https://github.com/Itseez/opencv_contrib/issues/278 - core dump in the case of no match results.
...
Modified reported poses by constraining to the number of poses found.
10 years ago
Vladimir
8719073735
Added OCL versions of Sr and Sc functions
10 years ago
Kurnianggoro
a4e8457364
Fixing some alignments
10 years ago
Kurnianggoro
244b7926be
Fixing alignments
10 years ago
berak
4dcf02d631
fix for issue #195
...
avoid overflow in histogram access
10 years ago
Muresan Mircea Paul
2c86cf23e7
removed the filterSpecleImpl
10 years ago
Muresan Mircea Paul
83fc038cc9
removed the c api
10 years ago
Muresan Mircea Paul
ba1fb0adfb
repaired the unsuccesfull builds
10 years ago
Muresan Mircea Paul
6614fab031
removed the filterSpeckles, getValidDisparityROI, validateDisparities functions and added the calib3d module in the dependency
10 years ago
Kurnianggoro
6280a069f2
Fixing some indentations
10 years ago
Kurnianggoro
55db204590
Fixing some indentations
10 years ago
Kurnianggoro
ab3015d4b0
Added the feature compression method
10 years ago
berak
01293e0e23
remove floor call
...
vs2010 does not know, ceil, floor, round and friends.
also, those are plain integer divisions, that do not need floor at all.
10 years ago
berak
8247a7a0f5
change round to cvRound
...
vs2010 breaks
10 years ago