Short-bus / pilomar

RaspberryPi based miniature observatory
https://shortbus.blog/
GNU General Public License v3.0
64 stars 14 forks source link

Create image handler class #17

Closed Short-bus closed 10 months ago

Short-bus commented 1 year ago

Pi-lomar handles a lot of images and uses opencv functions quite a lot. Pull all the opencv and image handling features into an image handling class to simplify core logic and improve consistency. Image handler can also simplify the opencv calls so that they are easier to apply in the situations that pi-lomar requires.

Short-bus commented 1 year ago

pilomarimage.py introduced, this provides a class called pilomarimage(). This handles an individual image buffer and simplifies OpenCV calls to manipulate it. Extra image buffers and processing can now be added more easily to the software.

Short-bus commented 10 months ago

Summer 2023 update includes this new module.