1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

imgproc: use singleton in color_hsv.simd.hpp

This commit is contained in:
Alexander Alekhin
2022-06-01 19:02:56 +00:00
parent e9187ae38c
commit 65fcf22670
3 changed files with 59 additions and 18 deletions
+1
View File
@@ -372,6 +372,7 @@ extern CV_EXPORTS
bool __termination; // skip some cleanups, because process is terminating
// (for example, if ExitProcess() was already called)
CV_EXPORTS
cv::Mutex& getInitializationMutex();
/// @brief Returns timestamp in nanoseconds since program launch