.. |
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
|
fixed warnings
|
2013-10-08 12:46:43 +04: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 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
|
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
|
Added parameter normType to fastNlMeansDenoising
|
2015-03-24 00:47:11 +01: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
|
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
|
avoid possible problems with zero values in tone mapping algorithms (http://code.opencv.org/issues/4020)
|
2015-05-14 19:32:25 +03:00 |