Alexander Alekhin
|
4e542a65a3
|
Merge pull request #10390 from alalek:ocl_option_buffer_rect
|
7 years ago |
Vadim Pisarevsky
|
636b7ec0c4
|
Merge pull request #10386 from terfendail:resizeexact_c3
|
7 years ago |
Alexander Alekhin
|
534645a12f
|
ocl: workaround option to disable usage of buffer "Rect" operations
|
7 years ago |
Alexander Alekhin
|
09c84a0164
|
Merge pull request #10389 from wxzs5:yangli
|
7 years ago |
Vadim Pisarevsky
|
325cbd7c84
|
Merge pull request #10364 from dkurt:dnn_smooth_tf_data_layout
|
7 years ago |
wxzs5
|
b19cd93738
|
Remove redundant return variable
|
7 years ago |
Vitaly Tuzov
|
019162486c
|
Disabled universal intrinsic based implementation for bit-exact resize of 3-channel images
|
7 years ago |
Alexander Alekhin
|
1bc1f3d311
|
Merge pull request #10374 from tomoaki0705:removeGstreamerTest
|
7 years ago |
Vadim Pisarevsky
|
a8a51db42b
|
Merge pull request #10316 from terfendail:bitexact_c234
|
7 years ago |
Vadim Pisarevsky
|
70d49446e9
|
Merge pull request #10369 from alalek:issue_10351
|
7 years ago |
Alexander Alekhin
|
a2620f72c7
|
Merge pull request #10370 from pengli:dnn
|
7 years ago |
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
|
7 years ago |
Li Peng
|
c5fc8e03ff
|
cleanup unnecessary macros in convolution ocl kernel
Signed-off-by: Li Peng <peng.li@intel.com>
|
7 years ago |
Li Peng
|
0aa5e43a14
|
refactor candidate generation of convolution auto-tuning
Signed-off-by: Li Peng <peng.li@intel.com>
|
7 years ago |
Vadim Pisarevsky
|
047ad4ff71
|
Merge pull request #10366 from alalek:ocl_fix_cvtcolor_read
|
7 years ago |
Vadim Pisarevsky
|
ae8bb718cd
|
Merge pull request #10340 from alalek:log_level_option
|
7 years ago |
Alexander Alekhin
|
7bbe1a53cf
|
imgcodecs(pxm): fix memcpy size
|
7 years ago |
Vadim Pisarevsky
|
eecb64a973
|
Merge pull request #10331 from arrybn:python_dnn_net
|
7 years ago |
Vadim Pisarevsky
|
e72a053cca
|
Merge pull request #10354 from catree:add_python_sample_show_extrinsics
|
7 years ago |
LaurentBerger
|
e43997dbb5
|
Calcerror uses now weighted samples (#10346)
* Calcerror uses now sample weights
* catree comment in #10319
|
7 years ago |
Alexander Alekhin
|
813ff37967
|
imgproc(ocl): fix RGB2RGBA kernel out of range access
|
7 years ago |
Vadim Pisarevsky
|
b8a24b36ce
|
Merge pull request #10356 from dkurt:dnn_rfcn
|
7 years ago |
Vadim Pisarevsky
|
d2f13a8259
|
Merge pull request #10360 from sturkmen72:update_links
|
7 years ago |
Vadim Pisarevsky
|
94d84c5fad
|
Merge pull request #10358 from catree:add_tutorial_homography_panorama_stitching
|
7 years ago |
Vitaly Tuzov
|
1eb2fa9efb
|
Added universal intrinsics based implementations for CV_8UC2, CV_8UC3, CV_8UC4 bit-exact resizes.
|
7 years ago |
Dmitry Kurtaev
|
7e48fa58eb
|
Manage TensorFlow's NHWC data layout is smoother
|
7 years ago |
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).
|
7 years ago |
Dmitry Kurtaev
|
0ed2cbc931
|
R-FCN models support
|
7 years ago |
Suleyman TURKMEN
|
1ff33e6e4d
|
Update links
|
7 years ago |
Alexander Alekhin
|
b450811e4b
|
core(logger): add log level configuration option
|
7 years ago |
catree
|
87160cb297
|
Add Demo 5: Basic panorama stitching from a rotating camera in the homography tutorial.
|
7 years ago |
Alexander Alekhin
|
dcdd6af5a8
|
Merge pull request #10341 from pengli:dnn
|
7 years ago |
Alexander Alekhin
|
badc3bd312
|
Merge pull request #10348 from ElenaGvozdeva:Canny_HAL
|
7 years ago |
Vadim Pisarevsky
|
b1ed8bc0d1
|
Merge pull request #10347 from dkurt:dnn_remove_deprecated_importer
|
7 years ago |
Li Peng
|
3b84acfc48
|
add ocl accuracy test for tf mobilenet ssd
Signed-off-by: Li Peng <peng.li@intel.com>
|
7 years ago |
Li Peng
|
436d7e4eaf
|
add depthwise convolution kernel
Signed-off-by: Li Peng <peng.li@intel.com>
|
7 years ago |
Li Peng
|
910d7dab1f
|
prior box layer ocl implementation
Signed-off-by: Li Peng <peng.li@intel.com>
|
7 years ago |
elenagvo
|
b0e9d76ced
|
HAL for canny
|
7 years ago |
Alexander Alekhin
|
05b259fe2e
|
Merge pull request #10344 from tomoaki0705:fixBuildLibtiff
|
7 years ago |
Dmitry Kurtaev
|
6aabd6cc7a
|
Remove cv::dnn::Importer
|
7 years ago |
Alexander Rybnikov
|
19c914db51
|
Changed wrapping mode for cv::dnn::Net::forward
|
7 years ago |
Tomoaki Teshima
|
c057d29192
|
fix compilation error on Visual Studio 2013 and earlier
- fix compilation error about "inline"
- fix linker error about "_TIFF_snprintf_f"
|
7 years ago |
Vadim Pisarevsky
|
e29de5dd2b
|
Merge pull request #10343 from tomoaki0705:suppressWarningEncoding
|
7 years ago |
Suleyman TURKMEN
|
1654dfe3a9
|
Update samples (#10333)
* Update samples
* Update calib3d.hpp
* Update calib3d.hpp
* Update calib3d.hpp
* Update calib3d.hpp
|
7 years ago |
Vadim Pisarevsky
|
d3a124c820
|
Merge pull request #10339 from catree:add_doc_solvepnp_figure_desc
|
7 years ago |
Vadim Pisarevsky
|
86cc4f3aa4
|
Merge pull request #10337 from dkurt:fix_pooling_layer
|
7 years ago |
Alexander Alekhin
|
9de87d96cc
|
Merge pull request #10338 from hrnr:fix-build
|
7 years ago |
Tomoaki Teshima
|
65f502bc99
|
suppress warning on Visual Studio
* remove non ASCII character from the comment
|
7 years ago |
catree
|
fcb537bacd
|
Add a figure and some formulas to illustrate the PnP pose estimation principle.
|
7 years ago |
Jiri Horner
|
3dbf392d48
|
fix build with intrinsics enabled
* since #10231 opencv with instrumentation does not build
|
7 years ago |