PersonSegmentationModule
The PersonSegmentationModule
class enables the separation of a person from a scene.
Example
Properties
Property
Description
foregroundPercent
(get) foregroundPercent: ScalarSignal (set) (Not Available)
Represents the percentage of screen space occupied by a person/people.
hasForeground
(get) hasForeground: BoolSignal (set) (Not Available)
Represents whether there is anybody in the scene (TRUE/FALSE), based on whether the percentage of foreground is larger than a threshold.
isEnabled
(get) (Not Available) (set) isEnabled: BoolSignal
Specifies whether the segmentation should be enabled. Default value is 'true'.
Methods
This module exposes no methods.
Classes
This module exposes no classes.
Last updated