- 06 Jun, 2013 1 commit
-
-
Leszek Swirski authored
-
- 13 May, 2013 1 commit
-
-
Andrey Kamaev 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
-
- 17 Oct, 2012 2 commits
-
-
OpenCV Buildbot authored
-
OpenCV Buildbot authored
-
- 12 Dec, 2011 1 commit
-
-
Vladislav Vinogradov authored
-
- 17 Jun, 2011 1 commit
-
-
Ilya Lysenkov authored
-
- 16 Jun, 2011 1 commit
-
-
Ilya Lysenkov authored
-
- 31 Dec, 2010 1 commit
-
-
Vladimir Dudnik authored
added OpenCVFindIPP.cmake script, which will look for IPP installation at CMake configuration time. First, IPPROOT environment variable will be tested, if not found script will look at default install places. The script should support IPP from 5.3 up to 7.x versions (although tested on Windows for IPP 6.1 and IPP 7.0 versions only) Preliminary optimization of HOG with IPP added too. Not yet quite efficient, code for cpu branch should be redesigned in order to have better performance.
-
- 04 Dec, 2010 1 commit
-
-
Vadim Pisarevsky authored
fixed mouse painting in Qt bindings (to make watershed & inpaint demos work); increased the font in the detailed pixel image display.
-
- 19 Aug, 2010 2 commits
-
-
Yannick Verdie authored
-
Yannick Verdie authored
-
- 18 Aug, 2010 3 commits
-
-
Yannick Verdie authored
-
Yannick Verdie authored
--no commit message
-
Yannick Verdie authored
-
- 17 Aug, 2010 1 commit
-
-
Yannick Verdie authored
-
- 15 Aug, 2010 1 commit
-
-
Yannick Verdie authored
-
- 02 Aug, 2010 1 commit
-
-
Yannick Verdie authored
Qt compilation pb with OpenGL flags fixed
-
- 31 Jul, 2010 1 commit
-
-
Yannick Verdie authored
-
- 30 Jul, 2010 1 commit
-
-
Yannick Verdie authored
-
- 28 Jul, 2010 1 commit
-
-
Yannick Verdie authored
Fixed bug with exclusive buttons Fixed memory leaks
-
- 26 Jul, 2010 1 commit
-
-
Yannick Verdie authored
--no commit message
-
- 23 Jul, 2010 2 commits
-
-
Yannick Verdie authored
- cvCreateOpenGLCallback: draw 3D on top of the image
-
Yannick Verdie authored
bool not defined ? -> changed everything in int
-
- 22 Jul, 2010 2 commits
-
-
Yannick Verdie authored
- add CV_RADIOBOX with exclusive mode
-
Yannick Verdie authored
- cvAddButton changed to match requirement - CV_GUI_NORMAL and CV_GUI_EXPANDED done - context menu with right click
-
- 20 Jul, 2010 1 commit
-
-
Yannick Verdie authored
- cvAddButton done - All the "actions" of the toolbar are working - Window properties done
-
- 16 Jul, 2010 3 commits
-
-
Yannick Verdie authored
- fixed icvFindTrackbar bug
-
Yannick Verdie authored
- Finished toolbar: the last icon opens an external window with the trackbars inside
-
Yannick Verdie authored
- Add toolbar - Clean the code - Window properties in progress
-
- 12 Jul, 2010 1 commit
-
-
Yannick Verdie authored
- 3 new points mostly done: - OpenGL support enabled (windows are rendered using GPU) - Save current screen (with overlay and so on...) with shortcut CTRL+S - Text rendering (with any system font, and possibility to set the style - normal, italic,... - the weight - normal, bold, ... - the color, the spacing between letters, and so on...)
-
- 07 Jul, 2010 1 commit
-
-
Yannick Verdie authored
- Save current screen (CTRL+S), with png, jpg, jpeg, bmp format support - OpenGL rendering enable (make Qt very fast) -> working on opengl callback (done soon) - Rendering optimised (with and without openGL)
-
- 29 Jun, 2010 1 commit
-
-
Yannick Verdie authored
- save/load window parameters implemented !
-
- 28 Jun, 2010 2 commits
-
-
Yannick Verdie authored
- imgregion shortcut implemented (CTRL+O)
-
Yannick Verdie authored
- imgregion (as with Matlab) implemented
-
- 26 Jun, 2010 2 commits
-
-
Yannick Verdie authored
- aspectRatio is controled by cvSet/getWindowProperty
-
Yannick Verdie authored
- fix CMake OpenGL compilation
-
- 25 Jun, 2010 1 commit
-
-
Yannick Verdie authored
- fix zoom offset of 0.5 - fix CMake problem with QT detection - Code optimisation
-
- 22 Jun, 2010 1 commit
-
-
Yannick Verdie authored
StatusBar with zoom/color/position information user can display infor mation in statusbar with cvDisplayStatusBar(window,text,delay_ms)
-