Class SoConvexHullProcessing2d

  • All Implemented Interfaces:
    SafeDisposable

    public class SoConvexHullProcessing2d
    extends SoImageVizEngine
    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()
        Constructor.