The SegmentationModule
class enables the separation of a person or hair or skin from a scene.
Property | Description |
---|---|
hair | (get) hair: HairSegmentation Specifies an instance of a HairSegmentation object. |
person | (get) person: PersonSegmentation Specifies an instance of a PersonSegmentation object. |
skin | (get) skin: SkinSegmentation Specifies an instance of a SkinSegmentation object. |
This module exposes no methods.
Class | Description |
---|---|
HairSegmentation | The HairSegmentation class exposes the information about a person's hair. |
PersonSegmentation | The PersonSegmentation class exposes the information about a person. |
SkinSegmentation | The SkinSegmentation class exposes the information about a person's skin. |