S. Qureshi (December 2004)

This directory contains source code for Chapter 3 of "Embedded Image Processing on the TMS320C6000 DSP".
The following MATLAB M-files are included:

o contrast_stretch.m (Listing 3-1)
o hist_equalize      (Listing 3-12)
o hist_specification (Listing 3-14)
o read_ccs_data_file (Listing 3-5)
o save_ccs_data_file (Listing 3-4)
o window_level       (Listing 3-6)

This directory also contains four C6701 EVM projects, in the following sub-directories:

o contrast_stretch               (Section 3.2.2)
o histogram_equalization         (Section 3.4.3)
o histogram_equalization_profile (Section 3.4.3)
o window_level\WindowLevelCCS    (Section 3.3.3)

A single Visual Studio .NET 2003 project is located in the WindowLevelVS sub-directory (Section 3.3.2).