Stitcher_Status
import { Stitcher_Status } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
Native object: release it with using or delete(). Factories can return null; check before calling methods.
When setting a resolution for stitching, this values is a placeholder for preserving the original resolution.
Constructors and members
static OK
ok constant (0), defined by OpenCV for cv::Stitcher.
OK: Stitcher_StatusValue<0>,static ERR_NEED_MORE_IMGS
err need more imgs constant (1), defined by OpenCV for cv::Stitcher.
ERR_NEED_MORE_IMGS: Stitcher_StatusValue<1>,static ERR_HOMOGRAPHY_EST_FAIL
err homography est fail constant (2), defined by OpenCV for cv::Stitcher.
ERR_HOMOGRAPHY_EST_FAIL: Stitcher_StatusValue<2>,static ERR_CAMERA_PARAMS_ADJUST_FAIL
err camera params adjust fail constant (3), defined by OpenCV for cv::Stitcher.
ERR_CAMERA_PARAMS_ADJUST_FAIL: Stitcher_StatusValue<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.