function components_test ( ) %*****************************************************************************80 % %% MAIN is the main program for COMPONENTS_TEST. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 28 February 2011 % % Author: % % John Burkardt % timestamp ( ); fprintf ( 1, '\n' ); fprintf ( 1, 'COMPONENTS_TEST:\n' ); fprintf ( 1, ' MATLAB version\n' ); fprintf ( 1, ' Test the IMAGE_COMPONENTS library.\n' ); components_test01 ( ); components_test02 ( ); components_test03 ( ); % % Terminate. % fprintf ( 1, '\n' ); fprintf ( 1, 'COMPONENTS_TEST\n' ); fprintf ( 1, ' Normal end of execution.\n' ); fprintf ( 1, '\n' ); timestamp ( ) return end