Li Peng
85b1c4060c
support axis in concat layer ocl path
...
Signed-off-by: Li Peng <peng.li@intel.com>
7 years ago
Li Peng
07bec6bdcd
reshape layer ocl implementation
...
Signed-off-by: Li Peng <peng.li@intel.com>
7 years ago
berak
159ea22b6b
dnn: add a check for webcam properties in ssd_mobilenet sample
7 years ago
Alexander Alekhin
682bd2eedf
Merge pull request #10236 from alalek:ocl_skip_unstable_tests
7 years ago
Alexander Alekhin
d8a737b4b0
dnn: SSD performance test
7 years ago
Alexander Alekhin
af1ea1f7ac
build: fix iOS warnings with armv7s, switch precommit armv7 -> armv7s
7 years ago
Alexander Alekhin
3a8a73ef6c
ocl: skip unstable tests
...
during pre-commit testing
7 years ago
Vadim Pisarevsky
4781f0a337
Merge pull request #10024 from iago-suarez:bugfix-lsd-multiple-imgs-issue#10023
7 years ago
Vadim Pisarevsky
4b8275061e
Merge pull request #10058 from ElenaGvozdeva:eg/HAL
7 years ago
Vadim Pisarevsky
7933fff0dd
Merge pull request #10226 from vermashresth:bugfix
7 years ago
Vadim Pisarevsky
2c4d3d92c7
Merge pull request #10221 from dkurt:non_spatial_torch_layers
7 years ago
Alexander Alekhin
15b909e80b
ocl: add SPIR Program loading test
...
SPIR kernels are located in opencv_extra
7 years ago
Alexander Alekhin
a82d2363f4
ocl: refactor Program API
...
- don't store ProgramSource in compiled Programs (resolved problem with "source" buffers lifetime)
- completelly remove Program::read/write methods implementation:
- replaced with method to query RAW OpenCL binary without any "custom" data
- deprecate Program::getPrefix() methods
7 years ago
Alexander Alekhin
13c4a02157
ocl: low-level API to support OpenCL binary programs
7 years ago
Alexander Alekhin
0042bacd88
Merge pull request #10207 from cabelo:cabelo-opencv
...
Repair: incorrect display of class in DNN
7 years ago
Shresth Verma
ffe49bdebe
fixed createsamples info message
7 years ago
Alexander Alekhin
4d721e368a
Merge pull request #10218 from catree:fix_cuda_integral
7 years ago
Li Peng
7b7033ac60
permute layer ocl implementation
...
Signed-off-by: Li Peng <peng.li@intel.com>
7 years ago
Alexander Alekhin
552c3ba869
Merge pull request #10230 from vpisarev:macos_detect_lapack
7 years ago
Juha Reunanen
5b41599911
Fix pointPolygonTest for large coordinate values ( #10222 )
...
* Add test that fails
* Fix integer pointPolygonTest for large coordinate values
* Review fixes:
- change type from long long to int64
- move test code to test_contours.cpp, and make it C++98 compliant
* Hopefully fix compiler error by using push_back instead of emplace_back
7 years ago
Vadim Pisarevsky
b833d512ec
fixed native Lapack detection script on Mac/iOS (where native Lapack is a part of Accelerate framework)
7 years ago
Vadim Pisarevsky
5ce38e516e
Merge pull request #10223 from vpisarev:ocl_mac_fixes
...
* fixed OpenCL functions on Mac, so that the tests pass
* fixed compile warnings; temporarily disabled OCL branch of TV L1 optical flow on mac
* fixed other few warnings on macos
7 years ago
woody.chow
611cf8d86f
Use Eigen::SelfAdjointEigenSolver in cv::eigen
7 years ago
alessandro faria
df5ec54fb8
Repair: incorrect display of class name
7 years ago
Alexander Alekhin
a3ec2ac3c5
Merge pull request #10176 from sturkmen72:update_train_hog
7 years ago
Vadim Pisarevsky
69830b1851
Merge pull request #10216 from dkurt:dnn_face_detector_extra_paddings
7 years ago
Dmitry Kurtaev
bbbec300a6
nn.BatchNormalization and nn.Dropout layers from Torch
7 years ago
catree
6d06fcb414
Fix CUDA integral.
7 years ago
Suleyman TURKMEN
2aa380752c
Update train_HOG.cpp
7 years ago
Dmitry Kurtaev
03850008b9
Extra paddings for face detector layers
7 years ago
Alexander Alekhin
fc9e031454
Merge pull request #10212 from alalek:ocl_cache_with_address_bits
7 years ago
Alexander Alekhin
74d321d901
Merge pull request #10199 from alalek:fix_calib3d_fisheye_rectify_test
7 years ago
elenagvo
7bfb38055c
remove matrix release
7 years ago
elenagvo
81519537ae
fix the parameters order
7 years ago
elenagvo
0f12351a41
fix accelerators order
7 years ago
elenagvo
7aadbc9607
remove complex data structs
7 years ago
elenagvo
ce65975625
call HAL for GaussianBlur is fixed
7 years ago
elenagvo
a25c443d1f
add perf test for boxFilter CV8U to CV16U
7 years ago
elenagvo
c2c7333107
add hal for GaussianBlur
7 years ago
elenagvo
cb9e110adb
add HAL for BoxFilter
7 years ago
Alexander Alekhin
0595ab3eef
ocl: fix usage of invalid OpenCL cache on mixed 64/32-bit platforms
...
Observed during launch of 32/64-bit applications on Windows.
Added '32-bit' prefix for 32-bit OpenCL devices. No prefix on 64-bit configurations.
7 years ago
Maksim Shabunin
800294ad4b
Merge pull request #10060 from allnes:videoio_tests_backend
7 years ago
Alexander Alekhin
ac58405a71
calib3d: fix fisheye stereoRectify test
...
- don't write into testdata directory
- check matrices instead of result images
7 years ago
Alexander Alekhin
9bf6ec6fe1
Revert "Adapted estimateNewCameraMatrix to make it work with pincushion-like distortion."
...
This reverts commit 5384a2205a
.
7 years ago
Vadim Pisarevsky
7ae19467b5
Merge pull request #10171 from ElenaGvozdeva:Threshold
7 years ago
Vadim Pisarevsky
fe95d5a720
Merge pull request #10200 from alalek:cmake_fix_dependencies
7 years ago
Alexander Alekhin
0105518422
Merge pull request #10190 from seiko2plus:issue10189
7 years ago
Alexander Alekhin
22c0bb7dc9
cmake: fix WITH_VTK usage
...
'WITH_' variables is intended to enable CMake scripts with some autodetection logic.
'WITH_' can be off, but components is really enabled via command-line options
with proper variables setup (including 'HAVE_').
7 years ago
Alexander Alekhin
b19f81b35b
cmake: update BUILD_DOCS / ENABLE_PYLINT options, add BUILD_JAVA
7 years ago
Alexander Alekhin
28717d0437
cmake: don't try to detect Python libraries for iOS builds
...
Python executable is not used to generate code for iOS builds
7 years ago