Part I - Image Operators -- Operator Nomenclature -- Scripting in Python -- Digital Images -- Color -- Part II Image Space Manipulations -- Geometric Transformations -- Image Morphing -- Principle Component Analysis -- Eigenimages -- Part III Frequency Space Manipulations -- Image Frequencies -- Fil
Image Operators: Image Processing in Python
β Scribed by Jason M. Kinser
- Publisher
- CRC Press
- Year
- 2018
- Tongue
- English
- Leaves
- 366
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
For decades, researchers have been developing algorithms to manipulate and analyze images. From this, a common set of image tools now appear in many high-level programming languages. Consequently, the amount of coding required by a user has significantly lessened over the years. While the libraries for image analysis are coalescing to a common toolkit, the language of image analysis has remained stagnant. Often, textual descriptions of an analytical protocol consume far more real estate than does the computer code required to execute the processes. Furthermore, the textual explanations are sometimes vague or incomplete. This book offers a precise mathematical language for the field of image processing. Defined operators correspond directly to standard library routines, greatly facilitating the translation between mathematical descriptions and computer script. This text is presented with Python 3 examples.
β’ This text will provide a unified language for image processing
β’ Provides the theoretical foundations with accompanied Python scripts to precisely describe steps in image processing applications
β’ Linkage between scripts and theory through operators will be presented
β’ All chapters will contain theories, operator equivalents, examples, Python codes, and exercises
β¦ Subjects
Algorithms; Image Processing; Python; Principal Component Analysis; Image Recognition; Graphics; NumPy; Fourier Transform; Image Morphing
π SIMILAR VOLUMES
About This Book Design automated image-processing solutions and speed up image-processing tasks with ImageJ Create quality and intuitive interfaces for image processing by developing a basic framework for ImageJ plugins. Tackle even the most sophisticated datasets and complex images
<b>Gain a working knowledge of practical image processing and with scikit-image.</b> <b>Key Features</b> β Comprehensive coverage of various aspects of scientific Python and concepts in image processing. β Covers various additional topics such as Raspberry Pi, conda package manager, and