- 25 Jan, 2018 1 commit
-
-
Li Peng authored
Signed-off-by:
Li Peng <peng.li@intel.com>
-
- 23 Jan, 2018 6 commits
-
-
Elena Gvozdeva authored
* add HAL for FAST * add new interface
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Pavel Rojtberg authored
* persistence: replace arbitrary limit of cn to 4 by CV_CN_MAX * python: added persistence test, remove temp files * fixup! python: added persistence test, remove temp files * fixup! python: added persistence test, remove temp files
-
Alexander Alekhin authored
-
Dmitry Kurtaev authored
-
- 22 Jan, 2018 1 commit
-
-
Vitaly Tuzov authored
* Bit-exact implementation of GaussianBlur smoothing * Added universal intrinsics based implementation for bit-exact CV_8U GaussianBlur smoothing. * Added parallel_for to evaluation of bit-exact GaussianBlur * Added custom implementations for 3x3 and 5x5 bit-exact GaussianBlur
-
- 21 Jan, 2018 3 commits
-
-
Alexander Alekhin authored
-
Glue Crow authored
-
Gregory Morse authored
* Fix for QT image window rectangle * Update window_QT.h * Update window_QT.cpp * trailing whitespace * highgui: fix QT getWindowImageRect()
-
- 19 Jan, 2018 8 commits
-
-
Fangjun Kuang authored
-
Vadim Pisarevsky authored
-
Namgoo Lee authored
* cuda::cvtColor bug fix Fixed bug in conversion formula between RGB space and LUV space. Testing with opencv_test_cudaimgproc.exe, this commit reduces the number of failed tests from 191 to 95. (96 more tests pass) * Rename variables
-
Vadim Pisarevsky authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Li Peng authored
cut one ocl kernel if normVariance is disabled, also use native_powr for performance reason. Signed-off-by:
Li Peng <peng.li@intel.com>
-
Alexander Alekhin authored
-
- 18 Jan, 2018 12 commits
-
-
catree authored
-
Fangjun Kuang authored
-
Alexander Alekhin authored
-
Fangjun Kuang authored
-
Li Peng authored
Signed-off-by:
Li Peng <peng.li@intel.com>
-
Vadim Pisarevsky authored
-
Alexander Alekhin authored
-
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
-
Glue Crow authored
-
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
-
Suleyman TURKMEN authored
-
- 17 Jan, 2018 9 commits
-
-
Alexander Alekhin authored
Re-apply protobuf fix for JavaScript builds
-
Dmitry Kurtaev authored
original commit: f5035150 JavaScript bindings for dnn module
-
David Koller authored
and add parametric unit test for crop layer.
-
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
-