Package inra.ijpb.morphology.attrfilt

Attribute opening and filtering for grayscale images. Comprises size opening (area opening, volume opening for 3D images), opening by the length of the bounding box diagonal, and associated closing and top-hats.
  • Interface Summary
    Interface Description
    AreaOpening
    Area opening for gray level images.
    SizeOpening3D
    Size opening for 3D gray level images.
  • Class Summary
    Class Description
    AreaOpeningNaive
    Computes area opening using naive algorithm.
    AreaOpeningQueue
    Area opening using priority queue for updating each regional maxima.
    BoxDiagonalOpeningQueue
    Area opening using priority queue for updating each regional maxima.
    SizeOpening3DQueue
    Volume opening on 3D grayscale image using priority queue for updating each 3D regional maxima.