3
I would like to know if you know any method for reading and viewing images that have a large amount of data and that it is not possible to load everything in RAM (+- 20 GB)I could see and think of two ways for reading and for further viewing of these images, below:
first) Break the image into several blocks with certain dimensions so that it is possible to view and perform other processing activities and analyze these images.
2nd) Perform a sub-sample so that it is possible to visualize the image with a certain loss of quality by eliminating certain rows and columns and viewing the final image.
Do you know any other method? what would it be? Thanks in advance.