# Image-Enhancement **Repository Path**: wmann/Image-Enhancement ## Basic Information - **Project Name**: Image-Enhancement - **Description**: Using Gamma Correction and Equalize Histogram - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-25 - **Last Updated**: 2020-12-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Image Enhancement using Gamma Correction & Equalize Histogram Implemented using pywin32 library for screen capture 1. Download or clone this repo 2. Extract the archive and navigate to its location using Anaconda Prompt (cd) To test pywin32 is working run **python pywintest.py** # Adaptive Gamma Correction Only: **python gammaonly.py** # Equalize Histogram only: **python equalizeh.py** # Adaptive Equalize Histogram only: **python adaptiveequalizeh.py** # Gamma Correction & Equalized Histogram COMBINED: **python gammaeql.py**