Vadim Pisarevsky
|
70d49446e9
|
Merge pull request #10369 from alalek:issue_10351
|
2017-12-21 18:48:38 +00:00 |
|
Alexander Alekhin
|
a2620f72c7
|
Merge pull request #10370 from pengli:dnn
|
2017-12-21 15:36:23 +00:00 |
|
Li Peng
|
c5fc8e03ff
|
cleanup unnecessary macros in convolution ocl kernel
Signed-off-by: Li Peng <peng.li@intel.com>
|
2017-12-21 20:32:36 +08:00 |
|
Li Peng
|
0aa5e43a14
|
refactor candidate generation of convolution auto-tuning
Signed-off-by: Li Peng <peng.li@intel.com>
|
2017-12-21 23:05:54 +08:00 |
|
Vadim Pisarevsky
|
047ad4ff71
|
Merge pull request #10366 from alalek:ocl_fix_cvtcolor_read
|
2017-12-21 08:33:59 +00:00 |
|
Vadim Pisarevsky
|
ae8bb718cd
|
Merge pull request #10340 from alalek:log_level_option
|
2017-12-21 08:33:18 +00:00 |
|
Alexander Alekhin
|
7bbe1a53cf
|
imgcodecs(pxm): fix memcpy size
|
2017-12-21 01:10:24 +00:00 |
|
Vadim Pisarevsky
|
eecb64a973
|
Merge pull request #10331 from arrybn:python_dnn_net
|
2017-12-20 14:30:27 +00:00 |
|
Vadim Pisarevsky
|
e72a053cca
|
Merge pull request #10354 from catree:add_python_sample_show_extrinsics
|
2017-12-20 14:23:01 +00:00 |
|
LaurentBerger
|
e43997dbb5
|
Calcerror uses now weighted samples (#10346)
* Calcerror uses now sample weights
* catree comment in #10319
|
2017-12-20 17:24:46 +03:00 |
|
Alexander Alekhin
|
813ff37967
|
imgproc(ocl): fix RGB2RGBA kernel out of range access
|
2017-12-20 14:19:46 +00:00 |
|
Vadim Pisarevsky
|
b8a24b36ce
|
Merge pull request #10356 from dkurt:dnn_rfcn
|
2017-12-20 14:19:46 +00:00 |
|
Vadim Pisarevsky
|
d2f13a8259
|
Merge pull request #10360 from sturkmen72:update_links
|
2017-12-20 14:19:17 +00:00 |
|
Vadim Pisarevsky
|
94d84c5fad
|
Merge pull request #10358 from catree:add_tutorial_homography_panorama_stitching
|
2017-12-20 14:18:41 +00:00 |
|
catree
|
59ec224009
|
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).
|
2017-12-20 12:06:08 +01:00 |
|
Dmitry Kurtaev
|
0ed2cbc931
|
R-FCN models support
|
2017-12-20 10:43:22 +03:00 |
|
Suleyman TURKMEN
|
1ff33e6e4d
|
Update links
|
2017-12-20 02:55:29 +03:00 |
|
Alexander Alekhin
|
b450811e4b
|
core(logger): add log level configuration option
|
2017-12-19 22:57:07 +00:00 |
|
catree
|
87160cb297
|
Add Demo 5: Basic panorama stitching from a rotating camera in the homography tutorial.
|
2017-12-19 22:45:35 +01:00 |
|
Alexander Alekhin
|
dcdd6af5a8
|
Merge pull request #10341 from pengli:dnn
|
2017-12-19 14:04:55 +00:00 |
|
Alexander Alekhin
|
badc3bd312
|
Merge pull request #10348 from ElenaGvozdeva:Canny_HAL
|
2017-12-19 13:07:59 +00:00 |
|
Vadim Pisarevsky
|
b1ed8bc0d1
|
Merge pull request #10347 from dkurt:dnn_remove_deprecated_importer
|
2017-12-19 11:03:06 +00:00 |
|
Li Peng
|
3b84acfc48
|
add ocl accuracy test for tf mobilenet ssd
Signed-off-by: Li Peng <peng.li@intel.com>
|
2017-12-19 18:38:55 +08:00 |
|
Li Peng
|
436d7e4eaf
|
add depthwise convolution kernel
Signed-off-by: Li Peng <peng.li@intel.com>
|
2017-12-19 17:59:13 +08:00 |
|
Li Peng
|
910d7dab1f
|
prior box layer ocl implementation
Signed-off-by: Li Peng <peng.li@intel.com>
|
2017-12-19 17:44:10 +08:00 |
|
elenagvo
|
b0e9d76ced
|
HAL for canny
|
2017-12-19 11:03:10 +03:00 |
|
Alexander Alekhin
|
05b259fe2e
|
Merge pull request #10344 from tomoaki0705:fixBuildLibtiff
|
2017-12-18 17:00:45 +00:00 |
|
Dmitry Kurtaev
|
6aabd6cc7a
|
Remove cv::dnn::Importer
|
2017-12-18 18:08:28 +03:00 |
|
Alexander Rybnikov
|
19c914db51
|
Changed wrapping mode for cv::dnn::Net::forward
|
2017-12-18 15:56:09 +03:00 |
|
Tomoaki Teshima
|
c057d29192
|
fix compilation error on Visual Studio 2013 and earlier
- fix compilation error about "inline"
- fix linker error about "_TIFF_snprintf_f"
|
2017-12-18 21:51:33 +09:00 |
|
Vadim Pisarevsky
|
e29de5dd2b
|
Merge pull request #10343 from tomoaki0705:suppressWarningEncoding
|
2017-12-18 10:53:24 +00:00 |
|
Suleyman TURKMEN
|
1654dfe3a9
|
Update samples (#10333)
* Update samples
* Update calib3d.hpp
* Update calib3d.hpp
* Update calib3d.hpp
* Update calib3d.hpp
|
2017-12-18 13:44:11 +03:00 |
|
Vadim Pisarevsky
|
d3a124c820
|
Merge pull request #10339 from catree:add_doc_solvepnp_figure_desc
|
2017-12-18 09:13:06 +00:00 |
|
Vadim Pisarevsky
|
86cc4f3aa4
|
Merge pull request #10337 from dkurt:fix_pooling_layer
|
2017-12-18 09:11:54 +00:00 |
|
Alexander Alekhin
|
9de87d96cc
|
Merge pull request #10338 from hrnr:fix-build
|
2017-12-18 06:52:08 +00:00 |
|
Tomoaki Teshima
|
65f502bc99
|
suppress warning on Visual Studio
* remove non ASCII character from the comment
|
2017-12-18 15:32:06 +09:00 |
|
catree
|
fcb537bacd
|
Add a figure and some formulas to illustrate the PnP pose estimation principle.
|
2017-12-17 21:38:22 +01:00 |
|
Jiri Horner
|
3dbf392d48
|
fix build with intrinsics enabled
* since #10231 opencv with instrumentation does not build
|
2017-12-17 20:23:15 +01:00 |
|
Dmitry Kurtaev
|
2b43d4f477
|
Fix default pooling layer type
|
2017-12-17 16:46:40 +03:00 |
|
Alexander Alekhin
|
cac4a7e5b5
|
OpenCV version++
OpenCV 3.4.0-rc
|
2017-12-16 01:30:43 +03:00 |
|
Alexander Alekhin
|
3fddce67c6
|
experimental version++
|
2017-12-16 01:30:36 +03:00 |
|
Alexander Alekhin
|
a5c04baec1
|
Merge pull request #10326 from alalek:cmake_fixes
|
2017-12-15 22:26:00 +00:00 |
|
Alexander Alekhin
|
361bb1197f
|
cmake: fix opencv_world build with contrib
|
2017-12-15 21:36:22 +00:00 |
|
Alexander Alekhin
|
0b33eb0929
|
cmake: fix ocv_target_compile_definitions() for world builds
fixes CUDA build
|
2017-12-15 23:30:53 +03:00 |
|
Alexander Alekhin
|
8ed1a274e1
|
cmake: fix missed include in libtiff
|
2017-12-15 23:28:09 +03:00 |
|
Alexander Alekhin
|
70e1b4ddf0
|
Merge pull request #10319 from catree:move_SimulatedAnnealingSolver_Impl_cpp
Move SimulatedAnnealingSolver::Impl in cpp file
|
2017-12-15 23:06:48 +03:00 |
|
Rostislav Vasilikhin
|
bab86d65cb
|
Merge pull request #10258 from savuor:fix/kmeans_channels
* kmeans: number of channels in _centers fixed
* fixedType() is checked now
|
2017-12-15 21:48:48 +03:00 |
|
Alexander Alekhin
|
aef3019152
|
ml: fix SimulatedAnnealingSolver interface
|
2017-12-15 21:44:32 +03:00 |
|
Alexander Alekhin
|
28b19d6e3e
|
Merge pull request #10313 from alalek:rename_fix
Fix file names
|
2017-12-15 21:40:22 +03:00 |
|
Alexander Alekhin
|
e728ffd5bf
|
Merge pull request #10320 from mshabunin:static-analysis-1
|
2017-12-15 16:53:34 +00:00 |
|