Science Fair Projects

Local Layering of Images with a Natural User Interface

Abstract

The objective: Local layering is a new concept giving users the ability to "weave" images as if they are strips of paper or bring regions of interest on several different images to the forefront simultaneously. Conventional stack-based image editing programs (such as Adobe Illustrator) handle a relative depth ordering by compositing a series of images at different layering levels based on a global order. This provides no support for local layering, reduces the possible image complexity, and limits the ability of the user to edit the image. My goal was to create a program to allow users to locally layer images in just one mouse click.

Methods/Materials

I wrote the program in C++ using the Qt graphics library. My program structures the composite image into groups for efficiency in selection and comparison. To relayer, my program locates the nearest intersection of two selected images and then uses integer vector manipulations to reorder the layers. All relayering is done in such a way that the composite remains physically plausible, as if the images were sheets of paper that can be woven but not cut.

Results

My program allows local editing of image layers with only one or two mouse clicks - a significant improvement on both commercial image-editing programs and previous work on the subject. Almost all operations are under real time. Users have several options for selecting and relayering groups using the mouse or keyboard. Unlike anything previously published, the program calculates the nearest overlap of two clicked images and relayers them, making it unnecessary for the user to locate exact intersections.

Conclusions/Discussion

I successfully created a program to locally layer images that will allow users to quickly and easily change image layering among multiple images. An application of my work is in the analysis of scans or microscope slides in medicine or neuroscience, which would give doctors a more complete picture when making a diagnosis. Other applications include compositions of satellite images for military intelligence and manipulations of images in entertainment and engineering.

This project created a program to allow users to quickly and easily edit image depth ordering (layering) in specific locations, a significant improvement over techniques commercially available.

Science Fair Project done By Anna K. Simpson

 

Related Projects : Quadrocopter Aerial Monocular Vision for Improved Autonomous Robot Navigation, Software Complexity Measurement, Innovating Credit Card Security through Smartphone Based Handshake Protocols, Fingerprinting, and Encryption, Developing a Computer Program That Effectively Mimics Human Creativity, Post-Disaster Response Using a Novel Adaptive Object Recognition Algorithm, Unbeatable PONG through Artificial Intelligence, Study and Analysis of Q-Learning Algorithm Parameters for Decision Making using a Developed Simulation Tool, Evolving Neural Networks to Play Mastermind, Programming for Optimal Error Reduction in Line-Following Applications, Artificial Intelligence

 

<<Back To Topics Page........................................................................................>> Next Topic

 

 

Copyright © sciencefairprojects.co.in 2013 through 2015