Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MathConcreteOptions

Hierarchy

Index

Properties

Properties

Optional dtype

dtype: CVDataType

optional depth of the output array

Optional mask

mask: Mat

only applies to 'add' and 'subtract'

Optional scale

scale: undefined | number

only applies to 'multiply' and 'divide'

src2

src2: Mat
second input array of the same size and the same type as src

type

type: "add" | "subtract" | "divide" | "multiply" | "addWeighted"

Generated using TypeDoc