- 16 May, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 15 May, 2018 3 commits
-
-
Namgoo Lee authored
-
Alexander Alekhin authored
-
Pavel Rojtberg authored
instead of an ad-hoc implementation of it
-
- 14 May, 2018 4 commits
-
-
Alexander Alekhin authored
-
Alexander Nesterov authored
-
Vadim Pisarevsky authored
* make sure that the matrix with more than INT_MAX elements is marked as non-continuous, and thus all the pixel-wise functions process it correctly (i.e. row-by-row, not as a single row, where integer overflow may occur when computing the total number of elements)
-
Alexander Alekhin authored
-
- 13 May, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 12 May, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 11 May, 2018 15 commits
-
-
catree authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
Repo: https://github.com/libjpeg-turbo/libjpeg-turbo.git Tag: 1.5.3 excluded libjpeg-turbo files: - bmp.c - bmp.h - cderror.h - cdjpeg.c - cdjpeg.h - cjpeg.c - djpeg.c - example.c - jcstest.c - jdatadst-tj.c - jdatasrc-tj.c - jpegtran.c - rdbmp.c - rdcolmap.c - rdgif.c - rdjpgcom.c - rdppm.c - rdrle.c - rdswitch.c - rdtarga.c - tjbench.c - tjunittest.c - tjutil.c - tjutil.h - transupp.c - transupp.h - turbojpeg-jni.c - turbojpeg.c - turbojpeg.h - wrbmp.c - wrgif.c - wrjpgcom.c - wrppm.c - wrrle.c - wrtarga.c
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
berak authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 10 May, 2018 6 commits
-
-
matech96 authored
Fix publication date of "Computer Vision Face Tracking for Use in a Perceptual User Interface" from 1988 to 1998.
-
Dmitry Kurtaev authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 09 May, 2018 7 commits
-
-
Alexander Alekhin authored
-
Namgoo Lee authored
cuda_canny : multi stream safety (#11483) * CUDA_ImgProc/Canny Asynchronous test * cuda_canny : multi stream safety (1/3) - Convert global variable canny::counter to class local variable * cuda_canny : multi stream safety (2/3) - Use texture objects rather than texture reference for cc >= 3.0, since texture reference must be declared as a static global variable which results in race condition when ran concurrently * cuda_canny : multi stream safety (3/3) - Refrain from using global variable in row_filter and column_filter (converts column_filter::c_kernel and row_filter::c_kernel to local variables) * Fixes #11193
-
Alexander Alekhin authored
'0' is specific case (make no sence as a standalone operation), but it can be useful in template-based programming. reverts commit: a58c9d4d
-
Alexander Alekhin authored
-
cabelo authored
-
shengyu authored
-
Alexander Alekhin authored
-
- 08 May, 2018 2 commits
-
-
Tomoaki Teshima authored
-
Damien Picard authored
with the ffmpeg backend
-