Skip to content

Code in Place 2021 final project : A Python based program, that can generate 3D file/plot from an image

Notifications You must be signed in to change notification settings

ithar14/2Dimage3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

2Dimage3D logo

input
  • image (.png or .jpg)
output
  • 3D plot
  • 3D file (.stl)

Built With

Python = [ PIL, matplotlib, numpy, numpy-stl]

Prerequisites

In order to run this program, several Python packages must be installed first using pip

pip install Pillow
pip install matplotlib
pip install numpy
pip install numpy-stl

How to use

git clone https://github.com/ithar14/2Dimage3D.git

python 2Dimage3D.py
  • replace python.jpg with your image

About

Code in Place 2021 final project : A Python based program, that can generate 3D file/plot from an image

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published