Py3DR

A simple package for 3D Reconstruction


Install
pip install Py3DR==0.1.0

Documentation

Py3DR

#A Reconstruction 3D Package Copyright Py3DR®

Tutorial:

import Py3DR

Generate 3D Points Clouds and Create file.ply variable_reconstruction3D = Py3DR.reconstruction3D('imageLeft.jpg', 'imageRight.jpg', 'output_3d.ply')

Read the file.ply variable_read_ply = Py3DR.read_ply('output_3d.ply')

Credits: OpenCV