Region Grow Properties
Region growing expands a selected area to include nearby pixels that fall within a threshold range of the current selection. See "REGION_GROW" (IDL Reference Guide) for additional details. For a description of how a particular control is used, refer to Property Controls.
|
Property
|
Control Type: Options
|
|---|---|
| Region grow method |
String List: The method used to select pixels that are similar to the current selection. Choose from these values:
where Default = By threshold |
| Pixel search method |
String List: Specifies which pixels should be considered during region growing. Four-neighbor searching searches only the neighbors that are exactly one unit in distance from the current pixel; Eight-neighbor searching searches all neighboring pixels. Choose from these values: Default = 4-neighbor |
| Threshold to use |
String List: Specifies the threshold values to use. Choose from these values: Default = Source ROI/Image threshold |
| Threshold minimum |
Number: The explicitly specified minimum threshold value. Default = |
| Threshold maximum |
Number: The explicitly specified maximum threshold value. Default = |
| Standard deviation multiplier |
Number: The number of standard deviations to use if the region growing method is By standard deviation. Default = |
| For an RGB(A) image use |
String List: If the image has separate color channels, use the selected channel when growing the region. Choose from these values: Default = Luminosity |