- 06 Nov, 2018 1 commit
-
-
berak authored
-
- 01 Nov, 2018 1 commit
-
-
berak authored
-
- 25 Oct, 2018 1 commit
-
-
Dmitry Kurtaev authored
-
- 29 Sep, 2018 1 commit
-
-
soonbro authored
'mFramesCouner' -> 'mFramesCounter'
-
- 07 Sep, 2018 1 commit
-
-
Hamdi Sahloul authored
-
- 06 Sep, 2018 1 commit
-
-
Dmitry Kurtaev authored
* Remove a forward method in dnn::Layer * Add a test * Fix tests * Mark multiple dnn::Layer::finalize methods as deprecated * Replace back dnn's inputBlobs to vector of pointers * Remove Layer::forward_fallback from CV_OCL_RUN scopes
-
- 30 Aug, 2018 1 commit
-
-
berak authored
-
- 17 Jul, 2018 1 commit
-
-
Dmitry Kurtaev authored
* Add Java overloads for each default argument * Add "fisheye_" prefix for cv::fisheye:: functions and enums
-
- 03 May, 2018 1 commit
-
-
cclauss authored
-
- 05 Apr, 2018 1 commit
-
-
Alexander Alekhin authored
- properly detect Android SDK support of Ant/Gradle projects - divide processing of And/Gradle based projects
-
- 27 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
- Recommended compiler checks: - GCC: CV_GCC - Clang: CV_CLANG - fixed problem with CMAKE_CXX_COMPILER_ID=Clang/AppleClang mess on MacOSX Details: cmake --help-policy CMP0025 - do not declare Clang as GCC compiler
-
- 28 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
- missing 'module' - fixed '\r\n' EOL handling (blocked by '$' regex)
-
- 20 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
about BYPRODUCTS bin/opencv-340.jar
-
- 19 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
For using 'OpenCV for Android SDK' with Android Studio projects.
-
- 17 Feb, 2018 1 commit
-
-
Florian Echtler authored
* add (untested) JavaCamera2View class * initial fixes * minor cleanup * exclude JavaCamera2View from build for older SDK version * fix method name typo * add asserts + sanity checks * fix preview format checks * fix the memory leak * export cvtTwoPlaneYUVtoBGR for Java usage * add handling for two-plane YUV frames (C wrapper still missing) * add two-plane cvtColor helper function * fix warnings * actually use the new cvtColorTwoPlane helper func * fix wrong output matrix size * fix wrong conversion type * simplify method signature, add error condition * minor fixes to Mat types * remove leftover semaphore from camera api 1 * android: JavaCamera2View minor refactoring - re-apply Java code style - imports cleanup - dump exceptions information * android: JavaCamera2View: pause/resume fixes * android: JavaCamera2View: fix mScale
-
- 13 Feb, 2018 1 commit
-
-
luz.paz authored
Found via `codespell`
-
- 18 Jan, 2018 1 commit
-
-
Maksim Shabunin authored
Documentation generation refactoring (#10621) * Documentation build updates: - disable documentation by default, do not add to ALL target - combine Doxygen and Javadoc - optimize Doxygen html * javadoc: fix path in build directory * cmake: fix "Documentation" status line
-
- 13 Jan, 2018 5 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
- fix imports override. Problem is observed with BoostDesc. - add Ptr<> handling (constructor is protected from other packages). Observed in ximgproc: Ptr<StereoMatcher> createRightMatcher(Ptr<StereoMatcher> matcher_left)" where, "StereoMather" is from another package (calib3d)
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 12 Jan, 2018 2 commits
-
-
Alexander Alekhin authored
intermediate commit (to simplify code review)
-
SarenT authored
Adding capability to parse subsections of a byte array in Java bindings (#10489) * Adding capability to parse subsections of a byte array in Java bindings. (Because Java lacks pointers. Therefore, reading images within a subsection of a byte array is impossible by Java's nature and limitations. Because of this, many IO functions in Java require additional parameters offset and length to define, which section of an array to be read.) * Corrected according to the review. Previous interfaces were restored, instead internal interfaces were modified to provide subsampling of java byte arrays. * Adding tests and test related files. * Adding missing files for the test. * Simplified the test * Check was corrected according to discussion. An OutOfRangeException will be thrown instead of returning. * java: update MatOfByte implementation checks / tests
-
- 08 Jan, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 07 Jan, 2018 1 commit
-
-
Moshe authored
Bitwise "and false" is always false.
-
- 15 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
OpenCV 3.4.0-rc
-
- 07 Dec, 2017 1 commit
-
-
Pavel Rojtberg authored
-
- 16 Nov, 2017 1 commit
-
-
Jcrist99 authored
Support @deprecated tag in java wrappers (#9698)
-
- 10 Nov, 2017 1 commit
-
-
Florian Echtler authored
Add Android Mat constructor with support for native buffer (#10050)
-
- 02 Nov, 2017 1 commit
-
-
Alexander Alekhin authored
for non-ANDROID platforms
-
- 18 Sep, 2017 1 commit
-
-
Dmitry Kurtaev authored
-
- 31 Aug, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 23 Aug, 2017 1 commit
-
-
Aleksandr Rybnikov authored
-
- 19 Aug, 2017 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 09 Aug, 2017 1 commit
-
-
John Hany authored
-
- 19 Jul, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 02 Jul, 2017 1 commit
-
-
abratchik authored
-
- 22 Jun, 2017 1 commit
-
-
likan999 authored
Previous commit, 6f39f9a6, tries to fix the color issue for emulator. But the condition for detecting emulator is incomplete, e.g. it stops working for emulators using Google Play, whose Build.BRAND=="google". https://stackoverflow.com/a/21505193 shows a more accurate condition for this.
-