Metadata-Version: 2.1
Name: photoscanner
Version: 0.2.2
Summary: A simple tool to digitalize printed photos using a greenscreen and a DSLR.
License: MIT
Author: Florian Vahl
Author-email: florian@flova.de
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: argparse (>=1.4.0,<2.0.0)
Requires-Dist: imutils (>=0.5.3,<0.6.0)
Requires-Dist: numpy (>=1.19.1,<2.0.0)
Requires-Dist: opencv-python (>=4.4.0,<5.0.0)
Description-Content-Type: text/markdown

# PhotoScanner
A simple tool to digitalize printed photos using a greenscreen and a DSLR.

## Install
There are two ways to install the tool.

### Pip
Run `pip install photoscanner --user` to download and install.

### From source
Install the poetry package manager and run the following commands.
```
git clone git@github.com:Flova/PhotoScanner.git
cd PhotoScanner
poetry install
```

# Usage
To start the PhotoScanner run `photoscanner -h`.

If you installed PhotoScanner from source run `poetry run photoscanner -h`.

# Setup
The setup should roughly look like this:

![Photo Setup](https://github.com/Flova/PhotoScanner/raw/master/setup.jpg)

A even lighting without reflections on the glossy surface of the photo results in the best quality. The printed image should be captured from the top on a green background.

