Skip to content

videostab_MotionModel

videostabclassOpenCV 5.0.0
import { videostab_MotionModel } from '@banou/opencv-wasm'

Use after await initOpenCV(). See the initialization and named imports guide.

ARGUMENTSConstructor or factory
CLASSvideostab_MotionModel
RETURN TYPEOwned native handle
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

Native object: release it with using or delete(). Factories can return null; check before calling methods.

Describes motion model between two point clouds.

Constructors and members

static MM_TRANSLATION

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

MM_TRANSLATION: videostab_MotionModelValue<0>,

static MM_TRANSLATION_AND_SCALE

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

MM_TRANSLATION_AND_SCALE: videostab_MotionModelValue<1>,

static MM_ROTATION

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

MM_ROTATION: videostab_MotionModelValue<2>,

static MM_RIGID

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

MM_RIGID: videostab_MotionModelValue<3>,

static MM_SIMILARITY

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

MM_SIMILARITY: videostab_MotionModelValue<4>,

static MM_AFFINE

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

MM_AFFINE: videostab_MotionModelValue<5>,

static MM_HOMOGRAPHY

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

MM_HOMOGRAPHY: videostab_MotionModelValue<6>,

static MM_UNKNOWN

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

MM_UNKNOWN: videostab_MotionModelValue<7>

These signatures describe this package. Upstream documentation can mention optional backends that are absent from this build. Check runtime compatibility before choosing a backend or file format.