whee
This commit is contained in:
parent
260f9c53ed
commit
77aeccccef
1 changed files with 4 additions and 3 deletions
|
@ -22,9 +22,10 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
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
|
||||
</p>
|
||||
|
||||
<h2>Source video</h2>
|
||||
|
|
Loading…
Reference in a new issue