dlib.image.filters.morphology

Morphologic filters

Members

Aliases

dilate
alias dilate = morph!(MorphOperation.Dilate)

Dilate

erode
alias erode = morph!(MorphOperation.Erode)

Erode

Enums

MorphOperation
enum MorphOperation

Morphologic operation

Functions

close
SuperImage close(SuperImage img)
SuperImage close(SuperImage img, SuperImage outp)

Morphologic close

gradient
SuperImage gradient(SuperImage img)
SuperImage gradient(SuperImage img, SuperImage outp)

Morphologic gradient

morph
SuperImage morph(SuperImage img)

Apply morphologic operation

morphOp
SuperImage morphOp(SuperImage img, SuperImage outp)

Apply morphologic operation

open
SuperImage open(SuperImage img)
SuperImage open(SuperImage img, SuperImage outp)

Morphologic open

topHatBlack
SuperImage topHatBlack(SuperImage img, SuperImage outp)

Black top-hat transform

topHatBlack
SuperImage topHatBlack(SuperImage img)

Black top-hat transform

topHatWhite
SuperImage topHatWhite(SuperImage img)
SuperImage topHatWhite(SuperImage img, SuperImage outp)

White top-hat transform

Meta

Authors

Timur Gafarov