11 Commits (f040282bf818a61f2018c1c78ba84bd48ccf2031)

Author SHA1 Message Date
Alexander Alekhin 4a297a2443 ts: refactor OpenCV tests 7 years ago
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). 10 years ago
Ilya Lavrenov 4a63b3dd90 cv2cvtest part2 11 years ago
Andrey Kamaev 0738ea7d0f Make highgui.hpp independent from C API 12 years ago
Andrey Kamaev ad5cddc007 Main module headers are moved 1 level up 12 years ago
Andrey Kamaev 7e92826efc Add test for issue #2646 12 years ago
Andrey Kamaev d83914d478 Change Imgproc_ prefix to Photo_ in all accuracy tests of photo module 12 years ago
Vadim Pisarevsky adc1d94e95 updated patch for tests; reenabled SURF & Denoising; removed fixes in ocl tests, since this is already fixed in another pull request 12 years ago
Vadim Pisarevsky 63bd6f9adf fixed compile errors in ocl tests; disabled a few problematic tests 12 years ago
Andrey Kamaev 56ac2937d8 Fix typo 12 years ago
Andrey Kamaev f42b38ac44 Refactor fast NL-means denoising 12 years ago
Leonid Beynenson 6a5d996ca8 Removed the header opencv2/photo/denoising.hpp 12 years ago
Victor Passichenko 1f42de39a3 Add non-local means denoising algorithm implementatation into photo module 12 years ago