Viewing a single comment thread. View all comments

DeliaElijahy OP t1_jdz4l05 wrote

I created this to get some data for a fun project I'm working on. The reason the left and right sides have a bit more yellow than top and bottom is because of the aspect ratio; the boundary is longer on the X axis than the Y axis.

This was done in Python using Pygame. It wasn't actually a lot of code; only 55 lines total (without empty lines).

I didn't include the numerical data for simplicity and presentation sake.

Edit: You can also just about see a faint outline (like a diagonal chequerboard pattern) of crossing lines... pretty interesting, honestly.

22

mrmoreawesome t1_je09fs2 wrote

How do you know that your implementation is equivalent to the algorithm in the dvd players firmware?

If not, this is really a heatmap of your program and not the true dvd player alg Heatmap

9

blek-reddit t1_je4bd8h wrote

Im amazed that even after as many as 50k iterations, you still see periodic patterns in the interior. That has to be a rastering artifact, I’m guessing.

1