First time here? Check out the FAQ!
answered 2014-10-14 13:42:30 -0600
no, please instead use:
Mat dst = new Mat(); Imgproc.cvtColor(src,dst,Imgproc.BGRA2BGR); //convertTo changes the depth/per_pixel_type, not the channel count.