Demos

From LRDE



Inter-Pixel

Source files are accessible in this directory.

Input is lena.png:

Error creating thumbnail: Unable to save thumbnail to destination


When we create an "inter-pixel" image, its size doubles so it can contain all the metadata associated (values on edges for example). In this demo, edge values are green and gaps between edges are blue.

Error creating thumbnail: Unable to save thumbnail to destination


We can stretch each pixel value to a 3*3 square for better visualization.

Error creating thumbnail: Unable to save thumbnail to destination


This is the mask of edge values. Bright values show a high contrast between pixels.

Error creating thumbnail: Unable to save thumbnail to destination


Finally, we can run a watershed segmentation on the mask of edge value to segment our input image.

Error creating thumbnail: Unable to save thumbnail to destination