Timeline for How to use Mathematica to turn a picture into low poly style?
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 12, 2014 at 11:32 | comment | added | shrx | Determining the mean color of each triangle takes most of the time and resources. There are different ways to speed it up: you can scale down your image, or you can use a combination of ColorQuantize and DominantColors insteand of ImageMeasurements for each triangle, or you can just take the color from the center of each triangle, like @Simon Woods did in his approach. | |
| Sep 12, 2014 at 5:46 | comment | added | Ryan | Your answer is good, but there is a little regret that it runs a little bit slow and takes up a lot of system resources. How should I optimize it? | |
| Sep 11, 2014 at 18:01 | comment | added | Yves Klett | Excellent, much better than the original :D | |
| Sep 11, 2014 at 17:13 | comment | added | eldo | Wonderful, very cubistic! +1 | |
| Sep 11, 2014 at 17:00 | history | answered | shrx | CC BY-SA 3.0 |