Exemplo n.º 1
0
 /// <summary>Constructor of abstract ROI class.</summary>
 public ROI()
 {
     this.Visiable = true;
     this.ID       = Guid.NewGuid().ToString();
     MeasureParam  = new MeasureParameter()
     {
         Sigma      = 1.0,
         Threshold  = 30.0,
         Transition = "all",
         Select     = "all",
     };
 }
Exemplo n.º 2
0
        /// <summary>Constructor of abstract ROI class.</summary>
        public ROI()
        {
            this.Visiable = true;
            this.ID = Guid.NewGuid().ToString();
            MeasureParam = new MeasureParameter()
            {
                Sigma = 1.0,
                Threshold = 30.0,
                Transition = "all",
                Select = "all",

            };
        }