An introduction to graphics programming, as well as a reference for the experienced graphics programmer. This book covers the basics of graphics programming, from how a graphics monitor works, to how to draw realistic 3D images. The text explains the history and inner workings of graphics theories a
An Interdisciplinary Introduction to Image Processing: Pixels, Numbers, and Programs
✍ Scribed by Steven L. Tanimoto
- Publisher
- The MIT Press
- Year
- 2012
- Tongue
- English
- Leaves
- 565
- Category
- Library
No coin nor oath required. For personal study only.
✦ Synopsis
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.
✦ Subjects
Информатика и вычислительная техника;Обработка медиа-данных;Обработка изображений;
📜 SIMILAR VOLUMES
This book demonstrates how Processing is an excellent language for beginners to learn the fundamentals of computer programming. Originally designed to make it simpler for digital artists to learn to program, Processing is a wonderful first language for anyone to learn. Given its origins, Processing
By emphasizing the application of computer programming not only in success stories in the software industry but also in familiar scenarios in physical and biological science, engineering, and applied mathematics, Introduction to Programming in Java takes an interdisciplinary approach to teaching