OpenCV  3.4.20-dev
Open Source Computer Vision
Public Member Functions | Protected Attributes | List of all members

#include <opencv2/core/utility.hpp>

Public Member Functions

 AutoLock (Mutex &m)
 
 ~AutoLock ()
 

Protected Attributes

Mutexmutex
 

Constructor & Destructor Documentation

◆ AutoLock()

cv::AutoLock::AutoLock ( Mutex m)
inline

◆ ~AutoLock()

cv::AutoLock::~AutoLock ( )
inline

Member Data Documentation

◆ mutex

Mutex* cv::AutoLock::mutex
protected

The documentation for this class was generated from the following file: