Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BoxFilterOptions

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 dst

dst: Mat

Output image. If not given it will be created. Note that you can give [src] as output image in which case the input image will be written.

ksize

Transformation (blurring) kernel size. In general only odd numbers greater than 2 are accepted.

Optional normalize

normalize: undefined | false | true
flag, specifying whether the kernel is normalized by its area or not.

src

src: Mat

Input image.

Generated using TypeDoc