- 19 Jun, 2015 1 commit
-
-
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 2 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.
-
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
-
- 02 Jun, 2015 6 commits
-
-
Vadim Pisarevsky authored
Bug fix for feature extraction
-
Vadim Pisarevsky authored
BugFix & Enhance DAISY.
-
cbalint13 authored
-
cbalint13 authored
-
Aliaksandr authored
According to CartToPolar() function documentation, result angles could be in range (0..360). To prevent index overflow this check is important.
-
Vadim Pisarevsky authored
fixed several warnings in opencv_contrib (text, xfeatures2d)
-
- 01 Jun, 2015 2 commits
-
-
Vadim Pisarevsky authored
fixed several warnings in opencv_contrib (text, xfeatures2d); added tesseract installation mini-guide in text/readme.md
-
Vadim Pisarevsky authored
Add rotation invariance option for BRIEF descriptor.
-
- 29 May, 2015 1 commit
-
-
sbokov authored
Added basic interface and demo for disparity filtering, added unoptimized fast weighted least squares filter implementation. Current demo tests domain transform, guided and weighted least squares filters on a dataset, measures speed and quality.
-