A Computational Introduction to Digital Image Processing
Autor Alasdair McAndrewen Limba Engleză Paperback – 31 mar 2021
A Computational Introduction to Digital Image Processing, Second Edition explores the nature and use of digital images and shows how they can be obtained, stored, and displayed. Taking a strictly elementary perspective, the book only covers topics that involve simple mathematics yet offer a very broad and deep introduction to the discipline.
New to the Second Edition
This second edition provides users with three different computing options. Along with MATLAB®, this edition now includes GNU Octave and Python. Users can choose the best software to fit their needs or migrate from one system to another. Programs are written as modular as possible, allowing for greater flexibility, code reuse, and conciseness. This edition also contains new images, redrawn diagrams, and new discussions of edge-preserving blurring filters, ISODATA thresholding, Radon transform, corner detection, retinex algorithm, LZW compression, and other topics.
Principles, Practices, and Programming
Based on the author’s successful image processing courses, this bestseller is suitable for classroom use or self-study. In a straightforward way, the text illustrates how to implement imaging techniques in MATLAB, GNU Octave, and Python. It includes numerous examples and exercises to give students hands-on practice with the material.
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (1) | 270.80 lei 43-57 zile | |
CRC Press – 31 mar 2021 | 270.80 lei 43-57 zile | |
Hardback (1) | 575.34 lei 43-57 zile | |
CRC Press – 5 noi 2015 | 575.34 lei 43-57 zile |
Preț: 270.80 lei
Preț vechi: 389.80 lei
-31% Nou
Puncte Express: 406
Preț estimativ în valută:
51.84€ • 53.32$ • 43.01£
51.84€ • 53.32$ • 43.01£
Carte tipărită la comandă
Livrare economică 17 februarie-03 martie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9780367783334
ISBN-10: 0367783339
Pagini: 560
Dimensiuni: 178 x 254 mm
Greutate: 0.45 kg
Ediția:2
Editura: CRC Press
Colecția Chapman and Hall/CRC
ISBN-10: 0367783339
Pagini: 560
Dimensiuni: 178 x 254 mm
Greutate: 0.45 kg
Ediția:2
Editura: CRC Press
Colecția Chapman and Hall/CRC
Cuprins
Introduction. Images Files and File Types. Image Display. Point Processing. Neighborhood Processing. Image Geometry. The Fourier Transform. Image Restoration. Image Segmentation. Mathematical Morphology. Image Topology. Shapes and Boundaries. Color Processing. Image Coding and Compression. Wavelets. Special Effects. Appendices. Bibliography. Index.
Notă biografică
Alasdair McAndrew is a senior lecturer and discipline leader in mathematics and physics at Victoria University in Melbourne, Australia. His teaching and research interests include image processing, cryptography, mathematics, and mathematics education. An avid technophile, he is the author of the CRC Press book Introduction to Cryptography with Open-Source Software. He holds a PhD from Monash University.
Recenzii
"This textbook does an excellent job covering the basics of image processing. I highly recommend it."
—Reza Malek-Madani, Professor of Mathematics, US Naval Academy
"This book is the most concise and readable introductory text on digital image processing I have ever encountered. It provides a gentle introduction to the field with little mathematics and plenty of examples. Each topic is clearly explained and can be practiced using ready-made computer programs written in three programming languages (MATLAB, Octave, and Python)."
—Mahamed G.H. Omran, PhD, Gulf University for Science & Technology (GUST), Kuwait
—Reza Malek-Madani, Professor of Mathematics, US Naval Academy
"This book is the most concise and readable introductory text on digital image processing I have ever encountered. It provides a gentle introduction to the field with little mathematics and plenty of examples. Each topic is clearly explained and can be practiced using ready-made computer programs written in three programming languages (MATLAB, Octave, and Python)."
—Mahamed G.H. Omran, PhD, Gulf University for Science & Technology (GUST), Kuwait
Descriere
This bestseller explores the nature and use of digital images and shows how they can be obtained, stored, and displayed. Along with MATLAB®, this second edition now includes GNU Octave and Python. Programs are written as modular as possible, allowing for greater flexibility, code reuse, and conciseness. This edition also contains new