Page 151 - Algorithm Collections for Digital Signal Processing Applications using MATLAB
P. 151

140                                                        Chapter 4

                  case 4

                  A=imread('ear41.bmp');
                  A=rgb2gray(A);
                  g=gray(256);
                  msgbox('Fourth person','Pattern Recognition','custom',A,g)
              end
              _______________________________________________________________________

           1.3      Program Illustration
   146   147   148   149   150   151   152   153   154   155   156