Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PyrOptions

Hierarchy

Index

Properties

Properties

Optional borderType

borderType: BorderTypes

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

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.

src

src: Mat

Input image.

type

type: "up" | "down"

PyrUp or PyrDown.

Generated using TypeDoc