OpenCV 4.10.0
Open Source Computer Vision
|
这是 cv::AsyncArray 的所有成员的完整列表,包括所有继承的成员。
_getImpl() const CV_NOEXCEPT | cv::AsyncArray | 内联 |
AsyncArray() CV_NOEXCEPT | cv::AsyncArray | |
AsyncArray(const AsyncArray &o) CV_NOEXCEPT | cv::AsyncArray | |
AsyncArray(AsyncArray &&o) | cv::AsyncArray | 内联 |
get(OutputArray dst) const | cv::AsyncArray | |
get(OutputArray dst, int64 timeoutNs) const | cv::AsyncArray | |
get(OutputArray dst, double timeoutNs) const | cv::AsyncArray | 内联 |
get(OutputArray dst, const std::chrono::duration< _Rep, _Period > &timeout) | cv::AsyncArray | 内联 |
实现 | cv::AsyncArray | 友元 |
operator=(const AsyncArray &o) CV_NOEXCEPT | cv::AsyncArray | |
operator=(AsyncArray &&o) CV_NOEXCEPT | cv::AsyncArray | 内联 |
p | cv::AsyncArray | 受保护 |
release() CV_NOEXCEPT | cv::AsyncArray | |
valid() const CV_NOEXCEPT | cv::AsyncArray | |
wait_for(int64 timeoutNs) const | cv::AsyncArray | |
wait_for(double timeoutNs) const | cv::AsyncArray | 内联 |
wait_for(const std::chrono::duration< _Rep, _Period > &timeout) | cv::AsyncArray | 内联 |
~AsyncArray() CV_NOEXCEPT | cv::AsyncArray |