Lines Matching refs:frames_
39 at(curPos_, frames_) = image; in nextStabilizedMotion()
70 at(curStabilizedPos_ + radius_, frames_) = at(curPos_, frames_); in nextStabilizedMotion()
92 cv::UMat frame0 = at(curPos_ - 1, frames_).getUMat(ACCESS_READ); in estimateMotion()
93 cv::UMat frame1 = at(curPos_, frames_).getUMat(ACCESS_READ); in estimateMotion()
117 …amicCast<KeypointBasedMotionEstimator>()->estimate(at(curPos_ - 1, frames_), at(curPos_, frames_)); in estimateMotion()
129 frames_.resize(2); in setUpFrame()
136 at(i, frames_) = firstFrame; in setUpFrame()
139 at(0, frames_) = firstFrame; in setUpFrame()
157 at(curPos_, frames_) = image; in nextStabilizedMotion()
188 at(curStabilizedPos_ + radius_, frames_) = at(curPos_, frames_); in nextStabilizedMotion()
210 cv::UMat frame0 = at(curPos_ - 1, frames_).getUMat(ACCESS_READ); in estimateMotion()
211 cv::UMat frame1 = at(curPos_, frames_).getUMat(ACCESS_READ); in estimateMotion()
235 …amicCast<KeypointBasedMotionEstimator>()->estimate(at(curPos_ - 1, frames_), at(curPos_, frames_)); in estimateMotion()
243 frames_.resize(2); in setUpFrame()
248 at(i, frames_) = firstFrame; in setUpFrame()