|
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 PCIHOMEto<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 functionsIn addition, the header file is in
include/pci.h
Download libpci.tgz
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 ProcessingABOUT 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.
