Name
Last commit
Last update
..
cuda Merge remote-tracking branch 'origin/2.4' into merge-2.4
opencl Addition of per-channel h-values for fastNlMeansDenoising[Multi][Abs]
align.cpp fixed warnings
arrays.hpp fully implemented SSE and NEON cases of intrin.hpp; extended the HAL with some basic math functions
calibrate.cpp added extra check in CalibrateDebevec to make sure the points are within the image:
contrast_preserve.cpp CV_Assert for photo module corrected
contrast_preserve.hpp bugfix #3945 pass idx,idx1 by reference instead of static vars
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
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).
denoising.cuda.cpp refactor CUDA part of photo module
fast_nlmeans_denoising_invoker.hpp fix build (related to PR #3814)
fast_nlmeans_denoising_invoker_commons.hpp fix build (related to PR #3814)
fast_nlmeans_denoising_opencl.hpp Added parameter normType to fastNlMeansDenoising
fast_nlmeans_multi_denoising_invoker.hpp Addition of per-channel h-values for fastNlMeansDenoising[Multi][Abs]
hdr_common.cpp deleted excess semicolons, commas
hdr_common.hpp deleted excess semicolons, commas
inpaint.cpp Boring changes - photo.
merge.cpp added epsilon value to weights in the MergeMertens in order to avoid zero weights for pixels from uniformly filled areas of image
npr.cpp fixed warnings
npr.hpp removed build error
precomp.hpp implemented OpenCL version of cv::fastNlMeansDenoising
seamless_cloning.cpp suppress warnings
seamless_cloning.hpp whitespace
seamless_cloning_impl.cpp suppress warnings
tonemap.cpp avoid possible problems with zero values in tone mapping algorithms (http://code.opencv.org/issues/4020)