- 16 Jan, 2018 9 commits
-
-
Fangjun Kuang authored
-
Alexander Alekhin authored
-
Woody Chow authored
Propagate calculated Gaussian kernel size(ref). Otherwise, ipp_GaussianBlur will fail if user doesn't specify a kernel size. (#10579)
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-
- 15 Jan, 2018 7 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
oqtvs authored
-
oqtvs authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
woody.chow authored
-
- 14 Jan, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 13 Jan, 2018 10 commits
-
-
Dmitry Kurtaev authored
-
Dmitry Kurtaev authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
- fix Javadoc: - generate Javadoc after gather step to process all Java files (including Android 21) - generate into 'OpenCV-android-sdk' directly without additional copy step - use smart copy/move utility functions ('shutil' doesn't well with existed destination) - by default move files to reduce pressure on storage I/O (> 800Mb)
-
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 7 commits
-
-
Alexander Alekhin authored
intermediate commit (to simplify code review)
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
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
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 11 Jan, 2018 4 commits
-
-
Alexander Alekhin authored
-
Stanislaw Halik authored
v2: fix stray trailing whitespace v3: only allow for up to one property window at the time Opening multiple windows in the same process will just confuse the camera filter or outright crash. Suggested-by: @alalek Also return whether a dialog was opened at the time.
-
Alexander Alekhin authored
-
Philipp Hasper authored
-
- 10 Jan, 2018 2 commits
-
-
Dmitry Kurtaev authored
* UMat blobs are wrapped * Replace getUMat and getMat at OpenCLBackendWrapper
-
Alexander Alekhin authored
-