Instructions for use (Windows only).
Author Vasileios Zografos 2010
Demonstration version (non-optimised)


First Verify the MATLAB Compiler Runtime (MCR) is installed and ensure you    
  have installed version 7.13. If the MCR is not installed, run MCRInstaller.exe



On the target machine, set the path by doing one of the following:

        NOTE: <mcr_root> is the directory where MCR is installed
              on the target machine.         

        Add the MCR directory to the environment variable by opening 
        a command prompt and issuing the DOS command:

            set PATH=<mcr_root>\v713\runtime\win32;%PATH% 


        Alternately, for Windows, add the following pathname:
            <mcr_root>\v713\runtime\win32
        to the PATH environment variable, by doing the following:
            1. Select the My Computer icon on your desktop.
            2. Right-click the icon and select Properties from the menu.
            3. Select the Advanced tab.
            4. Click Environment Variables.  



        NOTE: On Windows, the environment variable syntax utilizes 
              backslashes (\), delimited by semi-colons (;). 



To run the program open a command prompt and run:

FilterImage.exe n

where n is the filter number (from 1 to 24)

The output of the program is:

-a model.txt file that contains the number 0 for Weibull2, 1 for Weibull3 and 2 for Frechet models
-a parameters.txt file that contains the 3 distribution model parameters fitted 
-a Reliability.txt that contains the R2 goodness of fit value of the fit
-and a filters.mat that contains all the 24 raw filters output

Also the input and output images are displayed.

Note that the program expects to find a "test.jpg" image in the same path as the executable. If you wish to try another image just rename it to "test.jpg" and replace the one provided with the program.
