Vadim Pisarevsky
|
3f68d6d8a7
|
Merge pull request #10392 from terfendail:bitexact_fallback
|
2017-12-22 13:23:55 +00:00 |
|
Alexander Alekhin
|
83b8cd0152
|
Merge pull request #10375 from tomoaki0705:buildWarningMSVC
|
2017-12-22 13:17:12 +00:00 |
|
Alexander Alekhin
|
4e542a65a3
|
Merge pull request #10390 from alalek:ocl_option_buffer_rect
|
2017-12-22 12:52:56 +00:00 |
|
Maksim Shabunin
|
aa46e31c6d
|
Replaced incorrect CV_Assert calls with CV_Error
|
2017-12-22 15:20:13 +03:00 |
|
berak
|
ddbd074678
|
samples: check for valid input in gpu/super_resolution.cpp
|
2017-12-22 12:34:25 +01:00 |
|
Vitaly Tuzov
|
5fdb42a7c9
|
Added fallback to generic linear resize in case bit-exact resize of provided matrix isn't supported
|
2017-12-22 14:29:50 +03:00 |
|
Alexander Alekhin
|
6c252d8cdc
|
cmake: fix -fPIC/-fPIE handling in precompiled headers (PCH)
|
2017-12-22 13:57:06 +03:00 |
|
Vadim Pisarevsky
|
636b7ec0c4
|
Merge pull request #10386 from terfendail:resizeexact_c3
|
2017-12-22 10:54:49 +00:00 |
|
Alexander Alekhin
|
534645a12f
|
ocl: workaround option to disable usage of buffer "Rect" operations
|
2017-12-22 13:05:03 +03:00 |
|
Alexander Alekhin
|
09c84a0164
|
Merge pull request #10389 from wxzs5:yangli
|
2017-12-22 10:04:05 +00:00 |
|
elenagvo
|
cd1c8693d8
|
HAL for minMaxIdx
|
2017-12-22 12:56:52 +03:00 |
|
Vadim Pisarevsky
|
325cbd7c84
|
Merge pull request #10364 from dkurt:dnn_smooth_tf_data_layout
|
2017-12-22 09:56:45 +00:00 |
|
wxzs5
|
b19cd93738
|
Remove redundant return variable
|
2017-12-22 17:13:57 +08:00 |
|
Ce Zheng
|
602b08d9c7
|
Update resize inline comments
Reading through the implementation, I feel this line of comment is not consistent with the actually code, so this is for correcting it.
|
2017-12-22 16:03:12 +08:00 |
|
Vitaly Tuzov
|
019162486c
|
Disabled universal intrinsic based implementation for bit-exact resize of 3-channel images
|
2017-12-22 10:08:30 +03:00 |
|
Tomoaki Teshima
|
fe7b3f1228
|
clean up the code
* disable the warning in CMake, not int the code using pragma
|
2017-12-22 08:42:21 +09:00 |
|
Alexander Alekhin
|
1bc1f3d311
|
Merge pull request #10374 from tomoaki0705:removeGstreamerTest
|
2017-12-21 19:02:13 +00:00 |
|
Vadim Pisarevsky
|
a8a51db42b
|
Merge pull request #10316 from terfendail:bitexact_c234
|
2017-12-21 18:56:54 +00:00 |
|
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 |
|
Tomoaki Teshima
|
50d44e06e3
|
avoid the test which is too strict
* confirmed test failure on Jetson TX1 and TX2
* show the performance but not bit exact result
|
2017-12-22 00:14:10 +09: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 |
|
jasjuang
|
235889ddbb
|
handle legacy VTK functions
|
2017-12-21 01:33:25 -08:00 |
|
Dmitry Kurtaev
|
c67e75b68f
|
Refactor NMS procedure at RegionLayer
|
2017-12-21 12:21:45 +03: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 |
|
Vitaly Tuzov
|
b6fe4cc807
|
Added performance tests for linear resize of 2 and 3-channel images
|
2017-12-20 18:11:21 +03: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 |
|
Vitaly Tuzov
|
1eb2fa9efb
|
Added universal intrinsics based implementations for CV_8UC2, CV_8UC3, CV_8UC4 bit-exact resizes.
|
2017-12-20 17:17:10 +03:00 |
|
Dmitry Kurtaev
|
7e48fa58eb
|
Manage TensorFlow's NHWC data layout is smoother
|
2017-12-20 14:13:40 +03: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 |
|