| Date | Submission | Comment |
|---|---|---|
| 2010-04-28 16:35:00 UTC |
First one out of the gate by Alan Chalker |
default solver
by Alan Chalker |
| 2010-04-28 16:59:31 UTC |
a lazy try by Yi Cao |
My first try.
by Yi Cao |
| 2010-04-28 17:23:28 UTC |
default solver by Mitsuru Ambai |
default solver for testing submission
by Mitsuru Ambai |
| 2010-04-28 18:24:15 UTC |
BPF by Nicholas Howe |
Simple idea for my first entry in this contest.
by Nicholas Howe |
| 2010-04-28 18:48:24 UTC |
RandomStart by B. Hiriyur |
This is a first submission using random sampling.
by B. Hiriyur |
| 2010-04-28 18:54:07 UTC |
Lean by Mike Russell |
Get my name on the board
by Mike Russell |
| 2010-04-28 19:03:13 UTC |
Local Average by Chethan C U |
Trial 1 -- Local Average
by Chethan C U |
| 2010-04-28 19:11:53 UTC |
Local Average by Chethan C U |
Trial 2 -- removed try catch
by Chethan C U |
| 2010-04-28 19:14:01 UTC |
Local Average by Chethan C U |
trial 3
by Chethan C U |
| 2010-04-28 19:21:38 UTC |
Interpol by Nicholas Howe |
Not as good as my first entry, I think. Faster, probably.
by Nicholas Howe |
| 2010-04-28 19:33:14 UTC |
Local Average by Chethan C U |
trial 4 -- fixed for last iteration
by Chethan C U |
| 2010-04-28 19:40:59 UTC |
Interpol2 by Nicholas Howe |
Maybe a bit better than Interpol1
by Nicholas Howe |
| 2010-04-28 19:46:53 UTC |
Local Average by Chethan C U |
Averaging along x and y
by Chethan C U |
| 2010-04-28 19:58:25 UTC |
initial entry by Christopher |
pixelization
by Christopher |
| 2010-04-28 20:19:12 UTC |
First Try by Erik |
A simple first approach
by Erik |
| 2010-04-28 20:25:38 UTC |
Interpol3 by Nicholas Howe |
I think this is a further improvement.
by Nicholas Howe |
| 2010-04-28 21:13:44 UTC |
second try by Amin |
bug fix
by Amin |
| 2010-04-28 21:16:22 UTC |
3rd by Amin |
minor fix
by Amin |
| 2010-04-28 22:08:16 UTC |
Single-pixel SVD reconstruction by Bert |
Oops, were we not supposed to put comments in the code? Oh well.
by Bert |
| 2010-04-28 22:17:48 UTC |
take 3 by Bert |
Still first attempt. Can't spend much more time on this. Renamed variables so the script doesn't think I'm using the image function.
by Bert |
| 2010-04-28 22:18:39 UTC |
Lobotomy I by Gerbert Myburgh |
Dimention 1
by Gerbert Myburgh |
| 2010-04-28 22:22:53 UTC |
Figuring out submission syntax by Bert |
these error message are hard to decipher
by Bert |
| 2010-04-28 22:33:59 UTC |
Wasting Time by Bert |
Can't spend more time on this today.
by Bert |
| 2010-04-28 22:36:41 UTC |
Single-pixel SVD reconstruction by Bert |
removed drawing code
by Bert |
| 2010-04-28 23:31:38 UTC |
Naive point-sampling and interpolation by Hugues |
Super-naive approach :-)
First time contesting and I wanted to just submit an entry... The solver samples a few points equally spaced, then and performs interpolation to get the final image by Hugues |