Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConvertToOptions

Hierarchy

Index

Properties

Properties

Optional alpha

alpha: undefined | number

Color scale factor.

Optional beta

beta: undefined | number

Delta added to the scaled values.

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 dtype

dtype: undefined | number

Output image depth, for example, cv.CV_8U

src

src: Mat

Input image.

Generated using TypeDoc