depthy enables depth map generation from light-fields.
Central view | |||
---|---|---|---|
Depth map |
- via pip:
- install with
pip3 install depthy
- type
depthy -h
to the command line once installation finished
- install with
- from source:
- install Python from https://www.python.org/
- download the source using
git clone https://github.com/hahnec/depthy.git
- go to the root directory
cd depthy
- load dependencies
$ pip3 install -r requirements.txt
- install with
python3 setup.py install
- if installation ran smoothly, enter
depthy -h
to the command line
From the root directory of your downloaded repo, you can run the tool on the provided test data by
depthy -s './examples/data/pens/'
on a UNIX system where the result is found at ./examples/data/
. A windows equivalent of the above command is
depthy --src=".\\examples\\data\\pens\\"
Alternatively, you can specify the method or select your images manually with
depthy --win --method='epi'
More information on optional arguments, can be found using the help parameter
depthy -h