Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
CCT
NUI
Core
Histogram
C# Class CCT.NUI.Core.Histogram
Mostrar archivo
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