MatType.CV_8UC constructor

const MatType.CV_8UC(
  1. int channels
)

Implementation

const MatType.CV_8UC(int channels) : this.makeType(CV_8U, channels);