示例#1
0
        void EvaluatorGenuineImpostorResultGraph_ThreshChanged(Core.Evaluation.Results.Statistics.StatisticsSettings statisticsSettings)
        {
            int bin = this.getBin(statisticsSettings.newThresh, this.getStatistics().GlobalExtremes.max);

            threshPoints[0].X = bin;
            threshPoints[1].X = bin;
            this.zgc.Refresh();
        }
示例#2
0
 void BiometricAlgorithmDetailResultGraph_ThreshChanged(Core.Evaluation.Results.Statistics.StatisticsSettings statisticsSettings)
 {
     threshPoints[0].Y = statisticsSettings.newThresh;
     threshPoints[1].Y = statisticsSettings.newThresh;
     this.zgc.Refresh();
 }
示例#3
0
 void EvaluationStatisticsControl_ThreshChanged(Core.Evaluation.Results.Statistics.StatisticsSettings statisticsSettings)
 {
     this.myRefresh();
 }