saliency_ObjectnessBING_create
import { saliency_ObjectnessBING_create } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSSee signature below
FUNCTIONsaliency_ObjectnessBING_create
RETURN TYPEsaliency_ObjectnessBING | null
Create an owned saliency_ObjectnessBING instance with the supplied configuration.
Specific Objectness Specialized Classes *********************************** Objectness algorithms based on [3] [3] Cheng, Ming-Ming, et al. "BING: Binarized normed gradients for objectness estimation at 300fps." IEEE CVPR. 2014. the Binarized normed gradients algorithm from [BING]
saliency_ObjectnessBING_create(): saliency_ObjectnessBING | null;Returns
The saliency_ObjectnessBING | 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.