Abstract
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