https://github.com/sulaimanniazi/image-power-transformer
A simple python application for performing power or inverse transform on an image
https://github.com/sulaimanniazi/image-power-transformer
cv2 cv2-library image image-processing matplotlib matplotlib-figures matplotlib-pyplot matplotlib-python power-transform power-transformer power-transformers power-transforms python python-script python3 skimage
Last synced: 1 day ago
JSON representation
A simple python application for performing power or inverse transform on an image
- Host: GitHub
- URL: https://github.com/sulaimanniazi/image-power-transformer
- Owner: SulaimanNiazi
- Created: 2025-01-27T13:38:29.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-27T17:41:39.000Z (8 months ago)
- Last Synced: 2025-01-27T18:42:58.293Z (8 months ago)
- Topics: cv2, cv2-library, image, image-processing, matplotlib, matplotlib-figures, matplotlib-pyplot, matplotlib-python, power-transform, power-transformer, power-transformers, power-transforms, python, python-script, python3, skimage
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image Power Transformer
A Python project that takes an image file path as input and performs transformations.
## Table of Contents
- [Features](#Features)
- [Installation](#Installation)
- [Usage](#Usage)
- [Requirements](#Requirements)## Features
- **Image Input**: The program accepts an image file path.
- **Dynamic Processing**: Transformations or operations can be applied to the input image.
- **Interactive Prompt**: The script prompts the user for the file path.## Installation
1. Clone the repository:
```bash
git clone https://github.com/SulaimanNiazi/Image-Power-Transformer.git
```
2. Navigate to the project directory:
```bash
cd Image-Power-Transformer
```
3. Install the required dependencies:
```bash
py -m pip install -r requirements.txt
```## Usage
Run the Python script:
```bash
python '.\Power Transform.py'
```The program will prompt for the file path to an image:
```
Enter the image file path: path/to/image.jpg
```Provide the path, and the script will process the image.
## Requirements
- Python 3.7 or higher
- Required Python libraries (install using `requirements.txt`)---
Feel free to reach out for collaboration or if you have any questions!