コード例 #1
0
        private void SetTableEraserParam()
        {
            EraserParams env = new EraserParams();

            env.MinLenght          = (int)this.numMinLength.Value;
            env.LineRectRatio      = (int)this.numRatio.Value;
            env.MinScanLength      = (int)this.numMinStep.Value;
            env.MaxDotSpace        = (int)this.numMaxSpace.Value;
            env.HighSpeedStep      = (int)this.numHStep.Value;
            env.ExtractFrameMargin = (int)this.numExtraFrameMargin.Value;
            TableEraser.SetParams(env);
        }