ScoreMethod
import { ScoreMethod } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSConstructor or factory
CLASSScoreMethod
RETURN TYPEOwned native handle
Native object: release it with using or delete(). Factories can return null; check before calling methods.
Native enum entries for score method. Pass an entry to enum-typed arguments or its .value to numeric arguments.
Constructors and members
static SCORE_METHOD_RANSAC
score method ransac constant (0), defined by OpenCV for cv.
SCORE_METHOD_RANSAC: ScoreMethodValue<0>,static SCORE_METHOD_MSAC
score method msac constant (1), defined by OpenCV for cv.
SCORE_METHOD_MSAC: ScoreMethodValue<1>,static SCORE_METHOD_MAGSAC
score method magsac constant (2), defined by OpenCV for cv.
SCORE_METHOD_MAGSAC: ScoreMethodValue<2>,static SCORE_METHOD_LMEDS
score method lmeds constant (3), defined by OpenCV for cv.
SCORE_METHOD_LMEDS: ScoreMethodValue<3>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.