HomeSort by relevance Sort by last modified time
    Searched defs:stabilize (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/videostab/src/
motion_stabilizing.cpp 54 void MotionStabilizationPipeline::stabilize( function in class:cv::videostab::MotionStabilizationPipeline
68 stabilizers_[i]->stabilize(size, updatedMotions, range, &stabilizationMotions_[0]);
83 void MotionFilterBase::stabilize( function in class:cv::videostab::MotionFilterBase
87 stabilizationMotions[i] = stabilize(i, motions, range);
105 Mat GaussianMotionFilter::stabilize(int idx, const std::vector<Mat> &motions, std::pair<int,int> range) function in class:cv::videostab::GaussianMotionFilter
135 void LpMotionStabilizer::stabilize(int, const std::vector<Mat>&, std::pair<int,int>, Mat*) function in class:cv::videostab::LpMotionStabilizer
142 void LpMotionStabilizer::stabilize( function in class:cv::videostab::LpMotionStabilizer
  /external/opencv3/samples/java/sbt/sbt/
sbt-launch.jar 

Completed in 59 milliseconds