C# Class CCT.NUI.Core.Histogram

Show file Open project: an83/KinectTouch2 Class Usage Examples

Public Methods

Method Description
GetValue ( ushort depthValue ) : int
Histogram ( int maxValue ) : System
Increase ( int depthValue ) : void
PostProcess ( int points ) : void
Reset ( ) : void

Method Details

GetValue() public method

public GetValue ( ushort depthValue ) : int
depthValue ushort
return int

Histogram() public method

public Histogram ( int maxValue ) : System
maxValue int
return System

Increase() public method

public Increase ( int depthValue ) : void
depthValue int
return void

PostProcess() public method

public PostProcess ( int points ) : void
points int
return void

Reset() public method

public Reset ( ) : void
return void