First time here? Check out the FAQ!
answered 2016-07-06 07:30:52 -0600
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.