platform/upstream/opencv.git
7 years agoMerge pull request #8856 from mshabunin:media-tests-upgrade
Maksim Shabunin [Thu, 22 Jun 2017 11:45:52 +0000 (11:45 +0000)]
Merge pull request #8856 from mshabunin:media-tests-upgrade

7 years agoMerge pull request #8965 from mshabunin:fix-vs-issue-tiff
Maksim Shabunin [Thu, 22 Jun 2017 11:40:07 +0000 (11:40 +0000)]
Merge pull request #8965 from mshabunin:fix-vs-issue-tiff

7 years agoFix possible uninitialized memory in libtiff
Maksim Shabunin [Thu, 22 Jun 2017 11:04:30 +0000 (14:04 +0300)]
Fix possible uninitialized memory in libtiff

7 years agoMerge pull request #8958 from alalek:update_download
Alexander Alekhin [Thu, 22 Jun 2017 09:28:16 +0000 (09:28 +0000)]
Merge pull request #8958 from alalek:update_download

7 years agoMerge pull request #8960 from dkurt:halide_support_opencl
Alexander Alekhin [Wed, 21 Jun 2017 19:56:40 +0000 (19:56 +0000)]
Merge pull request #8960 from dkurt:halide_support_opencl

7 years agoCatch SkipTestException in performance tests
dkurt [Wed, 21 Jun 2017 18:30:52 +0000 (21:30 +0300)]
Catch SkipTestException in performance tests

7 years agocmake: additional messages on download errors
Alexander Alekhin [Wed, 21 Jun 2017 16:04:27 +0000 (19:04 +0300)]
cmake: additional messages on download errors

7 years ago.gitignore: added ".cache" directory back
Alexander Alekhin [Wed, 21 Jun 2017 16:03:17 +0000 (19:03 +0300)]
.gitignore: added ".cache" directory back

It is necessary for proper work of "git clean" command

