opencv/modules/photo/src
mvukad 695e33b25b Fix missing format when writing Algorithm-based objects
Added a writeFormat() method to Algorithm which must be called by the
write() method of derived classes.
2016-04-07 13:49:42 -07:00
..
cuda Merge remote-tracking branch 'origin/2.4' into merge-2.4 2014-02-25 15:02:24 +04:00
opencl Addition of per-channel h-values for fastNlMeansDenoising[Multi][Abs] 2015-03-06 20:43:55 +01:00
align.cpp Fix missing format when writing Algorithm-based objects 2016-04-07 13:49:42 -07:00
arrays.hpp fully implemented SSE and NEON cases of intrin.hpp; extended the HAL with some basic math functions 2015-04-16 23:00:26 +03:00
calibrate.cpp Fix missing format when writing Algorithm-based objects 2016-04-07 13:49:42 -07: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 significantly improved parallel non-local means by using granularity parameter in parallel_for_ loop. Because the algorithm deals with sliding sums, it's essential that each thread has enough work to do, otherwise the algorithm gets higher theoretical complexity and thus there is no speedup comparing to 1-thread code (at best). 2015-05-14 15:39:42 +03:00
denoising.cuda.cpp refactor CUDA part of photo module 2015-01-15 16:46:48 +03:00
fast_nlmeans_denoising_invoker_commons.hpp fix build (related to PR #3814) 2015-03-30 16:32:00 +03:00
fast_nlmeans_denoising_invoker.hpp fix build (related to PR #3814) 2015-03-30 16:32:00 +03:00
fast_nlmeans_denoising_opencl.hpp Visual Studio 2015 warning and test fixes 2015-10-20 12:48:37 +03:00
fast_nlmeans_multi_denoising_invoker.hpp Addition of per-channel h-values for fastNlMeansDenoising[Multi][Abs] 2015-03-06 20:43:55 +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 Fix missing format when writing Algorithm-based objects 2016-04-07 13:49:42 -07: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 Fix missing format when writing Algorithm-based objects 2016-04-07 13:49:42 -07:00