- 18 Jan, 2018 2 commits
-
-
Gregory Morse authored
Update to add window position and size retrieval to HighGUI (#10412) * Update highgui.hpp Add read only property retrieval for enhanced rendering capabilities and more sophisticated research tools * Update window.cpp * Update window_w32.cpp * Update window_QT.cpp * Update window_QT.h * Update window_QT.h * Update window_gtk.cpp * Update precomp.hpp * Update highgui_c.h * Update highgui_c.h * Update window_w32.cpp * Update precomp.hpp * Update window_QT.cpp * Update window_QT.h * Update window_gtk.cpp * Update window_gtk.cpp * Update window_w32.cpp * Update window_QT.cpp * Update window_carbon.cpp * Update window_cocoa.mm * Update precomp.hpp * Update window_cocoa.mm * Update window_w32.cpp * Update window_gtk.cpp * Update window_QT.cpp * Update window_gtk.cpp * Update window_QT.cpp * Update window_cocoa.mm * Update window_carbon.cpp * Update window_w32.cpp * Update window_cocoa.mm * Update window_gtk.cpp * Update window_cocoa.mm * Update window_gtk.cpp * Update window_cocoa.mm * Update window_cocoa.mm * Update window.cpp * Update test_gui.cpp * Update test_gui.cpp * Update test_gui.cpp * Update highgui_c.h * Update highgui.hpp * Update window.cpp * Update highgui_c.h * Update test_gui.cpp * Update highgui.hpp * Update window.cpp * Update window.cpp * Update window.cpp * Update window.cpp * Update window.cpp
-
Alexander Alekhin authored
-
- 17 Jan, 2018 11 commits
-
-
Alexander Alekhin authored
Re-apply protobuf fix for JavaScript builds
-
Dmitry Kurtaev authored
original commit: f5035150 JavaScript bindings for dnn module
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
razerhell authored
* Newton's method can be more efficient when we get the result of function distortPoint with a point (0, 0) and then undistortPoint with the result, we get the point not (0, 0). and then we discovered that the old method is not convergence sometimes. finally we have gotten the right values by Newton's method. * modify by advice Newton's method...#10574 * calib3d(fisheye): fix codestyle, update theta before exit EPS check
-
Alexander Alekhin authored
-
Li Peng authored
Signed-off-by: Li Peng <peng.li@intel.com>
-
Li Peng authored
Signed-off-by: Li Peng <peng.li@intel.com>
-
csukuangfj authored
-
- 16 Jan, 2018 11 commits
-
-
Fangjun Kuang authored
-
Csaba Keszegh authored
When compiling with cmake using -DCMAKE_CXX_STANDARD=11 use `-std=gnu++11` for PCH compiler flags, otherwise it triggers an error: opencv_core_Release.gch: not used because `__cplusplus' defined as ` 201103L' not ` 199711L' [-Winvalid-pch] Use CXX_EXTENSIONS property to select `gnu++11` or `c++11`. Trying to mimic cmake logic here: https://gitlab.kitware.com/cmake/cmake/blob/master/Source/cmLocalGenerator.cxx#L1527-1557
-
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
-
Li Peng authored
use a batch_norm ocl kernel to do the work Signed-off-by: Li Peng <peng.li@intel.com>
-
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 2 commits
-
-
Alexander Alekhin authored
- configuration files for ABIs configuration - use builtin Android NDK's toolchain by default (force flag to use OpenCV's toolchain) - default values for 'work_dir' and 'opencv_dir'
-
Alexander Alekhin authored
-
- 13 Jan, 2018 7 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)
-