This is my "faces" Java applet (version of June 26, 2008). An explanation is below.

[Oops, your browser will not display java applets.]


This applet allows the user to draw an image of their choice, and then have the computer attempt to find either "faces" (i.e., two eyes and a nose), or "blobs" (i.e., simple oval shapes) of concentrated dots on the image. An explanation of the image controls (yellow buttons) is as follows:

The user may also click on the image itself to draw image dots (one dot at a time).

In addition, the applet's control buttons (blue) allow for adjusting a number of parameters of the search algorithm. For more details, see my recent research paper.

Note that the algorithm does not "cheat" by making use of the order in which the dots were created, nor which dots were created by the user and which ones at random. Rather, it makes use of the final image array and nothing more.

In the future, I hope to allow for importing external images (e.g. photographs) rather than just drawing them.

My interest in computer vision is quite recent, and was inspired partially by a talk by Yali Amit and meeting Sven Dickinson.



[Jeffrey Rosenthal / contact me / Return to my Vision Page / Applets Page]