MatType.CV_32FC constructor

const MatType.CV_32FC(
  1. int channels
)

Implementation

const MatType.CV_32FC(int channels) : this.makeType(CV_32F, channels);