Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The obtained grayscale image is of type CV_8UC1, so use Byte instead of Int infix in function names (e.g. NewByteArray, ...), or convert grayscale to BGRA once again and use it instead.