matlab 1
Functionality:
1) Convert the matlab code Fig.20 (Page 12 of attached file) into java function.
2) convert matlab function(imread) into java function.
3) Takes in a fringe pattern (noisy) as a jpg, convert it into matrix and process it using the java code in (1)
4) output the product into a jpg file (clean)
It is a web-based processing GUI that give the user the option to use one of the two method that is specified; WFF or WFR. Once user input the image file, using the java functionality change the input image into matrix (matlab:imread). the result is then processed using the wft2 function and converted back into jpg