TouchTone: Interactive Local Image Adjustment Using Point-and-Swipe

Wei-Chao Chen

Nokia Research Center Palo Alto

 

Eurographics 2010

(patents pending)


Abstract

Recent proliferation of camera phones, photo sharing and social network services has significantly changed how we process our photos. Instead of going through the traditional download-edit-share cycle using desktop editors, an increasing number of photos are taken with camera phones and published through cellular networks. The immediacy of the sharing process means that on-device image editing, if needed, should be quick and intuitive. However, due to the limited computational resources and vastly different user interaction model on small screens, most traditional local selection methods can not be directly adapted to mobile devices. To address this issue, we present TouchTone, a new method for edge-aware image adjustment using simple finger gestures. Our method enables users to select regions within the image and adjust their corresponding photographic attributes simultaneously through a simple point-and-swipe interaction. To enable fast interaction, we develop a memory- and computation-efficient algorithm which samples a collection of 1D paths from the image, computes the adjustment solution along these paths, and interpolates the solutions to entire image through bilateral filtering. Our system is intuitive to use, and can support several local editing tasks, such as brightness, contrast, and color balance adjustments, within a minute on a mobile device.

 

TouchTone user interaction. Up and down swipes change the region size, while left and right swipes change the appearance of the image.


Downloads

High resolution paper [pdf] (17.1MB)

Low resolution paper [pdf] (3.2MB)

Presentation slide [zip] (35.09MB)

Video 01 [mov][youtube][vimeo] (28.7MB)

Video 02 [mov] (17MB)

Supplemental material [pdf] (21.9MB)


Acknowledgements

The authors thank the reviewers and members of the Nokia Research Center for their insightful suggestions. We also thank Kari Pulli, Li-Yi Wei and Lance J. Williams for encouragements and proofreading. The Sunflower in Figure 5: from http://www.flickr.com/photos/33805306@N00/80386524 (Creative Commons license); the Angel in Figures 1 and 3: courtesy of Marc Levoy.


@InProceedings{Liang10,
  author    = {Chia-Kai Liang and Wei-Chao Chen and Natasha Gelfand},
  title     = {{TouchTone}: Interactive Local Image Adjustment Using Point-and-Swipe},
  booktitle = {Computer Graphics Forum (Proc. Eurographics)},
  pages     = {to appear},
  year      = {2010}
}

Last update: April 3, 2010, Chia-Kai Liang