Skip to content

createCalibrateRobertson

Computational photographyfunctionOpenCV 5.0.0
import { createCalibrateRobertson } from '@banou/opencv-wasm'

Use after await initOpenCV(). See the initialization and named imports guide.

ARGUMENTSmax_iter, threshold
FUNCTIONcreateCalibrateRobertson
RETURN TYPECalibrateRobertson | null
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

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_iter

maximal number of Gauss-Seidel solver iterations.

threshold

target 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.