Alexander Alekhin
1ed47900d8
Merge pull request #14048 from alalek:issue_13522
6 years ago
Alexander Alekhin
bd1fd59fc1
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
1fa3d21f6a
android: don't install java/build.gradle
6 years ago
Alexander Alekhin
de8eda5fdf
Merge pull request #13655 from sturkmen72:update_doc_photo
6 years ago
Richard Veale
8158e5b7a0
Merge pull request #13695 from flyingfalling:3.4
...
* Fixed bug that made cuda::filter give corrupted output when different filters called in different threads. This was due to use of global texture variable shared by all filters.
* REV: fixed tab issue for opencv coding style...
6 years ago
Alexander Alekhin
f4b6ae46d1
Merge pull request #14045 from rpici:fix_bug_in_test_tiff
6 years ago
Alexander Alekhin
cdf6e460e8
Merge pull request #14021 from dkurt:init_opencv_wasm
6 years ago
Alexander Alekhin
be1ae9d4a6
Merge pull request #14046 from alalek:fix_static_analysis_issues_3.4
6 years ago
Alexander Alekhin
3f42122387
Merge pull request #14043 from alalek:revert_13843
6 years ago
rpici
9cca066ee8
Fix bug in test_tiff.cpp
...
The big endian data in the tiff_sample_data array was never being tested. This could be observed by e.g. changing the 9th byte in the big endian data from 0xde to something that should fail the test, e.g. 0xdd, and the test would still pass even though it should fail.
6 years ago
Alexander Alekhin
8c8715c4dd
fix static analysis issues
6 years ago
Alexander Alekhin
915c3fd7fa
Merge pull request #14041 from nglee:dev_cudaarithmLUTPtr
6 years ago
Alexander Alekhin
f73b4f4a26
imgproc: revert #13843
...
This reverts commit 00e8c7810f
6 years ago
Namgoo Lee
a54affeb8d
Move Ptr-related code from lut.cu to lut.cpp
6 years ago
Dmitry Kurtaev
18ab85efc2
Backport commits from
...
https://github.com/opencv/opencv/pull/12601
https://github.com/opencv/opencv/pull/12622
6 years ago
Alexander Alekhin
bd1342c164
Merge pull request #14029 from LaurentBerger:creategrid
6 years ago
Alexander Alekhin
ea9a17ebc2
Merge pull request #14036 from jveitchmichaelis:Y16_v4l_fix
6 years ago
Alexander Alekhin
61eb1a6848
Merge pull request #14038 from alalek:update_version_3.4.6-pre
6 years ago
Alexander Alekhin
a534af68b8
Merge pull request #14037 from alalek:update_version_4.1.0-pre
6 years ago
Josh Veitch-Michaelis
2143f7cee1
release frame after disabling convert rgb
6 years ago
Alexander Alekhin
80e5642ca2
pre: OpenCV 3.4.6 (version++)
6 years ago
Alexander Alekhin
6e2ede8c56
pre: OpenCV 4.1.0 (version++)
6 years ago
LaurentBerger
af0a83f0b3
Tutorial create pattern grid for calibration using gen_pattern.py
6 years ago
Alexander Alekhin
8c0b0714e7
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
f3074fd559
Merge pull request #14013 from alalek:imgproc_dispatch_filter
6 years ago
Giles Payne
55f02d8c66
Merge pull request #14011 from komakai:debug-build
...
* Add Android SDK debug build flag
* Change LOG_TAG define for consistency with other modules
6 years ago
Alexander Alekhin
2c07c6718f
imgproc: dispatch morph
6 years ago
Alexander Alekhin
5a01227aa1
imgproc: dispatch box_filter
6 years ago
Alexander Alekhin
ce3c92eb1f
imgproc: dispatch bilateral_filter
6 years ago
Alexander Alekhin
b99c9145bf
imgproc: dispatch smooth
6 years ago
Alexander Alekhin
6ec08f268f
imgproc: dispatch medianBlur
6 years ago
Alexander Alekhin
8546ac3ce6
imgproc: get rid of filter.avx2.cpp
6 years ago
Alexander Alekhin
9a8dbfd57f
imgproc: dispatch filter.cpp
6 years ago
Alexander Alekhin
756a98a395
imgproc: keep history of filters files
6 years ago
Alexander Alekhin
9dc7554089
imgproc: copy .dispatch.cpp
6 years ago
Alexander Alekhin
6eac8f78b9
imgproc: copy .simd.hpp
6 years ago
Alexander Alekhin
98e2bb8721
Merge pull request #14022 from alalek:core_fix_neon_intrinsics
6 years ago
Alexander Alekhin
842c58a7d6
core(intrin): NEON v_load_expand_q() support unaligned addr
6 years ago
Alexander Alekhin
7a2dca5947
Merge pull request #14015 from saskatchewancatch:issue-13921
6 years ago
Alexander Alekhin
49093d6d38
Merge pull request #13847 from ghellwig:jpeg2000-compression-flag
6 years ago
Dmitry Kurtaev
110e80f0ee
Add onRuntimeInitialized for opencv.js
6 years ago
Gregor Mittag
d71977b4dd
Add JPEG2000 compression flag.
6 years ago
Giles Payne
11dbd86aa3
Merge pull request #13956 from komakai:java-mat-class-improvements
...
* Expose more C++ functionality in the Java wrapper of the Mat class
In particular expose methods for handling Mat with more than 2 dimensions
* add constructors taking an array of dimension sizes
* add constructor taking an existing Mat and an array of Ranges
* add override of the create method taking an array of dimension sizes
* add overrides of the ones and zeros methods taking an array of dimension sizes
* add override of the submat method taking an array of ranges
* add overrides of put and get taking arrays of indices
* add wrapper for copySize method
* fix crash in the JNI wrapper of the reshape(int cn, int[] newshape) method
* add test for each method added to Mat.java
* Fix broken test
6 years ago
Rajkiran Natarajan
40af53b1d6
issue-13921: Support setting compression setting for writing tiff images
6 years ago
Alexander Alekhin
7e8cc580c9
Merge pull request #13997 from alalek:imgproc_dispatch_cvtcolor
6 years ago
Alexander Alekhin
a1ef612662
Merge pull request #14000 from nglee:dev_FixCuda101BuildIssueMaster
6 years ago
Adrian Renner
442fdfd4b2
Merge pull request #13999 from addyi:fixAndroidLintingErrors
...
* fix android lint error in BaseLoaderCallback (LongLogTag)
Lint Error that was causde by the to long TAG:
BaseLoaderCallback.java:31:
Error: The logging tag can be at most 23 characters,
was 31 (OpenCVLoader/BaseLoaderCallback) [LongLogTag]
Log.e(TAG, "Package installation failed!");
* add requested "OCV" prefix for android logging
6 years ago
Alexander Alekhin
922cd208f7
Merge pull request #13875 from allnes:optimization_fuse
6 years ago
Alexander Alekhin
4f9a99141e
Merge pull request #13937 from smirnov-alexey:gapi_change_standalone_cmake
6 years ago
Namgoo Lee
713d91b04e
CUDA 10.1 Build Issue Fix on Master Branch
6 years ago