- 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.
-
- 27 Dec, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 20 Dec, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 11 Dec, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 08 Dec, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 04 Dec, 2010 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
fixed mouse painting in Qt bindings (to make watershed & inpaint demos work); increased the font in the detailed pixel image display.
-
- 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 1 commit
-
-
Yannick Verdie authored
-