Home | History | Annotate | only in /external/ceres-solver/data
Up to higher level directory
NameDateSize
2x2.foe23-Apr-2015307
3x3.foe23-Apr-2015755
5x5.foe23-Apr-20155.5K
ceres_noisy.pgm23-Apr-2015122.1K
libmv-ba-problems/23-Apr-2015
nist/23-Apr-2015
problem-16-22106-pre.txt23-Apr-20154.6M
README.foe23-Apr-2015508

README.foe

      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 
      4   http://www.gris.informatik.tu-darmstadt.de/~sroth/research/foe/index.html
      5 
      6 The coefficients in the *.foe files have been obtained by extracting the
      7 matrices from the MATLAB files and performing matrix multiplication.
      8 
      9 The format of the files is ASCII:
     10   <s = filter size> <K = number of filters>
     11   <alpha_1> ... <alpha_K>
     12   <f_1,1> ... <f_1,s^2>
     13   ...
     14   <f_K,1> ... <f_K,s^2>
     15