stack of images tif with C++ & OpenCV
Hello,
I am working with stacks of images in tif format. I am programming in C++ and I have 42 slides stored in one tif file. I am trying to read the file with "imread" but it only reads the very first image of the stack.
I would like to know if there is some possibility to read the whole stack with OpenCV or, in other case, I would appreciate any advice on how to read it.
Thank you for your help.