This book explores image processing from several perspectives: the creative, the theoretical (mainly mathematical), and the programmatical. It explains the basic principles of image processing, drawing on key concepts and techniques from mathematics, psychology of perception, computer science, and art, and introduces computer programming as a way to get more control over image processing operations. It does so without requiring college-level mathematics or prior programming experience. The content is supported by PixelMath, a freely available software program that helps the reader understand images as both visual and mathematical objects. The first part of the book covers such topics as digital image representation, sampling, brightness and contrast, color models, geometric transformations, synthesizing images, stereograms, photomosaics, and fractals. The second part of the book introduces computer programming using an open-source version of the easy-to-learn Python language. It covers the basics of image analysis and pattern recognition, including edge detection, convolution, thresholding, contour representation, and K-nearest-neighbor classification. A chapter on computational photography explores such subjects as high-dynamic-range imaging, autofocusing, and methods for automatically inpainting to fill gaps or remove unwanted objects in a scene. Applications described include the design and implementation of an image-based game. The PixelMath software provides a "transparent" view of digital images by allowing the user to view the RGB values of pixels by zooming in on an image. PixelMath provides three interfaces: the pixel calculator; the formula page, an advanced extension of the calculator; and the Python window.
Cited By
- Wu Z, Payandeh S and Pennock G (2020). Toward Design of a Drip-Stand Patient Follower Robot, Journal of Robotics, 2020, Online publication date: 1-Jan-2020.
- Anderson R, Ernst M, Ordóñez R, Pham P and Tribelhorn B A Data Programming CS1 Course Proceedings of the 46th ACM Technical Symposium on Computer Science Education, (150-155)
- Anderson R, Ernst M, Ordóñez R, Pham P and Wolfman S Introductory programming meets the real world Proceedings of the 45th ACM technical symposium on Computer science education, (465-466)
Index Terms
- An Interdisciplinary Introduction to Image Processing: Pixels, Numbers, and Programs
Recommendations
An interdisciplinary course in digital image processing
SIGCSE '92: Proceedings of the twenty-third SIGCSE technical symposium on Computer science educationThis paper documents the development and first offering of an interdisciplinary undergraduate course in Digital Image Processing at the University of Wyoming. The course itself was designed to serve majors from a wide range of academic disciplines, ...