Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I've got answer. The problem was in byte order. When cv::Mat creates new image from allocated memory, it use little-endian byte order, while my data was mapped in big-endian.