Home > Store

Computer Vision and Image Processing: A Practical Approach Using CVIPTools (BK/CD-ROM)

Register your product to gain access to bonus material or receive a coupon.

Computer Vision and Image Processing: A Practical Approach Using CVIPTools (BK/CD-ROM)

  • Published Dec 1, 1997 by Pearson.

Book

  • Sorry, this book is no longer in print.
Not for Sale

About

Features

  • Part I consists of CVIP fundamentals, including the basic concepts, definitions, models, and algorithms necessary to understand computer imaging.
  • Each chapter includes numerous references and examples for the material presented.
  • Material is presented in a conceptual applications-oriented manner which shows how topics fit into the overall framework of CVIP applications development.
  • Chapters 2-5 cover major-application areas of CVIP—image analysis, image restoration, image enhancements, and image compression.
  • Part II, CVIPtools, is all about the software—
    • This includes how to use the software, with examples; the applications development process; the software development environment provided with CVIPtools; and programming and tutorial exercises.

  • The CD-ROM includes more extensive documentation, including examples, descriptions and complete UNIX man (manual) pages.

Description

  • Copyright 1998
  • Dimensions: 8" x 10"
  • Pages: 528
  • Edition: 1st
  • Book
  • ISBN-10: 0-13-264599-8
  • ISBN-13: 978-0-13-264599-7


26459-8

True computer imaging for engineers!

Digital signal processing has long been the domain of electrical engineers, while the manipulation of image data has been handled by computer scientists. The convergence of these two specialties in the field of Computer Vision and Image Processing (CVIP) is the subject of this pragmatic book, written from an applications perspective and accompanied by its own educational and developmentsoftware environment, CVIPtools. Illustrated with hundreds of examples, Computer Vision and Image Processing brings together the theory of computer imaging with the tools needed for practical research and development.

The first part of Computer Vision and Image Processing presents a system model for each of the major application areas of CVIP, relating each specific algorithm to the overall process of applications development.

The areas covered are:

  • Image analysis
  • Image restoration
  • Image enhancement
  • Image compression

Computer Vision and Image Processing's second half focuses on the use of the CVIPtools environment, the software developed especially by the author and included on the accompanying CD-ROM. These advanced chapters discuss:

  • Software features and applications
  • CVIPtools software development environment
  • Library descriptions and function prototypes

CVIPtools is a GUI-based application, which includes an extended Tcl shell, that is ANSI-C compatible and runs on most flavors of UNIX and Windows NT/95.

To get the most out of Computer Vision and Image Processing, a basic background in mathematics and computers is necessary. Knowledge of the C programming language will enhance the usefulness of the algorithms used in programming, and an understanding of signal and system theory is helpful in mastering transforms and compression.

Engineers, programmers, graphics specialists, multimedia developers, and medical imaging professionals will all appreciate Computer Vision and Image Processing's solid introduction for anyone who uses computer imaging.

Sample Content

Table of Contents

I. COMPUTER VISION AND IMAGE PROCESSING FUNDAMENTALS.

1. Introduction to Computer Vision and Image Processing.

Overview: Computer Imaging. Computer Vision. Image Processing. Computer Imaging Systems. The CVIPtools Software. Human Visual Perception. Image Representation. Digital Image File Formats. References.

2. Image Analysis.

Introduction. Preprocessing. Edge/Line Detection. Segmentation. Discrete Transforms. Feature Extraction and Analysis. References.

3. Image Restoration.

Introduction. Noise. Noise Removal Using Spatial Filters. Frequency Domain Filters. Geometric Transforms. References.

4. Image Enhancement.

Introduction. Gray-Scale Modification. Image Sharpening. Image Smoothing. References.

5. Image Compression.

Introduction. Lossless Compression Methods. Lossy Compression Methods. References.

II. CVIPtools.

6. Using CVIPtools.

Introduction and Overview. The Graphical User Interface. Examples.

