OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
motion_core.hpp File Reference
#include <cmath>
#include "opencv2/core.hpp"
Include dependency graph for motion_core.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  cv::videostab::RansacParams
 Describes RANSAC method parameters. More...
 

Namespaces

namespace  cv
 "black box" representation of the file storage associated with a file on disk.
 
namespace  cv::videostab
 

Enumerations

enum  cv::videostab::MotionModel {
  cv::videostab::MM_TRANSLATION = 0 ,
  cv::videostab::MM_TRANSLATION_AND_SCALE = 1 ,
  cv::videostab::MM_ROTATION = 2 ,
  cv::videostab::MM_RIGID = 3 ,
  cv::videostab::MM_SIMILARITY = 4 ,
  cv::videostab::MM_AFFINE = 5 ,
  cv::videostab::MM_HOMOGRAPHY = 6 ,
  cv::videostab::MM_UNKNOWN = 7
}
 Describes motion model between two point clouds. More...