basic firebrand recognition

Co-authored-by: Alex <AlexanderMcDowell@users.noreply.github.com>
This commit is contained in:
2022-11-14 22:47:43 -08:00
parent 59e0f2d861
commit 1de21e93e1
8 changed files with 264 additions and 47 deletions

View File

@@ -50,8 +50,13 @@
<h4>Firebrand Detection Settings</h4>
<label for="edge_amp">Edge Amplification</label>
<input type="number" name="edge_amp" value="10", step="0.1"/>
<label for="intensity_threshold">intensity threshold (0-255)</label>
<input type="number" name="intensity_threshold" value="250", step="0.1"/>
<br>
<label for="min_area">min area (removes small particles)</label>
<input type="number" name="min_area" value="115", step="0.1"/>
<br>
<h4>Output Settings</h4>