File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed
Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,28 @@ <h2 class="sr-only" id="viewHeadingInput">Input Image</h2>
8484 </ div >
8585 </ div >
8686 </ div >
87-
87+ < div class ="settings__item ">
88+ < label for ="internalResolution "> Internal Resolution</ label >
89+ < select id ="internalResolution ">
90+ < option value ="low "> Low</ option >
91+ < option value ="medium " selected ="selected "> Medium</ option >
92+ < option value ="high "> High</ option >
93+ < option value ="full "> Full</ option >
94+ </ select >
95+ </ div >
96+ < div class ="settings__item ">
97+ < label for ="segmentationThreshold "> Segmentation Threshold</ label >
98+ < input type ="range " id ="segmentationThreshold " min ="0.1 " max ="0.9 " step ="0.1 " value ="0.7 ">
99+ </ div >
100+ < div class ="settings__item ">
101+ < label for ="backgroundColour "> Output Background Colour</ label >
102+ < input type ="color " id ="backgroundColour " value ="#ffffff ">
103+ </ div >
104+ < div class ="settings__item ">
105+ < div class ="settings__button ">
106+ < button type ="submit "> Submit</ button >
107+ </ div >
108+ </ div >
88109 </ div >
89110 </ form >
90111 </ section >
You can’t perform that action at this time.
0 commit comments