Triangles: 0
Vertices: 180k
More model information
A simple experiment I’ve done in python: converting an image to a 3D point cloud in HSV colorspace.
The simple script I wrote (downoad here) just resizes the image, and turns it into a .ply point cloud in which each pixel is mapped to a 3D point:
- Hue is mapped to the angle
- Saturation is mapped to the radius
- Value is mapped to the height
I added some additive opacity to the material in order to give some depth to the results and make them a little more interesting!
CC AttributionCreative Commons Attribution
Sep 30th 2018
1 comment