FreeTechBooks.com Homepage
FreeTechBooks.com
Free Online Computer Science and Programming Books, Textbooks, and Lecture Notes


Image Processing in C: Analyzing and Enhancing Digital Images
Reply with quote
Image Processing in C: Analyzing and Enhancing Digital Images

Author : Dwayne Phillips
ISBN : 087930443X
Pages : 724
Publication Date : August 1997
Publisher : R & D Books

Book Excerpts:

This book is a tutorial on image processing. Each chapter explains basic concepts with words and figures, shows image processing results with photographs, and implements the operations in C. The C code in this book is based on a series of articles published in The C Users Journal from 1990 through 1993, and includes three entirely new chapters and six new appendices. The new chapters are 1) an introduction to the entire system, 2) a set of routines for Boolean operations on images -- such as subtracting or adding one with another, 3) a batch system for performing offline processing (such as overnight for long involved manipulations).

The C Image Processing System (CIPS) works with Tag Image File Format (TIFF) gray scale images. The entire system has been updated from the original publications to comply with the TIFF 6.0 specification from June 1993 (the magazine articles were written for the TIFF 5.0 specification.)

The text and accompanying source code provide working edge detectors, filters, and histogram equalizers, I/O routines, display and print procedures that are ready to use, or can be modified for special applications.

Intended Audience:

This book is geared towards programmers seeking tools for image processing, ranging from the basics to advanced techniques. The code was compiled with Microsoft C v6. The code should run using other compilers with little modification.

Arrow View/Download Image Processing in C: Analyzing and Enhancing Digital Images

ndaru
Site Admin

Joined: 09 Oct 2004
Posts: 742
View user's profileSend private message
  
   
 Reply to topic