Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Filter2DConcreteOptions

Hierarchy

Index

Properties

Optional anchor

anchor: Point

Anchor position with the kernel. Negative values mean that the anchor is at the kernel center

Optional borderType

borderType: BorderTypes

border mode used to extrapolate pixels outside of the image, see [BorderTypes].

Optional ddepth

ddepth: undefined | number

the output image dept. (-1 to use src.depth()).

Optional delta

delta: undefined | number

optional value added to the filtered pixels before storing them in dst.

kernel

kernel: Mat

Structuring element. It can be created using getStructuringElement.

Generated using TypeDoc