Class SoConvexHullProcessing2d

  • All Implemented Interfaces:
    SafeDisposable

    @Deprecated(since="2023.2")
    public class SoConvexHullProcessing2d
    extends SoImageVizEngine
    Deprecated.
    As of Open Inventor 2023.2. ImageViz API is replaced by the new ImageDev toolkit.
    SoConvexHullProcessing2d engine fills the concavities of particles in an image. For an introduction, see sections Morphology and Hit-Or-Miss And Skeleton..

    This engine fills the concavities of particles in an image without connecting the particles. It is found by rotating the configurations below to perform successive thickening until convergence.

    File format/default:

    ConvexHullProcessing2d {

      inBinaryImage NULL
    }


    Library references: convex_hull

    • Constructor Detail

      • SoConvexHullProcessing2d

        public SoConvexHullProcessing2d()
        Deprecated.
        Constructor.