createCalibrateRobertson
import { createCalibrateRobertson } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSmax_iter, threshold
FUNCTIONcreateCalibrateRobertson
RETURN TYPECalibrateRobertson | null
Creates CalibrateRobertson object
createCalibrateRobertson(max_iter: number, threshold: number): CalibrateRobertson | null;3 available overloads
createCalibrateRobertson(): CalibrateRobertson | null;createCalibrateRobertson(max_iter: number): CalibrateRobertson | null;createCalibrateRobertson(max_iter: number, threshold: number): CalibrateRobertson | null;max_itermaximal number of Gauss-Seidel solver iterations.
thresholdtarget difference between results of two successive steps of the minimization.
Returns
The CalibrateRobertson | null 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.