- 15 Jun, 2015 1 commit
-
-
Maxim Kostin authored
-
- 23 Dec, 2014 1 commit
-
-
Vladislav Vinogradov authored
-
- 06 Dec, 2014 1 commit
-
-
Ashod Nakashian authored
highgui: Support to change trackbar count in setTrackbarPos and replaced deprecated CreateToolbarEx in Windows.
-
- 18 Nov, 2014 1 commit
-
-
Andrey Kamaev authored
-
- 13 Apr, 2014 1 commit
-
-
Tony authored
specific code. As a result of this, HAVE_GTK3 no longer needs to be exposed. The use of HAVE_GTK, and HAVE_ GTK3 have been changed to mirror the method used by HAVE_QT and HAVE_QT5. On branch gtk3 Changes to be committed: modified: CMakeLists.txt modified: cmake/OpenCVFindLibsGUI.cmake modified: cmake/templates/cvconfig.h.in modified: modules/highgui/src/window.cpp modified: modules/highgui/src/window_gtk.cpp
-
- 31 Mar, 2014 1 commit
-
-
Tony authored
specific code. As a result of this, HAVE_GTK3 no longer needs to be exposed. The use of HAVE_GTK, and HAVE_ GTK3 have been changed to mirror the method used by HAVE_QT and HAVE_QT5. On branch gtk3 Changes to be committed: modified: CMakeLists.txt modified: cmake/OpenCVFindLibsGUI.cmake modified: cmake/templates/cvconfig.h.in modified: modules/highgui/src/window.cpp modified: modules/highgui/src/window_gtk.cpp
-
- 14 Jan, 2014 1 commit
-
-
Adi Shavit authored
-
- 09 Oct, 2013 1 commit
-
-
Tony authored
Remove redundent #if defs from code
-
- 02 Oct, 2013 1 commit
-
-
Tony authored
A new option WITH_GTK3 has been added to the cmake configure system to enable compilation under Gtk version 3.The flag HAVE_GTK3 is also introduced to select the new Gtk3 code in the source files. (Gtk2 is disbled when Gtk3 is selected). window_gtk.cpp has been modified to remove obsolete (and deleted from libgtk 3) and introduce new Gtk3 code in its place when compiled for Gtk3. To compile for Gtk2, disable WITH_GTK3 in cmake. To build for Gtk3 both WITH_GTK and WITH_GTK3 must be selected.
-
- 10 Jun, 2013 1 commit
-
-
Vladislav Vinogradov authored
-
- 20 May, 2013 2 commits
- 08 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 27 Mar, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 22 Mar, 2013 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
All tests passed!
-
- 20 Mar, 2013 1 commit
-
-
Alexander Smorkalov authored
TIFF build was fixed; Direct Show back-end was enabled; More accurate guards implemented.
-
- 13 Mar, 2013 2 commits
-
-
Alexander Smorkalov authored
GPU module turned off; TIFF support turned off; Windows Managment and Video IO (VFW) turned off.
-
Andrey Kamaev authored
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp> Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
-
- 12 Mar, 2013 1 commit
-
-
Vladislav Vinogradov authored
Fixed issues: #2737 #2848
-
- 25 Feb, 2013 1 commit
-
-
Andrey Kamaev authored
Made all STL usages explicit to be able automatically find all usages of particular class or function.
-
- 21 Feb, 2013 1 commit
-
-
Vladislav Vinogradov authored
-
- 19 Feb, 2013 1 commit
-
-
Vladislav Vinogradov authored
* removed OpenGLFuncTab, now extensions are loaded internally * added support of GlBuffer and GlTexture2D to InputArray/OutputArray * added ELEMENT_ARRAY_BUFFER and PIXEL_PACK_BUFFER targets * added copyFrom/copyTo method for GlBuffer and GlTexture2D * removed GlFont * removed pointCloudShow * removed OpenGLCleanCallback * added Access parameter to GlBuffer::mapHost * added autoRelease parameter to all create methods
-
- 30 Nov, 2012 1 commit
-
-
Vladislav Vinogradov authored
* removed OpenGLFuncTab, now extensions are loaded internally * renamed GlTexture -> GlTexture2D * added support of GlBuffer and GlTexture2D to InputArray/OutputArray * added ELEMENT_ARRAY_BUFFER and PIXEL_PACK_BUFFER targets * added copyFrom/copyTo method for GlBuffer and GlTexture2D * removed GlFont * removed pointCloudShow * removed OpenGLCleanCallback
-
- 09 Nov, 2012 1 commit
-
-
Andrey Kamaev authored
These codes should be included into regular builds.
-
- 17 Oct, 2012 2 commits
-
-
OpenCV Buildbot authored
-
OpenCV Buildbot authored
-
- 02 Jul, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 01 Jul, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 29 Jun, 2012 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 28 Jun, 2012 1 commit
-
-
Marina Kolpakova authored
-
- 20 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 15 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 08 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 22 Feb, 2012 1 commit
-
-
Vladislav Vinogradov authored
removed void integral(const GpuMat& src, GpuMat& sum, GpuMat& sqsum, Stream& stream) - it fails with NPP_NOT_IMPLEMENTED error updated docs, accuracy and performance tests
-
- 14 Feb, 2012 1 commit
-
-
Anatoly Baksheev authored
minor build system changes (now cuda code in opencv_core is compiled using CUDA_ARCH* cmake variables)
-
- 12 Dec, 2011 1 commit
-
-
Vladislav Vinogradov authored
-
- 30 Nov, 2011 1 commit
-
-
Vladislav Vinogradov authored
added GlBuffer, GlTexture and GpuMat support to InputArray replaced addTextOpenGl function by render + GlFont
-
- 28 Nov, 2011 1 commit
-
-
Vladislav Vinogradov authored
-