Alexander Alekhin
8a3a75cc16
Merge pull request #9882 from pengli:ocl4dnn
7 years ago
Alexander Alekhin
e89ae986fa
Merge pull request #10053 from terfendail:intersectconvex_fix
7 years ago
Li Peng
8f99083726
Add new layer forward interface
...
Add layer forward interface with InputArrayOfArrays and
OutputArrayOfArrays parameters, it allows UMat buffer to be
processed and transferred in the layers.
Signed-off-by: Li Peng <peng.li@intel.com>
7 years ago
Alexander Alekhin
51cef2651e
Merge pull request #10048 from alalek:fix_macos_pkg_config
7 years ago
Vitaly Tuzov
0205238dca
Fix for intersectConvexConvex nested contours check
7 years ago
Fakabbir Amin
a0c658b012
Merge pull request #9979 from fakabbir:ImproveDoc
...
* Improve Documentation
Fixes Spelling Mistakes.
7 years ago
Alexander Alekhin
22dfc1daf1
Merge pull request #10051 from sturkmen72:upd_grfmt_gdal_cpp
7 years ago
Suleyman TURKMEN
e51a8e047c
update grfmt_gdal.cpp
7 years ago
Alexander Alekhin
0a7c60b439
Merge pull request #10047 from meganetaaan:master
...
Fix sample code in js_tutorials
7 years ago
Alexander Alekhin
a0e1def83b
cmake: fix pkg-config generation for MacOSX
7 years ago
Shinya Ishikawa
2fc1edfc96
Fix sample code in js_tutorials
7 years ago
Alexander Alekhin
3921fab285
Merge pull request #10037 from alalek:update_gitignore
...
git: .gitignore update
7 years ago
Alexander Alekhin
48ed769b18
Merge pull request #10036 from alalek:fix_ocl4dnn_invalid_kernel
7 years ago
Alexander Alekhin
bffe254a81
Merge pull request #10003 from sturkmen72:documentation_updates
7 years ago
Suleyman TURKMEN
63fb79b519
updates documentation and samples
7 years ago
Alexander Alekhin
c51567ae45
git: .gitignore update
...
ignore all "dot" files/directories by default.
'ignored' files can be added via 'git add -f' command if necessary.
7 years ago
Alexander Alekhin
97181a90ba
dnn(ocl4dnn/conv): bailout on missing kernel configuration
7 years ago
Alexander Alekhin
981009ac1f
Merge pull request #9999 from mshabunin:fix-gcc72-warnings
7 years ago
Alexander Alekhin
96aebbe7f9
Merge pull request #9970 from mshabunin:media-sdk-convert
7 years ago
Alexander Alekhin
ed71f62181
Merge pull request #10002 from alalek:cmake_ios_disable_ipp
7 years ago
Alexander Alekhin
888d0cda40
Merge pull request #10001 from alalek:cmake_exclude_java_from_cpp_modules
7 years ago
Alexander Alekhin
4085bbf758
Merge pull request #10025 from Mixaill:msvs-2017u5
7 years ago
Alexander Alekhin
49f214b275
Merge pull request #10031 from meganetaaan:doc-typo-js
...
Fix typo in js_tutorials
7 years ago
Alexander Alekhin
8e21f808be
cmake: allow custom OpenCV_ARCH / OpenCV_RUNTIME values
7 years ago
Alexander Alekhin
ac22d3c817
cmake: MSVC_VERSION use pattern matching
7 years ago
Shinya Ishikawa
afa633b7bc
Fix typo in js_tutorials
7 years ago
Mikhail Paulyshka
62737c777c
cmake: add support for MSVS 2017 update 5
7 years ago
Cartucho
7267e94be7
Merge pull request #9736 from Cartucho/const_and_class_to_json
...
* Adding constants to json file
* adding sub-module to constants name
* adding namespace to functions
* adding namespace to classes
* remove namespace from methods
* static methods
* python signatures generation
* python: more fixes for signatures generation
Python names existence can be checked via command:
python -c "import cv2 as cv; print(repr(<py_name>))"
7 years ago
Maksim Shabunin
184daa155f
Fixed minor issues reported by GCC 7.2
7 years ago
Alexander Alekhin
d7a1d2230f
Merge pull request #9988 from alalek:ocl_verbose_api_errors
7 years ago
Alexander Alekhin
9c4f0a984f
ocl: drop CV_OclDbgAssert
7 years ago
Alexander Alekhin
8fb48c09f7
ocl: improve debug information
7 years ago
Alexander Alekhin
6e4f9433d0
Merge pull request #9998 from alalek:ocl_fix_dnn_softmax_9991
7 years ago
Alexander Alekhin
c624967049
Merge pull request #10007 from alalek:videoio_gst_mjpeg_fix
7 years ago
Alexander Alekhin
b1b2528e50
videoio: improve condition for MJPEG gstreamer sink
7 years ago
Alexander Alekhin
1bd865120c
cmake: disable IPP on iOS
...
IPP is used on iPhoneSimulator only.
7 years ago
Alexander Alekhin
bacc96f4e8
dnn(ocl): fix softmax global/local size consistency
7 years ago
Alexander Alekhin
cc3f9323bb
cmake: exclude opencv_java (JNI) from OpenCV C++ modules list
...
for non-ANDROID platforms
7 years ago
Alexander Alekhin
f9ac1665b6
Merge pull request #9983 from dkurt:fix_halide_copy_to_device
7 years ago
Alexander Alekhin
942672ad91
Merge pull request #9995 from alalek:ocl_fix_moments_9990
7 years ago
Alexander Alekhin
9cceccd645
Merge pull request #9993 from alalek:ocl_fix_gemm_9989
7 years ago
Alexander Alekhin
47ae5197a9
test: extract OpenCL Moments tests, drop 'coi' parameter
7 years ago
Alexander Alekhin
c9c759f700
ocl: fix moments global_size (should be >= local_size)
7 years ago
Alexander Alekhin
7db612a545
core(ocl): fix parameters for 'intelblas_gemm_buffer_NT' kernel
7 years ago
Alexander Alekhin
18a4ced07a
Merge tag '3.3.1-cvsdk'
7 years ago
Maksim Shabunin
0c79f4a00f
MediaSDK: fixed Linux build, improved BGR<->NV12 conversions
7 years ago
Vadim Pisarevsky
cc626a3b5a
Merge pull request #9627 from dtmoodie:pyrlk_bugfix
7 years ago
Dmitry Kurtaev
14af2a0c0c
Fixed Halide's copy_to_device invocation
7 years ago
Vadim Pisarevsky
bc348eb8ab
Merge pull request #9963 from dkurt:fix_caffe_shrinker
7 years ago
Alexander Alekhin
6e4dacc0b3
Merge pull request #9971 from csukuangfj:fix-doc
7 years ago