Метод | Описание | |
---|---|---|
Colorizer ( ) : System | ||
CullImage ( byte>.Image |
||
TransformCullAndConvertDepthFrame ( DepthImagePixel depthFrame, int minDepth, int maxDepth, byte colorFrame, float transformAngle, short cullingThreshold, System headPostition ) : void |
Метод | Описание | |
---|---|---|
GetColorMappingTable ( int minDepth, int maxDepth, float tranformTanAngle, short culling ) : byte[] |
Returns the depth-to-color mapping table.
|
|
InitializeTransformTable ( int maxDepth, float angle ) : void | ||
TransformDepth ( int initialDepth, int y, double angleTan ) : short |
public CullImage ( byte>.Image |
||
img | byte>.Image | |
cull | int | |
Результат | void |
public TransformCullAndConvertDepthFrame ( DepthImagePixel depthFrame, int minDepth, int maxDepth, byte colorFrame, float transformAngle, short cullingThreshold, System headPostition ) : void | ||
depthFrame | DepthImagePixel | |
minDepth | int | |
maxDepth | int | |
colorFrame | byte | |
transformAngle | float | |
cullingThreshold | short | |
headPostition | System | |
Результат | void |