platform/upstream/opencv.git
7 years agocore: fix convertTo() AVX2 optimization
Alexander Alekhin [Mon, 17 Jul 2017 12:02:14 +0000 (15:02 +0300)]
core: fix convertTo() AVX2 optimization

7 years agoMerge pull request #9173 from thcd:patch-1
Alexander Alekhin [Mon, 17 Jul 2017 10:09:33 +0000 (10:09 +0000)]
Merge pull request #9173 from thcd:patch-1

7 years agoMerge pull request #9172 from atinfinity:fixed_cxx11_flag
Alexander Alekhin [Mon, 17 Jul 2017 07:56:30 +0000 (07:56 +0000)]
Merge pull request #9172 from atinfinity:fixed_cxx11_flag

7 years agoFix typo in imgproc.hpp
Shuyu Liang [Mon, 17 Jul 2017 07:51:10 +0000 (15:51 +0800)]
Fix typo in imgproc.hpp

7 years agofixed 'OpenCVDetectCXXCompiler.cmake' to detect C++11 feature
atinfinity [Sun, 16 Jul 2017 15:20:14 +0000 (00:20 +0900)]
fixed 'OpenCVDetectCXXCompiler.cmake' to detect C++11 feature

7 years agoMerge pull request #9133 from sovrasov:mser_add_test
Alexander Alekhin [Fri, 14 Jul 2017 19:38:05 +0000 (19:38 +0000)]
Merge pull request #9133 from sovrasov:mser_add_test

7 years agoMerge pull request #9086 from catree:improve_solvePnPRansac
Alexander Alekhin [Fri, 14 Jul 2017 17:28:47 +0000 (17:28 +0000)]
Merge pull request #9086 from catree:improve_solvePnPRansac

7 years agoMerge pull request #9091 from alalek:update_ffmpeg
Alexander Alekhin [Fri, 14 Jul 2017 17:25:35 +0000 (17:25 +0000)]
Merge pull request #9091 from alalek:update_ffmpeg

7 years agoMerge pull request #9095 from alalek:fix_gstreamer
Alexander Alekhin [Fri, 14 Jul 2017 17:24:14 +0000 (17:24 +0000)]
Merge pull request #9095 from alalek:fix_gstreamer

7 years agoMerge pull request #9159 from alalek:cmake_target_rename
Alexander Alekhin [Fri, 14 Jul 2017 17:19:25 +0000 (17:19 +0000)]
Merge pull request #9159 from alalek:cmake_target_rename

7 years agoMerge pull request #9157 from zhmu:opencv-dshow-allow-enable-disable-of-debug-messages
Alexander Alekhin [Fri, 14 Jul 2017 17:18:31 +0000 (17:18 +0000)]
Merge pull request #9157 from zhmu:opencv-dshow-allow-enable-disable-of-debug-messages

7 years agoMerge pull request #9130 from alalek:android_define
Alexander Alekhin [Fri, 14 Jul 2017 17:17:24 +0000 (17:17 +0000)]
Merge pull request #9130 from alalek:android_define

7 years agoMerge pull request #9034 from sovrasov:mats_from_initializer_list
Vladislav Sovrasov [Fri, 14 Jul 2017 17:17:09 +0000 (20:17 +0300)]
Merge pull request #9034 from sovrasov:mats_from_initializer_list

