How To Load Large Image About 10g
Hello All I have to process satellite images. these are about 10 gigabyte and available ram is about 6 gigabyte. I solved this problem by reading like a file. But my question is : Is there better solution for me? can openCV handle this type of the images?
thanks
Can't you work on smaller patches of the bigger image? In Matlab you can call imread with PixelRegion, and load only subsection of the image, but I haven't seen this feature in OpenCV...
Which format have these images?
I couple sticks of RAM is probably cheaper than spending lots of man-hours on coding up something clever. Barring that, your OS already has plenty of built-in cleverness to automatically swap/page unused RAM to disk, so just make sure your swap area/page file is big.