Python Forum
Handling large images with OpenCV.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Handling large images with OpenCV.
#1
Hello, I am trying to focus stack images using this code: https://github.com/momonala/focus-stack

The problem I'm having is that cv2 loads all images inside of the RAM memory. This gets filled up quite quickly (8GB) and crashes my computer.
Is there a way to not load the image arrays inside of RAM?
If there is, how would I implement that in this code?

Thanks for your help.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Star python exception handling handling .... with traceback mg24 3 1,281 Nov-09-2022, 07:29 PM
Last Post: Gribouillis
  Handling Large XML Files (>10GB) in Python onlydibs 1 4,214 Dec-22-2019, 05:46 AM
Last Post: Clunk_Head
  OpenCV and programming with images Somethinggeneric 1 2,703 Nov-06-2017, 06:35 AM
Last Post: j.crater

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020