Ask Your Question

Revision history [back]

Basically it describes the format that you are creating.

A matrix of type CV_8UC4 contains

  • 8 bit unsigned integers
  • with 4 channels R G B and intensity

For the C1, this means you want a grayscale image with just a single color channel containing intensities between 0 and 255.