![]() |
OpenCV 4.11.0
开源计算机视觉库
|
这是cv::VideoCapture的所有成员的完整列表,包括所有继承的成员。
| cap | cv::VideoCapture | protected 保护成员 |
| get(int propId) const | cv::VideoCapture | virtual 虚函数 |
| getBackendName() const | cv::VideoCapture | |
| getExceptionMode() const | cv::VideoCapture | inline 内联函数 |
| grab() | cv::VideoCapture | virtual 虚函数 |
| icap | cv::VideoCapture | protected 保护成员 |
| internal::VideoCapturePrivateAccessor 类 | cv::VideoCapture | friend 友元 |
| isOpened() const | cv::VideoCapture | virtual 虚函数 |
| open(const String &filename, int apiPreference=CAP_ANY) | cv::VideoCapture | virtual 虚函数 |
| open(const String &filename, int apiPreference, const std::vector< int > ¶ms) | cv::VideoCapture | virtual 虚函数 |
| open(int index, int apiPreference=CAP_ANY) | cv::VideoCapture | virtual 虚函数 |
| open(int index, int apiPreference, const std::vector< int > ¶ms) | cv::VideoCapture | virtual 虚函数 |
| open(const Ptr< IStreamReader > &source, int apiPreference, const std::vector< int > ¶ms) | cv::VideoCapture | virtual 虚函数 |
| operator>>(Mat &image) | cv::VideoCapture | virtual 虚函数 |
| operator>>(UMat &image) | cv::VideoCapture | virtual 虚函数 |
| read(OutputArray image) | cv::VideoCapture | virtual 虚函数 |
| release() | cv::VideoCapture | virtual 虚函数 |
| retrieve(OutputArray image, int flag=0) | cv::VideoCapture | virtual 虚函数 |
| set(int propId, double value) | cv::VideoCapture | virtual 虚函数 |
| setExceptionMode(bool enable) | cv::VideoCapture | inline 内联函数 |
| throwOnFail | cv::VideoCapture | protected 保护成员 |
| VideoCapture() | cv::VideoCapture | |
| VideoCapture(const String &filename, int apiPreference=CAP_ANY) | cv::VideoCapture | explicit 显式构造函数 |
| VideoCapture(const String &filename, int apiPreference, const std::vector< int > ¶ms) | cv::VideoCapture | explicit 显式构造函数 |
| VideoCapture(int index, int apiPreference=CAP_ANY) | cv::VideoCapture | explicit 显式构造函数 |
| VideoCapture(int index, int apiPreference, const std::vector< int > ¶ms) | cv::VideoCapture | explicit 显式构造函数 |
| VideoCapture(const Ptr< IStreamReader > &source, int apiPreference, const std::vector< int > ¶ms) | cv::VideoCapture | |
| waitAny(const std::vector< VideoCapture > &streams, std::vector< int > &readyIndex, int64 timeoutNs=0) | cv::VideoCapture | static 静态成员函数 |
| ~VideoCapture 析构函数() | cv::VideoCapture | virtual 虚函数 |