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.
 
 
 
 
 
 
Jiri Drbalek d71e001736 fix crash when sample point out of image boundaries 10 years ago
..
cuda Merge remote-tracking branch 'origin/2.4' into merge-2.4 11 years ago
opencl Remove unnecessary local variable "size". 10 years ago
align.cpp fixed warnings 11 years ago
arrays.hpp some more refactoring 11 years ago
calibrate.cpp fix crash when sample point out of image boundaries 10 years ago
contrast_preserve.cpp CV_Assert for photo module corrected 11 years ago
contrast_preserve.hpp bugfix #3945 pass idx,idx1 by reference instead of static vars 10 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 10 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. 10 years ago
denoising.cuda.cpp replaced gpu->cuda in files names 11 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 Improve the performance of fast_nlmeans_denoising_opencl. 10 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 11 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 suppress warnings 10 years ago
seamless_cloning.hpp whitespace 10 years ago
seamless_cloning_impl.cpp suppress warnings 10 years ago
tonemap.cpp fixed warnings 11 years ago