CCT.NUI.Core.Video.DepthImageFactoryBase.DepthImageFactoryBase C# (CSharp) 메소드

DepthImageFactoryBase() 공개 메소드

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