- 03 Sep, 2018 8 commits
-
-
Vadim Pisarevsky authored
-
yuki takehara authored
* fix 12218 * Update test_distancetransform.cpp marked the test as "BIGDATA_TEST" in order to skip it on low-mem platforms * modify test * use a smaller image in the test * fix test code
-
Dmitry Kurtaev authored
* Remove TensorFlow and protobuf dependencies from object detection scripts * Create text graphs for TensorFlow object detection networks from sample
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Wu Zhiwen authored
Signed-off-by:
Wu Zhiwen <zhiwen.wu@intel.com>
-
- 02 Sep, 2018 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 01 Sep, 2018 4 commits
-
-
Alexander Alekhin authored
to forbid Mat1f Checks are not reliable: empty uninitialized `cv::Mat` has `CV_8UC1` type
-
Alexander Alekhin authored
to allocate memory >2Gb
-
Alexander Alekhin authored
-
Alexander Alekhin authored
Avoid manual address arithmetic
-
- 31 Aug, 2018 16 commits
-
-
Vadim Pisarevsky authored
-
Vlad Karpushin authored
* doc: add new tutorial motion deblur filter * Update motion_deblur_filter.markdown a few minor changes
-
Vlad Karpushin authored
* doc: fix English gramma in tutorial out-of-focus-deblur filter * Update out_of_focus_deblur_filter.markdown slightly modified one sentence
-
Vitaly Tuzov authored
* Bit-exact GaussianBlur reworked to use wide intrinsics * Added v_mul_hi universal intrinsic * Removed custom SSE2 branch from bit-exact GaussianBlur * Removed loop unrolling for gaussianBlur horizontal smoothing
-
Vitaly Tuzov authored
* Bit-exact resize reworked to use wide intrinsics * Reworked bit-exact resize row data loading * Added bit-exact resize row data loaders for SIMD256 and SIMD512 * Fixed type punned pointer dereferencing warning * Reworked loading of source data for SIMD256 and SIMD512 bit-exact resize
-
Alexander Alekhin authored
-
berak authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Dmitry Kurtaev authored
* Include preprocessing nodes to object detection TensorFlow networks * Enable more fusion * faster_rcnn_resnet50_coco_2018_01_28 test
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
- OpenCL tests didn't run any OpenCL kernels - use real configuration from existed models (the first 100 cases) - batch size = 1
-
Alexander Alekhin authored
- replaces hand-written list
-
Alexander Alekhin authored
-
- 30 Aug, 2018 9 commits
-
-
Alexander Alekhin authored
- don't reallocate passed 'img' (test fixed - must use IMREAD_UNCHANGED / IMREAD_ANYCOLOR) - avoid memory DDOS - avoid reading of whole file during header processing - avoid data access after allocated buffer during header processing (missing checks) - use WebPFree() to free allocated buffers (libwebp >= 0.5.0) - drop unused & undefined `.close()` method - added checks for channels >= 5 in encoder
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Vitaly Tuzov authored
-
take1014 authored
-
Alexander Alekhin authored
except header file with conversion routines (will be removed in OpenCV 4.0)
-
Alexander Alekhin authored
-
Nobuo Tsukamoto authored
-
Dmitry Kurtaev authored
-