Skip to content

rapid_GOSTracker_create

rapidfunctionOpenCV 5.0.0
import { rapid_GOSTracker_create } from '@banou/opencv-wasm'

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

ARGUMENTSpts3d, tris, histBins, sobelThesh
FUNCTIONrapid_GOSTracker_create
RETURN TYPErapid_OLSTracker | null
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

Create an owned rapid_OLSTracker instance with the supplied configuration.

implements "Optimal local searching for fast and robust textureless 3D object tracking in highly cluttered backgrounds" [seo2013optimal]

rapid_GOSTracker_create(pts3d: Mat, tris: Mat, histBins: number, sobelThesh: number): rapid_OLSTracker | null;
3 available overloads
rapid_GOSTracker_create(pts3d: Mat, tris: Mat): rapid_OLSTracker | null;
rapid_GOSTracker_create(pts3d: Mat, tris: Mat, histBins: number): rapid_OLSTracker | null;
rapid_GOSTracker_create(pts3d: Mat, tris: Mat, histBins: number, sobelThesh: number): rapid_OLSTracker | null;
pts3d

pts3d argument (Mat).

tris

tris argument (Mat).

histBins

hist bins argument (number).

sobelThesh

sobel thesh argument (number).

Returns

The rapid_OLSTracker | 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.