Giter Club home page Giter Club logo

gotmesh__make_mesh_using_scan_of_milk_around_solid_object's Introduction

got mesh?

got mesh? is the most cheap and simplistic open source 3D scanner, with no moving parts.

how it works

The system at its core uses draining of a large tub of opaque liquid to create contours between the liquid and the object to be scanned. The contours are captured by your favorite timelapse device (DSLR, smartphone, etc.) and then imported into a folder on your computer. A python script that employs OpenCV converts the collection of images to a 3D point cloud mesh of .xyz format. If desired the output file can be converted into an .stl file for 3D printing by a program like MeshLab.

This project was originally entered in HackPSU 2016 and received second place overall.

running the newest point conversion

To run the latest version of the point conversion from command line you need OpenCV installed. The arguement required is the location of the folder containing the images. This will open a preview viewer where you can adjust the edge detection thresholds. To save the current thresholds for all future images, click the save bar. To start processing, click the start bar. This will generate an xyz output file that then can be converted into an .stl file using another program, (we used MeshLab). A sample xyz file, MeshLab postprocessed xyz file and converted STL are included of the rock we used at HackPSU 2016.

Example:

$ python point_conversion.py '/input/'

running the original point conversion

To run the HackPSU2016 version of the point conversion from command line you need OpenCV installed. The arguements required are location of the folder containing the images, filter 1 parameter (we used 2000) and, filter filter 2 pameter (we used 2500). This will generate an xyz output file that then can be converted into an .stl file using another program, (we used MeshLab).

Example:

$ python point_conversion.py '/rock/' '2000' '2500'

future goals?

  • support time lapse video / video input
  • determine the best liquid
  • improve lighting system

license

CC BY-SA-NC

creative commons - attribution - share-alike - non-commercial

gotmesh__make_mesh_using_scan_of_milk_around_solid_object's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.