First time here? Check out the FAQ!
answered 2016-10-11 02:14:56 -0600
there is a simple constructor for that:
this.mDest = new Mat(this.mMatEdges.rows(), this.mMatEdges.cols(), CvType.CV_8U, Scalar.all(0));