I am writing a program in Ubuntu and using OpenCV (C++).
I am trying to use imreadmulti to read my image stacks, the code looks:
The 8-bit image stacks worked well, but the 32-bit did not work.
Can anyone help me to sort it out?
My project is attached, .tif file has 5 slices, but 32 bit tif file is only be identified as 1 slice.
The following link the project. https://drive.google.com/open?id=1IsogKXxTgPpAgfxKq0Wt9YtXY3oO0x47
Many thanks,
Brian!