Ask Your Question

Revision history [back]

  1. Highgui.imread in Java like cv::imread in C++ load image as RGB (3 channels) by default. So, if you will try to use image data directly as RGBA image (low level data operations) you can get problems.

  2. Can you, please create ticket on OpenCV issue tracker. Please attach your project or piece of code for problem reproduction and images.