Loading 3D models...
Loading 3D models...
by norgeotloic in art-abstract
 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](https://gist.githubusercontent.com/norgeotloic/10afe2a2fd01744c597374a2788e04cb/raw/6301fa303617b43558c897f53618a7673d401362/HSVhistogram.py)) 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!