Alexander Alekhin
c6fb99357c
Merge pull request #10057 from LaurentBerger:ParaCalcError
7 years ago
Pavel Rojtberg
7190028b23
FileStorage: use copydoc to add base64 info to constructor
7 years ago
Alexander Alekhin
bafdc44d37
Merge pull request #10061 from Sahloul:dnn_torch_fix
7 years ago
Alexander Alekhin
1af16afb89
Merge pull request #10062 from alalek:gtest_show_params
7 years ago
LaurentBerger
b9cf65e905
Parallel version of calcError in statmodel
7 years ago
Alexander Alekhin
8a3a75cc16
Merge pull request #9882 from pengli:ocl4dnn
7 years ago
Alexander Alekhin
fbe18e80f6
ts: dump test parameters value
7 years ago
Hamdi Sahloul
06bda58a2c
DNN Torch - workaround when torch importer is disabled
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
Iago Suárez
42d942e19c
Clearing data into the detect method of the class cv::LineSegmentDetectorImpl
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
Dmitry Kurtaev
20a2dc6ac5
Fix multiple inputs models from Caffe.
...
Fixed Concat optimization.
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
Andrey Smorodov
c964aa3333
Matrices in colorizeSegmentation were not initialized.
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