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