First time here? Check out the FAQ!
answered 2013-07-25 06:46:20 -0600
i think, you wanted:
Imgproc.cvtColor(mRgba,mRgb,Imgproc.COLOR_RGBA2RGB);
instead of
mRgba.convertTo(mRgb, CvType.CV_8UC3);