Vladimir
e43ad495ca
Merge Fix #1
10 years ago
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
ef10402f2f
fixed warnings in the tracking module
10 years ago
Vlad Shakhuro
3f1cce24ba
Waldboost with LBP
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
Baisheng Lai
c6e54d1797
update tutorial and doxygen
...
upload an example data in tutorial
10 years ago
Kurnianggoro
318415f22b
Added doxygen documentations
10 years ago
Baisheng Lai
1bce14416e
add tutorial for omnidirectional camera calibration
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
Baisheng Lai
d77525533b
remove black line in README.md
10 years ago
felix
a544213d2a
Removed unused eigenLowest33() function
10 years ago
felix
8b25cca2a4
Added normal computation sample and ply writing with visible normals for debugging
10 years ago
felix
595c6b2176
Computing eigenvectors with cv::eigen(). Infinitely faster since it works.
10 years ago
felix
b378236317
Do not apply pose transformation on normals if the cloud does not have normals
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