Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

the histogram in your case is a single 256 x 1 float Mat (not ARGB_8888).

apart from the type, i don't think, it makes any sense, to convert that to a Bitmap (it's a single row only).

instead, e.g. make a new 256 x 256 uchar image, and draw something like bars into it, like in this example