2.0.15
profile influences configuration
This commit is contained in:
@@ -102,11 +102,21 @@
|
||||
|
||||
<Separator Margin="0,8" />
|
||||
|
||||
<Button Content="SET REFERENCE (RESETS SPLINES)" Command="{Binding SetReferenceHistogramCommand}" Margin="0,4"
|
||||
HorizontalAlignment="Stretch" />
|
||||
<TextBlock Text="✓ Average spline set" Foreground="LimeGreen" IsVisible="{Binding HasAverageSpline}" />
|
||||
<TextBlock Text="Detection Thresholds" FontWeight="Bold" FontSize="14" Foreground="Black" />
|
||||
|
||||
<Button Content="TEST PATTERN" Command="{Binding TestPatternCommand}" Margin="0,4"
|
||||
<TextBlock Text="A* (white chocolate, lower = stricter)" Foreground="Black" />
|
||||
<NumericUpDown Value="{Binding AThreshold}" Minimum="0" Maximum="255" Increment="1" FormatString="0" />
|
||||
|
||||
<TextBlock Text="L* (dark chocolate, lower = stricter)" Foreground="Black" />
|
||||
<NumericUpDown Value="{Binding LThreshold}" Minimum="0" Maximum="255" Increment="1" FormatString="0" />
|
||||
|
||||
<TextBlock Text="Min blob area (px)" Foreground="Black" />
|
||||
<NumericUpDown Value="{Binding MinBlobArea}" Minimum="0" Maximum="100000" Increment="10" FormatString="0" />
|
||||
|
||||
<TextBlock Text="Max blob area (px)" Foreground="Black" />
|
||||
<NumericUpDown Value="{Binding MaxBlobArea}" Minimum="0" Maximum="1000000" Increment="100" FormatString="0" />
|
||||
|
||||
<Button Content="TEST PATTERN" Command="{Binding TestPatternCommand}" Margin="0,8,0,4"
|
||||
HorizontalAlignment="Stretch" />
|
||||
|
||||
<Separator Margin="0,8" />
|
||||
|
||||
Reference in New Issue
Block a user