Metadata-Version: 2.1
Name: Py3DR
Version: 0.1.0
Summary: A simple package for 3D Reconstruction
Home-page: https://github.com/HerbHSSO/Py3DR
Author: HerbHSSO
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.6
Requires-Dist: opencv-contrib-python
Requires-Dist: open3d
Requires-Dist: numpy

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.write_plt('output_3d.ply')





Credits: OpenCV

