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