- 29 Apr, 2019 1 commit
-
-
Maksim Shabunin authored
-
- 13 Mar, 2019 10 commits
-
-
Alexander Alekhin authored
-
Richard Veale authored
* 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...
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
rpici authored
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.
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Namgoo Lee authored
-
- 12 Mar, 2019 6 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Josh Veitch-Michaelis authored
-
Alexander Alekhin authored
-
LaurentBerger authored
-
- 11 Mar, 2019 15 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Dmitry Kurtaev authored
-
- 09 Mar, 2019 2 commits
-
-
Giles Payne authored
* 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
-
Rajkiran Natarajan authored
-
- 08 Mar, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 07 Mar, 2019 5 commits
-
-
Adrian Renner authored
* 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
-
Alexander Alekhin authored
-
Alexander Alekhin authored
Lab/XYZ modes have been postponed (color_lab.cpp): - need to split code for tables initialization and for pixels processing first - no significant performance improvements for switching between SSE42 / AVX2 code generation
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-