find4QuadCornerSubpix
import { find4QuadCornerSubpix } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSimg, corners, region_size
FUNCTIONfind4QuadCornerSubpix
RETURN TYPEboolean
finds subpixel-accurate positions of the chessboard corners
find4QuadCornerSubpix(img: Mat, corners: Mat, region_size: Size): boolean;imgimg argument (Mat).
cornersInput/output value, modified by the native operation. corners argument (Mat).
region_sizeregion size argument (Size).
Returns
The boolean result.
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.