MatType.CV_16UC constructor

const MatType.CV_16UC(
  1. int channels
)

Implementation

const MatType.CV_16UC(int channels) : this.makeType(CV_16U, channels);