README.foe 508 B

1234567891011121314
  1. The *.foe files contain coefficients provided by Stefan Roth, who agreed to
  2. release them under a BSD license. See his home page:
  3. http://www.gris.informatik.tu-darmstadt.de/~sroth/research/foe/index.html
  4. The coefficients in the *.foe files have been obtained by extracting the
  5. matrices from the MATLAB files and performing matrix multiplication.
  6. The format of the files is ASCII:
  7. <s = filter size> <K = number of filters>
  8. <alpha_1> ... <alpha_K>
  9. <f_1,1> ... <f_1,s^2>
  10. ...
  11. <f_K,1> ... <f_K,s^2>