opencv/modules
Alexander Alekhin dc21a0a6b5 Android: fix JavaCameraView implementation
1) Fixed deadlock if camera is started and stopped immediately
2) Invalid pattern usage of Object.wait(). Refer to "spurious wakeup": http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait
3) Fixed buffer usage:
  a) fix eliminates processing of zero NV12 (green in RGB) first frame
  b) latest ready frame is delivered for processing (not previous)
2015-02-17 01:28:43 +03:00
..
androidcamera Android camera qcom HAL doesn't like it when no consumer usage bits are set. Set a usage bit for preview BufferQueue. 2014-05-01 16:03:39 +03:00
calib3d Fixing race condition by expanding resultsMutex lock section 2015-01-08 15:26:15 -08:00
contrib Merge pull request #3294 from mshabunin:fix-ios-warnings-24 2014-11-05 11:35:19 +00:00
core Merge pull request #3534 from taka-no-me:build_fixes 2014-12-26 14:34:13 +00:00
dynamicuda disable NPP for GpuMat methods and for copyMakeBorder 2014-01-31 15:52:06 +04:00
features2d Merge pull request #3514 from mshabunin:compat-24 2014-12-22 10:38:56 +00:00
flann Fixed getPolicy() method to make it thread-safe. 2015-01-27 19:20:35 +03:00
gpu disable gpu::matchTemplate tests 2015-02-04 11:21:17 +03:00
highgui Modified resetCvImage() in cap_ximea.cpp, so that the IplImage* frame is also updated after the resolution has changed via set(CV_CAP_PROP_FRAME_WIDTH, value)/set(CV_CAP_PROP_XI_DOWNSAMPLING, value) 2015-02-02 15:04:29 +01:00
imgproc Some changes to make migration to 3.0 easier 2014-12-16 13:00:31 +03:00
java Android: fix JavaCameraView implementation 2015-02-17 01:28:43 +03:00
legacy Fix tautologies in calibfilter.cpp which cause a build failure when using -Werror=address with clang-3.5 2014-12-05 10:22:11 -08:00
ml Fixed memory leak in ML module 2014-12-30 15:20:24 +03:00
nonfree Fixed iOS framework compilation warnings 2014-10-27 15:28:21 +03:00
objdetect Some changes to make migration to 3.0 easier 2014-12-16 13:00:31 +03:00
ocl ocl: Move static oclMat variables into FarnebackOpticalFlow class 2014-11-13 11:16:10 -05:00
photo Some changes to make migration to 3.0 easier 2014-12-16 13:00:31 +03:00
python Python test: new options provide local test data paths 2014-12-03 18:15:54 +03:00
stitching Some changes to make migration to 3.0 easier 2014-12-16 13:00:31 +03:00
superres Some changes to make migration to 3.0 easier 2014-12-16 13:00:31 +03:00
ts Added OpenCV 3.0 compat header for TS module. 2015-01-18 21:32:19 +03:00
video Merge pull request #3534 from taka-no-me:build_fixes 2014-12-26 14:34:13 +00:00
videostab Some changes to make migration to 3.0 easier 2014-12-16 13:00:31 +03:00
viz Some changes to make migration to 3.0 easier 2014-12-16 13:00:31 +03:00
world fix for compiling 2.4 opencv with xcode 5.1 2014-04-18 13:42:47 +02:00
CMakeLists.txt Add support for adding custom OpenCV modules. 2013-06-05 18:10:44 +04:00
refman.rst.in