- 25 Nov, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 24 Nov, 2010 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 22 Nov, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 21 Nov, 2010 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
avoid use of writable global variables in V4L capturing module (thanks to fjmadrid for the patch! - see the ticket #384)
-
- 02 Nov, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 01 Nov, 2010 1 commit
-
-
Ethan Rublee authored
a crash with the libv4l capture code
-
- 25 Oct, 2010 1 commit
-
-
Stefano Fabri authored
-
- 16 Sep, 2010 1 commit
-
-
Yannick Verdie authored
-
- 24 Aug, 2010 2 commits
-
-
Yannick Verdie authored
-
Yannick Verdie authored
-
- 20 Aug, 2010 1 commit
-
-
Yannick Verdie authored
Forgot to update so code after previous fix
-
- 19 Aug, 2010 2 commits
-
-
Yannick Verdie authored
-
Yannick Verdie authored
-
- 18 Aug, 2010 5 commits
-
-
Yannick Verdie authored
-
Yannick Verdie authored
This was crashing my code: for( size_t i = 1; i < imagePoints.size(); i++ ) objectPoints.push_back(objectPoints[0]); Changed by: objectPoints.resize(imagePoints.size(),objectPoints[0]); Plus clean up on Qt code
-
Yannick Verdie authored
--no commit message
-
Yannick Verdie authored
-
Yannick Verdie authored
-
- 17 Aug, 2010 1 commit
-
-
Yannick Verdie authored
-
- 15 Aug, 2010 1 commit
-
-
Yannick Verdie authored
-
- 14 Aug, 2010 1 commit
-
-
Yannick Verdie authored
-
- 05 Aug, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 02 Aug, 2010 3 commits
-
-
Yannick Verdie authored
Qt: Now OpenGL rendering is ok
-
Vadim Pisarevsky authored
fixed "undefined cvCreateCameraCapture_V4L" linker errors on some linux distros (thanks to miguelinux for the patch)
-
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
-
- 29 Jul, 2010 1 commit
-
-
Vadim Pisarevsky authored
temporarily disable 16-bit input in cap_dc1394_v2.cpp (ticket #296). thanks to sebastians for the patch!
-
- 28 Jul, 2010 2 commits
-
-
Yannick Verdie authored
-
Yannick Verdie authored
Fixed bug with exclusive buttons Fixed memory leaks
-
- 27 Jul, 2010 3 commits
-
-
Yannick Verdie authored
-
Yannick Verdie authored
-
Yannick Verdie authored
-
- 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
-