Manning Logo
Home | Ordering Info | Shopping Cart | Manage My Account | Login
Attention customers: online shopping is now available exclusively through our main website: http://www.manning.com. Thank you.
High Performance Computer Imaging

Inside the book

Sample Chapters Table of Contents Index Preface Source Code

Manning Blog

Why small is sweet?

Author Blogs

Dave Crane more...

Author Calendar

Upcoming Events

Catalog

Java .NET Perl XML All by Subject All by Title

About...

Manning Contact Us Ordering FAQs ebooks Covers Sandbox Forums Distributors Manning Early Access Program (MEAP) Affiliate Program Academia/Publicity User Group Program Press Releases Jobs

Manning Publications Co.
209 Bruce Park Avenue
Greenwich, CT 06830

High Performance Computer Imaging
Ihtisham Kabir

1996 | 400 pages
ISBN: 132683016
  $44.00 Softbound print book Out of print (?)

Source Code

Here is the code to compile and build libpci.a, which is a library of the functions in the text. It needs a Sun workstation running Solaris 2.4 or later.

The code has been tested and compiled only on Sun workstations with Solaris 2.4 and later.

To build it, you need a working directory <dir>

copy the C files into <dir>
copy the header file into <dir>/include
setenv PCIHOME to <dir>
cd <dir>
make

The following source files are included:

blend.c - blend operations (Chapter 5)
colorcon.c - color conversion (Chapter 7)
convolve.c - convolution (Chapter 6)
dct.c - discrete cosine transform (Chapter 9)
dither.c - color quantization (Chapter 7)
histo.c - histogram and related routines (Chapter 5)
lookup.c - table lookup (Chapter 4)
median.c - median filter (Chapter 6)
morpho.c - morphological filters (Chapter 6)
rotate.c - rotation of image (Chapter 8)
scale.c - scaling an image (Chapter 8)
sfx.c - special effects (Chapter 8)
utils.c - various utility functions

In addition, the header file is in include/pci.h

Download libpci.tgz

Download libpci.zip

By using these programs, the user agrees to the following conditions:

These programs are copyright 1996-97 by I. Kabir. Although the software has been tested, no guarantees are made, and neither the author nor Manning Publications or Prentice Hall is to be held responsible for any loss or damage caused by the use of this code.

DESCRIPTION

Today, widespread availability of powerful desktop computers with color display capabilities has brought computer imaging within practical reach of the end user. However, up to now, both the users and implementors of computer imaging products users have faced a scarcity of useful literature on its practice. High Performance Computer Imagining bridges the gap between theory and practice of computer imaging. For product developers, it addresses all the unique problems that arise when designing imaging software products. For end users, it clarifies the subtleties and simplifies complexities that can lead to better performance by these products.

What's inside:

  • Current, commonly-used computer imaging algorithms and hardware
  • A software engineering framework for imaging software development
  • Numerous C programming examples
  • Industry standard imaging and video compression algorithms
  • Design methodology for high-performance imaging products
  • Performance evaluation methods
  • A review of current hardware imaging devices and trends
  • Modern color imaging techniques
  • Java and its implications for imaging
  • Techniques to evaluate current imaging software and hardware products

WHAT THE EXPERTS SAY ABOUT THIS BOOK...

"... a great source on optimized implementations for high performance computer imaging."
-William Pratt, author, Digital Image Processing

ABOUT THE AUTHOR...

Ihtisham Kabir is manager of the Imaging and Video software group at Sun Microsystems Computer Company. He has over twelve years of engineering experience in building high performance computer imaging products.

Home | Catalog | Privacy Policy | About Manning

© 2003-2006 Manning Publications Co.