MatType.CV_64FC constructor

const MatType.CV_64FC(
  1. int channels
)

Implementation

const MatType.CV_64FC(int channels) : this.makeType(CV_64F, channels);