- 26 Jun, 2015 2 commits
- 25 Jun, 2015 2 commits
-
-
Maksim Shabunin authored
Added confidence support to disparity filtering
-
sbokov authored
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.
-
- 24 Jun, 2015 1 commit
-
-
Maksim Shabunin authored
SurfaceMatching: OpenMP indices
-
- 23 Jun, 2015 2 commits
-
-
Philipp Hasper authored
Fixes compiler error: "index variable in OpenMP 'for' statement must have signed integral type"
-
Vadim Pisarevsky authored
change round to cvRound
-
- 19 Jun, 2015 2 commits
-
-
Maksim Shabunin authored
fix for issue #195
-
berak authored
avoid overflow in histogram access
-
- 18 Jun, 2015 6 commits
-
-
Vadim Pisarevsky authored
Stereo branch
-
Vadim Pisarevsky authored
remove floor call
-
Muresan Mircea Paul authored
-
Muresan Mircea Paul authored
-
Muresan Mircea Paul authored
-
Muresan Mircea Paul authored
removed the filterSpeckles, getValidDisparityROI, validateDisparities functions and added the calib3d module in the dependency
-
- 17 Jun, 2015 3 commits
-
-
berak authored
vs2010 does not know, ceil, floor, round and friends. also, those are plain integer divisions, that do not need floor at all.
-
berak authored
vs2010 breaks
-
Vadim Pisarevsky authored
Basic HAL-accelerated autowbGrayworld
-
- 16 Jun, 2015 1 commit
-
-
Vadim Pisarevsky authored
added INRIA pedestrian dataset
-
- 15 Jun, 2015 4 commits
-
-
Muresan Mircea Paul authored
-
Muresan Mircea Paul authored
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
-
MMp131316 authored
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
-
Muresan Mircea Paul authored
Update README.md
-
- 12 Jun, 2015 4 commits
-
-
Seon-Wook Park authored
-
Seon-Wook Park authored
-
Seon-Wook Park authored
-
jiaolong_x220 authored
-
- 11 Jun, 2015 1 commit
-
-
Seon-Wook Park authored
-
- 10 Jun, 2015 1 commit
-
-
Vadim Pisarevsky authored
Fix for Bug 4074. This seems to be just a typo-error.
-
- 09 Jun, 2015 7 commits
-
-
Seon-Wook Park authored
-
Seon-Wook Park authored
-
Seon-Wook Park authored
-
Seon-Wook Park authored
-
Seon-Wook Park authored
-
Lluis Gomez-Bigorda authored
Fix for Bug #3633: do away with "quads [2][3] = 255;" The four lowest bits in each quads[i][j] correspond to the 2x2 binary patterns Q_1, Q_2, Q_3 in the NM paper [1] (see in page 4 at the end of first column). Q_1 and Q_2 have four patterns, while Q_3 has only two.
-
lluis authored
Fix for Bug 4074. This seems to be just a typo-error, because the Tesseract API can handle correctly with RGB images (double-checked and it works).
-
- 07 Jun, 2015 1 commit
-
-
Muresan Mircea Paul authored
-
- 04 Jun, 2015 1 commit
-
-
Maksim Shabunin authored
Interface and demo for disparity filtering, basic WLS implementation
-
- 03 Jun, 2015 2 commits
-
-
Vadim Pisarevsky authored
Bugfix Normalization / Enhance "float/double" mode queries for DAISY.
-
cbalint13 authored
-