فهرست منبع

adjust the scope value of bc regulate algorithm

GSP 1 ماه پیش
والد
کامیت
40581c6821
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      OTSIncAMeasureApp/1-OTSMeasure/Measure/3-MeasureFlow/CBrightnessContrastAdjust.cs

+ 1 - 1
OTSIncAMeasureApp/1-OTSMeasure/Measure/3-MeasureFlow/CBrightnessContrastAdjust.cs

@@ -380,7 +380,7 @@ namespace OTSMeasureApp._1_OTSMeasure.Measure._3_MeasureFlow
         {
            
           
-            var adjustScope =3;//the scope that sem brightness and contrast can be adjusted
+            double adjustScope =4;//the scope that sem brightness and contrast can be adjusted
 
             var error1 = desirebri - bri;
             var error2 = desiredark - dark;