Image Processing and Acquisition using Python
eBook - ePub

Image Processing and Acquisition using Python

Ravishankar Chityala, Sridevi Pudipeddi

  1. 390 Seiten
  2. English
  3. ePUB (handyfreundlich)
  4. Über iOS und Android verfügbar
eBook - ePub

Image Processing and Acquisition using Python

Ravishankar Chityala, Sridevi Pudipeddi

Angaben zum Buch
Buchvorschau
Inhaltsverzeichnis
Quellenangaben

Über dieses Buch

Image Processing and Acquisition using Python provides readers with a sound foundation in both image acquisition and image processing-one of the first books to integrate these topics together. By improving readers' knowledge of image acquisition techniques and corresponding image processing, the book will help them perform experiments more effectiv

Häufig gestellte Fragen

Wie kann ich mein Abo kündigen?
Gehe einfach zum Kontobereich in den Einstellungen und klicke auf „Abo kündigen“ – ganz einfach. Nachdem du gekündigt hast, bleibt deine Mitgliedschaft für den verbleibenden Abozeitraum, den du bereits bezahlt hast, aktiv. Mehr Informationen hier.
(Wie) Kann ich Bücher herunterladen?
Derzeit stehen all unsere auf Mobilgeräte reagierenden ePub-Bücher zum Download über die App zur Verfügung. Die meisten unserer PDFs stehen ebenfalls zum Download bereit; wir arbeiten daran, auch die übrigen PDFs zum Download anzubieten, bei denen dies aktuell noch nicht möglich ist. Weitere Informationen hier.
Welcher Unterschied besteht bei den Preisen zwischen den Aboplänen?
Mit beiden Aboplänen erhältst du vollen Zugang zur Bibliothek und allen Funktionen von Perlego. Die einzigen Unterschiede bestehen im Preis und dem Abozeitraum: Mit dem Jahresabo sparst du auf 12 Monate gerechnet im Vergleich zum Monatsabo rund 30 %.
Was ist Perlego?
Wir sind ein Online-Abodienst für Lehrbücher, bei dem du für weniger als den Preis eines einzelnen Buches pro Monat Zugang zu einer ganzen Online-Bibliothek erhältst. Mit über 1 Million Büchern zu über 1.000 verschiedenen Themen haben wir bestimmt alles, was du brauchst! Weitere Informationen hier.
Unterstützt Perlego Text-zu-Sprache?
Achte auf das Symbol zum Vorlesen in deinem nächsten Buch, um zu sehen, ob du es dir auch anhören kannst. Bei diesem Tool wird dir Text laut vorgelesen, wobei der Text beim Vorlesen auch grafisch hervorgehoben wird. Du kannst das Vorlesen jederzeit anhalten, beschleunigen und verlangsamen. Weitere Informationen hier.
Ist Image Processing and Acquisition using Python als Online-PDF/ePub verfügbar?
Ja, du hast Zugang zu Image Processing and Acquisition using Python von Ravishankar Chityala, Sridevi Pudipeddi im PDF- und/oder ePub-Format sowie zu anderen beliebten Büchern aus Matematica & Matematica generale. Aus unserem Katalog stehen dir über 1 Million Bücher zur Verfügung.

Information

Jahr
2014
ISBN
9781498760577
Part I

Introduction to Images and Computing using Python

Chapter 1

Introduction to Python

1.1 Introduction

Before we begin discussion on image acquisition and processing using Python, we will provide an overview of the various aspects of Python. This chapter focuses on some of the basic materials covered by many other books [2], [36], [54], [103]. If you are already familiar with Python and are currently using it then you can skip this chapter.
We begin with an introduction to Python. We discuss the installation of Python with all the modules. The details of the installation process are available in Appendix A. To simplify the installation, we will discuss the Python distributions Enthought Python Distribution (EPD) and PythonXY. If you are an advanced programmer, you can install the various modules like scipy, numpy, Python imaging library etc. in the basic Python distribution. Once the installation has been completed, we can begin exploring the various features of Python. We will quickly review the various data structures such as list, dictionary, and tuples and statements such as for-loop, if-else, iterators and list comprehension.

1.2 What is Python?

Python is a popular high-level programming language. It can handle various programming tasks such as numerical computation, web development, database programming, network programming, parallel processing, etc. Python is popular for various reasons including:
  1. It is free.
  2. It is available on all the popular operating systems such as Windows, Mac or Linux.
  3. It is an interpreted language. Hence, programmers can test portions of code on the command line before incorporating it into their program. There is no need for compiling or linking.
  4. It gives the ability to program faster.
  5. It is syntactically simpler than C/C++/Fortran. Hence it is highly readable and easier to debug.
  6. It comes with various modules that are standard or can be installed to an existing Python installation. These modules can perform various tasks like reading and writing various files, scientific computation, visualization of data etc.
  7. Programs written i...

Inhaltsverzeichnis

  1. Preliminaries
  2. Series
  3. Dedication
  4. Foreword
  5. Preface
  6. Introduction
  7. About the Authors
  8. List of Symbols and Abbreviations
  9. Part I: Introduction to Images and Computing using Python
  10. Part II: Image Processing using Python
  11. Part III: Image Acquisition
  12. Appendix A: Installing Python Distributions
  13. Appendix B: Parallel Programming Using MPI4Py
  14. Appendix C: Introduction to ImageJ
  15. Appendix D: MATLAB® and Numpy Functions
  16. Bibliography
Zitierstile für Image Processing and Acquisition using Python

APA 6 Citation

Chityala, R., & Pudipeddi, S. (2014). Image Processing and Acquisition using Python (1st ed.). CRC Press. Retrieved from https://www.perlego.com/book/1599899/image-processing-and-acquisition-using-python-pdf (Original work published 2014)

Chicago Citation

Chityala, Ravishankar, and Sridevi Pudipeddi. (2014) 2014. Image Processing and Acquisition Using Python. 1st ed. CRC Press. https://www.perlego.com/book/1599899/image-processing-and-acquisition-using-python-pdf.

Harvard Citation

Chityala, R. and Pudipeddi, S. (2014) Image Processing and Acquisition using Python. 1st edn. CRC Press. Available at: https://www.perlego.com/book/1599899/image-processing-and-acquisition-using-python-pdf (Accessed: 14 October 2022).

MLA 7 Citation

Chityala, Ravishankar, and Sridevi Pudipeddi. Image Processing and Acquisition Using Python. 1st ed. CRC Press, 2014. Web. 14 Oct. 2022.