Demos

From LRDE

Revision as of 18:41, 24 February 2014 by Clément Démoulins (talk | contribs) (Add the OlenaMenu on each Olena pages)



Genericity

Neighborhood

Source files are accessible in this directory.

File neighborhood.cc

In the following images, every detected component has its own color.

Input is drawing.png:

Error creating thumbnail: Unable to save thumbnail to destination


With c8:

Error creating thumbnail: Unable to save thumbnail to destination




Error creating thumbnail: Unable to save thumbnail to destination
image2d<bool> pic;
pic = io::pbm::load("drawing.pbm");
image2d<unsigned> lab = labeling::blobs(pic, nbh, n);
image2d<rgb8>	  out = labeling::colorize(rgb8(), lab, n);
io::ppm::save(out, "c8.ppm");




With c4:

Error creating thumbnail: Unable to save thumbnail to destination


With c6:

Error creating thumbnail: Unable to save thumbnail to destination


With cX:

Error creating thumbnail: Unable to save thumbnail to destination


With cZ:

Error creating thumbnail: Unable to save thumbnail to destination


Input is world.png:

Error creating thumbnail: Unable to save thumbnail to destination


Output is:

Error creating thumbnail: Unable to save thumbnail to destination


Output is:

Error creating thumbnail: Unable to save thumbnail to destination