aruco_CornerRefineMethod
import { aruco_CornerRefineMethod } 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.
Native enum entries for aruco corner refine method. Pass an entry to enum-typed arguments or its .value to numeric arguments.
Constructors and members
static CORNER_REFINE_NONE
Tag and corners detection based on the ArUco approach
CORNER_REFINE_NONE: aruco_CornerRefineMethodValue<0>,static CORNER_REFINE_SUBPIX
ArUco approach and refine the corners locations using corner subpixel accuracy
CORNER_REFINE_SUBPIX: aruco_CornerRefineMethodValue<1>,static CORNER_REFINE_CONTOUR
ArUco approach and refine the corners locations using the contour-points line fitting
CORNER_REFINE_CONTOUR: aruco_CornerRefineMethodValue<2>,static CORNER_REFINE_APRILTAG
Tag and corners detection based on the AprilTag 2 approach [wang2016iros]
CORNER_REFINE_APRILTAG: aruco_CornerRefineMethodValue<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.