platform/upstream/opencv.git
6 years agoMerge pull request #9921 from dkurt:fix_prelu_after_fully_connected
Vadim Pisarevsky [Fri, 27 Oct 2017 11:10:59 +0000 (11:10 +0000)]
Merge pull request #9921 from dkurt:fix_prelu_after_fully_connected

6 years agoMerge pull request #9923 from savuor:fitellipse_enable_tests
Vadim Pisarevsky [Fri, 27 Oct 2017 11:09:41 +0000 (11:09 +0000)]
Merge pull request #9923 from savuor:fitellipse_enable_tests

6 years agoMerge pull request #9936 from ryanfox:patch-5
Vadim Pisarevsky [Fri, 27 Oct 2017 11:08:44 +0000 (11:08 +0000)]
Merge pull request #9936 from ryanfox:patch-5

6 years agoMerge pull request #9939 from alalek:fix_dnn_getUMat_crash
Vadim Pisarevsky [Fri, 27 Oct 2017 11:06:22 +0000 (11:06 +0000)]
Merge pull request #9939 from alalek:fix_dnn_getUMat_crash

6 years agoMerge pull request #9940 from catree:fix_issue_9925
Vadim Pisarevsky [Fri, 27 Oct 2017 11:05:07 +0000 (11:05 +0000)]
Merge pull request #9940 from catree:fix_issue_9925

