OpenCV
4.7.0-dev
Open Source Computer Vision
|
This is the complete list of members for cv::VideoCapture, including all inherited members.
cap | cv::VideoCapture | protected |
get(int propId) const | cv::VideoCapture | virtual |
getBackendName() const | cv::VideoCapture | |
getExceptionMode() | cv::VideoCapture | inline |
grab() | cv::VideoCapture | virtual |
icap | cv::VideoCapture | protected |
internal::VideoCapturePrivateAccessor class | 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 |
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 |
waitAny(const std::vector< VideoCapture > &streams, std::vector< int > &readyIndex, int64 timeoutNs=0) | cv::VideoCapture | static |
~VideoCapture() | cv::VideoCapture | virtual |