Ask Your Question

stevie_p's profile - activity

2018-03-28 05:49:41 -0600 commented question Histogram size

private void drawHistogram(Bitmap bitmap) { try { Mat rgba = new Mat(); Utils.bitmapToMa

2018-03-28 05:49:05 -0600 commented question Histogram size

Mat rgba = new Mat(); Utils.bitmapToMat(bitmap, rgba); org.opencv.core.Size rgbaSize = rgba.size(); int histSize = 256;

2018-03-28 05:46:48 -0600 commented question Histogram size

Mat rgba = new Mat(); Utils.bitmapToMat(bitmap, rgba); org.opencv.core.Size rgbaSize = rgba.size();

2018-03-28 02:35:39 -0600 asked a question Histogram size

Histogram size Hi there! I'm trying to make a histogram of a picture preview from the camera of an android in Portrait m