calculate the disparity from a stereo image using PSMNet
Project description
SMDAI
======
A simple python wrapper for disparity calculation.
The PSMNet is from: https://github.com/JiaRenChang/PSMNet
The code is Python 2, but Python 3 compatible.
Installation
============
Fast install:
```
for python2: pip install SMDAI
for python3: pip3 install SMDAI
```
Example:
```
from PSMNet import smd
disparity_img = smd.calculate_disparity(imgL,imgR)
corrected_img = smd.correct_img(imgR,disparity_img)
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
SMDAI-1.0.0.1.tar.gz
(19.5 MB
view details)
File details
Details for the file SMDAI-1.0.0.1.tar.gz.
File metadata
- Download URL: SMDAI-1.0.0.1.tar.gz
- Upload date:
- Size: 19.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4def5a18bb37b70ff5ad7b0cba4da38c5b2b1dfd68cc10c62f5aa9de49644ff9
|
|
| MD5 |
879de5e054c3bb109724227791237c43
|
|
| BLAKE2b-256 |
4102320782b3f9d466a3f7edb3676a3832ef253f7679edbbfc9c884a9674e5d3
|