This website requires JavaScript.
Explore
Help
Sign In
third_party
/
opencv
Watch
1
Star
0
Fork
0
You've already forked opencv
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
e2fe0ca8355c12b80dc78d38bd742a7ce3bbdf0a
opencv
/
modules
/
photo
T
History
Dikay900
7ca0557b40
typos in comments
2015-05-23 17:36:45 +02:00
..
include
/opencv2
typos in comments
2015-05-23 17:36:45 +02:00
misc/java
/test
…
perf
…
src
added extra check in CalibrateDebevec to make sure the points are within the image:
2015-05-14 19:54:48 +03:00
test
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
CMakeLists.txt
…