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