calculate the disparity from a stereo image using PSMNet
Project description
SMDTest
======
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 SMDTest
for python3: pip3 install SMDTest
```
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
SMDTest-1.0.0.tar.gz
(19.5 MB
view details)
File details
Details for the file SMDTest-1.0.0.tar.gz.
File metadata
- Download URL: SMDTest-1.0.0.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 |
bcdf8612e56fd378c6ebba3705882cb6588885948516ec93eabbea30733ec13c
|
|
| MD5 |
368f3ab53c88d0b40e467d26ba8100e3
|
|
| BLAKE2b-256 |
6305da8abce8307089664d670f44498aba0acd054c9458ea2df67541c4b75585
|