wxzs5 [Wed, 27 Dec 2017 03:57:17 +0000 (11:57 +0800)]
Fix functions‘ class attribution error
Alexander Alekhin [Tue, 26 Dec 2017 14:26:58 +0000 (17:26 +0300)]
Merge pull request #10419 from shortcipher3:master
Alexander Alekhin [Tue, 26 Dec 2017 14:21:59 +0000 (14:21 +0000)]
Merge pull request #10418 from mypopydev:master
Alexander Alekhin [Tue, 26 Dec 2017 05:51:16 +0000 (05:51 +0000)]
Merge pull request #10404 from alalek:build_fix_msvs2010
Jun Zhao [Tue, 26 Dec 2017 02:25:36 +0000 (10:25 +0800)]
opencl/cvtclr_dx: fix not compile-time constants issue.
fix the "initializing global variables with values that are not
compile-time constants" issue in Intel SDK for OpenCL. The root cause
is when initializing global variables with value, the variable need is
compile-time constants.
Thanks Zheng, Yang <yang.zheng@intel.com>,
Chodor, Jaroslaw <jaroslaw.chodor@intel.com> give a help.
Signed-off-by: Liu,Kaixuan <kaixuan.liu@intel.com>
Signed-off-by: Jun Zhao <jun.zhao@intel.com>
Chris Hall [Tue, 26 Dec 2017 05:01:48 +0000 (22:01 -0700)]
JS examples - FFT didn't work for non-square images because rows/cols were switched, Histogram example misspelled point
Alexander Alekhin [Sat, 23 Dec 2017 00:06:34 +0000 (00:06 +0000)]
build: fix MSVS2010 build error
Alexander Alekhin [Fri, 22 Dec 2017 23:22:50 +0000 (23:22 +0000)]
Merge tag '3.4.0'
Alexander Alekhin [Fri, 22 Dec 2017 19:46:21 +0000 (19:46 +0000)]
OpenCV version++
3.4.0
Alexander Alekhin [Fri, 22 Dec 2017 19:43:59 +0000 (22:43 +0300)]
Merge pull request #10398 from alalek:ml_simplify_simulated_annealing
Alexander Alekhin [Fri, 22 Dec 2017 18:50:04 +0000 (18:50 +0000)]
ml(ANN_MLP): ensure that train() call is always successful
Alexander Alekhin [Fri, 22 Dec 2017 16:18:50 +0000 (16:18 +0000)]
Merge pull request #10401 from terfendail:resize_linear_revert
Alexander Alekhin [Fri, 22 Dec 2017 15:58:56 +0000 (15:58 +0000)]
Merge pull request #10402 from dkurt:dnn_tf_quantized
Alexander Alekhin [Fri, 22 Dec 2017 15:48:40 +0000 (15:48 +0000)]
Merge pull request #10385 from pengli:dnn
Dmitry Kurtaev [Thu, 21 Dec 2017 14:15:48 +0000 (17:15 +0300)]
TensorFlow weights dequantization
Vitaly Tuzov [Fri, 22 Dec 2017 14:10:03 +0000 (17:10 +0300)]
Reverted calls to linear resize back to generic version for floating point matrices
Alexander Alekhin [Fri, 22 Dec 2017 14:07:02 +0000 (14:07 +0000)]
Merge pull request #10397 from mshabunin:fix-incorrect-assert
Li Peng [Fri, 22 Dec 2017 10:49:47 +0000 (18:49 +0800)]
add one more convolution kernel tuning candidate
Signed-off-by: Li Peng <peng.li@intel.com>
Alexander Alekhin [Fri, 22 Dec 2017 12:33:23 +0000 (15:33 +0300)]
ml: simplify interfaces of SimulatedAnnealingSolver
Vadim Pisarevsky [Fri, 22 Dec 2017 13:35:36 +0000 (13:35 +0000)]
Merge pull request #10396 from berak:fix_superres_sample
Vadim Pisarevsky [Fri, 22 Dec 2017 13:29:37 +0000 (13:29 +0000)]
Merge pull request #10265 from dkurt:nms_for_region_layer
Vadim Pisarevsky [Fri, 22 Dec 2017 13:26:31 +0000 (13:26 +0000)]
Merge pull request #10394 from alalek:cmake_fix_pch_pic_pie
Vadim Pisarevsky [Fri, 22 Dec 2017 13:26:05 +0000 (13:26 +0000)]
Merge pull request #10387 from terfendail:resize23_perftest
Vadim Pisarevsky [Fri, 22 Dec 2017 13:23:55 +0000 (13:23 +0000)]
Merge pull request #10392 from terfendail:bitexact_fallback
Alexander Alekhin [Fri, 22 Dec 2017 13:17:11 +0000 (13:17 +0000)]
Merge pull request #10375 from tomoaki0705:buildWarningMSVC
Alexander Alekhin [Fri, 22 Dec 2017 12:52:56 +0000 (12:52 +0000)]
Merge pull request #10390 from alalek:ocl_option_buffer_rect
Maksim Shabunin [Fri, 22 Dec 2017 12:20:13 +0000 (15:20 +0300)]
Replaced incorrect CV_Assert calls with CV_Error
berak [Fri, 22 Dec 2017 11:34:25 +0000 (12:34 +0100)]
samples: check for valid input in gpu/super_resolution.cpp
Vitaly Tuzov [Fri, 22 Dec 2017 10:23:56 +0000 (13:23 +0300)]
Added fallback to generic linear resize in case bit-exact resize of provided matrix isn't supported
Alexander Alekhin [Fri, 22 Dec 2017 10:46:45 +0000 (13:46 +0300)]
cmake: fix -fPIC/-fPIE handling in precompiled headers (PCH)
Vadim Pisarevsky [Fri, 22 Dec 2017 10:54:49 +0000 (10:54 +0000)]
Merge pull request #10386 from terfendail:resizeexact_c3
Alexander Alekhin [Fri, 22 Dec 2017 09:28:41 +0000 (12:28 +0300)]
ocl: workaround option to disable usage of buffer "Rect" operations
Alexander Alekhin [Fri, 22 Dec 2017 10:04:05 +0000 (10:04 +0000)]
Merge pull request #10389 from wxzs5:yangli
Vadim Pisarevsky [Fri, 22 Dec 2017 09:56:45 +0000 (09:56 +0000)]
Merge pull request #10364 from dkurt:dnn_smooth_tf_data_layout
wxzs5 [Fri, 22 Dec 2017 09:13:57 +0000 (17:13 +0800)]
Remove redundant return variable
Vitaly Tuzov [Fri, 22 Dec 2017 07:08:30 +0000 (10:08 +0300)]
Disabled universal intrinsic based implementation for bit-exact resize of 3-channel images
Tomoaki Teshima [Thu, 21 Dec 2017 23:42:21 +0000 (08:42 +0900)]
clean up the code
* disable the warning in CMake, not int the code using pragma
Alexander Alekhin [Thu, 21 Dec 2017 19:02:13 +0000 (19:02 +0000)]
Merge pull request #10374 from tomoaki0705:removeGstreamerTest
Vadim Pisarevsky [Thu, 21 Dec 2017 18:56:53 +0000 (18:56 +0000)]
Merge pull request #10316 from terfendail:bitexact_c234
Vadim Pisarevsky [Thu, 21 Dec 2017 18:48:38 +0000 (18:48 +0000)]
Merge pull request #10369 from alalek:issue_10351
Alexander Alekhin [Thu, 21 Dec 2017 15:36:23 +0000 (15:36 +0000)]
Merge pull request #10370 from pengli:dnn
Tomoaki Teshima [Thu, 21 Dec 2017 15:14:10 +0000 (00:14 +0900)]
avoid the test which is too strict
* confirmed test failure on Jetson TX1 and TX2
* show the performance but not bit exact result
Li Peng [Thu, 21 Dec 2017 14:01:44 +0000 (22:01 +0800)]
cleanup unnecessary macros in convolution ocl kernel
Signed-off-by: Li Peng <peng.li@intel.com>
Li Peng [Tue, 19 Dec 2017 14:28:18 +0000 (22:28 +0800)]
refactor candidate generation of convolution auto-tuning
Signed-off-by: Li Peng <peng.li@intel.com>
Dmitry Kurtaev [Fri, 8 Dec 2017 11:14:17 +0000 (14:14 +0300)]
Refactor NMS procedure at RegionLayer
Vadim Pisarevsky [Thu, 21 Dec 2017 08:33:58 +0000 (08:33 +0000)]
Merge pull request #10366 from alalek:ocl_fix_cvtcolor_read
Vadim Pisarevsky [Thu, 21 Dec 2017 08:33:18 +0000 (08:33 +0000)]
Merge pull request #10340 from alalek:log_level_option
Alexander Alekhin [Thu, 21 Dec 2017 01:10:24 +0000 (01:10 +0000)]
imgcodecs(pxm): fix memcpy size
Vitaly Tuzov [Wed, 20 Dec 2017 15:11:21 +0000 (18:11 +0300)]
Added performance tests for linear resize of 2 and 3-channel images
Vadim Pisarevsky [Wed, 20 Dec 2017 14:30:26 +0000 (14:30 +0000)]
Merge pull request #10331 from arrybn:python_dnn_net
Vadim Pisarevsky [Wed, 20 Dec 2017 14:23:01 +0000 (14:23 +0000)]
Merge pull request #10354 from catree:add_python_sample_show_extrinsics
LaurentBerger [Wed, 20 Dec 2017 14:24:46 +0000 (15:24 +0100)]
Calcerror uses now weighted samples (#10346)
* Calcerror uses now sample weights
* catree comment in #10319
Alexander Alekhin [Wed, 20 Dec 2017 14:19:46 +0000 (14:19 +0000)]
imgproc(ocl): fix RGB2RGBA kernel out of range access
Vadim Pisarevsky [Wed, 20 Dec 2017 14:19:46 +0000 (14:19 +0000)]
Merge pull request #10356 from dkurt:dnn_rfcn
Vadim Pisarevsky [Wed, 20 Dec 2017 14:19:17 +0000 (14:19 +0000)]
Merge pull request #10360 from sturkmen72:update_links
Vadim Pisarevsky [Wed, 20 Dec 2017 14:18:41 +0000 (14:18 +0000)]
Merge pull request #10358 from catree:add_tutorial_homography_panorama_stitching
Vitaly Tuzov [Thu, 7 Dec 2017 17:27:58 +0000 (20:27 +0300)]
Added universal intrinsics based implementations for CV_8UC2, CV_8UC3, CV_8UC4 bit-exact resizes.
Dmitry Kurtaev [Wed, 20 Dec 2017 11:13:40 +0000 (14:13 +0300)]
Manage TensorFlow's NHWC data layout is smoother
catree [Tue, 19 Dec 2017 16:03:00 +0000 (17:03 +0100)]
Update left_intrinsics.yml file with chessboard square_size=0.025 and with extrinsic parameters. Add camera_calibration_show_extrinsics.py, a Python sample that allows to display the extrinsics saved during the camera calibration process (cpp-example-calibration).
Dmitry Kurtaev [Tue, 19 Dec 2017 16:43:49 +0000 (19:43 +0300)]
R-FCN models support
Suleyman TURKMEN [Tue, 19 Dec 2017 23:25:16 +0000 (02:25 +0300)]
Update links
Alexander Alekhin [Sun, 17 Dec 2017 22:28:33 +0000 (22:28 +0000)]
core(logger): add log level configuration option
catree [Tue, 19 Dec 2017 21:45:35 +0000 (22:45 +0100)]
Add Demo 5: Basic panorama stitching from a rotating camera in the homography tutorial.
Alexander Alekhin [Tue, 19 Dec 2017 14:04:55 +0000 (14:04 +0000)]
Merge pull request #10341 from pengli:dnn
Alexander Alekhin [Tue, 19 Dec 2017 13:07:59 +0000 (13:07 +0000)]
Merge pull request #10348 from ElenaGvozdeva:Canny_HAL
Vadim Pisarevsky [Tue, 19 Dec 2017 11:03:06 +0000 (11:03 +0000)]
Merge pull request #10347 from dkurt:dnn_remove_deprecated_importer
Li Peng [Tue, 19 Dec 2017 08:59:46 +0000 (16:59 +0800)]
add ocl accuracy test for tf mobilenet ssd
Signed-off-by: Li Peng <peng.li@intel.com>
Li Peng [Tue, 19 Dec 2017 09:59:13 +0000 (17:59 +0800)]
add depthwise convolution kernel
Signed-off-by: Li Peng <peng.li@intel.com>
Li Peng [Tue, 5 Dec 2017 15:17:34 +0000 (23:17 +0800)]
prior box layer ocl implementation
Signed-off-by: Li Peng <peng.li@intel.com>
elenagvo [Thu, 30 Nov 2017 13:56:13 +0000 (16:56 +0300)]
HAL for canny
Alexander Alekhin [Mon, 18 Dec 2017 17:00:45 +0000 (17:00 +0000)]
Merge pull request #10344 from tomoaki0705:fixBuildLibtiff
Dmitry Kurtaev [Mon, 18 Dec 2017 14:22:57 +0000 (17:22 +0300)]
Remove cv::dnn::Importer
Alexander Rybnikov [Sat, 16 Dec 2017 09:21:12 +0000 (12:21 +0300)]
Changed wrapping mode for cv::dnn::Net::forward
Tomoaki Teshima [Mon, 18 Dec 2017 12:51:33 +0000 (21:51 +0900)]
fix compilation error on Visual Studio 2013 and earlier
- fix compilation error about "inline"
- fix linker error about "_TIFF_snprintf_f"
Vadim Pisarevsky [Mon, 18 Dec 2017 10:53:24 +0000 (10:53 +0000)]
Merge pull request #10343 from tomoaki0705:suppressWarningEncoding
Suleyman TURKMEN [Mon, 18 Dec 2017 10:44:11 +0000 (12:44 +0200)]
Update samples (#10333)
* Update samples
* Update calib3d.hpp
* Update calib3d.hpp
* Update calib3d.hpp
* Update calib3d.hpp
Vadim Pisarevsky [Mon, 18 Dec 2017 09:13:06 +0000 (09:13 +0000)]
Merge pull request #10339 from catree:add_doc_solvepnp_figure_desc
Vadim Pisarevsky [Mon, 18 Dec 2017 09:11:54 +0000 (09:11 +0000)]
Merge pull request #10337 from dkurt:fix_pooling_layer
Alexander Alekhin [Mon, 18 Dec 2017 06:52:08 +0000 (06:52 +0000)]
Merge pull request #10338 from hrnr:fix-build
Tomoaki Teshima [Mon, 18 Dec 2017 06:32:06 +0000 (15:32 +0900)]
suppress warning on Visual Studio
* remove non ASCII character from the comment
catree [Sun, 17 Dec 2017 20:38:22 +0000 (21:38 +0100)]
Add a figure and some formulas to illustrate the PnP pose estimation principle.
Jiri Horner [Sun, 17 Dec 2017 19:23:15 +0000 (20:23 +0100)]
fix build with intrinsics enabled
* since #10231 opencv with instrumentation does not build
Dmitry Kurtaev [Sun, 17 Dec 2017 11:36:38 +0000 (14:36 +0300)]
Fix default pooling layer type
Alexander Alekhin [Fri, 15 Dec 2017 22:30:43 +0000 (01:30 +0300)]
OpenCV version++
OpenCV 3.4.0-rc
Alexander Alekhin [Fri, 15 Dec 2017 11:05:57 +0000 (14:05 +0300)]
experimental version++
Alexander Alekhin [Fri, 15 Dec 2017 22:26:00 +0000 (22:26 +0000)]
Merge pull request #10326 from alalek:cmake_fixes
Alexander Alekhin [Fri, 15 Dec 2017 21:36:22 +0000 (21:36 +0000)]
cmake: fix opencv_world build with contrib
Alexander Alekhin [Fri, 15 Dec 2017 19:21:51 +0000 (22:21 +0300)]
cmake: fix ocv_target_compile_definitions() for world builds
fixes CUDA build
Alexander Alekhin [Fri, 15 Dec 2017 20:28:09 +0000 (23:28 +0300)]
cmake: fix missed include in libtiff
Alexander Alekhin [Fri, 15 Dec 2017 20:06:48 +0000 (23:06 +0300)]
Merge pull request #10319 from catree:move_SimulatedAnnealingSolver_Impl_cpp
Move SimulatedAnnealingSolver::Impl in cpp file
Rostislav Vasilikhin [Fri, 15 Dec 2017 18:48:48 +0000 (21:48 +0300)]
Merge pull request #10258 from savuor:fix/kmeans_channels
* kmeans: number of channels in _centers fixed
* fixedType() is checked now
Alexander Alekhin [Fri, 15 Dec 2017 14:40:08 +0000 (17:40 +0300)]
ml: fix SimulatedAnnealingSolver interface
Alexander Alekhin [Fri, 15 Dec 2017 18:40:22 +0000 (21:40 +0300)]
Merge pull request #10313 from alalek:rename_fix
Fix file names
Alexander Alekhin [Fri, 15 Dec 2017 16:53:34 +0000 (16:53 +0000)]
Merge pull request #10320 from mshabunin:static-analysis-1
Alexander Alekhin [Fri, 15 Dec 2017 16:12:12 +0000 (16:12 +0000)]
Merge pull request #10317 from alalek:cmake_pic_configure
Maksim Shabunin [Fri, 15 Dec 2017 14:28:38 +0000 (17:28 +0300)]
Fixed 3 issues found by static analysis
catree [Fri, 15 Dec 2017 13:09:59 +0000 (14:09 +0100)]
Move SimulatedAnnealingSolver::Impl in cpp file. Fix some typos.
Alexander Alekhin [Fri, 15 Dec 2017 12:27:06 +0000 (15:27 +0300)]
cmake: update CMAKE_POSITION_INDEPENDENT_CODE
Vadim Pisarevsky [Fri, 15 Dec 2017 12:23:53 +0000 (12:23 +0000)]
Merge pull request #10306 from dkurt:faster_rcnn
Suleyman TURKMEN [Fri, 15 Dec 2017 12:05:18 +0000 (14:05 +0200)]
Merge pull request #10287 from sturkmen72:update_createsamples_cpp
* update createsamples
adds command-line option -rngseed
replaces rand() -> theRNG()
* Update utility.cpp
* apps(createsamples): fix warpPerspective pixels access bug