See: Description
Class | Description |
---|---|
SoClosingBallByReconstructionProcessing3d |
SoClosingBallByReconstructionProcessing3d engine
The SoClosingBallByReconstructionProcessing3d performs a 3D closing by reconstruction using a structuring element matching with a ball. |
SoClosingBallProcessing3d |
SoClosingBallProcessing3d engine
The SoClosingBallProcessing3d engine performs a 3D closing using a structuring element matching with a sphere. |
SoClosingByReconstructionProcessing |
SoClosingByReconstructionProcessing image filter
The SoClosingByReconstructionProcessing engine performs a closing by reconstruction. |
SoClosingCubeProcessing |
SoClosingCubeProcessing engine performs a closing using a structuring element matching with a square or a cube. |
SoClosingDiskByReconstructionProcessing2d |
SoClosingDiskByReconstructionProcessing2d engine
The SoClosingDiskByReconstructionProcessing2dengine engine performs a 2D closing by reconstruction using a structuring element matching with a disk. |
SoClosingDiskProcessing2d |
SoClosingDiskProcessing2d engine
The SoClosingDiskProcessing2d engine performs a 2D closing using a structuring element matching with a disc. |
SoClosingDiskProcessing3d |
SoClosingDiskProcessing3d engine
The SoClosingDiskProcessing3d engine performs a 3D closing using a structuring element matching with a disc. |
SoClosingLineMinimumProcessing |
SoClosingLineMinimumProcessing engine
The SoClosingLineMinimumProcessing engine performs a minimal linear closing. |
SoClosingLineProcessing2d |
SoClosingLineProcessing2d engine
The SoClosingLineProcessing2d engine performs a 2D closing using a structuring element matching with a line. |
SoClosingLineProcessing3d |
SoClosingLineProcessing3d engine
The SoClosingLineProcessing3d engine performs a 3D closing using a structuring element matching with a line. |
SoClosingSquareColorProcessing2d |
SoClosingSquareColorProcessing2d engine
The SoClosingSquareColorProcessing2d engine performs a closing on a true-color image. |
SoOpeningBallByReconstructionProcessing3d |
SoOpeningBallByReconstructionProcessing3d engine
The SoOpeningBallByReconstructionProcessing3d performs a 3D closing by reconstruction using a structuring element matching with a ball. |
SoOpeningBallProcessing3d |
SoOpeningBallProcessing3d engine
The SoOpeningBallProcessing3d engine performs a 3D opening using a structuring element matching with a sphere |
SoOpeningByReconstructionProcessing |
SoOpeningByReconstructionProcessing image filter
The SoOpeningByReconstructionProcessing engine performs a opening by reconstruction. |
SoOpeningCubeProcessing |
SoOpeningCubeProcessing engine performs an opening using a structuring element matching with a square or a cube. |
SoOpeningDiskByReconstructionProcessing2d |
SoOpeningDiskByReconstructionProcessing2d engine
The SoOpeningDiskByReconstructionProcessing2d engine performs a 2D closing by reconstruction using a structuring element matching with a disk. |
SoOpeningDiskProcessing2d |
SoOpeningDiskProcessing2d engine
The SoOpeningDiskProcessing2d engine performs a 2D opening using a structuring element matching with a disc |
SoOpeningDiskProcessing3d |
SoOpeningDiskProcessing3d engine
The SoOpeningDiskProcessing3d engine performs a 3D opening using a structuring element matching with a disc. |
SoOpeningLineMaximumProcessing |
SoOpeningLineMaximumProcessing engine
The SoOpeningLineMaximumProcessing engine performs a maximal linear opening. |
SoOpeningLineProcessing2d |
SoOpeningLineProcessing2d engine
The SoOpeningLineProcessing2d engine performs a 2D opening using a structuring element matching with a line. |
SoOpeningLineProcessing3d |
SoOpeningLineProcessing3d engine
The SoOpeningLineProcessing3d engine performs a 3D opening using a structuring element matching with a line. |
SoOpeningSquareColorProcessing2d |
SoOpeningSquareColorProcessing2d engine
The SoOpeningSquareColorProcessing2d engine performs an opening on a true-color image. |
An opening does not destroy as much information as the erosion. An opening will discard small objects, but will keep the largest ones with a very similar shape in the original and the final image.
The opening by a disc, , is the combination of an erosion followed by a dilation by
. The opened image
is denoted
or
et
.
Consider a disc as the structuring element. As shown in figure 1, the opening is achieved by sliding the disc inside the object and discarding all the parts where the disc cannot fit.
Figure 2 shows another example.
In this case, when the rectangle is totally included in the set
, all the points of the rectangle are kept; in the case of the erosion, only the central pixel was kept. One may also notice that the largest particle has been split in two parts, and that it has lost its two small peaks. The other particle has not been modified.
A closing is similar to a dilation but also less destructive. Small objects may be joined to larger ones.
A closing by a disc is a dilation by
followed by an erosion by
. The closing of the image
will be denoted
or
and is defined as:
. A closing fills the holes inside the particles, eliminates the small details by smoothing the boundary from the outside and connects close particles.
As shown in figure 3, the closing is achieved by sliding the disc outside the particle and filling all the parts where the disc cannot fit into.
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com