OpenCV
4.0.0
Open Source Computer Vision
|
This is the complete list of members for cv::optflow::OpticalFlowPCAFlow, including all inherited members.
Algorithm() | cv::Algorithm | |
basisSize | cv::optflow::OpticalFlowPCAFlow | protected |
calc(InputArray I0, InputArray I1, InputOutputArray flow) CV_OVERRIDE | cv::optflow::OpticalFlowPCAFlow | virtual |
claheClip | cv::optflow::OpticalFlowPCAFlow | protected |
clear() | cv::Algorithm | inlinevirtual |
collectGarbage() CV_OVERRIDE | cv::optflow::OpticalFlowPCAFlow | virtual |
dampingFactor | cv::optflow::OpticalFlowPCAFlow | protected |
empty() const | cv::Algorithm | inlinevirtual |
getDefaultName() const | cv::Algorithm | virtual |
load(const String &filename, const String &objname=String()) | cv::Algorithm | inlinestatic |
loadFromString(const String &strModel, const String &objname=String()) | cv::Algorithm | inlinestatic |
occlusionsThreshold | cv::optflow::OpticalFlowPCAFlow | protected |
OpticalFlowPCAFlow(Ptr< const PCAPrior > _prior=Ptr< const PCAPrior >(), const Size _basisSize=Size(18, 14), float _sparseRate=0.024, float _retainedCornersFraction=0.2, float _occlusionsThreshold=0.0003, float _dampingFactor=0.00002, float _claheClip=14) | cv::optflow::OpticalFlowPCAFlow | |
prior | cv::optflow::OpticalFlowPCAFlow | protected |
read(const FileNode &fn) | cv::Algorithm | inlinevirtual |
read(const FileNode &fn) | cv::Algorithm | inlinestatic |
retainedCornersFraction | cv::optflow::OpticalFlowPCAFlow | protected |
save(const String &filename) const | cv::Algorithm | virtual |
sparseRate | cv::optflow::OpticalFlowPCAFlow | protected |
useOpenCL | cv::optflow::OpticalFlowPCAFlow | protected |
write(FileStorage &fs) const | cv::Algorithm | inlinevirtual |
write(const Ptr< FileStorage > &fs, const String &name=String()) const | cv::Algorithm | |
writeFormat(FileStorage &fs) const | cv::Algorithm | protected |
~Algorithm() | cv::Algorithm | virtual |