Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BitwiseOptions

Hierarchy

Index

Properties

Properties

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.

Optional mask

mask: Mat

src

src: Mat

Input image.

Optional src2

src2: Mat

type

type: "and" | "or" | "not" | "xor"

Generated using TypeDoc