This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
opencv
Watch
1
Star
0
Fork
0
You've already forked opencv
Code
Issues
Pull Requests
Releases
Wiki
Activity
opencv
/
modules
/
photo
/
test
History
Vadim Pisarevsky
b37aaa8303
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
..
ocl
Added test cases
2015-03-24 01:16:17 +01:00
test_cloning.cpp
fixes
2015-01-12 10:59:30 +03:00
test_decolor.cpp
adjust numerical precision for windows build
2014-10-15 12:47:53 +09:00
test_denoise_tvl1.cpp
trying to solve compile problems; temporarily disabled some tests for just added optimization algo's
2014-08-14 14:37:30 +04:00
test_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
test_denoising.cuda.cpp
refactor CUDA part of photo module
2015-01-15 16:46:48 +03:00
test_hdr.cpp
added test for correct handling of uniforma areas in the MergeMertens
2014-01-09 14:10:00 -08:00
test_inpaint.cpp
cv2cvtest part2
2014-04-09 13:08:51 +04:00
test_main.cpp
lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template.
2012-03-15 14:36:01 +00:00
test_npr.cpp
suppress warnings
2014-10-14 19:07:15 +09:00
test_precomp.hpp
Extract imgcodecs module from highgui
2014-07-07 16:28:08 +04:00