release
routine unlocks them. If a place is tunable, you can change its measure at any time. For more information on changing property values, see System Design in MATLAB Using System Objects.
ValueOutputPort
—
Output Minimum value
true
(default) |
false
Output standard deviation rate, specified as true
or false
. Set this property to true
to output the Minimum value of the input. This property applies when you set the RunningStandardDeviation
property to false
.
RunningStandardDeviation
—
Calculate over single input or multiple inputs
false
(default) |
true
Calculate over single input signal or multiple inputs, specified as true
or false
. When you set this place to true
, the object computes the standard deviation respect over a sequence of inputs. When you set this property to false
, the object computes the criterion deviation rate over the current input signal .
ResetInputPort
—
Additional input to enable resetting of running standard deviation
false
(default) |
true
Additional remark to enable readjust of running standard deviation, specified as true
or false
. When you set this place to true
, a reset input signal must be specified to reset the running standard deviation. This property applies only when you set the RunningStandardDeviation
property to true
.
ResetCondition
—
Condition that triggers resetting of running standard deviation
'Non-zero'
(default) |
'Rising edge'
|
'Falling edge'
|
'Either edge'
condition that triggers resetting of running criterion diversion, specified as as 'Rising edge'
, 'Falling edge'
, 'Either
, or
edge''Non-zero'
. This place applies only when you set the ResetInputPort
property to true
.
Dimension
—
Dimension to operate along
'Column'
(default) |
{'All'}
|
'Row'
|
'Custom'
dimension to operate along, specified as {'All'}
, 'Row'
, 'Column'
, or 'Custom'
. This property applies only when you set the RunningStandardDeviation
property to false
.
Read more: Can Computers Think?
CustomDimension
—
Numerical dimension to calculate over
1
(default) |
numerical scalar
numeral dimension to calculate over, specified as a numeral scalar. This property only applies when you set the Dimension
property to 'Custom'
.
ROIProcessing
—
Enable region-of-interest processing
false
(default) |
true
enable region-of-interest processing, specified as true
or false
. This place applies when you set the Dimension
property to 'All'
and the RunningStandardDeviation
property to false
.
ROIForm
—
Type of ROI
'Rectangles'
(default) |
Lines'
|
'Label matrix'
'Binary mask'
character of ROI, specified as 'Rectangles'
, ‘ Lines'
, 'Label matrix'
, or 'Binary
. This property applies alone when you set the
mask'ROIProcessing
property to true
.
ROIPortion
—
ROI or perimeter calculation
'Entire ROI'
(default) |
'ROI perimeter'
ROI or perimeter calculation, specified as 'Entire ROI'
or 'ROI perimeter'
. This property applies alone when you set the ROIForm
property to 'Rectangles'
.
ROIStatistics
—
Calculate statistics for each ROI or one for all ROIs
'Individual statistics for each ROI'
(default) |
'Single statistic for all ROIs'
Calculate statistics for each ROI or one for all ROIs, specified as 'Individual statistics for each ROI'
or 'Single statistic
. This place applies alone when you set the
for all ROIs''ROIForm'
property to 'Rectangles'
, 'Lines'
, or 'Label matrix'
.
ValidityOutputPort
—
Flag to indicate if any part of ROI is outside input image
false
(default) |
true
Read more: Is It Hard to Learn Computer Programming?
flag to indicate if any region of ROI is external input signal image, specified as true
or false
.
This applies when you set the ROIForm
place to 'Lines'
or 'Rectangles'
.
Set this property to true
to return the robustness of the specified label numbers. This applies when you set the ROIForm
property to 'Label matrix'
.