- 06 Aug, 2015 1 commit
-
-
Wenju He authored
-
- 28 Jul, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 15 Jul, 2015 1 commit
-
-
Josh Klontz authored
-
- 01 Jul, 2015 1 commit
-
-
Seon-Wook Park authored
-
- 30 Jun, 2015 3 commits
-
-
Seon-Wook Park authored
-
Seon-Wook Park authored
-
Seon-Wook Park authored
-
- 29 Jun, 2015 2 commits
-
-
Seon-Wook Park authored
-
Seon-Wook Park authored
-
- 27 Jun, 2015 2 commits
-
-
Seon-Wook Park authored
-
Seon-Wook Park authored
-
- 26 Jun, 2015 7 commits
-
-
Seon-Wook Park authored
-
Seon-Wook Park authored
-
Seon-Wook Park authored
-
Seon-Wook Park authored
-
Seon-Wook Park authored
-
Seon-Wook Park authored
TODO: Make nosse ver faster than Sobel Make sse ver faster than Sobel for BORDER_REPLICATE
-
Seon-Wook Park authored
TODO: HAL-accelerated code
-
- 25 Jun, 2015 1 commit
-
-
LaurentBerger authored
number
-
- 24 Jun, 2015 2 commits
-
-
Pavel Vlasov authored
-
Pavel Vlasov authored
Some code style corrections;
-
- 22 Jun, 2015 1 commit
-
-
LaurentBerger authored
gaussianBlur with CV_32F. hence rouding error are avoided
-
- 19 Jun, 2015 6 commits
-
-
Seon-Wook Park authored
-
Seon-Wook Park authored
-
Seon-Wook Park authored
-
Seon-Wook Park authored
-
Seon-Wook Park authored
-
Seon-Wook Park authored
-
- 18 Jun, 2015 3 commits
-
-
Seon-Wook Park authored
-
Seon-Wook Park authored
-
Dmitry Budnikov authored
Removed IPP port for tiny arithm.cpp functions Additional warnings fix on various platforms. Build without OPENCL and GCC warnings fixed Fixed warnings, trailing spaces and removed unused secure_cpy. IPP code refactored. IPP code path implemented as separate static functions to simplify future work with IPP code and make it more readable.
-
- 09 Jun, 2015 1 commit
-
-
René authored
The inner loop of the backward scan got the wrong initial "a".
-
- 28 May, 2015 1 commit
-
-
Vadim Pisarevsky authored
improvements in Haar CascadeClassifier: 1) use CV_32S instead of CV_32F for the integral of squares (which is more accurate and more efficient); 2) skip the window if its contrast is too low
-
- 27 May, 2015 1 commit
-
-
S. Garrido authored
-
- 26 May, 2015 2 commits
-
-
Zhigang Gong authored
Signed-off-by:
Zhigang Gong <zhigang.gong@intel.com>
-
Zhigang Gong authored
int pix_per_thr = l_counter / LOCAL_TOTAL + ((lid < mod) ? 1 : 0); The pix_per_thr * LOCAL_TOTAL may be larger than l_counter. Thus the index of l_stack may be negative which may cause serious problems. Let's skip the loop when we get negative index and we need to add back the lcounter to keep its balance and avoid potential negative counter. Signed-off-by:
Zhigang Gong <zhigang.gong@intel.com>
-
- 24 May, 2015 2 commits
-
-
Andreas Stührk authored
Conflicts: modules/highgui/src/grfmt_tiff.cpp floodfill return value removed
-
Alexander Smorkalov authored
tiff test fixed
-
- 23 May, 2015 1 commit
-
-
Dikay900 authored
-
- 14 May, 2015 1 commit
-
-
Vadim Pisarevsky authored
-