- 17 Oct, 2013 1 commit
-
-
Vladislav Vinogradov authored
we doesn't create OpenGL windows by default OpenGL window must be created by user via namedWindow
-
- 04 Oct, 2013 1 commit
-
-
Roman Donchenko authored
-
- 03 Oct, 2013 1 commit
-
-
Roman Donchenko authored
-
- 27 Sep, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 23 Sep, 2013 1 commit
-
-
StevenPuttemans authored
-
- 16 Sep, 2013 1 commit
-
-
Alexander Smorkalov authored
QVector range check exception fixed.
-
- 13 Sep, 2013 1 commit
-
-
Roman Donchenko authored
We never set it, and libdc1394 0.9.5 is obsolete anyway - 1.0 came out in 2004. Note that 1.0 doesn't have the do_extra_buffering parameter.
-
- 12 Sep, 2013 1 commit
-
-
Roman Donchenko authored
This reverts commit 41b8479d, reversing changes made to 531471b0. Reason: breaks the build.
-
- 30 Aug, 2013 3 commits
-
-
Gabe Schwartz authored
libpng 1.5+ recommends a call to png_set_interlace_handling() if you use png_read_update_info and png_read_image. It will generate a warning without it.
-
Gabe Schwartz authored
Also removed malformed tEXt chunk from a logo PNG.
-
StevenPuttemans authored
-
- 21 Aug, 2013 4 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Hanusz Leszek authored
Correct reading PNG color type palette with or without alpha imread flags -1 or 1 Better not using pnginfo.h, using png_get_tRNS instead
-
- 15 Aug, 2013 1 commit
-
-
Alexander Smorkalov authored
for libpng added.
-
- 14 Aug, 2013 2 commits
- 12 Aug, 2013 2 commits
-
-
WonderRico authored
-
StevenPuttemans authored
VideoWriter memory leak solved.
-
- 09 Aug, 2013 1 commit
-
-
WonderRico authored
-
- 08 Aug, 2013 1 commit
-
-
Roman Donchenko authored
Looks like we don't actually use them; when creating precompiled headers with Visual C++, a dummy .cpp is created at build time.
-
- 06 Aug, 2013 1 commit
-
-
WonderRico authored
-
- 04 Aug, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 31 Jul, 2013 1 commit
-
-
StevenPuttemans authored
- changing license header - fixed bug in QtKit when changing camera resolution
-
- 26 Jul, 2013 2 commits
-
-
Frédéric Devernay authored
OpenCV's automatic builds don't care if you store an unsigned int into an int, but they don't want you to compare signed with unsigned. Does that make sense?
-
Frédéric Devernay authored
cap_qtkit does not work when the capture is run outside of the main thread. If the capture is launched in a separate thread, then [NSRunLoop currentRunLoop] is not the same as in the main thread, and has no timer. see https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/F oundation/Classes/nsrunloop_Class/Reference/Reference.html "If no input sources or timers are attached to the run loop, this method exits immediately" Using usleep() (which I previously proposed, and was reverted) is not a good alternative, because it may block the GUI. Here is the new proposed solution: - create a dummy timer so that runUntilDate does not exit immediately - simplify the loop by using runUntilDate instead of runMode:beforeDate - fix potential memory leaks (pointed out by Xcode's static analysis) - fix init to follow Objective-C guidelines - fax warnings about conversions from size_t to int
-
- 16 Jul, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 11 Jul, 2013 2 commits
-
-
Nikita Manovich authored
VideoCapture didn't call release method and just ignored the new capture sources. OpenCV documentation: bool VideoCapture::open(const string& filename); bool VideoCapture::open(int device); The methods first call VideoCapture::release() to close the already opened file or camera.
-
Roman Donchenko authored
-
- 10 Jul, 2013 1 commit
-
-
Roman Donchenko authored
I've left HAVE_LIBPTHREAD as a CMake variable, since TBB's build depends on it. Some macros in internal.hpp depended on HAVE_ALLOCA_H, but they were, in turn, unused, so I've just deleted them all.
-
- 09 Jul, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 08 Jul, 2013 1 commit
-
-
Andrew Senin authored
-
- 02 Jul, 2013 1 commit
-
-
Frédéric Devernay authored
[NSRunLoop currentRunLoop] is not the same as in the main thread. see https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/F oundation/Classes/nsrunloop_Class/Reference/Reference.html "If no input sources or timers are attached to the run loop, this method exits immediately" The old code caused grabFrame() to return immediately if the capture was not done in the main thread. This code works correctly, even in secondary threads, provided that all capture functions are called in the *same* thread
-
- 28 Jun, 2013 2 commits
-
-
Alexander Shishkov authored
-
Kirill Kornyakov authored
-
- 27 Jun, 2013 2 commits
-
-
Dominik Rose authored
-
Alexander Smorkalov authored
Calib3d badarg tests fixed. Default exception handling enabled; Highgui Video I/O tests fixed on ARM; Code cleanup.
-
- 26 Jun, 2013 1 commit
-
-
Alexander Smorkalov authored
Windows RT sample cleanup. Video I/O code cleanup.
-
- 25 Jun, 2013 1 commit
-
-
Alexander Smorkalov authored
-