Skip to content

videostab

All modules / videostab

Constants

Use the named constant from cv. In particular, OpenCV 5 matrix type codes differ from OpenCV 4.

videostab_MM_TRANSLATION

videostab mm translation constant (0), defined by OpenCV for cv::videostab.

videostab_MM_TRANSLATION_AND_SCALE

videostab mm translation and scale constant (1), defined by OpenCV for cv::videostab.

videostab_MM_ROTATION

videostab mm rotation constant (2), defined by OpenCV for cv::videostab.

videostab_MM_RIGID

videostab mm rigid constant (3), defined by OpenCV for cv::videostab.

videostab_MM_SIMILARITY

videostab mm similarity constant (4), defined by OpenCV for cv::videostab.

videostab_MM_AFFINE

videostab mm affine constant (5), defined by OpenCV for cv::videostab.

videostab_MM_HOMOGRAPHY

videostab mm homography constant (6), defined by OpenCV for cv::videostab.

videostab_MM_UNKNOWN

videostab mm unknown constant (7), defined by OpenCV for cv::videostab.