7. CVIPtools Applications.

Introduction. Automatic Skin Tumor Border Identification. Helicopter Image Enhancement and Analysis. Wavelet/Vector Quantization Compression. Image Segmentation Using a Deformable Template Algorithm. Visual Acuity/Night Vision Simulation.

8. Programming with CVIPtools.

Introduction to CVIPlab. CVIP Laboratory Exercises. The CVIPtcl and CVIPwish Shells.

9. CVIPtools Library Functions.

Introduction. Arithmetic and Logic Library_libarithlogic. Band Image Library_libband. Color Image Library_libcolor. Compression Library_libcompress. Conversion Library_libconverter. Display Library_libdisplay. Feature Extraction Library_libfeature. Geometry Library_libgeometry. Histogram Library_libhisto. Image Library_libimage. Data Mapping Library_libmap. Morphological Library_libmorph. Noise Library_libnoise. Segmentation Library_libsegment. Spatial Filter Library_libspatialfilter. Transform Library_libtransform.

III. APPENDICES.

A. The CVIPtools CD-ROM.
B. Setting Up and Updating Your CVIPtools Environment.

Getting CVIPtools software updates. To get via the WWW.

C. CVIPtools Functions.

Toolkit Libraries. Toolbox Libraries.

D. CVIPtcl Command List and Corresponding CVIPtools Functions.
E. CVIPtcl Function Usage Notes.
F. CVIP Resources.
Index.

Preface

Preface

Computer vision deals with the processing of image data for use by a computer. The automatic classification of blood cells in medical images and the robotic control of an unmanned lunar rover are examples of computer vision applications. Image processing involves the manipulation of image data for viewing by people. Examples include special effects imaging for motion pictures and the restoration of satellite images distorted by a faulty lens. Computer imaging blends the techniques of both computer vision and image processing; consequently, it is a rapidly growing and exciting field to be involved in today. This book presents a unique approach to the practice of computer imaging and will be of interest both to those who want to learn more about the subject and to those who just want to use computer imaging techniques.



Why Write This Book?

This book takes an applications-oriented approach to computer vision and image processing (CVIP) and brings together these two separate but related fields with an engineering perspective. Although a number of good theory-based textbooks are available, they are primarily of two types: those that were developed from an electrical engineering, specifically a digital signal processing perspective (image processing) and those that have evolved from a computer science perspective (computer vision). In recent years a few books have been written that combined these fields, but they, too, have been primarily theoretical in nature. I felt that there was a need for an application-oriented book that would bring these two perspectives together, and this book fills that gap. The book's development was initiated by my research experience while working toward a PhD in electrical engineering. I encountered two problems then. First, the research and development information available in the professional journals was often incomplete, too specific, or too esoteric. Second, I found that I spent a major portion of my time developing software, severely limiting time available for research and development. The first problem I hope to solve by writing this book_I have organized and clearly presented paradigms and methods for the development of CVIP applications. I attacked the second problem by developing a set of reusable software tools for CVIP applications and research and, in the process, developed a valuable environment for learning about computer imaging.



Who Will Use This Book?

Computer Vision and Image Processing: A Practical Approach Using CVIPtools is intended for use by working professionals in research and development, the commercial sectors, and the academic community. This includes practicing engineers, consultants, and programmers, as well as graphics artists, medical imaging professionals, and multimedia specialists, among others. The book can be used for self study and is of interest to anyone involved with developing computer imaging applications, whether they are engineers, geographers, biologists, oceanographers, or astronomers. At the university it can be used in any computer imaging applications-oriented course, typically in senior-level or graduate courses, or as a laboratory text in a standard computer vision and/or image processing course. It is essentially conceptual in nature, with only as much theory as is necessary to understand the use of the algorithms. The prerequisites for the book are an interest in the field, a basic background in computers, and a basic math background (algebra/trigonometry). Knowledge of the C programming language will be necessary for those intending to develop algorithms at the pro gramming level. Some background in signal and system theory is required for those intending to gain a deep understanding of the sections on transforms and compression. However, the book is written so that those individuals who do not have this background can learn to use the tools and achieve a conceptual understanding of the material.



