CCT.NUI.HandTracking.HandDataFactory.HandDataFactory C# (CSharp) Method

HandDataFactory() public method

public HandDataFactory ( IKinectSensor sensor, IntSize size, ClusterDataSourceSettings clusteringSettings, ShapeDataSourceSettings shapeSettings, HandDataSourceSettings handSettings ) : System
sensor IKinectSensor
size CCT.NUI.Core.IntSize
clusteringSettings CCT.NUI.Core.Clustering.ClusterDataSourceSettings
shapeSettings CCT.NUI.Core.Shape.ShapeDataSourceSettings
handSettings HandDataSourceSettings
return System
        public HandDataFactory(IKinectSensor sensor, IntSize size, ClusterDataSourceSettings clusteringSettings, ShapeDataSourceSettings shapeSettings, HandDataSourceSettings handSettings)
            : this(size, clusteringSettings, shapeSettings, handSettings)
        {
            this.sdkFilter = new ImageFrameDepthPointFilter(sensor, size, this.clusteringSettings.MinimumDepthThreshold, this.clusteringSettings.MaximumDepthThreshold, this.clusteringSettings.LowerBorder);
        }

Same methods

HandDataFactory::HandDataFactory ( IntSize size ) : System
HandDataFactory::HandDataFactory ( IntSize size, ClusterDataSourceSettings clusteringSettings, ShapeDataSourceSettings shapeSettings, HandDataSourceSettings handSettings ) : System