CCT.NUI.Core.Video.DepthImageFactoryBase.DepthImageFactoryBase C# (CSharp) Method

DepthImageFactoryBase() public method

public DepthImageFactoryBase ( int maxDepth ) : System
maxDepth int
return System
        public DepthImageFactoryBase(int maxDepth)
        {
            this.histogram = new Histogram(maxDepth);
        }