Image Processing and Acquisition using Python
eBook - ePub

Image Processing and Acquisition using Python

Ravishankar Chityala, Sridevi Pudipeddi

  1. 390 pages
  2. English
  3. ePUB (adapté aux mobiles)
  4. Disponible sur iOS et Android
eBook - ePub

Image Processing and Acquisition using Python

Ravishankar Chityala, Sridevi Pudipeddi

DĂ©tails du livre
Aperçu du livre
Table des matiĂšres
Citations

À propos de ce livre

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

Foire aux questions

Comment puis-je résilier mon abonnement ?
Il vous suffit de vous rendre dans la section compte dans paramĂštres et de cliquer sur « RĂ©silier l’abonnement ». C’est aussi simple que cela ! Une fois que vous aurez rĂ©siliĂ© votre abonnement, il restera actif pour le reste de la pĂ©riode pour laquelle vous avez payĂ©. DĂ©couvrez-en plus ici.
Puis-je / comment puis-je télécharger des livres ?
Pour le moment, tous nos livres en format ePub adaptĂ©s aux mobiles peuvent ĂȘtre tĂ©lĂ©chargĂ©s via l’application. La plupart de nos PDF sont Ă©galement disponibles en tĂ©lĂ©chargement et les autres seront tĂ©lĂ©chargeables trĂšs prochainement. DĂ©couvrez-en plus ici.
Quelle est la différence entre les formules tarifaires ?
Les deux abonnements vous donnent un accĂšs complet Ă  la bibliothĂšque et Ă  toutes les fonctionnalitĂ©s de Perlego. Les seules diffĂ©rences sont les tarifs ainsi que la pĂ©riode d’abonnement : avec l’abonnement annuel, vous Ă©conomiserez environ 30 % par rapport Ă  12 mois d’abonnement mensuel.
Qu’est-ce que Perlego ?
Nous sommes un service d’abonnement Ă  des ouvrages universitaires en ligne, oĂč vous pouvez accĂ©der Ă  toute une bibliothĂšque pour un prix infĂ©rieur Ă  celui d’un seul livre par mois. Avec plus d’un million de livres sur plus de 1 000 sujets, nous avons ce qu’il vous faut ! DĂ©couvrez-en plus ici.
Prenez-vous en charge la synthÚse vocale ?
Recherchez le symbole Écouter sur votre prochain livre pour voir si vous pouvez l’écouter. L’outil Écouter lit le texte Ă  haute voix pour vous, en surlignant le passage qui est en cours de lecture. Vous pouvez le mettre sur pause, l’accĂ©lĂ©rer ou le ralentir. DĂ©couvrez-en plus ici.
Est-ce que Image Processing and Acquisition using Python est un PDF/ePUB en ligne ?
Oui, vous pouvez accĂ©der Ă  Image Processing and Acquisition using Python par Ravishankar Chityala, Sridevi Pudipeddi en format PDF et/ou ePUB ainsi qu’à d’autres livres populaires dans Mathematics et Mathematics General. Nous disposons de plus d’un million d’ouvrages Ă  dĂ©couvrir dans notre catalogue.

Informations

Année
2014
ISBN
9781498760577
Édition
1
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...

Table des matiĂšres

  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
Normes de citation pour 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.