/JUNO-CAM-Editor

This app edits images of Jovian System received from JUNO-CAM

Primary LanguageJupyter Notebook

JUNO CAM Editor

JUNO CAM Editor is Python GUI program for modifying and enhancing the satellite images from the JUNO mission for producing images with more details, color balancing etc for understanding the image better. It can accept the images as different grey-scale images for each channels or as a combined color image.

Functionalities provided by the application:

  • Auto-Enhancing
  • Color Balancing (Red, Blue & Green)
  • Changing the Contrast
  • Changing the Brightness
  • Changing the Sharpness
  • Changing the Saturation
  • Image Stitching from multiple colour channels

Setup

  1. Fork the Repository then Clone it and open terminal in the repository folder
  2. Create a virtual environment using
python3 -m venv space-app-venv
  1. Activate the virtual environment using
source space-app-venv/bin/activate
  1. Install the requirements using
pip3 install -r requirements.txt
  1. Run the application from main.py
python3 main.py

Example

GUI

Sample Image 1 Original

Sample Image 1 Modified