C# Class Kinect.BackgroundRemovalManager

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

Public Methods

Method 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 method

Gets the foreground image texture.
public GetForegroundTex ( ) : Texture
return UnityEngine.Texture

IsBackgroundRemovalInitialized() public method

Determines whether the BackgroundRemovalManager was successfully initialized.
public IsBackgroundRemovalInitialized ( ) : bool
return bool

OnDestroy() public method

public OnDestroy ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void