Submitted by Anonymous on Fri, 2010-11-26 17:38
Posted in
This is a simple import plug-in that will take an image, an for each pixel in this image, create a node. This node will have the color of the pixel, and the ndoes are linked in a grid, allowing for graph algorithms to be used on images.
This has not been done with efficiency in mind, it is mostly a tutorial on how to develop import plug-ins.