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
opencl
align.cpp
arrays.hpp
calibrate.cpp calibrateDebevec index fix (issue 3664) 11 years ago
contrast_preserve.cpp
contrast_preserve.hpp
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
fast_nlmeans_denoising_invoker.hpp
fast_nlmeans_denoising_invoker_commons.hpp
fast_nlmeans_denoising_opencl.hpp world fix 11 years ago
fast_nlmeans_multi_denoising_invoker.hpp
hdr_common.cpp
hdr_common.hpp
inpaint.cpp
merge.cpp
npr.cpp
npr.hpp removed build error 11 years ago
precomp.hpp
seamless_cloning.cpp test 11 years ago
seamless_cloning.hpp Fixed mixed cloning bug 11 years ago
tonemap.cpp