An open API service indexing awesome lists of open source software.

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

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!