Ask Your Question

Revision history [back]

doubts in opencv tutorial4 in eclipse

public void onCameraViewStarted(int width, int height) { mRgba = new Mat(height, width, CvType.CV_8UC4); mIntermediateMat = new Mat(height, width, CvType.CV_8UC4); mGrayMat = new Mat(height, width, CvType.CV_8UC1);

can someone explain me what are these CvType.CV_8UC4 and CV_8UC1??? this is from the tutorials provided by opencv for android

click to hide/show revision 2
No.2 Revision

updated 2013-03-28 07:39:12 -0600

berak gravatar image

doubts in opencv tutorial4 in eclipse

 public void onCameraViewStarted(int width, int height) {
mRgba = new Mat(height, width, CvType.CV_8UC4);
mIntermediateMat = new Mat(height, width, CvType.CV_8UC4);
mGrayMat = new Mat(height, width, CvType.CV_8UC1);

CvType.CV_8UC1);

can someone explain me what are these CvType.CV_8UC4 and CV_8UC1??? this is from the tutorials provided by opencv for android