Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

cant read alpha channels

According to http://docs.opencv.org/modules/highgui/doc/reading_and_writing_images_and_video.html the "-1" in

Mat img = imread(filename, -1);

enables reading alpha channels but actually it does not work.

Could you explain it?

The images are in tiff format.