opencv/modules
Frédéric Devernay b524e275c1 allow QtKit capture in secondary threads
[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
2013-07-02 18:08:12 +02:00
..
androidcamera android -> plarforms/android 2013-05-27 11:10:38 +04:00
calib3d Java/Python bindings for computeCorrespondEpilines added. 2013-06-18 16:44:23 +04:00
contrib Build fix for Windows RT. 2013-06-25 03:35:58 -07:00
core OpenCV Library and Manager version incremented. 2013-06-27 12:05:25 +04:00
features2d Merge pull request #903 from aks2:2.4 2013-06-11 17:35:39 +04:00
flann Fix build warnings from gcc 4.8 2013-05-13 17:07:30 +04:00
gpu Merge pull request #1018 from jet47:cuda-5.5-arm 2013-06-28 14:26:45 +04:00
highgui allow QtKit capture in secondary threads 2013-07-02 18:08:12 +02:00
imgproc multiruns added to avoid the 'unreliable results' error 2013-06-26 15:07:39 +04:00
java Merge pull request #1065 from apavlenko:fix_eclipse_warning 2013-06-28 19:32:44 +04:00
legacy Fix build warnings from gcc 4.8 2013-05-13 17:07:30 +04:00
ml fix for Bug #3085: 2013-06-13 10:22:56 +04:00
nonfree Changed the impls argument to be an array name. 2013-06-20 15:18:35 +04:00
objdetect Revert "Add a variant of detectMultiScale with an argument 'weights'" 2013-06-10 17:06:34 +04:00
ocl Merge pull request #1051 from pengx17:2.4_fback_ocl 2013-07-01 13:45:43 +04:00
photo Replaced most of the usages of parallel_for with that of parallel_for_. 2013-05-31 12:22:04 +04:00
python Removed references to opencv.itseez.com 2013-06-28 12:48:12 +04:00
stitching Fixed a bug #2405 2013-06-14 10:43:20 +04:00
superres Changed the impls argument to be an array name. 2013-06-20 15:18:35 +04:00
ts Extended Google Test to allow filtering by parameter value. 2013-06-27 13:14:37 +04:00
video add multiruns to fix "unreliable results" error 2013-06-13 21:14:42 +04:00
videostab Fixed a bug related to video stabilization crashes with a blank video (Bug #3023) 2013-06-13 13:41:43 +04:00
world enabled png and jpeg for iOS 2013-03-25 11:19:29 +04:00
CMakeLists.txt Add support for adding custom OpenCV modules. 2013-06-05 18:10:44 +04:00
refman.rst.in