start firebrand detection
This commit is contained in:
@@ -4,7 +4,7 @@ import cv2 as cv
|
||||
import numpy as np
|
||||
|
||||
# edge-detection kernel amplification
|
||||
AMPLIFIER=9
|
||||
AMPLIFIER=8
|
||||
|
||||
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
0
firebrand_detection.py
Normal file
@@ -48,6 +48,11 @@
|
||||
<input type="number" name="equation_scaling_factor" value="0.55" step="0.001"/>
|
||||
<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>
|
||||
|
||||
<label for="smoothing_radius">Smoothing Radius (px)</label>
|
||||
|
||||
Reference in New Issue
Block a user