opencv/modules/imgproc
Alexander Alekhin 17e2bf5717 core(tls): implement releasing of TLS on thread termination
- move TLS & instrumentation code out of core/utility.hpp
- (*) TLSData lost .gather() method (to dispose thread data on thread termination)
- use TLSDataAccumulator for reliable collecting of thread data
- prefer using of .detachData() + .cleanupDetachedData() instead of .gather() method

(*) API is broken: replace TLSData => TLSDataAccumulator if gather required
(objects disposal on threads termination is not available in accumulator mode)
2019-10-24 06:36:18 +00:00
..
doc
include/opencv2
misc/java imgproc: fix fitLine() implementation 2019-10-03 21:23:52 +00:00
perf
src core(tls): implement releasing of TLS on thread termination 2019-10-24 06:36:18 +00:00
test Merge pull request #15642 from alalek:issue_15597 2019-10-08 00:33:20 +03:00
CMakeLists.txt