Click or drag to resize
OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosing Namespace
 
Classes
  ClassDescription
Public classSoClosingBallByReconstructionProcessing3d
Public classSoClosingBallProcessing3d
Public classSoClosingByReconstructionProcessing
Public classSoClosingCubeProcessing

OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosing.SoClosingCubeProcessing engine performs a closing using a structuring element matching with a square or a cube.

Public classSoClosingDiskByReconstructionProcessing2d
Public classSoClosingDiskProcessing2d
Public classSoClosingDiskProcessing3d
Public classSoClosingLineMinimumProcessing
Public classSoClosingLineProcessing2d
Public classSoClosingLineProcessing3d
Public classSoClosingSquareColorProcessing2d
Public classSoOpeningBallByReconstructionProcessing3d
Public classSoOpeningBallProcessing3d
Public classSoOpeningByReconstructionProcessing
Public classSoOpeningCubeProcessing

OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosing.SoOpeningCubeProcessing engine performs an opening using a structuring element matching with a square or a cube.

Public classSoOpeningDiskByReconstructionProcessing2d
Public classSoOpeningDiskProcessing2d
Public classSoOpeningDiskProcessing3d
Public classSoOpeningLineMaximumProcessing
Public classSoOpeningLineProcessing2d
Public classSoOpeningLineProcessing3d
Public classSoOpeningSquareColorProcessing2d
Enumerations
Remarks

Introduction to Opening

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.

Example

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.

Introduction to Closing

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.