Triangle Block Abstraction

The following image was generated with a few image processing effects. This post will discuss the approach taken to produce the triangular block abstraction effect shown above. You can use the technique whenever you have an image composed of flat color regions that you want to split with diagonal slices.

Spatially Variant Blur Effect

  The following image shows off an example of a spatially variant blur effect. By spatially variant, we mean that the bur is different in different spatial locations in the image. The particular spatially variant blur shown above simulates rotating a camera around the center of an image while snapping a photo. This post will…