histogram implemented

This commit is contained in:
EugeneTes
2026-04-08 13:10:34 +02:00
parent 931de47164
commit 2be13501fa
11 changed files with 805 additions and 125 deletions

View File

@@ -4,5 +4,6 @@ public class CellResult
{
public int Index { get; set; }
public bool IsGood { get; set; }
public double Distance { get; set; }
/// <summary>Largest (histogram bin value spline at that bin) across all bins. Negative if every bin is below the spline.</summary>
public double MaxExceedance { get; set; }
}