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

  /external/opencv3/modules/videostab/include/opencv2/videostab/
motion_core.hpp 65 MM_SIMILARITY = 4,
113 if (model == MM_SIMILARITY)
motion_stabilizing.hpp 120 LpMotionStabilizer(MotionModel model = MM_SIMILARITY);
  /external/opencv3/samples/cpp/
videostab.cpp 556 return MM_SIMILARITY;
  /external/opencv3/modules/videostab/src/
global_motion.cpp 558 if (motionModel() == MM_SIMILARITY)
608 if (motionModel() == MM_SIMILARITY)

Completed in 2442 milliseconds