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

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

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

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

Public classSoOpeningDiskByReconstructionProcessing2d Obsolete.
Public classSoOpeningDiskProcessing2d Obsolete.
Public classSoOpeningDiskProcessing3d Obsolete.
Public classSoOpeningLineMaximumProcessing Obsolete.
Public classSoOpeningLineProcessing2d Obsolete.
Public classSoOpeningLineProcessing3d Obsolete.
Public classSoOpeningSquareColorProcessing2d Obsolete.
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.