• Home
Name Date Size #Lines LOC

..--

libmv-ba-problems/07-May-2024-64

nist/07-May-2024-3,8233,096

2x2.foeD07-May-2024307 97

3x3.foeD07-May-2024755 1412

5x5.foeD07-May-20245.5 KiB3328

README.foeD07-May-2024508 1511

ceres_noisy.pgmD07-May-2024122.1 KiB66

problem-16-22106-pre.txtD07-May-20244.6 MiB150,182150,181

README.foe

1The *.foe files contain coefficients provided by Stefan Roth, who agreed to
2release them under a BSD license. See his home page:
3
4  http://www.gris.informatik.tu-darmstadt.de/~sroth/research/foe/index.html
5
6The coefficients in the *.foe files have been obtained by extracting the
7matrices from the MATLAB files and performing matrix multiplication.
8
9The 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