Home
last modified time | relevance | path

Searched refs:rejectionStatus_ (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/videostab/include/opencv2/videostab/
Dglobal_motion.hpp280 std::vector<uchar> rejectionStatus_; member in cv::videostab::KeypointBasedMotionEstimatorGpu
/external/opencv3/modules/videostab/src/
Dglobal_motion.cpp817 outlierRejector_->process(frame0.size(), hostPointsPrev_, hostPoints_, rejectionStatus_); in estimate()
827 if (rejectionStatus_[i]) in estimate()