opencv/modules/photo/src
2015-02-13 00:11:30 +01:00
..
cuda Merge remote-tracking branch 'origin/2.4' into merge-2.4 2014-02-25 15:02:24 +04:00
opencl Remove unnecessary local variable "size". 2014-12-16 14:25:24 +08:00
align.cpp fixed warnings 2013-10-08 12:46:43 +04:00
arrays.hpp some more refactoring 2014-02-18 14:32:03 +04:00
calibrate.cpp fix crash when sample point out of image boundaries 2014-12-22 21:01:17 +00:00
contrast_preserve.cpp CV_Assert for photo module corrected 2014-02-25 19:58:08 +01:00
contrast_preserve.hpp bugfix #3945 pass idx,idx1 by reference instead of static vars 2014-10-07 12:19:54 +02:00
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 2014-08-14 12:50:07 +04:00
denoising.cpp Basic 16-bit implmentation of fastNlMeansDenoising. Table-based exponetiation leads to high memory footprint and loss of precision in 16-bit mode. 2015-02-12 22:14:01 +01:00
denoising.cuda.cpp refactor CUDA part of photo module 2015-01-15 16:46:48 +03:00
fast_nlmeans_denoising_invoker_commons.hpp Additional refactoring preparing for 16-bit implementation 2015-02-12 18:45:09 +01:00
fast_nlmeans_denoising_invoker.hpp Using WEIGHT_THRESHOLD to limit table size. Still problematic with 16-bit and big h-values. 2015-02-13 00:11:30 +01:00
fast_nlmeans_denoising_opencl.hpp Improve the performance of fast_nlmeans_denoising_opencl. 2014-11-12 22:34:33 +08:00
fast_nlmeans_multi_denoising_invoker.hpp Using WEIGHT_THRESHOLD to limit table size. Still problematic with 16-bit and big h-values. 2015-02-13 00:11:30 +01:00
hdr_common.cpp deleted excess semicolons, commas 2014-01-18 01:31:33 +04:00
hdr_common.hpp deleted excess semicolons, commas 2014-01-18 01:31:33 +04:00
inpaint.cpp Merge branch 'master' into gpu-cuda-rename 2013-09-06 15:44:44 +04:00
merge.cpp added epsilon value to weights in the MergeMertens in order to avoid zero weights for pixels from uniformly filled areas of image 2014-01-07 19:38:57 -08:00
npr.cpp fixed warnings 2013-12-06 15:20:29 +04:00
npr.hpp removed build error 2014-07-29 00:15:11 +05:30
precomp.hpp implemented OpenCL version of cv::fastNlMeansDenoising 2014-02-18 14:32:03 +04:00
seamless_cloning_impl.cpp suppress warnings 2014-10-14 19:07:15 +09:00
seamless_cloning.cpp suppress warnings 2014-10-14 19:07:15 +09:00
seamless_cloning.hpp whitespace 2014-10-14 16:45:02 +09:00
tonemap.cpp fixed warnings 2013-10-08 12:46:43 +04:00