Add constructors taking initializer_list for some of OpenCV data types (#9034)

* Add a constructor taking initializer_list for Matx

* Add a constructor taking initializer list for Mat and Mat_

* Add one more method to initialize Mat to the corresponding tutorial

* Add a note how to initialize Matx

* CV_CXX_11->CV_CXX11

7 years agoMerge pull request #8975 from sovrasov:fs_additional_errors
Alexander Alekhin [Fri, 14 Jul 2017 17:13:50 +0000 (17:13 +0000)]
Merge pull request #8975 from sovrasov:fs_additional_errors

7 years agoMerge pull request #9048 from sovrasov:morph_hitmiss_fix
Alexander Alekhin [Fri, 14 Jul 2017 17:13:06 +0000 (17:13 +0000)]
Merge pull request #9048 from sovrasov:morph_hitmiss_fix

imgproc: fix MORPH_HITMISS operation when kernel has no negative values

7 years agoMerge pull request #8914 from stnk20:gstreamer_yuv
Satoshi Tanaka [Fri, 14 Jul 2017 17:11:30 +0000 (02:11 +0900)]
Merge pull request #8914 from stnk20:gstreamer_yuv

Add gstreamer capture capability for some YUV formats (#8914)

* Add gstreamer capture capability for some YUV formats.(only for gstreamer-1.0)

* avoid cross initialization error

* add checking if pipeline is manualpipeline, for compatibility.

7 years agomser: add a couple of new regression tests
Vladislav Sovrasov [Mon, 10 Jul 2017 14:11:04 +0000 (17:11 +0300)]
mser: add a couple of new regression tests

7 years agoMerge pull request #8910 from gylns:mser
gylns [Fri, 14 Jul 2017 16:58:56 +0000 (11:58 -0500)]
Merge pull request #8910 from gylns:mser

fix the MSER history's size issue (#8910)

* simplify growHistory and merge

* add assertion for history's size

* MSER: fix merging components' history

7 years agoMerge pull request #9078 from arrybn:resnet_squeezenet_tests
Alexander Alekhin [Fri, 14 Jul 2017 16:50:25 +0000 (16:50 +0000)]
Merge pull request #9078 from arrybn:resnet_squeezenet_tests

Added tests for ResNet-50 and SqueezeNet v1.1

7 years agoMerge pull request #9074 from alalek:cpu_dispatch_core_hamming
Alexander Alekhin [Fri, 14 Jul 2017 16:48:07 +0000 (16:48 +0000)]
Merge pull request #9074 from alalek:cpu_dispatch_core_hamming

cpu dispatch(core): hamming

7 years agoMerge pull request #9041 from terfendail:filter_avx
Alexander Alekhin [Fri, 14 Jul 2017 16:45:27 +0000 (16:45 +0000)]
Merge pull request #9041 from terfendail:filter_avx

AVX optimized implementation of separable filters migrated

7 years agoMerge pull request #9061 from terfendail:convert_avx
Alexander Alekhin [Fri, 14 Jul 2017 16:43:54 +0000 (16:43 +0000)]
Merge pull request #9061 from terfendail:convert_avx

AVX and SSE4.1 optimized conversion migrated

7 years agoMerge pull request #9082 from terfendail:imgwarp_avx
Alexander Alekhin [Fri, 14 Jul 2017 16:42:42 +0000 (16:42 +0000)]
Merge pull request #9082 from terfendail:imgwarp_avx

AVX and SSE4.1 optimized implementation of resize and warp functions migrated

7 years agoMerge pull request #9088 from sovrasov:no_nostl
Alexander Alekhin [Fri, 14 Jul 2017 16:26:03 +0000 (16:26 +0000)]
Merge pull request #9088 from sovrasov:no_nostl

core: get rid of OPENCV_NOSTL definition

7 years agoMerge pull request #9090 from vpisarev:dnn_optim_scale_concat
Alexander Alekhin [Fri, 14 Jul 2017 16:21:24 +0000 (16:21 +0000)]
Merge pull request #9090 from vpisarev:dnn_optim_scale_concat

7 years agoMerge pull request #9127 from willbrazil:master
Alexander Alekhin [Fri, 14 Jul 2017 16:12:48 +0000 (16:12 +0000)]
Merge pull request #9127 from willbrazil:master

Fix typo in harris corner detection tutorial.

7 years agoMerge pull request #9098 from savuor:fix/luv_div
Alexander Alekhin [Fri, 14 Jul 2017 15:46:02 +0000 (15:46 +0000)]
Merge pull request #9098 from savuor:fix/luv_div

7 years agooptimize out scaleLayer & concatLayer whenever possible
Vadim Pisarevsky [Tue, 4 Jul 2017 14:23:47 +0000 (17:23 +0300)]
optimize out scaleLayer & concatLayer whenever possible

fixed problem in concat layer by disabling memory re-use in layers with multiple inputs

trying to fix the tests when Halide is used to run deep nets

another attempt to fix Halide tests

see if the Halide tests will pass with concat layer fusion turned off

trying to fix failures in halide tests; another try

one more experiment to make halide_concat & halide_enet tests pass

continue attempts to fix halide tests

moving on

uncomment parallel concat layer

seemingly fixed failures in Halide tests and re-enabled concat layer fusion; thanks to dkurt for the patch

7 years agoMerge pull request #9042 from terfendail:haar_avx
Alexander Alekhin [Fri, 14 Jul 2017 15:05:11 +0000 (15:05 +0000)]
Merge pull request #9042 from terfendail:haar_avx

AVX optimized implementation of haar migrated to separate file

7 years agoMerge pull request #9021 from terfendail:corner_avx
Alexander Alekhin [Fri, 14 Jul 2017 14:58:06 +0000 (14:58 +0000)]
Merge pull request #9021 from terfendail:corner_avx

7 years agoMerge pull request #9027 from terfendail:undistort_avx
Alexander Alekhin [Fri, 14 Jul 2017 14:56:42 +0000 (14:56 +0000)]
Merge pull request #9027 from terfendail:undistort_avx

7 years agoMerge pull request #9063 from alalek:hamming_perf_test
Alexander Alekhin [Fri, 14 Jul 2017 14:46:16 +0000 (14:46 +0000)]
Merge pull request #9063 from alalek:hamming_perf_test

7 years agoMerge pull request #9093 from wzw-intel:histogram
Alexander Alekhin [Fri, 14 Jul 2017 14:38:55 +0000 (14:38 +0000)]
Merge pull request #9093 from wzw-intel:histogram

7 years agoMerge pull request #9122 from ivsgroup:fix_msvc_virtual_destructor
Alexander Alekhin [Fri, 14 Jul 2017 14:37:22 +0000 (14:37 +0000)]
Merge pull request #9122 from ivsgroup:fix_msvc_virtual_destructor

7 years agoMerge pull request #9110 from patrikhuber:fix-msvc1911-cmake
Alexander Alekhin [Fri, 14 Jul 2017 14:37:01 +0000 (14:37 +0000)]
Merge pull request #9110 from patrikhuber:fix-msvc1911-cmake

7 years agoMerge pull request #9153 from sovrasov:fix_tangent_dist_flag
Alexander Alekhin [Fri, 14 Jul 2017 14:35:51 +0000 (14:35 +0000)]
Merge pull request #9153 from sovrasov:fix_tangent_dist_flag

7 years agoMerge pull request #9094 from ArkadiuszRaj:fix-aravis-dependency
Alexander Alekhin [Fri, 14 Jul 2017 14:31:57 +0000 (14:31 +0000)]
Merge pull request #9094 from ArkadiuszRaj:fix-aravis-dependency

7 years agoMerge pull request #9024 from tomoaki0705:featureDispatchAccumulate
Alexander Alekhin [Fri, 14 Jul 2017 14:30:05 +0000 (14:30 +0000)]
Merge pull request #9024 from tomoaki0705:featureDispatchAccumulate

7 years agoMerge pull request #9058 from alalek:dnn_minor_fixes
Alexander Alekhin [Fri, 14 Jul 2017 09:53:09 +0000 (09:53 +0000)]
Merge pull request #9058 from alalek:dnn_minor_fixes

7 years agocmake: rename cpufeatures target
Alexander Alekhin [Thu, 13 Jul 2017 16:23:04 +0000 (19:23 +0300)]
cmake: rename cpufeatures target

It is configurable via OPENCV_CPUFEATURES_TARGET_NAME variable

7 years agodnn: cleanup dispatched code, fix SIMD128 types
Alexander Alekhin [Thu, 13 Jul 2017 15:42:36 +0000 (18:42 +0300)]
dnn: cleanup dispatched code, fix SIMD128 types

7 years agodnn: code cleanup, refactor detection output layer
Alexander Alekhin [Thu, 13 Jul 2017 13:34:23 +0000 (16:34 +0300)]
dnn: code cleanup, refactor detection output layer

7 years agodnn: some minor fixes in docs, indentation, unused code
Alexander Alekhin [Fri, 30 Jun 2017 15:46:00 +0000 (18:46 +0300)]
dnn: some minor fixes in docs, indentation, unused code

7 years agoMerge pull request #9111 from vpisarev:dnn_optim_avx1
Alexander Alekhin [Thu, 13 Jul 2017 12:27:05 +0000 (12:27 +0000)]
Merge pull request #9111 from vpisarev:dnn_optim_avx1

7 years agodshow: Only show debugging messages if environment variable OPENCV_DSHOW_DEBUG is...
Rink Springer [Thu, 13 Jul 2017 09:44:20 +0000 (11:44 +0200)]
dshow: Only show debugging messages if environment variable OPENCV_DSHOW_DEBUG is explicitly set to non-zero

Based on discussion at: https://github.com/opencv/opencv/pull/9051

7 years agocalib3d: fix not working CALIB_FIX_TANGENT_DIST flag
Vladislav Sovrasov [Thu, 13 Jul 2017 07:49:35 +0000 (10:49 +0300)]
calib3d: fix not working CALIB_FIX_TANGENT_DIST flag

7 years agoMerge pull request #9107 from alalek:static_analyze_python
Alexander Alekhin [Wed, 12 Jul 2017 16:45:13 +0000 (16:45 +0000)]
Merge pull request #9107 from alalek:static_analyze_python

7 years agoMerge pull request #9142 from alalek:vzeroupper_guard_unused_warning
Alexander Alekhin [Wed, 12 Jul 2017 16:44:00 +0000 (16:44 +0000)]
Merge pull request #9142 from alalek:vzeroupper_guard_unused_warning

7 years agoMerge pull request #9149 from alalek:ocl_fp16_test
Alexander Alekhin [Wed, 12 Jul 2017 16:23:33 +0000 (16:23 +0000)]
Merge pull request #9149 from alalek:ocl_fp16_test

7 years agocore(test): fix input data for OCL FP16 test
Alexander Alekhin [Wed, 12 Jul 2017 15:51:11 +0000 (18:51 +0300)]
core(test): fix input data for OCL FP16 test

7 years agoMerge pull request #9145 from alalek:ipp_minmaxidx_nan
Alexander Alekhin [Wed, 12 Jul 2017 15:37:53 +0000 (15:37 +0000)]
Merge pull request #9145 from alalek:ipp_minmaxidx_nan

7 years agoipp(minmaxIdx): disable SSE4.2 optimizations for 32f datatype
Alexander Alekhin [Wed, 12 Jul 2017 13:06:18 +0000 (16:06 +0300)]
ipp(minmaxIdx): disable SSE4.2 optimizations for 32f datatype

NaN values handling issue

7 years agoadd std::string overload for cv::read()
PkLab.net [Fri, 26 May 2017 17:14:58 +0000 (19:14 +0200)]
add std::string overload for cv::read()

7 years agocore: forbid conversion real->int in some cases in FileStorage
Vladislav Sovrasov [Fri, 23 Jun 2017 14:03:13 +0000 (17:03 +0300)]
core: forbid conversion real->int in some cases in FileStorage

7 years agobuild: fix unused variable warning for vzeroupper guard
Alexander Alekhin [Tue, 11 Jul 2017 13:46:35 +0000 (16:46 +0300)]
build: fix unused variable warning for vzeroupper guard

7 years agoMerge pull request #9131 from dkurt:fix_eltwise_layer
Alexander Alekhin [Tue, 11 Jul 2017 07:18:41 +0000 (07:18 +0000)]
Merge pull request #9131 from dkurt:fix_eltwise_layer

7 years agoMerge pull request #9134 from mshabunin:fix-static-6
Alexander Alekhin [Mon, 10 Jul 2017 20:49:36 +0000 (20:49 +0000)]
Merge pull request #9134 from mshabunin:fix-static-6

7 years agoFixed several issues found by static analysis (Windows specific)
Maksim Shabunin [Mon, 10 Jul 2017 20:14:02 +0000 (23:14 +0300)]
Fixed several issues found by static analysis (Windows specific)

7 years agoEltwise layer fixes
dkurt [Mon, 10 Jul 2017 09:58:11 +0000 (12:58 +0300)]
Eltwise layer fixes

7 years agobuild: detect Android via '__ANDROID__' macro
Alexander Alekhin [Mon, 10 Jul 2017 09:43:59 +0000 (12:43 +0300)]
build: detect Android via '__ANDROID__' macro

https://sourceforge.net/p/predef/wiki/OperatingSystems

7 years agoFix typo: 'right direction' to 'y direction'.
Guilherme William Guedes [Sun, 9 Jul 2017 22:57:55 +0000 (15:57 -0700)]
Fix typo: 'right direction' to 'y direction'.

Fix typo: 'right direction' to 'y direction' in harris corner detector tutorial.

7 years agocore/bufferpool.hpp: let msvc accept a non virtual protected destructor
Pascal Thomet [Fri, 7 Jul 2017 19:04:12 +0000 (21:04 +0200)]
core/bufferpool.hpp: let msvc accept a non virtual protected destructor

BufferPoolController has a non virtual protected destructor (which is legitimate)

However, Visual Studio sees this as a bug, if you enable more warnings, like below
```
add_compile_options(/W3)     # level 3 warnings
add_compile_options(/we4265) # warning about missing virtual destructors
```

This is a proposition in order to silence this warning.

See https://github.com/ivsgroup/boost_warnings_minimal_demo for a demo of the same problem
with boost/exception.hpp

7 years agoMerge pull request #9115 from alalek:ocl_async_cleanup_queue
Maksim Shabunin [Fri, 7 Jul 2017 12:05:34 +0000 (12:05 +0000)]
Merge pull request #9115 from alalek:ocl_async_cleanup_queue

7 years agoocl: async cl_buffer cleanup queue (for event callback)
Alexander Alekhin [Thu, 6 Jul 2017 14:57:05 +0000 (17:57 +0300)]
ocl: async cl_buffer cleanup queue (for event callback)

7 years agodispatch accumulate series
Tomoaki Teshima [Fri, 7 Jul 2017 09:45:30 +0000 (18:45 +0900)]
dispatch accumulate series
 - use universal intrinsic for base
 - dispatch for float/double version using AVX
 - AVX2 optimization not done yet

7 years agoMerge pull request #9105 from alalek:ocl_update_event_callback
Maksim Shabunin [Fri, 7 Jul 2017 08:23:46 +0000 (08:23 +0000)]
Merge pull request #9105 from alalek:ocl_update_event_callback

7 years agoreuse AVX2-optimized kernels for AVX1 CPUs (like IvyBridge)
Vadim Pisarevsky [Thu, 6 Jul 2017 18:36:59 +0000 (21:36 +0300)]
reuse AVX2-optimized kernels for AVX1 CPUs (like IvyBridge)

7 years agoAdded detection of MSVC1911
Patrik Huber [Thu, 6 Jul 2017 18:02:19 +0000 (19:02 +0100)]
Added detection of MSVC1911

This is VS2017 Preview. It makes sure the version is detected properly and the INSTALL target then correctly installs to x64/vc15 (the same as MSVC1910).

7 years agostatic analyze: python dynamic_cast checks
Alexander Alekhin [Thu, 6 Jul 2017 12:57:12 +0000 (15:57 +0300)]
static analyze: python dynamic_cast checks

7 years agoocl: rework events handling with clSetEventCallback
Alexander Alekhin [Thu, 6 Jul 2017 10:25:32 +0000 (13:25 +0300)]
ocl: rework events handling with clSetEventCallback

7 years agoAVX optimized implementation of undistort migrated to separate file
Vitaly Tuzov [Wed, 28 Jun 2017 16:57:26 +0000 (19:57 +0300)]
AVX optimized implementation of undistort migrated to separate file

7 years agomagic constants explained
Rostislav Vasilikhin [Wed, 5 Jul 2017 21:23:58 +0000 (00:23 +0300)]
magic constants explained

7 years agoOCL code fixed, fix for NEON added
Rostislav Vasilikhin [Wed, 5 Jul 2017 18:52:13 +0000 (21:52 +0300)]
OCL code fixed, fix for NEON added

7 years agoRGB2Luv_f: R, G, B limited to [0, 1]
Rostislav Vasilikhin [Wed, 5 Jul 2017 18:06:14 +0000 (21:06 +0300)]
RGB2Luv_f: R, G, B limited to [0, 1]

7 years agoLuv: singularities fixed
Rostislav Vasilikhin [Wed, 5 Jul 2017 17:36:30 +0000 (20:36 +0300)]
Luv: singularities fixed

7 years agovideoio: fixes for GStreamer support
Alexander Alekhin [Wed, 5 Jul 2017 10:45:08 +0000 (13:45 +0300)]
videoio: fixes for GStreamer support

- emulated frame counter (with autodetection of GStreamer broken behavior)
- skip 'seek' tests if seeking is not supported by backend
- update 'fps' and total frames checks (increase error tolerance)
- update synthetic image generation

7 years agoocl_calcHist1: Use proper local size for merge_histogram kernel
wzw [Wed, 5 Jul 2017 13:24:09 +0000 (21:24 +0800)]
ocl_calcHist1: Use proper local size for merge_histogram kernel

merge_histogram kernel only need "BINS" theads to accumulate the
histgrams, it is not efficient to directly use maxGroupSize as
local size if maxGroupSize is far greater then BINS.

7 years agoUse directly solvePnP when the number of input points is equal to the number of model...
catree [Mon, 3 Jul 2017 19:55:11 +0000 (21:55 +0200)]
Use directly solvePnP when the number of input points is equal to the number of model points. Enable useExtrinsicGuess parameter. Return rvec and tvec estimated using all the inliers instead of the best rvec and tvec estimated during the Minimal Sample Sets step. Document the behavior of solvePnPRansac.

7 years agovideoio(test): fix message
Alexander Alekhin [Wed, 5 Jul 2017 10:45:34 +0000 (13:45 +0300)]
videoio(test): fix message

7 years agoFixing Aravis support compilation issue
Arkadiusz Raj [Wed, 5 Jul 2017 09:30:43 +0000 (11:30 +0200)]
Fixing Aravis support compilation issue

7 years agoffmpeg: update 3.3.2
Alexander Alekhin [Tue, 4 Jul 2017 15:07:48 +0000 (18:07 +0300)]
ffmpeg: update 3.3.2

- ffmpeg 3.3 -> 3.3.2
- added VERSIONINFO

7 years agoMerge pull request #9089 from alalek:cmake_fix_sdl_linker_flags
Maksim Shabunin [Tue, 4 Jul 2017 14:23:39 +0000 (14:23 +0000)]
Merge pull request #9089 from alalek:cmake_fix_sdl_linker_flags

7 years agoSSE4_1 optimized implementation of resize and warp functions migrated to separate...
Vitaly Tuzov [Mon, 3 Jul 2017 15:21:22 +0000 (18:21 +0300)]
SSE4_1 optimized implementation of resize and warp functions migrated to separate file

7 years agoAVX optimized implementation of haar migrated to separate file
Vitaly Tuzov [Thu, 29 Jun 2017 18:35:52 +0000 (21:35 +0300)]
AVX optimized implementation of haar migrated to separate file

7 years agocmake: fix linker flags
Alexander Alekhin [Tue, 4 Jul 2017 12:04:42 +0000 (15:04 +0300)]
cmake: fix linker flags

7 years agoAVX and SSE4.1 optimized conversion implementations migrated to separate files
Vitaly Tuzov [Fri, 30 Jun 2017 15:27:20 +0000 (18:27 +0300)]
AVX and SSE4.1 optimized conversion implementations migrated to separate files

7 years agoGet rid of OPENCV_NOSTL definition
Vladislav Sovrasov [Fri, 19 May 2017 13:51:08 +0000 (16:51 +0300)]
Get rid of OPENCV_NOSTL definition

7 years agoAVX optimized implementation of separable filters migrated to separate file
Vitaly Tuzov [Thu, 29 Jun 2017 16:38:01 +0000 (19:38 +0300)]
AVX optimized implementation of separable filters migrated to separate file

7 years agoAdded tests for ResNet-50 and SqueezeNet v1.1
Aleksandr Rybnikov [Mon, 3 Jul 2017 13:29:30 +0000 (16:29 +0300)]
Added tests for ResNet-50 and SqueezeNet v1.1

7 years agoimgproc: fix MORPH_HITMISS operation when kernel has no negative values
Vladislav Sovrasov [Fri, 30 Jun 2017 11:25:05 +0000 (14:25 +0300)]
imgproc: fix MORPH_HITMISS operation when kernel has no negative values

7 years agoMerge pull request #9080 from alalek:version_3.3.0-rc
Alexander Alekhin [Mon, 3 Jul 2017 16:21:45 +0000 (16:21 +0000)]
Merge pull request #9080 from alalek:version_3.3.0-rc

version 3.3.0-rc

7 years agoMerge pull request #9067 from D-Alex:master
Alexander Alekhin [Mon, 3 Jul 2017 16:20:03 +0000 (16:20 +0000)]
Merge pull request #9067 from D-Alex:master

Fix error message fisheye CALIB_CHECK_COND

7 years agoMerge pull request #9081 from catree:fix_tutorial_pca_intro
Alexander Alekhin [Mon, 3 Jul 2017 16:18:15 +0000 (16:18 +0000)]
Merge pull request #9081 from catree:fix_tutorial_pca_intro

Fix wrong mat access in introduction_to_pca.cpp

7 years agoMerge pull request #9077 from alalek:cmake_enable_cxx11
Alexander Alekhin [Mon, 3 Jul 2017 16:15:29 +0000 (16:15 +0000)]
Merge pull request #9077 from alalek:cmake_enable_cxx11

7 years agoMerge pull request #9076 from mshabunin:fix-doc-from-mail
Alexander Alekhin [Mon, 3 Jul 2017 16:12:46 +0000 (16:12 +0000)]
Merge pull request #9076 from mshabunin:fix-doc-from-mail

7 years agoMerge pull request #9075 from TonyLianLong:master
Tony Lian [Mon, 3 Jul 2017 16:14:17 +0000 (09:14 -0700)]
Merge pull request #9075 from TonyLianLong:master

Remove unnecessary Non-ASCII characters from source code (#9075)

* Remove unnecessary Non-ASCII characters from source code

Remove unnecessary Non-ASCII characters and replace them with ASCII
characters

* Remove dashes in the @param statement

Remove dashes and place single space in the @param statement to keep
coding style

* misc: more fixes for non-ASCII symbols

* misc: fix non-ASCII symbol in CMake file

7 years agoMerge pull request #9073 from berak:dnn_fix_tutorial_links
Alexander Alekhin [Mon, 3 Jul 2017 16:11:09 +0000 (16:11 +0000)]
Merge pull request #9073 from berak:dnn_fix_tutorial_links

7 years agoMerge pull request #9070 from catree:imshow_64bits_doc
Alexander Alekhin [Mon, 3 Jul 2017 16:10:13 +0000 (16:10 +0000)]
Merge pull request #9070 from catree:imshow_64bits_doc

7 years agoMerge pull request #9069 from catree:ffmpeg_warnings_errors
Alexander Alekhin [Mon, 3 Jul 2017 16:09:27 +0000 (16:09 +0000)]
Merge pull request #9069 from catree:ffmpeg_warnings_errors

7 years agoMerge pull request #9068 from dkurt:mkl_with_openmp
Alexander Alekhin [Mon, 3 Jul 2017 16:09:11 +0000 (16:09 +0000)]
Merge pull request #9068 from dkurt:mkl_with_openmp