Interface BackgroundFilterPaths

Paths to assets that will be loaded from CDN

interface BackgroundFilterPaths {
    simd: string;
    wasm: string;
    worker: string;
}

Properties

Properties

simd: string

Path to the WASM file compiled with SIMD support for processing background segmentation

wasm: string

Path to the WASM file for processing background segmentation.

worker: string

Path to the web worker that will processing background segmentation.