MatType.CV_16FC constructor

const MatType.CV_16FC(
  1. int channels
)

Implementation

const MatType.CV_16FC(int channels) : this.makeType(CV_16F, channels);