% % Written by: % -- % John L. Weatherwax 2005-08-04 % % email: wax@alum.mit.edu % % Please send comments and especially bug reports to the % above email address. % % Epage % %----- % For the first image: % I_1 = imread( '../../Data/images/image1.bmp' ); ASM( I_1 ) CON( I_1 ) IDF( I_1 ) entropy( I_1 ) % The run length features: % SRE(I_1) LRE(I_1) GLNU(I_1) RLN(I_1) I_3 = imread( '../../Data/images/image3.bmp' ); ASM( I_3 ) CON( I_3 ) IDF( I_3 ) entropy( I_3 ) % The run length features: % SRE(I_3) LRE(I_3) GLNU(I_3) RLN(I_3)