Remove Small Objects (Open) from Grayscale Images
- Updated2025-09-11
- 1 minute(s) read
- Click Grayscale»Gray Morphology or select Gray Morphology in the Grayscale tab of the Processing Functions palette.
- Select Open from the Gray Morphology list.
- Set the Size of the Structuring Element.
- Click the cells of the structuring element that you want to have a value of 0.
- Click OK to apply the opening and add this step to the script.
Tip
- The structuring element is a 2D array used as a binary mask to define the neighborhood of a pixel. You can modify the structuring element by clicking its cells. If a cell is black, it has a value of 1. If a cell is white (empty), it has a value of 0.
- Experiment with different coefficients and the Kernel Size to get the results you want.