We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f72cb commit 4917c9cCopy full SHA for 4917c9c
src/gui.jl
@@ -177,7 +177,7 @@ function gui(
177
178
results = []
179
for (i, file) in enumerate(files)
180
- threshold = 0.15
+ threshold = default_threshold
181
thrshlbl.label = "Color Similarity Threshold: $threshold"
182
img = color.(load(file))[crop_top+1:end-crop_bottom, crop_left+1:end-crop_right]
183
rescaledimg = isnothing(bkgimg) ? img : (img ./ bkgimg .* bkgmean)
0 commit comments