diff --git a/index.html b/index.html index 69ad34c..866f9ff 100644 --- a/index.html +++ b/index.html @@ -22,9 +22,10 @@

- Currently just converts to grayscale and counts up unique blocks. - Next step: decimate if > 128 unique blocks per image, and combine - the most similar blocks in the output. + Currently converts to grayscale and reuses existing similar blocks as it goes, + increasing a similarity threshold (from 0) until the set fits in 128 chars. + Next step: correctly handle inverse video similarities + Further step: don't end up stuck between 64 and 128 blocks :D

Source video