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 |
jasjuang
|
235889ddbb
|
handle legacy VTK functions
|
7 years ago |
Dmitry Kurtaev
|
c67e75b68f
|
Refactor NMS procedure at RegionLayer
|
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 |
Vitaly Tuzov
|
b6fe4cc807
|
Added performance tests for linear resize of 2 and 3-channel images
|
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 |
Dmitry Kurtaev
|
2b43d4f477
|
Fix default pooling layer type
|
7 years ago |
Alexander Alekhin
|
cac4a7e5b5
|
OpenCV version++
OpenCV 3.4.0-rc
|
7 years ago |
Alexander Alekhin
|
3fddce67c6
|
experimental version++
|
7 years ago |
Alexander Alekhin
|
a5c04baec1
|
Merge pull request #10326 from alalek:cmake_fixes
|
7 years ago |
Alexander Alekhin
|
361bb1197f
|
cmake: fix opencv_world build with contrib
|
7 years ago |
Alexander Alekhin
|
0b33eb0929
|
cmake: fix ocv_target_compile_definitions() for world builds
fixes CUDA build
|
7 years ago |
Alexander Alekhin
|
8ed1a274e1
|
cmake: fix missed include in libtiff
|
7 years ago |
Alexander Alekhin
|
70e1b4ddf0
|
Merge pull request #10319 from catree:move_SimulatedAnnealingSolver_Impl_cpp
Move SimulatedAnnealingSolver::Impl in cpp file
|
7 years ago |