Home | History | Annotate | Download | only in test

Lines Matching refs:base_

57     cv::Ptr<cv::superres::FrameSource> base_;
64 base_(base), scale_(scale)
66 CV_Assert( base_ );
71 base_->nextFrame(origFrame_);
84 base_->reset();
96 cv::Ptr<cv::superres::FrameSource> base_;
105 base_(base), iscale_(1.0 / scale)
107 CV_Assert( base_ );
133 base_->nextFrame(origFrame_);
146 base_->reset();