Approach

Throughout the book I have opted to use what I call a just-in-time approach to learning. Instead of presenting techniques or mathematical tools when they fit into a nice, neat theoretical framework, topics are presented as they become necessary for practical applications. For example, the mathematical process of convolution is introduced when it is needed for an image zoom algorithm, and morphological operations are introduced when morphological filtering operations are needed after image segmentation. This approach provides you with the motivation to learn and use the tools and topics because you will see an immediate need for them. It also makes the book more useful to working professionals who may not work through the book sequentially but will refer to a specific section as the need arises.



Organization of the Book

The book is divided into two major parts: I. Computer Vision and Image Processing Fundamentals, and II. CVIPtools. The first part of the book contains all the basic concepts, definitions, models, and algorithms necessary to understand computer imaging. Each chapter includes numerous references and examples for the material presented. The material is presented in a conceptual and application-oriented manner, so that you will immediately understand how each topic fits into the overall framework of CVIP applications development.

  • Chapter 1 provides an overview of the computer imaging field as well as a basic background in computer imaging systems, human visual perception, and image representation.
  • Chapters 2-5 correspond to the major application areas of CVIP: image analysis, image restoration, image enhancement, and image compression. A system model is presented in the introduction to each of these chapters, which is used to help you understand how each specific algorithm relates to the overall process under discussion. The book follows a logical approach meant to model the processes an experienced CVIP applications developer follows. The second part of the book, CVIPtools, is all about the software.
  • Chapter 6 describes how to use the software, with examples, and Chapter 7 describes applications that have been developed with CVIPtools. The inclusion of applications that have been developed using the software provides insight into the applications development process.
  • Chapter 8 describes the software development environment provided with CVIPtools and includes programming and tutorial exercises. Including these exercises in the book should encourage you to become actively involved in the learning process and will provide some immediate practical experience.
  • Chapter 9 contains brief library descriptions and function prototypes to allow software developers to use all the CVIPtools functions, and thus develop their own applications. More extensive documentation on the functions, including examples, descriptions, and complete UNIX man (manual) pages are on the CD-ROM in standard UNIX format as well as HTML format.



The CVIPtools Software Development Environment

The software development environment includes an extensive set of C libraries, a skeleton program for using the libraries called CVIPlab, a Tcl shell called CVIPtcl, and a GUI-based program for the exploration of computer imaging called CVIPtools. The CVIPlab program and all the libraries are platform independent and all are ANSI-C compatible. The Tcl shell contains all the high-level CVIPtools functions, and Tcl scripts can be written for rapid prototyping. Initially developed for UNIX platforms, CVIPtools has recently been ported to Windows NT/95. The only difference between the Windows and UNIX versions is that the CVIPtools RAM-based image viewer requires X-windows and is thus UNIX specific. The CVIPtools software, the libraries, the CVIPlab program, the image files, and the associated documentation are included on the CD-ROM. The CVIPtools software has been used in projects funded by the National Institutes of Health and the U.S. Department of Defense. Because it is a university-sponsored project, it is continually being upgraded and expanded, and updates are available via the information superhighway (World Wide Web). This software allows you to learn about CVIP topics in an interactive and exploratory manner and to develop your own programming expertise with the CVIPlab program and the associated laboratory exercises. With the CVIPlab program you can link any of the already defined CVIPtools functions, ranging from general-purpose input/output and matrix functions to more advanced transform functions and complex CVIP algorithms. Some of these functions are state-of-the-art algorithms because CVIPtools is constantly being improved by the Computer Vision and Image Processing Laboratory at Southern Illinois University at Edwardsville (SIUE).

Updates

Submit Errata

More Information

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020