The evaluation criteria for the connected threshold filter is that the pixel intensity falls within a user defined interval. If a pixel is connected to the region and has an intensity between the lower and upper threshold values it is added to the region.
Use the lower value and upper value sliders to adjust the lower and upper threshold values. The value set by the slider will be displayed in the text area next to it.
Use the replace value slider to set the intensity value that pixels inside the region will be replaced with. The maximum possible intensity is 1 (white). Pixels outside the region will be set to an intensity of 0 (black).
The seed point location can be set by typing in X and Y co-ordinates for the seed point into the text boxes. The co-ordinates used are normalised so that one edge of the image is 0 while the other is 1. The seed point location can also be set by using the Get seed values from selected node button.
The Get seed values from selected node button grabs the selected node (if any) and uses its location to calculate the X and Y co-ordinates. It also adjusts the lower and upper threshold values to be either side of the pixel intensity at the selected node.
One simple way of experimenting with different seed points is to leave the connected threshold settings dialog open and then click in the 2D digitise scene to create a node. This node will be red to indicate it is selected. Use alt-tab to switch back to the settings dialog. Click on the Get seed values from selected node button and then click on Apply filter .
The Apply filter button updates the connected threshold filter to use your seed point with the appropriate values. Click Cancel to close the settings dialog.