Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Slices of float image

Hello,

I am working on project in which I capture 5 grayscales images 8 bit uchar images (CV_8UC1), and I sum those images in 16 bit float image (CV_16FC1).

My question is : Why CV_16FC1 has 2 slices ? I need 1, and then I send that image toward an other computer over TCP/IP socket.

Thank you