start firebrand detection

master
michael 2022-11-11 19:39:19 -08:00
parent f8d4f85858
commit cc2820da90
4 changed files with 6 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import cv2 as cv
import numpy as np import numpy as np
# edge-detection kernel amplification # edge-detection kernel amplification
AMPLIFIER=9 AMPLIFIER=8
MIN_INTENSITY=100 MIN_INTENSITY=100

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 24 KiB

0
firebrand_detection.py Normal file
View File

View File

@ -48,6 +48,11 @@
<input type="number" name="equation_scaling_factor" value="0.55" step="0.001"/> <input type="number" name="equation_scaling_factor" value="0.55" step="0.001"/>
<br> <br>
<h4>Firebrand Detection Settings</h4>
<label for="edge_amp">Edge Amplification</label>
<input type="number" name="edge_amp" value="10", step="0.1"/>
<h4>Output Settings</h4> <h4>Output Settings</h4>
<label for="smoothing_radius">Smoothing Radius (px)</label> <label for="smoothing_radius">Smoothing Radius (px)</label>