Open Source Computer Vision Library https://opencv.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Andrey Pavlenko 616db74e49 Merge pull request #1663 from vpisarev:ocl_experiments3 11 years ago
..
androidcamera Native camera libraries updated. 11 years ago
bioinspired Suppressed -Wundef in bioinspired, because of OpenCL headers. 11 years ago
calib3d fixed warnings 11 years ago
contrib Merge remote-tracking branch 'origin/2.4' into merge-2.4 11 years ago
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. 11 years ago
cuda moved BufferPool management functions to public 11 years ago
cudaarithm used new device layer for cv::cuda::norm 11 years ago
cudabgsegm Merge branch 'master' into gpu-cuda-rename 11 years ago
cudacodec switched to new device layer in gpucodec module 11 years ago
cudafeatures2d removed precomp.cpp files 11 years ago
cudafilters Merge branch 'master' into gpu-cuda-rename 11 years ago
cudaimgproc Merge branch 'master' into gpu-cuda-rename 11 years ago
cudalegacy Merge branch 'master' into gpu-cuda-rename 11 years ago
cudaoptflow Merge branch 'master' into gpu-cuda-rename 11 years ago
cudastereo Fix a typo in kernel size 11 years ago
cudawarping Small OpenCV-CUDA bugs are fixed. 11 years ago
cudev Merge pull request #1540 from jet47:gpuarithm-cudev 11 years ago
features2d Minimized the number of arguments required to workaround the MSVC2013 compiler bug. 11 years ago
flann Cherry-picked mariusmuja/flann@8c8b0e0cb879666797ab2ac51b9ee438bf84a183. 11 years ago
highgui Added stupid hacks to make the video tests pass with FFmpeg 2.0.2. 11 years ago
imgproc Merge pull request #1663 from vpisarev:ocl_experiments3 11 years ago
java Merge remote-tracking branch 'origin/2.4' into merge-2.4 11 years ago
legacy the first draft of transparent API and new UMat class. more files 11 years ago
matlab Replace $(Configuration) with $<CONFIGURATION> 11 years ago
ml Merge remote-tracking branch 'upstream/2.4' into merge-2.4 11 years ago
nonfree Merge remote-tracking branch 'upstream/2.4' into merge-2.4 11 years ago
objdetect fixed warnings 11 years ago
ocl Merge pull request #1663 from vpisarev:ocl_experiments3 11 years ago
optim fixed warnings 11 years ago
photo fixed warnings 11 years ago
python fixed crash in Python bindings 11 years ago
shape Merge pull request #1567 from ilya-lavrenov:warn_fix 11 years ago
softcascade Merge branch 'master' into gpu-cuda-rename 11 years ago
stitching Named GraphCutSeamFinderBase to allow its usage in makePtr. 11 years ago
superres the first draft of transparent API and new UMat class. more files 11 years ago
ts Merge remote-tracking branch 'origin/2.4' into merge-2.4 11 years ago
video the first draft of transparent API and new UMat class. more files 11 years ago
videostab Merge branch 'master' into gpu-cuda-rename 11 years ago
viz Fixed VIZ compilation module (Bug 3297: code.opencv.org/issues/3297) 11 years ago
world Deleted all trailing whitespace. 11 years ago
CMakeLists.txt Merge remote-tracking branch 'origin/2.4' into merge-2.4 12 years ago
refman.rst.in