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
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
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
Maksim Shabunin
8a05bdbcc9
Merge pull request #134 from PhilLab/patch-2
...
SurfaceMatching: OpenMP indices
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
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
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
Maksim Shabunin
b6029dab73
Merge pull request #274 from berak/patch-4
...
fix for issue #195
10 years ago
berak
4dcf02d631
fix for issue #195
...
avoid overflow in histogram access
10 years ago
Vadim Pisarevsky
af63b7ab51
Merge pull request #251 from MMp131316/stereoBranch
...
Stereo branch
10 years ago
Vadim Pisarevsky
77e2226121
Merge pull request #269 from berak/patch-3
...
remove floor call
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
Vadim Pisarevsky
03870af365
Merge pull request #255 from swook/autowbGrayworld
...
Basic HAL-accelerated autowbGrayworld
10 years ago
Vadim Pisarevsky
2a199bc94e
Merge pull request #259 from Jiaolong/dataset_inria
...
added INRIA pedestrian dataset
10 years ago
Muresan Mircea Paul
cd81b92806
Module temporarily created without python and java wrapers
10 years ago
Muresan Mircea Paul
9b55c04e75
I have put all the modules in the stereo namespace
...
changed the ptr<StereBinaryBM> to ptr<cv::stereo::StereoBinaryBM>
modified the documentation
modified documentation for the stereo_c
documentation
doc
fixed two issues
modfified the precomp.hpp header by explicitly adding the cvdef header from core
modified comments for documentation for stereo and removed some headers
added a header and modified some function definition
test
test 2
changed exports_w to exports
removed the correct matches module
10 years ago
MMp131316
0d1fd8de50
Update README.md
...
made some extra changes to the modules so I receive no warnings
moved the opencv2/core/private.hpp from stereo_binary_sgbm.cpp to precomp.hpp
10 years ago