This website requires JavaScript.
Explore
Help
Sign In
potok
/
opencv
Watch
1
Star
0
Fork
0
You've already forked opencv
mirror of
https://github.com/opencv/opencv.git
synced
2026-07-27 14:23:04 +04:00
Code
Packages
Releases
Wiki
Activity
Files
b4e300b78b204e94997ad036b94de9ce4717f5a5
opencv
/
modules
/
photo
/
test
T
History
Tomoaki Teshima
e63d628677
remove some rand functions
...
* make test more reproducible
2017-07-20 22:43:11 +09:00
..
ocl
eliminate compiler warnings
2016-10-08 02:19:43 +03:00
test_cloning.cpp
fixes
2015-01-12 10:59:30 +03:00
test_decolor.cpp
test: change condition in Photo_Decolor
2016-10-20 16:54:43 +03: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
increase epsilons in some tests:
2015-11-27 16:46:20 +03:00
test_hdr.cpp
remove some rand functions
2017-07-20 22:43:11 +09:00
test_inpaint.cpp
photo: add support of all types of 1c images in inpaint
2017-05-24 10:24:59 +03: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
RGB2Lab_f and trilinear interpolation code are in separate branch; cubeRoot(x) instead of std::pow(x, 1.f/3.f)
2017-07-17 21:59:54 +03:00
test_precomp.hpp
Extract imgcodecs module from highgui
2014-07-07 16:28:08 +04:00