C# Class Kinect.BackgroundRemovalManager

Background removal manager is the component that deals with Kinect background removal.
Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: BrainProject/UnityTemp Class Usage Examples

Méthodes publiques

Méthode Description
GetForegroundTex ( ) : Texture

Gets the foreground image texture.

IsBackgroundRemovalInitialized ( ) : bool

Determines whether the BackgroundRemovalManager was successfully initialized.

OnDestroy ( ) : void
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

GetForegroundTex() public méthode

Gets the foreground image texture.
public GetForegroundTex ( ) : Texture
Résultat UnityEngine.Texture

IsBackgroundRemovalInitialized() public méthode

Determines whether the BackgroundRemovalManager was successfully initialized.
public IsBackgroundRemovalInitialized ( ) : bool
Résultat bool

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void