AdvancedOCR.SubsamplingWeights.SubsamplingWeights C# (CSharp) Method

SubsamplingWeights() public method

public SubsamplingWeights ( int width, int height ) : System
width int
height int
return System
        public SubsamplingWeights(int width, int height)
            : base(width, height, 1)
        {
            Weight = RandomWeight(width * height);
            WeightStepSize = 0.0;
        }