7 years agocmake: add Halide support (#8794)
Dmitry Kurtaev [Wed, 21 Jun 2017 11:33:47 +0000 (14:33 +0300)]
cmake: add Halide support (#8794)

7 years agoMerge pull request #8869 from hrnr:akaze_part1
Jiri Horner [Wed, 21 Jun 2017 11:33:09 +0000 (13:33 +0200)]
Merge pull request #8869 from hrnr:akaze_part1

[GSOC] Speeding-up AKAZE, part #1 (#8869)

* ts: expand arguments before stringifications in CV_ENUM and CV_FLAGS

added protective macros to always force macro expansion of arguments. This allows using CV_ENUM and CV_FLAGS with macro arguments.

* feature2d: unify perf test

use the same test for all detectors/descriptors we have.

* added AKAZE tests

* features2d: extend perf tests

* add BRISK, KAZE, MSER
* run all extract tests on AKAZE keypoints, so that the test si more comparable for the speed of extraction

* feature2d: rework opencl perf tests

use the same configuration as cpu tests

* feature2d: fix descriptors allocation for AKAZE and KAZE

fix crash when descriptors are UMat

* feature2d: name enum to fix build with older gcc

* Revert "ts: expand arguments before stringifications in CV_ENUM and CV_FLAGS"

This reverts commit 19538cac1e45b0cec98190cf06a5ecb07d9b596e.

This wasn't a great idea after all. There is a lot of flags implemented as #define, that we don't want to expand.

* feature2d: fix expansion problems with CV_ENUM in perf

* expand arguments before passing them to CV_ENUM. This does not need modifications of CV_ENUM.
* added include guards to `perf_feature2d.hpp`

* feature2d: fix crash in AKAZE when using KAZE descriptors

* out-of-bound access in Get_MSURF_Descriptor_64
* this happened reliably when running on provided keypoints (not computed by the same instance)

* feature2d: added regression tests for AKAZE

* test with both MLDB and KAZE keypoints

* feature2d: do not compute keypoints orientation twice

* always compute keypoints orientation, when computing keypoints
* do not recompute keypoint orientation when computing descriptors

this allows to test detection and extraction separately

* features2d: fix crash in AKAZE

* out-of-bound reads near the image edge
* same as the bug in KAZE descriptors

* feature2d: refactor invariance testing

* split detectors and descriptors tests
* rewrite to google test to simplify debugging
* add tests for AKAZE and one test for ORB

* stitching: add tests with AKAZE feature finder

* added basic stitching cpu and ocl tests
* fix bug in AKAZE wrapper for stitching pipeline causing lots of
! OPENCV warning: getUMat()/getMat() call chain possible problem.
!                 Base object is dead, while nested/derived object is still alive or processed.
!                 Please check lifetime of UMat/Mat objects!

7 years agoMerge pull request #8949 from alalek:fix_sortIdx
Vadim Pisarevsky [Wed, 21 Jun 2017 11:23:10 +0000 (11:23 +0000)]
Merge pull request #8949 from alalek:fix_sortIdx

7 years agoMerge pull request #8947 from alalek:vs_version
Vadim Pisarevsky [Wed, 21 Jun 2017 09:33:51 +0000 (09:33 +0000)]
Merge pull request #8947 from alalek:vs_version

7 years agoMerge pull request #8950 from alalek:cmake_mkl_detection
Vadim Pisarevsky [Wed, 21 Jun 2017 09:32:01 +0000 (09:32 +0000)]
Merge pull request #8950 from alalek:cmake_mkl_detection

7 years agocore: fix IPP optimization for sortIdx
Alexander Alekhin [Wed, 21 Jun 2017 01:59:51 +0000 (01:59 +0000)]
core: fix IPP optimization for sortIdx

7 years agocore(test): added cv::sortIdx accuracy tests
Alexander Alekhin [Wed, 21 Jun 2017 01:59:07 +0000 (01:59 +0000)]
core(test): added cv::sortIdx accuracy tests

7 years agocmake: guard scanning of default MKL system-wide paths
Alexander Alekhin [Wed, 21 Jun 2017 02:35:06 +0000 (02:35 +0000)]
cmake: guard scanning of default MKL system-wide paths

- WITH_MKL option is enabled
- user doesn't specify MKLROOT/MKL_ROOT_DIR variables

7 years agoRewritten some tests in videoio and imgcodecs modules
Maksim Shabunin [Tue, 6 Jun 2017 17:22:30 +0000 (20:22 +0300)]
Rewritten some tests in videoio and imgcodecs modules

general:
- all iterative tests have been replaced with parameterized tests
- old-style try..catch tests have been modified to use EXPECT_/ASSERT_ gtest macros
- added temporary files cleanup
- modified MatComparator error message formatting

imgcodecs:
- test_grfmt.cpp split to test_jpg.cpp, test_png.cpp, test_tiff.cpp, etc.

videoio:
- added public HAVE_VIDEO_INPUT, HAVE_VIDEO_OUTPUT definitions to cvconfig.h
- built-in MotionJPEG codec could not be tested on some platforms (read_write test was disabled if ffmpeg is off, encoding/decoding was handled by ffmpeg otherwise).
- image-related tests moved to imgcodecs (Videoio_Image)
- several property get/set tests have been combined into one
- added MotionJPEG test video to opencv_extra

7 years agoMerge pull request #8825 from mshabunin:media-sdk-support
Maksim Shabunin [Tue, 20 Jun 2017 15:15:51 +0000 (15:15 +0000)]
Merge pull request #8825 from mshabunin:media-sdk-support

7 years agoMerge pull request #8864 from sovrasov:calib_flags_update
Alexander Alekhin [Tue, 20 Jun 2017 15:12:50 +0000 (15:12 +0000)]
Merge pull request #8864 from sovrasov:calib_flags_update

7 years agobuild: update modules descriptions
Alexander Alekhin [Tue, 20 Jun 2017 12:19:43 +0000 (15:19 +0300)]
build: update modules descriptions

7 years agobuild: added VERSIONINFO resource
Alexander Alekhin [Tue, 20 Jun 2017 10:55:17 +0000 (13:55 +0300)]
build: added VERSIONINFO resource

7 years agoMerge pull request #8942 from zwsu:master
Alexander Alekhin [Tue, 20 Jun 2017 10:57:17 +0000 (10:57 +0000)]
Merge pull request #8942 from zwsu:master

7 years agoInitial version of MediaSDK integration:
Maksim Shabunin [Thu, 23 Mar 2017 08:55:43 +0000 (11:55 +0300)]
Initial version of MediaSDK integration:

- cmake dependencies search (WITH_MFX option)
- raw H264, H265, MPEG2 encoding and decoding
- tests for supported formats

7 years agoMerge pull request #8883 from abratchik:DNN.java.wrappers.fix
Maksim Shabunin [Tue, 20 Jun 2017 09:05:53 +0000 (09:05 +0000)]
Merge pull request #8883 from abratchik:DNN.java.wrappers.fix

7 years agoFixed gray window for gpu stereo BP and CSBP
Zhiwei Su [Mon, 19 Jun 2017 12:30:28 +0000 (20:30 +0800)]
Fixed gray window for gpu stereo BP and CSBP

compute() for BP and CSBP output 32-bit floating-point mat, and in cv::imshow() 32-bit floating-point is recognized as [0,1] and maped to [0,255], that causes gray window for BP and CSBP.

7 years agoMerge pull request #8920 from sovrasov:video_vriter_ext
Maksim Shabunin [Mon, 19 Jun 2017 10:52:34 +0000 (10:52 +0000)]
Merge pull request #8920 from sovrasov:video_vriter_ext

7 years agovideo: add one more constructor for VideoWriter
Vladislav Sovrasov [Wed, 14 Jun 2017 14:09:32 +0000 (17:09 +0300)]
video: add one more constructor for VideoWriter

7 years agoRefactor OpenCV Java Wrapping
abratchik [Sat, 10 Jun 2017 05:57:10 +0000 (09:57 +0400)]
Refactor OpenCV Java Wrapping

7 years agoMerge pull request #8925 from savuor:fix/softfloat_comments
Alexander Alekhin [Thu, 15 Jun 2017 16:12:30 +0000 (16:12 +0000)]
Merge pull request #8925 from savuor:fix/softfloat_comments

7 years agoMerge pull request #8924 from tomoaki0705:fixWarningResize
Alexander Alekhin [Thu, 15 Jun 2017 16:11:18 +0000 (16:11 +0000)]
Merge pull request #8924 from tomoaki0705:fixWarningResize

7 years agoMerge pull request #8922 from tomoaki0705:fixWarningJetsonTK1
Alexander Alekhin [Thu, 15 Jun 2017 16:09:35 +0000 (16:09 +0000)]
Merge pull request #8922 from tomoaki0705:fixWarningJetsonTK1

7 years agofloat constant replaced by int hex representations
Rostislav Vasilikhin [Thu, 15 Jun 2017 12:10:41 +0000 (15:10 +0300)]
float constant replaced by int hex representations

7 years agosuppress warning
Tomoaki Teshima [Thu, 15 Jun 2017 09:59:48 +0000 (18:59 +0900)]
suppress warning
 - check if compiler is Intel compiler
 - remove not referenced variables

7 years agosuppress warning on Jetson TK1
Tomoaki Teshima [Thu, 15 Jun 2017 09:28:13 +0000 (18:28 +0900)]
suppress warning on Jetson TK1

7 years agoMerge pull request #8915 from sovrasov:deniose_add_assert
Alexander Alekhin [Wed, 14 Jun 2017 19:17:28 +0000 (19:17 +0000)]
Merge pull request #8915 from sovrasov:deniose_add_assert

7 years agoMerge pull request #8912 from alalek:fix_cxx11_mac_flann
Alexander Alekhin [Wed, 14 Jun 2017 19:15:21 +0000 (19:15 +0000)]
Merge pull request #8912 from alalek:fix_cxx11_mac_flann

7 years agoMerge pull request #8832 from terfendail:perf_accumulate_fix
Alexander Alekhin [Wed, 14 Jun 2017 18:49:09 +0000 (18:49 +0000)]
Merge pull request #8832 from terfendail:perf_accumulate_fix

7 years agolicence updated
Rostislav Vasilikhin [Wed, 14 Jun 2017 18:20:10 +0000 (21:20 +0300)]
licence updated

7 years agoremoved MSVC warning suppression
Rostislav Vasilikhin [Wed, 14 Jun 2017 18:00:06 +0000 (21:00 +0300)]
removed MSVC warning suppression

7 years agoMerge pull request #8911 from alalek:fix_vsum4
Alexander Alekhin [Wed, 14 Jun 2017 12:00:58 +0000 (12:00 +0000)]
Merge pull request #8911 from alalek:fix_vsum4

7 years agophoto: add assertion on empty image in denoising
Vladislav Sovrasov [Wed, 14 Jun 2017 10:57:07 +0000 (13:57 +0300)]
photo: add assertion on empty image in denoising

7 years agobuild: fix v_reduce_sum4 (requires SSE3)
Alexander Alekhin [Tue, 13 Jun 2017 22:24:46 +0000 (22:24 +0000)]
build: fix v_reduce_sum4 (requires SSE3)

7 years agoMerge pull request #8890 from alalek:remove_3rdparty_jinja2_sources
Vadim Pisarevsky [Wed, 14 Jun 2017 07:30:14 +0000 (07:30 +0000)]
Merge pull request #8890 from alalek:remove_3rdparty_jinja2_sources

7 years agoMerge pull request #8899 from tomoaki0705:fixSuppressWarningsUnreachable
Alexander Alekhin [Wed, 14 Jun 2017 01:07:47 +0000 (01:07 +0000)]
Merge pull request #8899 from tomoaki0705:fixSuppressWarningsUnreachable

7 years agoflann: add normal assignment operator for cvflann::any
Alexander Alekhin [Mon, 17 Apr 2017 22:59:12 +0000 (01:59 +0300)]
flann: add normal assignment operator for cvflann::any

7 years agoMerge pull request #8907 from vpisarev:dnn_fast_conv
Vadim Pisarevsky [Tue, 13 Jun 2017 21:04:31 +0000 (21:04 +0000)]
Merge pull request #8907 from vpisarev:dnn_fast_conv

7 years agoMerge pull request #8891 from alalek:cmake_build_x64_sse3
Vadim Pisarevsky [Tue, 13 Jun 2017 17:33:01 +0000 (17:33 +0000)]
Merge pull request #8891 from alalek:cmake_build_x64_sse3

7 years agoMerge pull request #8843 from terfendail:resizenn_patch
Vadim Pisarevsky [Tue, 13 Jun 2017 17:29:30 +0000 (17:29 +0000)]
Merge pull request #8843 from terfendail:resizenn_patch

7 years agocalib3d: use calibration flags from the new enums
Vladislav Sovrasov [Wed, 7 Jun 2017 13:49:41 +0000 (16:49 +0300)]
calib3d: use calibration flags from the new enums

7 years agocalib3d: add CALIB_FIX_TANGENT_DIST flag
Vladislav Sovrasov [Wed, 7 Jun 2017 13:42:24 +0000 (16:42 +0300)]
calib3d: add CALIB_FIX_TANGENT_DIST flag

7 years agoUpdated fix for accumulate performance test in case of multiple iterations
Vitaly Tuzov [Mon, 29 May 2017 13:47:41 +0000 (16:47 +0300)]
Updated fix for accumulate performance test in case of multiple iterations

7 years agoUpdated alignment declarations to CV_DECL_ALIGNED macro
Vitaly Tuzov [Tue, 13 Jun 2017 15:44:38 +0000 (18:44 +0300)]
Updated alignment declarations to CV_DECL_ALIGNED macro

7 years agoadded v_reduce_sum4() universal intrinsic; corrected number of threads in cv::getNumT...
Vadim Pisarevsky [Tue, 13 Jun 2017 15:04:00 +0000 (18:04 +0300)]
added v_reduce_sum4() universal intrinsic; corrected number of threads in cv::getNumThreads() in the case of GCD

7 years agosuppress unreachable code warning
Tomoaki Teshima [Mon, 12 Jun 2017 23:11:04 +0000 (08:11 +0900)]
suppress unreachable code warning
 - fix the define condition based on the comment

7 years agoMerge pull request #8753 from RyuheiMori:fix-cpu-feature-detection-on-android
Alexander Alekhin [Mon, 12 Jun 2017 16:08:08 +0000 (16:08 +0000)]
Merge pull request #8753 from RyuheiMori:fix-cpu-feature-detection-on-android

7 years ago3rdparty: cpufeatures workaround
Alexander Alekhin [Sun, 11 Jun 2017 04:53:59 +0000 (04:53 +0000)]
3rdparty: cpufeatures workaround

7 years agoupdate CPU detection on ANDROID patch
Alexander Alekhin [Fri, 9 Jun 2017 15:24:14 +0000 (15:24 +0000)]
update CPU detection on ANDROID patch

7 years agocmake: set minimal CPU instruction to SSE3 (x64)
Alexander Alekhin [Sun, 11 Jun 2017 03:51:53 +0000 (03:51 +0000)]
cmake: set minimal CPU instruction to SSE3 (x64)

7 years ago3rdparty: remove jinja2 source code
Alexander Alekhin [Sun, 11 Jun 2017 02:18:15 +0000 (05:18 +0300)]
3rdparty: remove jinja2 source code

It used for Matlab binding only

7 years agoMerge pull request #8888 from lewisjb:docs-build-doxygen
Alexander Alekhin [Sat, 10 Jun 2017 20:12:20 +0000 (20:12 +0000)]
Merge pull request #8888 from lewisjb:docs-build-doxygen

7 years agoUpdate doc build instructions for doxygen
lewisjb [Sat, 10 Jun 2017 14:00:45 +0000 (00:00 +1000)]
Update doc build instructions for doxygen

7 years agoMerge pull request #8862 from alalek:build_hardening_flag
Alexander Alekhin [Fri, 9 Jun 2017 14:14:52 +0000 (14:14 +0000)]
Merge pull request #8862 from alalek:build_hardening_flag

7 years agoMerge pull request #8877 from alalek:fix_integer_overflow
Alexander Alekhin [Fri, 9 Jun 2017 14:14:12 +0000 (14:14 +0000)]
Merge pull request #8877 from alalek:fix_integer_overflow

7 years agophoto: fix integer overflow
Alexander Alekhin [Fri, 9 Jun 2017 00:16:58 +0000 (00:16 +0000)]
photo: fix integer overflow

There is no cast to wide integer type:
    std::numeric_limits<ST>::max() * std::numeric_limits<ST>::max()

7 years agoMerge pull request #8868 from alalek:fix_build_softfloat
Alexander Alekhin [Thu, 8 Jun 2017 20:22:52 +0000 (20:22 +0000)]
Merge pull request #8868 from alalek:fix_build_softfloat

7 years agoMerge pull request #8863 from LukeZheZhu:pyrlk_small_winsize
Alexander Alekhin [Thu, 8 Jun 2017 20:15:04 +0000 (20:15 +0000)]
Merge pull request #8863 from LukeZheZhu:pyrlk_small_winsize

7 years agoMerge pull request #8876 from alalek:fix_build_msvs
Alexander Alekhin [Thu, 8 Jun 2017 19:53:29 +0000 (19:53 +0000)]
Merge pull request #8876 from alalek:fix_build_msvs

7 years agoMerge pull request #8816 from mshabunin:sprintf-fix
Maksim Shabunin [Thu, 8 Jun 2017 19:53:16 +0000 (22:53 +0300)]
Merge pull request #8816 from mshabunin:sprintf-fix

Fixed snprintf for VS 2013 (#8816)

* Fixed snprintf for VS 2013

* snprintf: removed declaration from header, changed implementation

* cv_snprintf corrected according to comments

* update snprintf patch

7 years agobuild: fix warning
Alexander Alekhin [Wed, 7 Jun 2017 22:49:09 +0000 (01:49 +0300)]
build: fix warning

C4189: 'clImageUV' : local variable is initialized but not referenced

7 years agobuild: fix "ambiguous call" (MSVS2010)
Alexander Alekhin [Wed, 7 Jun 2017 21:40:35 +0000 (00:40 +0300)]
build: fix "ambiguous call" (MSVS2010)

7 years agoMerge pull request #8852 from BKNio:testsForVideoStab
Alexander Alekhin [Thu, 8 Jun 2017 13:36:51 +0000 (13:36 +0000)]
Merge pull request #8852 from BKNio:testsForVideoStab

7 years agoadd tests for videostab;
Dinar [Mon, 5 Jun 2017 03:54:03 +0000 (06:54 +0300)]
add tests for videostab;

7 years agoMerge pull request #8860 from alalek:fix_java_headers
Alexander Alekhin [Thu, 8 Jun 2017 02:43:09 +0000 (02:43 +0000)]
Merge pull request #8860 from alalek:fix_java_headers

7 years agoMerge pull request #8844 from mshabunin:fix-arm-tbb
Alexander Alekhin [Thu, 8 Jun 2017 02:42:31 +0000 (02:42 +0000)]
Merge pull request #8844 from mshabunin:fix-arm-tbb

7 years agobuild: fix errors for MSVS2010-2013, reduce default softfloat scope
Alexander Alekhin [Wed, 7 Jun 2017 20:24:58 +0000 (23:24 +0300)]
build: fix errors for MSVS2010-2013, reduce default softfloat scope

7 years agocmake: add ENABLE_BUILD_HARDENING option
Alexander Alekhin [Wed, 7 Jun 2017 09:07:32 +0000 (09:07 +0000)]
cmake: add ENABLE_BUILD_HARDENING option

7 years agoMerge pull request #8803 from 4ekmah:sgbm_modehh4_SIMD
Vadim Pisarevsky [Wed, 7 Jun 2017 13:35:53 +0000 (13:35 +0000)]
Merge pull request #8803 from 4ekmah:sgbm_modehh4_SIMD

7 years agoModify the pyrlk.cl to support winSize from 8*8 to 24*24 for optical flow
LukeZhu [Wed, 7 Jun 2017 06:56:01 +0000 (14:56 +0800)]
Modify the pyrlk.cl to support winSize from 8*8 to 24*24 for optical flow

7 years agoMerge pull request #8857 from alalek:fix_pch_stub_regeneration
Alexander Alekhin [Tue, 6 Jun 2017 19:35:03 +0000 (19:35 +0000)]
Merge pull request #8857 from alalek:fix_pch_stub_regeneration

7 years agojava: use module's public headers only
Alexander Alekhin [Tue, 6 Jun 2017 18:10:02 +0000 (21:10 +0300)]
java: use module's public headers only

7 years agobuild: fix PCH stub files generation optimization
Alexander Alekhin [Tue, 6 Jun 2017 18:09:22 +0000 (21:09 +0300)]
build: fix PCH stub files generation optimization

7 years agoMerge pull request #8838 from tomoaki0705:dispatchFp16
Alexander Alekhin [Tue, 6 Jun 2017 15:31:42 +0000 (15:31 +0000)]
Merge pull request #8838 from tomoaki0705:dispatchFp16

7 years agoupdate convertFp16 using CV_CPU_CALL_FP16
Tomoaki Teshima [Tue, 6 Jun 2017 13:26:51 +0000 (22:26 +0900)]
update convertFp16 using CV_CPU_CALL_FP16
 * avoid link error (move the implementation of software version to header)
 * make getConvertFuncFp16 local (move from precomp.hpp to convert.hpp)
 * fix error on 32bit x86

7 years agoTBB: fix build on ARM
Maksim Shabunin [Fri, 2 Jun 2017 09:49:11 +0000 (12:49 +0300)]
TBB: fix build on ARM

7 years agoFixing buildbot's messages.
Pyotr Chekmaryov [Sun, 4 Jun 2017 17:32:07 +0000 (20:32 +0300)]
Fixing buildbot's messages.

7 years agoMerge pull request #8848 from alalek:fix_test_photo_aarch64
Alexander Alekhin [Sat, 3 Jun 2017 15:51:44 +0000 (15:51 +0000)]
Merge pull request #8848 from alalek:fix_test_photo_aarch64

7 years agophoto(test): fix MergeRobertson test for AARCH64 build
Alexander Alekhin [Sat, 3 Jun 2017 13:57:23 +0000 (16:57 +0300)]
photo(test): fix MergeRobertson test for AARCH64 build

7 years agoMerge pull request #8842 from delftrobotics-forks:compile_fix_circlesgrid_debug
Maksim Shabunin [Fri, 2 Jun 2017 10:19:32 +0000 (10:19 +0000)]
Merge pull request #8842 from delftrobotics-forks:compile_fix_circlesgrid_debug

7 years agoMerge pull request #8828 from woodychow:multithreaded_gaussian
Alexander Alekhin [Thu, 1 Jun 2017 19:52:54 +0000 (19:52 +0000)]
Merge pull request #8828 from woodychow:multithreaded_gaussian

7 years agoAVX and SSE optimizations for resize NN
Vitaly Tuzov [Wed, 31 May 2017 11:06:45 +0000 (14:06 +0300)]
AVX and SSE optimizations for resize NN

7 years agoCompile fix for circlesgrid in debug.
rmensing [Thu, 1 Jun 2017 14:00:13 +0000 (16:00 +0200)]
Compile fix for circlesgrid in debug.

7 years agoMerge pull request #8819 from Robzz:master
Alexander Alekhin [Thu, 1 Jun 2017 11:57:53 +0000 (11:57 +0000)]
Merge pull request #8819 from Robzz:master

7 years agoFallback to single threaded version of IPP gaussian blur / bilateral filter when...
Woody Chow [Thu, 1 Jun 2017 04:34:50 +0000 (13:34 +0900)]
Fallback to single threaded version of IPP gaussian blur / bilateral filter when the mutlithreaded version cannot be called.

7 years agoMultithread IPP gaussian blur
Woody Chow [Wed, 31 May 2017 09:16:47 +0000 (18:16 +0900)]
Multithread IPP gaussian blur

7 years agoMerge pull request #8823 from wpalfi:patch-1
Alexander Alekhin [Tue, 30 May 2017 20:11:33 +0000 (20:11 +0000)]
Merge pull request #8823 from wpalfi:patch-1

7 years agofixed typo in pyopencv_from Point3d
Werner Palfinger [Tue, 30 May 2017 14:49:23 +0000 (16:49 +0200)]
fixed typo in pyopencv_from Point3d

7 years agoFix build with CUDA on windows with JOM and Ninja (#6372)
Robin Chavignat [Mon, 29 May 2017 12:45:10 +0000 (14:45 +0200)]
Fix build with CUDA on windows with JOM and Ninja (#6372)

7 years agoMerge pull request #8818 from mshabunin:java-cleanup-fix
Maksim Shabunin [Mon, 29 May 2017 14:53:19 +0000 (14:53 +0000)]
Merge pull request #8818 from mshabunin:java-cleanup-fix

7 years agoMerge pull request #8797 from sovrasov:hog_sse_fix
Vadim Pisarevsky [Mon, 29 May 2017 14:32:46 +0000 (14:32 +0000)]
Merge pull request #8797 from sovrasov:hog_sse_fix

7 years agoMerge pull request #8798 from BKNio:fix_motionEstimation
Vadim Pisarevsky [Mon, 29 May 2017 14:31:03 +0000 (14:31 +0000)]
Merge pull request #8798 from BKNio:fix_motionEstimation