HomeSort by relevance Sort by last modified time
    Searched refs:frameCount_ (Results 1 - 4 of 4) sorted by null

  /external/opencv3/modules/videostab/include/opencv2/videostab/
wobble_suppression.hpp 75 virtual void setFrameCount(int val) { frameCount_ = val; }
76 virtual int frameCount() const { return frameCount_; }
89 int frameCount_;
stabilizer.hpp 188 int frameCount_;
  /external/opencv3/modules/videostab/src/
stabilizer.cpp 321 frameCount_ = 0;
387 if (frameCount_ > 0)
415 frameCount_++;
431 stabilizationMotions_.resize(frameCount_);
433 frameCount_, motions_, std::make_pair(0, frameCount_ - 1), &stabilizationMotions_[0]);
444 for (int i = 0; i < frameCount_; ++i)
453 saveMotions(frameCount_, motions_, stabilizationMotions_);
476 wobbleSuppressor_->setFrameCount(frameCount_);
wobble_suppression.cpp 111 int k2 = std::min(k1 + period_, frameCount_ - 1);
163 int k2 = std::min(k1 + period_, frameCount_ - 1);

Completed in 4509 milliseconds