MYNT-EYE-S-SDK/3rdparty/ceres-solver-1.11.0/data
2019-01-03 16:25:18 +08:00
..
libmv-ba-problems feat(3rdparty): add eigen and ceres 2019-01-03 16:25:18 +08:00
nist feat(3rdparty): add eigen and ceres 2019-01-03 16:25:18 +08:00
2x2.foe feat(3rdparty): add eigen and ceres 2019-01-03 16:25:18 +08:00
3x3.foe feat(3rdparty): add eigen and ceres 2019-01-03 16:25:18 +08:00
5x5.foe feat(3rdparty): add eigen and ceres 2019-01-03 16:25:18 +08:00
ceres_noisy.pgm feat(3rdparty): add eigen and ceres 2019-01-03 16:25:18 +08:00
problem-16-22106-pre.txt feat(3rdparty): add eigen and ceres 2019-01-03 16:25:18 +08:00
README.foe feat(3rdparty): add eigen and ceres 2019-01-03 16:25:18 +08:00

The *.foe files contain coefficients provided by Stefan Roth, who agreed to
release them under a BSD license. See his home page:

  http://www.gris.informatik.tu-darmstadt.de/~sroth/research/foe/index.html

The coefficients in the *.foe files have been obtained by extracting the
matrices from the MATLAB files and performing matrix multiplication.

The format of the files is ASCII:
  <s = filter size> <K = number of filters>
  <alpha_1> ... <alpha_K>
  <f_1,1> ... <f_1,s^2>
  ...
  <f_K,1> ... <f_K,s^2>