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.
 
 
 
 
 
 
Erik Karlsson a9ff335a89 Added OpenCL support for FastNlMeansDenoisingAbs 10 years ago
..
cuda Merge remote-tracking branch 'origin/2.4' into merge-2.4 11 years ago
opencl Refactoring and addition of CV_8UC3 to ocl_fastNlMeansDenoising 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 Added OpenCL support for FastNlMeansDenoisingAbs 10 years ago
denoising.cuda.cpp refactor CUDA part of photo module 10 years ago
fast_nlmeans_denoising_invoker.hpp Changed fastNlMeansDenoising and fastNlMeansDenoisingMulti back to sum of sq distances. Moved sq sum of abs distances to fastNlMeansDenoisingAbs and fastNlMeansDenoisingMultiAbs 10 years ago
fast_nlmeans_denoising_invoker_commons.hpp Changed fastNlMeansDenoising and fastNlMeansDenoisingMulti back to sum of sq distances. Moved sq sum of abs distances to fastNlMeansDenoisingAbs and fastNlMeansDenoisingMultiAbs 10 years ago
fast_nlmeans_denoising_opencl.hpp Added OpenCL support for FastNlMeansDenoisingAbs 10 years ago
fast_nlmeans_multi_denoising_invoker.hpp Changed fastNlMeansDenoising and fastNlMeansDenoisingMulti back to sum of sq distances. Moved sq sum of abs distances to fastNlMeansDenoisingAbs and fastNlMeansDenoisingMultiAbs 10 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