Changeset 24379
- Timestamp:
- Jun 11, 2009, 7:00:24 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/magic_process.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/magic_process.pl
r24361 r24379 142 142 $command .= " --detect --image $image --mask $mask --weight $weight -k $template"; 143 143 144 # set threshold to 4 sigma 145 $command .= ' -t 4'; 146 147 # add -S 144 # XXX: get all of these parameters from a recipe 145 146 # set threshold to 4 sigma 147 $command .= ' -t 2.3'; 148 # $command .= ' -t 4'; 149 150 # set Minimum percent visible required between pixels clusters in a valid streak [0.0 - 1.0] 151 # default is 0.2 152 $command .= ' -P 0.2'; 153 154 #$command .= ' -t 4' . ' -P 0.25'; 155 156 # add -S "Number of pixels to shift for determining maximum differences in mean images default:8" 148 157 $command .= ' -S'; 158 159 # add 3 x 3 binning 160 $command .= ' -b 3'; 149 161 150 162 # create the list of inputs used at this stage. At higher levels the
Note:
See TracChangeset
for help on using the changeset viewer.
