Image Processing and Acquisition using Python
eBook - ePub

Image Processing and Acquisition using Python

Ravishankar Chityala, Sridevi Pudipeddi

  1. 390 pagine
  2. English
  3. ePUB (disponibile sull'app)
  4. Disponibile su iOS e Android
eBook - ePub

Image Processing and Acquisition using Python

Ravishankar Chityala, Sridevi Pudipeddi

Dettagli del libro
Anteprima del libro
Indice dei contenuti
Citazioni

Informazioni sul libro

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

Domande frequenti

Come faccio ad annullare l'abbonamento?
È semplicissimo: basta accedere alla sezione Account nelle Impostazioni e cliccare su "Annulla abbonamento". Dopo la cancellazione, l'abbonamento rimarrà attivo per il periodo rimanente già pagato. Per maggiori informazioni, clicca qui
È possibile scaricare libri? Se sì, come?
Al momento è possibile scaricare tramite l'app tutti i nostri libri ePub mobile-friendly. Anche la maggior parte dei nostri PDF è scaricabile e stiamo lavorando per rendere disponibile quanto prima il download di tutti gli altri file. Per maggiori informazioni, clicca qui
Che differenza c'è tra i piani?
Entrambi i piani ti danno accesso illimitato alla libreria e a tutte le funzionalità di Perlego. Le uniche differenze sono il prezzo e il periodo di abbonamento: con il piano annuale risparmierai circa il 30% rispetto a 12 rate con quello mensile.
Cos'è Perlego?
Perlego è un servizio di abbonamento a testi accademici, che ti permette di accedere a un'intera libreria online a un prezzo inferiore rispetto a quello che pagheresti per acquistare un singolo libro al mese. Con oltre 1 milione di testi suddivisi in più di 1.000 categorie, troverai sicuramente ciò che fa per te! Per maggiori informazioni, clicca qui.
Perlego supporta la sintesi vocale?
Cerca l'icona Sintesi vocale nel prossimo libro che leggerai per verificare se è possibile riprodurre l'audio. Questo strumento permette di leggere il testo a voce alta, evidenziandolo man mano che la lettura procede. Puoi aumentare o diminuire la velocità della sintesi vocale, oppure sospendere la riproduzione. Per maggiori informazioni, clicca qui.
Image Processing and Acquisition using Python è disponibile online in formato PDF/ePub?
Sì, puoi accedere a Image Processing and Acquisition using Python di Ravishankar Chityala, Sridevi Pudipeddi in formato PDF e/o ePub, così come ad altri libri molto apprezzati nelle sezioni relative a Matematica e Matematica generale. Scopri oltre 1 milione di libri disponibili nel nostro catalogo.

Informazioni

Anno
2014
ISBN
9781498760577
Edizione
1
Argomento
Matematica
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...

Indice dei contenuti

  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
Stili delle citazioni per 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.