- 09 Mar, 2019 1 commit
-
-
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
-
- 06 Nov, 2018 1 commit
-
-
berak authored
-
- 13 Jan, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 12 Jan, 2018 1 commit
-
-
Alexander Alekhin authored
intermediate commit (to simplify code review)
-
- 06 Dec, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 23 Nov, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 02 Mar, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 19 Sep, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 11 Sep, 2014 1 commit
-
-
Maksim Shabunin authored
- fixed lena.png extension - fixed getTextSize wrapper - added junit html report generation
-
- 08 Sep, 2014 1 commit
-
-
Maksim Shabunin authored
- disabled xfeature2d dependency for java wrappers - fixed java wrappers build after cmake rerun - disabled opencv_ml tests temporarily - fixed Imgproc usage in java tests
-
- 14 Jul, 2014 1 commit
-
-
vbystricky authored
-
- 16 Oct, 2013 1 commit
-
-
Roman Donchenko authored
Previously, run.py would assume that the opencv_java library is in the same directory as the tests, which is only true on Windows. The library path depends on the build configuration, which may not be known until the actual build (e.g. with the Visual Studio generators), so it can't be stored in the CMake cache for run.py to read. I didn't want to hardcode into run.py where the library is on each platform, either. So that's why I used the current scheme with the properties file. It also makes running the tests without run.py a little easier.
-
- 15 Oct, 2013 1 commit
-
-
Roman Donchenko authored
We don't use it, anyway.
-
- 13 Aug, 2013 1 commit
-
-
Andrey Pavlenko authored
-
- 26 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 25 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 23 Jan, 2013 3 commits
-
-
Andrey Kamaev authored
Introduced new Java API void org.opencv.core.Core.setErrorVerbosity(boolean verbose) used to suppress output to stderr from OpenCV's asserts
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 22 Jan, 2013 1 commit
-
-
Andrey Kamaev authored
-