opencv/modules
Alexander Alekhin 9629af1aa9 videoio: MSMF async reader for camera stream
Synchronized reading from camera with heavy frame processing
provides bad effects (huge frame latency, processing frames from the past).
Generally, there is no way to process each frame and some frames will be dropped.
Allow preventive frame dropping to reduce lag of processed frames.

This mode is applied to cameras only (opened by 'index').
2018-06-14 18:37:05 +03:00
..
calib3d Merge pull request #11610 from savuor:fix/stereobm_simd_fixed_float 2018-06-04 13:03:12 +00:00
core Merge pull request #11706 from take1014:setTo_Nan_10507 2018-06-12 18:05:44 +00:00
cudaarithm cuda_meanStdDev : bug fix 2018-05-16 03:31:47 +09:00
cudabgsegm cuda: eliminate part of build warnings 2018-04-05 17:53:22 +03:00
cudacodec cuda: eliminate part of build warnings 2018-04-05 17:53:22 +03:00
cudafeatures2d Merge pull request #10906 from nglee:dev_cudaFastMultiStreamSafety 2018-02-20 20:55:57 +03:00
cudafilters Merge pull request #11483 from nglee:dev_cudaCannyStreamIssue 2018-05-09 23:44:34 +03:00
cudaimgproc Merge pull request #11483 from nglee:dev_cudaCannyStreamIssue 2018-05-09 23:44:34 +03:00
cudalegacy cuda: eliminate part of build warnings 2018-04-05 17:53:22 +03:00
cudaobjdetect Misc. modules/ cont. pt2 2018-02-13 11:28:11 -05:00
cudaoptflow ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
cudastereo fix build error on Jetson 2018-03-28 18:21:53 +09:00
cudawarping ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
cudev Misc. modules/ cont. pt2 2018-02-13 11:28:11 -05:00
dnn Merge pull request #11766 from dkurt:dnn_darknet_avgpool_softmax 2018-06-14 13:18:30 +00:00
features2d Merge pull request #11634 from vpisarev:empty_mat_with_types_2 2018-05-31 16:36:39 +00:00
flann flann: apply CV_OVERRIDE/CV_FINAL 2018-03-28 18:43:27 +03:00
highgui highgui(win32): improve waitKey() timeout condition 2018-06-07 19:31:08 +03:00
imgcodecs Merge pull request #11565 from alalek:issue_11545 2018-05-22 16:00:37 +00:00
imgproc Fixed Assertin error due to Size.area() overflowing 2018-06-08 11:22:36 +02:00
java print() is a function in Python 3 2018-05-03 07:12:12 +02:00
js Misc. modules/ typos (cont.) 2018-02-12 10:15:36 -05:00
ml Merge pull request #11502 from berak:fix_knearest 2018-05-11 11:47:13 +00:00
objdetect documentation: avoid links to 'master' branch from 3.4 maintenance branch 2018-05-31 16:45:18 +03:00
photo avoid copyTo(outputarray.getMat()) pattern 2018-05-23 13:56:34 +03:00
python python: support standalone Python bindings build 2018-06-07 15:16:39 +03:00
shape shape: apply CV_OVERRIDE/CV_FINAL 2018-03-28 18:43:27 +03:00
stitching fix build warnings 2018-05-17 18:29:21 +03:00
superres build: unreachable code after CV_Error() 2018-04-23 15:45:57 +03:00
ts gtest: support parameters with types from anonymous namespace 2018-06-04 13:30:24 +03:00
video tab to space 2018-04-24 17:45:16 +03:00
videoio videoio: MSMF async reader for camera stream 2018-06-14 18:37:05 +03:00
videostab build: unreachable code after CV_Error() 2018-04-23 15:45:57 +03:00
viz Merge pull request #11678 from csukuangfj:fix-doc 2018-06-03 11:00:38 +00:00
world Do not build protobuf without dnn (#10689) 2018-02-01 16:30:23 +03:00
CMakeLists.txt cmake: allow providing list of extra modules paths 2018-02-01 19:02:02 +03:00