Image Processing and Acquisition using Python
eBook - ePub

Image Processing and Acquisition using Python

Ravishankar Chityala, Sridevi Pudipeddi

  1. 390 páginas
  2. English
  3. ePUB (apto para móviles)
  4. Disponible en iOS y Android
eBook - ePub

Image Processing and Acquisition using Python

Ravishankar Chityala, Sridevi Pudipeddi

Detalles del libro
Vista previa del libro
Índice
Citas

Información del 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

Preguntas frecuentes

¿Cómo cancelo mi suscripción?
Simplemente, dirígete a la sección ajustes de la cuenta y haz clic en «Cancelar suscripción». Así de sencillo. Después de cancelar tu suscripción, esta permanecerá activa el tiempo restante que hayas pagado. Obtén más información aquí.
¿Cómo descargo los libros?
Por el momento, todos nuestros libros ePub adaptables a dispositivos móviles se pueden descargar a través de la aplicación. La mayor parte de nuestros PDF también se puede descargar y ya estamos trabajando para que el resto también sea descargable. Obtén más información aquí.
¿En qué se diferencian los planes de precios?
Ambos planes te permiten acceder por completo a la biblioteca y a todas las funciones de Perlego. Las únicas diferencias son el precio y el período de suscripción: con el plan anual ahorrarás en torno a un 30 % en comparación con 12 meses de un plan mensual.
¿Qué es Perlego?
Somos un servicio de suscripción de libros de texto en línea que te permite acceder a toda una biblioteca en línea por menos de lo que cuesta un libro al mes. Con más de un millón de libros sobre más de 1000 categorías, ¡tenemos todo lo que necesitas! Obtén más información aquí.
¿Perlego ofrece la función de texto a voz?
Busca el símbolo de lectura en voz alta en tu próximo libro para ver si puedes escucharlo. La herramienta de lectura en voz alta lee el texto en voz alta por ti, resaltando el texto a medida que se lee. Puedes pausarla, acelerarla y ralentizarla. Obtén más información aquí.
¿Es Image Processing and Acquisition using Python un PDF/ePUB en línea?
Sí, puedes acceder a Image Processing and Acquisition using Python de Ravishankar Chityala, Sridevi Pudipeddi en formato PDF o ePUB, así como a otros libros populares de Matematica y Matematica generale. Tenemos más de un millón de libros disponibles en nuestro catálogo para que explores.

Información

Año
2014
ISBN
9781498760577
Edición
1
Categoría
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...

Índice

  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
Estilos de citas para 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.