opencv/modules
2013-10-29 16:03:51 +04:00
..
androidcamera Native camera libraries updated. 2013-08-29 18:46:45 +04:00
bioinspired Suppressed -Wundef in bioinspired, because of OpenCL headers. 2013-10-22 15:16:22 +04:00
calib3d Merge remote-tracking branch 'origin/2.4' into merge-2.4 2013-10-28 13:38:25 +04:00
contrib Merge remote-tracking branch 'origin/2.4' into merge-2.4 2013-10-22 14:28:00 +04:00
core changed InputArray's enumeration constant for UMat, since it may potentially conflict with existing OpenCL module. refactored Kernel's setArg API (now UMat is passed to a kernel as a structure, as Alexander A suggested). removed Kernel's cleanup callback from the external API; now each kernel keeps track of used matrices and they are dereferenced after it's complete. 2013-10-25 16:46:03 +04:00
cuda moved BufferPool management functions to public 2013-10-08 17:21:22 +04:00
cudaarithm used new device layer for cv::cuda::norm 2013-10-01 15:28:51 +04:00
cudabgsegm Merge branch 'master' into gpu-cuda-rename 2013-09-06 15:44:44 +04:00
cudacodec switched to new device layer in gpucodec module 2013-09-23 12:16:57 +04:00
cudafeatures2d removed precomp.cpp files 2013-09-02 14:00:44 +04:00
cudafilters Merge branch 'master' into gpu-cuda-rename 2013-09-06 15:44:44 +04:00
cudaimgproc Merge branch 'master' into gpu-cuda-rename 2013-09-06 15:44:44 +04:00
cudalegacy Merge branch 'master' into gpu-cuda-rename 2013-09-06 15:44:44 +04:00
cudaoptflow Merge branch 'master' into gpu-cuda-rename 2013-09-04 09:58:32 +04:00
cudastereo Fix a typo in kernel size 2013-10-11 23:31:31 -04:00
cudawarping Small OpenCV-CUDA bugs are fixed. 2013-10-22 12:08:43 +05:30
cudev Merge pull request #1540 from jet47:gpuarithm-cudev 2013-10-21 16:34:45 +04:00
features2d Minimized the number of arguments required to workaround the MSVC2013 compiler bug. 2013-10-21 21:43:26 +02:00
flann Cherry-picked mariusmuja/flann@8c8b0e0cb8. 2013-10-02 16:09:45 +04:00
highgui Added stupid hacks to make the video tests pass with FFmpeg 2.0.2. 2013-10-24 14:09:08 +04:00
imgproc Merge pull request #1663 from vpisarev:ocl_experiments3 2013-10-29 11:14:16 +04:00
java Merge remote-tracking branch 'origin/2.4' into merge-2.4 2013-10-28 13:38:25 +04:00
legacy the first draft of transparent API and new UMat class. more files 2013-10-22 14:05:15 +04:00
matlab Replace $(Configuration) with $<CONFIGURATION> 2013-10-24 18:20:16 +01:00
ml Merge remote-tracking branch 'upstream/2.4' into merge-2.4 2013-10-15 20:08:52 +04:00
nonfree Merge remote-tracking branch 'origin/2.4' into merge-2.4 2013-10-28 13:38:25 +04:00
objdetect Merge pull request #1629 from lluisgomez:er_tree_clean_bug_fix 2013-10-29 16:03:51 +04:00
ocl Merge pull request #1704 from SpecLad:merge-2.4 2013-10-29 13:13:05 +04:00
optim fixed warnings 2013-10-08 12:46:43 +04:00
photo fixed warnings 2013-10-08 12:46:43 +04:00
python fixed crash in Python bindings 2013-10-24 17:37:33 +04:00
shape Merge pull request #1567 from ilya-lavrenov:warn_fix 2013-10-08 13:50:49 +04:00
softcascade Merge branch 'master' into gpu-cuda-rename 2013-09-06 15:44:44 +04:00
stitching Named GraphCutSeamFinderBase to allow its usage in makePtr. 2013-10-08 18:13:56 +04:00
superres Merge pull request #1704 from SpecLad:merge-2.4 2013-10-29 13:13:05 +04:00
ts Merge remote-tracking branch 'origin/2.4' into merge-2.4 2013-10-22 14:28:00 +04:00
video the first draft of transparent API and new UMat class. more files 2013-10-22 14:05:15 +04:00
videostab Merge branch 'master' into gpu-cuda-rename 2013-09-06 15:44:44 +04:00
viz Fixed VIZ compilation module (Bug 3297: code.opencv.org/issues/3297) 2013-10-03 02:10:27 +02:00
world Deleted all trailing whitespace. 2013-08-21 18:59:24 +04:00
CMakeLists.txt Merge remote-tracking branch 'origin/2.4' into merge-2.4 2013-06-10 18:18:01 +04:00
refman.rst.in