6 years agodnn: handle 4-channel images in blobFromImage (#9944)
Vladislav Sovrasov [Fri, 27 Oct 2017 11:06:53 +0000 (14:06 +0300)]
dnn: handle 4-channel images in blobFromImage (#9944)

6 years agoMerge pull request #9946 from alalek:fix_stitching_suft_test
Alexander Alekhin [Thu, 26 Oct 2017 15:37:53 +0000 (15:37 +0000)]
Merge pull request #9946 from alalek:fix_stitching_suft_test

6 years agoocl: increase SURF stitching test tolerance
Alexander Alekhin [Thu, 26 Oct 2017 09:13:07 +0000 (12:13 +0300)]
ocl: increase SURF stitching test tolerance

OpenCL SURF implementation is unstable

6 years agoFix double definitions, correct comment.
catree [Wed, 25 Oct 2017 15:55:40 +0000 (17:55 +0200)]
Fix double definitions, correct comment.

6 years agodnn: fix sporadic crashes in getUMat()
Alexander Alekhin [Wed, 25 Oct 2017 15:07:05 +0000 (18:07 +0300)]
dnn: fix sporadic crashes in getUMat()

Incorrect "total" buffer size calculated in StdMatAllocator::allocate() due wrong step values.

6 years agocopyediting on python object detection tutorial
Ryan Fox [Wed, 25 Oct 2017 02:17:39 +0000 (21:17 -0500)]
copyediting on python object detection tutorial

clarify some passages, fix grammar errors

6 years agoMerge tag '3.3.1'
Alexander Alekhin [Mon, 23 Oct 2017 15:42:41 +0000 (18:42 +0300)]
Merge tag '3.3.1'

6 years agoMerge branch 'update_version' into release
Alexander Alekhin [Mon, 23 Oct 2017 15:41:12 +0000 (18:41 +0300)]
Merge branch 'update_version' into release

6 years agoenabled tests for fitEllipse since the issue is fixed
Rostislav Vasilikhin [Mon, 23 Oct 2017 13:28:49 +0000 (16:28 +0300)]
enabled tests for fitEllipse since the issue is fixed

6 years agoPReLU layer for multidimensional input
Dmitry Kurtaev [Mon, 23 Oct 2017 11:30:40 +0000 (14:30 +0300)]
PReLU layer for multidimensional input

6 years agoMerge pull request #9917 from alalek:ocl_cache_program_failures
Maksim Shabunin [Mon, 23 Oct 2017 12:25:25 +0000 (12:25 +0000)]
Merge pull request #9917 from alalek:ocl_cache_program_failures

6 years agoMerge pull request #9919 from alalek:ocl_fix_macosx_invalid_options
Maksim Shabunin [Mon, 23 Oct 2017 12:24:42 +0000 (12:24 +0000)]
Merge pull request #9919 from alalek:ocl_fix_macosx_invalid_options

6 years agoMerge pull request #9913 from alalek:fix_fvisibility_regression
Maksim Shabunin [Mon, 23 Oct 2017 12:22:16 +0000 (12:22 +0000)]
Merge pull request #9913 from alalek:fix_fvisibility_regression

6 years agoMerge pull request #9914 from alalek:fix_cmake_xcode
Maksim Shabunin [Mon, 23 Oct 2017 12:21:35 +0000 (12:21 +0000)]
Merge pull request #9914 from alalek:fix_cmake_xcode

6 years agoMerge pull request #9906 from sturkmen72:fix_grfmt_gdal
Maksim Shabunin [Mon, 23 Oct 2017 12:20:08 +0000 (12:20 +0000)]
Merge pull request #9906 from sturkmen72:fix_grfmt_gdal

6 years agoocl(macosx): fix CL_INVALID_BUILD_OPTIONS for gemm programs
Alexander Alekhin [Mon, 23 Oct 2017 10:56:11 +0000 (13:56 +0300)]
ocl(macosx): fix CL_INVALID_BUILD_OPTIONS for gemm programs

MacOSX OpenCL compiler is very strict to whitespace issues

6 years agoocl: cache program build failures
Alexander Alekhin [Mon, 23 Oct 2017 10:46:56 +0000 (13:46 +0300)]
ocl: cache program build failures

To prevent unnecessary compiler invocations

6 years agocmake: disable generation of pkg-config file during Xcode build
Alexander Alekhin [Mon, 23 Oct 2017 09:31:20 +0000 (12:31 +0300)]
cmake: disable generation of pkg-config file during Xcode build

6 years agocmake: fix '-fvisibility' options regression
Alexander Alekhin [Mon, 23 Oct 2017 09:18:52 +0000 (12:18 +0300)]
cmake: fix '-fvisibility' options regression

CMAKE_COMPILER_ID => CMAKE_CXX_COMPILER_ID

6 years agoUpdate grfmt_gdal.cpp
Suleyman TURKMEN [Sun, 22 Oct 2017 16:01:34 +0000 (19:01 +0300)]
Update grfmt_gdal.cpp

6 years agoMerge pull request #9903 from blendin:oob_write_1
Alexander Alekhin [Sun, 22 Oct 2017 07:27:15 +0000 (07:27 +0000)]
Merge pull request #9903 from blendin:oob_write_1

6 years agoFix out of bounds write
blendin [Sat, 21 Oct 2017 19:12:53 +0000 (12:12 -0700)]
Fix out of bounds write

6 years agoMerge pull request #9887 from mshabunin:upgrade-tbb
Alexander Alekhin [Fri, 20 Oct 2017 11:44:00 +0000 (11:44 +0000)]
Merge pull request #9887 from mshabunin:upgrade-tbb

6 years agoMerge pull request #9890 from dkurt:fix_torch_test
Alexander Alekhin [Fri, 20 Oct 2017 11:43:16 +0000 (11:43 +0000)]
Merge pull request #9890 from dkurt:fix_torch_test

6 years agoUpdated TBB package to 2018.1
Maksim Shabunin [Thu, 19 Oct 2017 15:24:27 +0000 (18:24 +0300)]
Updated TBB package to 2018.1

6 years agoBinary data for batch normalization test from Torch
Dmitry Kurtaev [Fri, 20 Oct 2017 09:01:42 +0000 (12:01 +0300)]
Binary data for batch normalization test from Torch

6 years agoMerge pull request #9878 from alalek:doc_cleanup
Maksim Shabunin [Wed, 18 Oct 2017 14:50:12 +0000 (14:50 +0000)]
Merge pull request #9878 from alalek:doc_cleanup

6 years agoMerge pull request #9879 from alalek:fix_build
Maksim Shabunin [Wed, 18 Oct 2017 14:49:44 +0000 (14:49 +0000)]
Merge pull request #9879 from alalek:fix_build

6 years agoMerge pull request #9881 from alalek:ocl_timer_simplify
Maksim Shabunin [Wed, 18 Oct 2017 14:49:21 +0000 (14:49 +0000)]
Merge pull request #9881 from alalek:ocl_timer_simplify

6 years agoocl: simplify ocl::Timer interface
Alexander Alekhin [Wed, 18 Oct 2017 12:59:16 +0000 (15:59 +0300)]
ocl: simplify ocl::Timer interface

6 years ago3rdparty: suppress warnings
Alexander Alekhin [Wed, 18 Oct 2017 10:06:23 +0000 (13:06 +0300)]
3rdparty: suppress warnings

6 years agofix code style
Alexander Alekhin [Wed, 18 Oct 2017 10:03:21 +0000 (13:03 +0300)]
fix code style

6 years agodoc: filter out OpenCL auto-generated runtime headers
Alexander Alekhin [Wed, 18 Oct 2017 06:32:53 +0000 (09:32 +0300)]
doc: filter out OpenCL auto-generated runtime headers

6 years agoMerge pull request #9872 from alalek:fix_documentation
Alexander Alekhin [Tue, 17 Oct 2017 13:25:42 +0000 (13:25 +0000)]
Merge pull request #9872 from alalek:fix_documentation

6 years agoMerge pull request #9866 from mapreri:support-dynamic-mathjax
Alexander Alekhin [Tue, 17 Oct 2017 13:23:40 +0000 (13:23 +0000)]
Merge pull request #9866 from mapreri:support-dynamic-mathjax

6 years agodoc: Make MATHJAX_RELPATH configurable through cmake
Mattia Rizzolo [Tue, 17 Oct 2017 00:07:31 +0000 (02:07 +0200)]
doc: Make MATHJAX_RELPATH configurable through cmake

Signed-off-by: Mattia Rizzolo <mattia@mapreri.org>
6 years agodoc: fix youtube videos handling
Alexander Alekhin [Tue, 17 Oct 2017 10:40:16 +0000 (13:40 +0300)]
doc: fix youtube videos handling

6 years agoMerge pull request #9853 from catree:fix_dnn_samples_python3
Alexander Alekhin [Mon, 16 Oct 2017 16:18:22 +0000 (16:18 +0000)]
Merge pull request #9853 from catree:fix_dnn_samples_python3

6 years agoMerge pull request #9860 from mshabunin:fix-static-9
Alexander Alekhin [Mon, 16 Oct 2017 14:39:08 +0000 (14:39 +0000)]
Merge pull request #9860 from mshabunin:fix-static-9

6 years agoFixed uninitialized class fields
Maksim Shabunin [Mon, 16 Oct 2017 10:07:06 +0000 (13:07 +0300)]
Fixed uninitialized class fields

6 years agoMerge pull request #9833 from tomoaki0705:universalMathFuncs
Vadim Pisarevsky [Mon, 16 Oct 2017 10:46:55 +0000 (10:46 +0000)]
Merge pull request #9833 from tomoaki0705:universalMathFuncs

6 years agoMerge pull request #9848 from jet47:features2d-optional-flann-dep
Vadim Pisarevsky [Mon, 16 Oct 2017 10:45:16 +0000 (10:45 +0000)]
Merge pull request #9848 from jet47:features2d-optional-flann-dep

6 years agoMerge pull request #9859 from ryanfox:patch-3
Vadim Pisarevsky [Mon, 16 Oct 2017 10:44:07 +0000 (10:44 +0000)]
Merge pull request #9859 from ryanfox:patch-3

6 years agoMerge pull request #9857 from americast:mat_fix
Vadim Pisarevsky [Mon, 16 Oct 2017 10:43:37 +0000 (10:43 +0000)]
Merge pull request #9857 from americast:mat_fix

6 years agoMerge pull request #9856 from GregoryMorse:patch-1
Gregory Morse [Mon, 16 Oct 2017 09:12:35 +0000 (11:12 +0200)]
Merge pull request #9856 from GregoryMorse:patch-1

* Update OpenCVCompilerOptimizations.cmake

Neon not supported on MSVC ARM breaking build fix

* Update OpenCVCompilerOptimizations.cmake

Whitespace

* Update intrin.hpp

Many problems in MSVC ARM builds (at least on VS2017) being fixed in this PR now.

C:\Users\Gregory\DOCUME~1\MYLIBR~1\OPENCV~3\opencv\sources\modules\core\include\opencv2/core/hal/intrin.hpp(444): error C3861: '_tzcnt_u32': identifier not found

* Update hal_replacement.hpp

Passing variadic expansion in a macro to another macro does not work properly in MSVC and a famous known workaround is hereby applied.  Discussion of it: https://stackoverflow.com/questions/5134523/msvc-doesnt-expand-va-args-correctly
Only needed the fix for ARM builds: TEGRA_ macros are used for cv_hal_ functions in the carotene library.

C:\Users\Gregory\Documents\My Libraries\opencv330\opencv\sources\modules\core\src\arithm.cpp(2378): warning C4003: not enough actual parameters for macro 'TEGRA_ADD'
C:\Users\Gregory\Documents\My Libraries\opencv330\opencv\sources\modules\core\src\arithm.cpp(2378): error C2143: syntax error: missing ')' before ','
C:\Users\Gregory\Documents\My Libraries\opencv330\opencv\sources\modules\core\src\arithm.cpp(2378): error C2059: syntax error: ')'

* Update hal_replacement.hpp

All hal_replacement's using carotene\hal\tegra_hal.hpp TEGRA_ functions as macros preprocessed by variadic macros should be changed, identical as was done in core.
C:\Users\Gregory\Documents\My Libraries\opencv330\opencv\sources\modules\imgproc\src\color.cpp(9604): warning C4003: not enough actual parameters for macro 'TEGRA_CVTBGRTOBGR'
C:\Users\Gregory\Documents\My Libraries\opencv330\opencv\sources\modules\imgproc\src\color.cpp(9604): error C2059: syntax error: '=='

* Update OpenCVCompilerOptimizations.cmake

* Update hal_replacement.hpp

* Update hal_replacement.hpp

6 years agoFix up grammatical errors in python tutorial
Ryan Fox [Mon, 16 Oct 2017 03:59:48 +0000 (22:59 -0500)]
Fix up grammatical errors in python tutorial

6 years agoFix DNN samples for compatibility with Python 3.
catree [Fri, 13 Oct 2017 17:38:42 +0000 (19:38 +0200)]
Fix DNN samples for compatibility with Python 3.

Add PyInt_Check in pyopencv_dnn.hpp.

6 years agoMerge pull request #9855 from IgWod:extract-vector-typedefs
Alexander Alekhin [Sun, 15 Oct 2017 14:29:20 +0000 (14:29 +0000)]
Merge pull request #9855 from IgWod:extract-vector-typedefs

6 years agoMove vector_size_t and vector_vector_Mat
Igor Wodiany [Fri, 13 Oct 2017 23:27:37 +0000 (00:27 +0100)]
Move vector_size_t and vector_vector_Mat

These two typdefs are not compiled when BUILD_opencv_dnn is set to
false, however there are other modules that uses these typedef so
it may cause build errors. Moving typedef to the python module
ensures they are always defined.

6 years agoFix typo in mat.hpp
Sayan Sinha [Sat, 14 Oct 2017 16:16:11 +0000 (21:46 +0530)]
Fix typo in mat.hpp

6 years agoremove raw SSE2/NEON implementation from mathfuncs.cpp
Tomoaki Teshima [Sat, 14 Oct 2017 15:24:31 +0000 (00:24 +0900)]
remove raw SSE2/NEON implementation from mathfuncs.cpp
  * replace the implementation by universal intrinsic
  * make sure no degradation happens on ARM platform

6 years agoMerge pull request #9851 from alalek:cmake_fix_lapack_mkl_detection
Alexander Alekhin [Fri, 13 Oct 2017 15:33:36 +0000 (15:33 +0000)]
Merge pull request #9851 from alalek:cmake_fix_lapack_mkl_detection

6 years agoMerge pull request #9842 from alalek:fix_dnn_experimental
Alexander Alekhin [Fri, 13 Oct 2017 15:25:06 +0000 (15:25 +0000)]
Merge pull request #9842 from alalek:fix_dnn_experimental

6 years agocmake: fix LAPACK/MKL detection
Alexander Alekhin [Fri, 13 Oct 2017 12:40:37 +0000 (15:40 +0300)]
cmake: fix LAPACK/MKL detection

6 years agomade flann dependency for features2d optional
Vladislav Vinogradov [Fri, 13 Oct 2017 08:01:48 +0000 (11:01 +0300)]
made flann dependency for features2d optional

it will allow to build features2d even if flann module is not available

6 years agodnn: don't use "experimental_dnn_v1" namespace directly
Alexander Alekhin [Thu, 12 Oct 2017 15:15:20 +0000 (18:15 +0300)]
dnn: don't use "experimental_dnn_v1" namespace directly

6 years agoMerge pull request #9834 from mshabunin:mediasdk-win-support
Maksim Shabunin [Thu, 12 Oct 2017 12:08:53 +0000 (12:08 +0000)]
Merge pull request #9834 from mshabunin:mediasdk-win-support

6 years agoMerge pull request #9829 from pengli:ocl4dnn
Alexander Alekhin [Thu, 12 Oct 2017 11:26:20 +0000 (11:26 +0000)]
Merge pull request #9829 from pengli:ocl4dnn

6 years agoMerge pull request #9841 from alalek:naming_issue
Alexander Alekhin [Thu, 12 Oct 2017 11:22:54 +0000 (11:22 +0000)]
Merge pull request #9841 from alalek:naming_issue

6 years agobuild: resolve naming issue
Alexander Alekhin [Thu, 12 Oct 2017 10:28:30 +0000 (13:28 +0300)]
build: resolve naming issue

6 years agoMerge pull request #9838 from alalek:fix_ocl_world_build
Alexander Alekhin [Thu, 12 Oct 2017 09:40:32 +0000 (09:40 +0000)]
Merge pull request #9838 from alalek:fix_ocl_world_build

6 years agodnn(ocl4dnn): support log softmax in ocl4dnn
Li Peng [Wed, 11 Oct 2017 07:29:39 +0000 (15:29 +0800)]
dnn(ocl4dnn): support log softmax in ocl4dnn

Signed-off-by: Li Peng <peng.li@intel.com>
6 years agoMerge pull request #9835 from sovrasov:blob_from_img_crop_opt
Vadim Pisarevsky [Wed, 11 Oct 2017 17:18:40 +0000 (17:18 +0000)]
Merge pull request #9835 from sovrasov:blob_from_img_crop_opt

6 years agoMerge pull request #9824 from sturkmen72:upd_minEnclosingTriangle
Vadim Pisarevsky [Wed, 11 Oct 2017 17:11:15 +0000 (17:11 +0000)]
Merge pull request #9824 from sturkmen72:upd_minEnclosingTriangle

6 years agoocl: fix world compilation on Windows
Alexander Alekhin [Wed, 11 Oct 2017 13:19:29 +0000 (16:19 +0300)]
ocl: fix world compilation on Windows

6 years agoMerge pull request #9836 from lupustr3:pvlasov/external_ipp-iw_fix
Alexander Alekhin [Wed, 11 Oct 2017 15:21:05 +0000 (15:21 +0000)]
Merge pull request #9836 from lupustr3:pvlasov/external_ipp-iw_fix

6 years agoMerge pull request #9818 from tz70s:issue#9570
Alexander Alekhin [Wed, 11 Oct 2017 15:19:17 +0000 (15:19 +0000)]
Merge pull request #9818 from tz70s:issue#9570

6 years agoUpdate minarea.cpp
Suleyman TURKMEN [Wed, 11 Oct 2017 14:52:23 +0000 (17:52 +0300)]
Update minarea.cpp

6 years agoUpdate min_enclosing_triangle.cpp
Suleyman TURKMEN [Wed, 11 Oct 2017 14:48:19 +0000 (17:48 +0300)]
Update min_enclosing_triangle.cpp

6 years agoUpdate imgproc.hpp
Suleyman TURKMEN [Wed, 11 Oct 2017 14:37:38 +0000 (17:37 +0300)]
Update imgproc.hpp

6 years agoMerge pull request #9636 from dkurt:duplicate_lp_norm_layer
Vadim Pisarevsky [Wed, 11 Oct 2017 13:36:14 +0000 (13:36 +0000)]
Merge pull request #9636 from dkurt:duplicate_lp_norm_layer

6 years agoMediaSDK video backend: Windows support
Maksim Shabunin [Tue, 10 Oct 2017 14:21:27 +0000 (17:21 +0300)]
MediaSDK video backend: Windows support

6 years agoMerge pull request #9820 from sovrasov:text_detector_dnn
Vadim Pisarevsky [Wed, 11 Oct 2017 13:31:46 +0000 (13:31 +0000)]
Merge pull request #9820 from sovrasov:text_detector_dnn

6 years agoMerge pull request #9828 from berak:fix_c++17_9572
Vadim Pisarevsky [Wed, 11 Oct 2017 13:31:17 +0000 (13:31 +0000)]
Merge pull request #9828 from berak:fix_c++17_9572

6 years agoMerge pull request #9823 from alalek:dnn_halide_bypass_tbb_threads
Vadim Pisarevsky [Wed, 11 Oct 2017 13:28:38 +0000 (13:28 +0000)]
Merge pull request #9823 from alalek:dnn_halide_bypass_tbb_threads

6 years agodnn: add crop flag to blobFromImage
Vladislav Sovrasov [Wed, 11 Oct 2017 12:46:20 +0000 (15:46 +0300)]
dnn: add crop flag to blobFromImage

6 years agoStandalone IPP with IW fix;
Pavel Vlasov [Wed, 11 Oct 2017 12:30:01 +0000 (15:30 +0300)]
Standalone IPP with IW fix;

6 years agodnn: fix additional text boxes handling after the latest adaptations for TF
Vladislav Sovrasov [Wed, 11 Oct 2017 11:04:48 +0000 (14:04 +0300)]
dnn: fix additional text boxes handling after the latest adaptations for TF

6 years agoMerge pull request #9827 from ryanfox:patch-2
Alexander Alekhin [Wed, 11 Oct 2017 10:58:04 +0000 (10:58 +0000)]
Merge pull request #9827 from ryanfox:patch-2

6 years agoMerge pull request #9826 from p0wdrdotcom:master
Alexander Alekhin [Wed, 11 Oct 2017 08:55:15 +0000 (08:55 +0000)]
Merge pull request #9826 from p0wdrdotcom:master

6 years agodnn: modify priorBox layer
Vladislav Sovrasov [Tue, 10 Oct 2017 09:03:05 +0000 (12:03 +0300)]
dnn: modify priorBox layer

6 years agofix c++17 namsespace issues
berak [Wed, 11 Oct 2017 07:50:22 +0000 (09:50 +0200)]
fix c++17 namsespace issues

6 years agofix some grammatical errors
Ryan Fox [Wed, 11 Oct 2017 02:37:26 +0000 (21:37 -0500)]
fix some grammatical errors

6 years agoThis statement was keeping HAAR cascades from leveraging opencl on nvidia devices...
Geoff McIver [Tue, 10 Oct 2017 20:32:38 +0000 (09:32 +1300)]
This statement was keeping HAAR cascades from leveraging opencl on nvidia devices. "localSize" on the featureEvaluator remains Size(0, 0) which sets the bool "use_ocl" to false. Adding this allows NVidia GPUs to leverage opencl HAAR Cascades

6 years agoUpdates min_enclosing_triangle.cpp
Suleyman TURKMEN [Sun, 8 Oct 2017 10:22:13 +0000 (13:22 +0300)]
Updates min_enclosing_triangle.cpp

6 years agoRemoved LPNormalize layer.
Dmitry Kurtaev [Mon, 28 Aug 2017 14:37:09 +0000 (17:37 +0300)]
Removed LPNormalize layer.

6 years agodnn(halide): don't compile Halide via parallel_for_()
Alexander Alekhin [Tue, 10 Oct 2017 14:52:55 +0000 (17:52 +0300)]
dnn(halide): don't compile Halide via parallel_for_()

To avoid problem with reduced stack size of inner threads.

6 years agoMerge pull request #9816 from opalmirror:fix_stereobm_mindisp_truncation_1
Vadim Pisarevsky [Tue, 10 Oct 2017 14:23:02 +0000 (14:23 +0000)]
Merge pull request #9816 from opalmirror:fix_stereobm_mindisp_truncation_1

6 years agoMerge pull request #9822 from alalek:fix_tbb_search
Vadim Pisarevsky [Tue, 10 Oct 2017 14:22:00 +0000 (14:22 +0000)]
Merge pull request #9822 from alalek:fix_tbb_search

6 years agoMerge pull request #8940 from 678098:nonblocking_haar_detector_parallel_for
Vadim Pisarevsky [Tue, 10 Oct 2017 13:51:39 +0000 (13:51 +0000)]
Merge pull request #8940 from 678098:nonblocking_haar_detector_parallel_for

6 years agofix#9570: implement mat ptr for generic types
tz70s [Tue, 10 Oct 2017 05:28:07 +0000 (13:28 +0800)]
fix#9570: implement mat ptr for generic types

The original template based mat ptr for indexing is not implemented,
add the similar implementation as uchar type, but cast to
user-defined type from the uchar pointer.

6 years agoMerge pull request #9705 from AlexeyAB:dnn_darknet_yolo_v2
Vadim Pisarevsky [Tue, 10 Oct 2017 12:02:03 +0000 (12:02 +0000)]
Merge pull request #9705 from AlexeyAB:dnn_darknet_yolo_v2

6 years agotbb: don't search library in ENV{LD_LIBRARY_PATH}
Alexander Alekhin [Tue, 10 Oct 2017 11:18:28 +0000 (14:18 +0300)]
tbb: don't search library in ENV{LD_LIBRARY_PATH}

ENV{LIBRARY_PATH} is enough

6 years agoMerge pull request #9786 from LaurentBerger:Histo3d
Vadim Pisarevsky [Tue, 10 Oct 2017 10:58:34 +0000 (10:58 +0000)]
Merge pull request #9786 from LaurentBerger:Histo3d

6 years agoMerge pull request #9750 from dkurt:feature_dnn_tf_text_graph
Vadim Pisarevsky [Tue, 10 Oct 2017 10:06:24 +0000 (10:06 +0000)]
Merge pull request #9750 from dkurt:feature_dnn_tf_text_graph