Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CvtColorOptions

Hierarchy

Index

Properties

Properties

code

code: ColorConversionCodes

color space conversion code (see ColorConversionCodes).

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 dstCn

dstCn: undefined | number

number of channels in the destination image; if the parameter is 0, the number of the channels is derived automatically from src and code.

src

src: Mat

Input image.

Generated using TypeDoc