Skip to content

Processing app to make point clouds out of image files in 3d

Notifications You must be signed in to change notification settings

evanmhm/PixelCloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PixelCloud

A short project I'm working on in Processing 3 which takes an image and creates a point cloud out of the pixels. The depth of the pixels in 3D space is decided by the brightness value of each pixel, creating a pretty cool effect.

Screenshots

Source picture:

Original Picture

Result:

Screenshot

Requirements

To run this project, you need the Processing desktop app which can be found here. The plugins for this project are:

  • PeasyCam, which can be installed by going to Sketch>Import Library>Add Library... + search for PeasyCam. Required for mouse movement/navigation. Click and drag to rotate, scroll to zoom. More info here
  • GifAnimation, which has to be installed separately because the version in the Add Library window doesn't support Processing 3. It is used for loading in animated gifs easily. The ported version can be found here.

About

Processing app to make point clouds out of image files in 3d

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published