Interface BackgroundSubtractorMOG2Props

interface BackgroundSubtractorMOG2Props {
    detectShadows?: boolean;
    history?: number;
    varThreshold?: number;
}

Properties

detectShadows?: boolean
history?: number
varThreshold?: number