S. Qureshi (December 2004)

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

o segment_isodata         (Listing 5-7)
o segment_triangle        (Section 5.2.4)
o sobel_edge_detect       (Listing 5-8)
o sobel_edge_detect_fixed (Listing 5-1)

There is a MATLAB GUI application discussed in 5.1.1 (see Listing 5-2) that is contained within the edge\SobelDemo directory.

A combined RTDX application consisting of a MATLAB host and either a C6701 EVM or C6416 DSK target can be found within the
edge\SobelFixedRTDX directory. The MATLAB GUI host is found in edge\SobelFixedRTDX\Host. The C6701 EVM target project is
located in edge\SobelFixedRTDX\C6701EVM and the C6416 DSK target project is in edge\SobelFixedRTDX\C6416DSK. This example
is fully discussed in 5.1.2.

A similar RTDX application is located under the segmentation directory, except this time the host is a Visual Studio .NET 2003
application and only a C6416 DSK target is provided. The Visual Studio host solution is in segmentation\SegmentRTDX\Host and
the C6416 DSK target can be found in segmentation\SegmentRTDX\Target\C6416DSK.