• Menu
  • Skip to right header navigation
  • Skip to main content
  • Skip to secondary navigation
  • Skip to primary sidebar

OnlineProgrammingBooks.com

Legally Free Computer Books

  • All Categories
  • All Books
  • All Categories
  • All Books
  • About Us
  • Privacy policy
  • Disclaimer
  • Subscribe
  • Contact
You are here: Home ▶ C ▶ Image Processing in C: Analyzing and Enhancing Digital Images

Image Processing in C: Analyzing and Enhancing Digital Images

March 24, 2006

Image Processing in C: Analyzing and Enhancing Digital Images

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. Explains the basic concepts of analyzing and enhancing digital images. Author has distilled image processing down to its essentials and clearly explains how to do it.

Book Description

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. Print routines are provided for laser printers, graphics printers, and character printers. Display procedures are provided for monochrome, CGA, VGA, and EGA monitors. All of these functions are provided in a system that will run on a “garden variety” PC, not requiring a math co-processor, frame grabber, or Super VGA monitor.

Table of Contents

  • Introduction to CIPS
  • Image File Input and Output
  • Viewing and Printing Image Numbers
  • Halftoning
  • Histograms and Equalization
  • Basic Edge Detection
  • Advanced Edge Detection
  • Spatial Frequency Filtering
  • Image Operations
  • Histogram-Based Segmentation
  • Segmentation via Edges & Gray Shades
  • Manipulating Shapes
  • Boolean and Overlay Operations
  • Geometric Operations
  • Warping and Morphing
  • Basic Textures Operations
  • Random Dot Stereograms
  • Steganography: Hiding Information
  • Command-Line Programming
  • A Tcl/Tk Windows Interface

Download Free PDF / Read Online

Author(s): Dwayne Phillips
Format(s): PDF
File size: 9.21 MB
Number of pages: 816
Link: Download.

Similar Books:

  1. Image Processing Fundamentals
  2. Image Processing and Data Analysis: The Multiscale Approach
  3. Grokking the GIMP: Advanced Techniques for Working with Digital Images
  4. Text Processing in Python
  5. Fluid Bed Particle Processing
Previous Post: « Linux Network Administrator’s Guide, 2nd Edition
Next Post: Practical PHP Programming »

Primary Sidebar

Get Latest Updates

  • Facebook
  • Pinterest
  • RSS
  • Twitter
  • YouTube
  • About Us
  • Privacy policy
  • Disclaimer
  • Subscribe
  • Contact

Copyright © 2006–2023 OnlineProgrammingBooks.com