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.
 
 
 
 
 
 
Vadim Pisarevsky 95a4943762 Merge pull request #3103 from vpisarev:core_imgproc_optim_rearrangements 11 years ago
..
cuda Merge remote-tracking branch 'origin/2.4' into merge-2.4 11 years ago
opencl small fixes 11 years ago
align.cpp fixed warnings 12 years ago
arrays.hpp some more refactoring 11 years ago
calibrate.cpp calibrateDebevec index fix (issue 3664) 11 years ago
contrast_preserve.cpp CV_Assert for photo module corrected 11 years ago
contrast_preserve.hpp fixed warnings 11 years ago
denoise_tvl1.cpp removed optim module; moved its functionality to core and photo modules; moved drawing functions from core to imgproc. Removed FilterEngine etc. from public API 11 years ago
denoising.cpp Minimal image size is set to 5*5 for OCL path of fastNlMeansDenoising and fastNlMeansDenoisingColored since it breaks tests with test_loop_times=30 and in general doesn't make sense for computation on GPU. 11 years ago
denoising.cuda.cpp replaced gpu->cuda in files names 12 years ago
fast_nlmeans_denoising_invoker.hpp small fixes 11 years ago
fast_nlmeans_denoising_invoker_commons.hpp fixed for 2 channels 11 years ago
fast_nlmeans_denoising_opencl.hpp world fix 11 years ago
fast_nlmeans_multi_denoising_invoker.hpp some refactoring 11 years ago
hdr_common.cpp deleted excess semicolons, commas 11 years ago
hdr_common.hpp deleted excess semicolons, commas 11 years ago
inpaint.cpp Merge branch 'master' into gpu-cuda-rename 12 years ago
merge.cpp added epsilon value to weights in the MergeMertens in order to avoid zero weights for pixels from uniformly filled areas of image 11 years ago
npr.cpp fixed warnings 11 years ago
npr.hpp removed build error 11 years ago
precomp.hpp implemented OpenCL version of cv::fastNlMeansDenoising 11 years ago
seamless_cloning.cpp test 11 years ago
seamless_cloning.hpp Fixed mixed cloning bug 11 years ago
tonemap.cpp fixed warnings 12 years ago