Ask Your Question

jjinking's profile - activity

2016-05-30 05:16:20 -0600 commented answer Convert CV_8UC4 to CV_8UC3,in openCV4Android?

The third parameter should be prefixed by COLOR_, i.e. Imgproc.cvtColor(src, dst, Imgproc.COLOR_BGRA2BGR);

2016-05-30 04:50:53 -0600 received badge  Supporter (source)