Interface BackgroundSubtractorKNNProps

interface BackgroundSubtractorKNNProps {
    detectShadows?: boolean;
    dist2Threshold?: number;
    history?: number;
}

Properties

detectShadows?: boolean
dist2Threshold?: number
history?: number