C# Class CCT.NUI.Core.Video.DepthImageFactoryBase

Afficher le fichier Open project: an83/KinectTouch2

Protected Properties

Свойство Type Description
histogram Histogram

Méthodes publiques

Méthode Description
DepthImageFactoryBase ( int maxDepth ) : System

Private Methods

Méthode Description
CreateHistogram ( IntPtr sourceData, int width, int height ) : void

Method Details

DepthImageFactoryBase() public méthode

public DepthImageFactoryBase ( int maxDepth ) : System
maxDepth int
Résultat System

Property Details

histogram protected_oe property

protected Histogram histogram
Résultat Histogram