index
:
6.8301-project
CNN
alg
master
Sharing without a network through vision
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
encoder.py
Age
Commit message (
Expand
)
Author
2024-05-14
Thicker edges for mixing video
Anthony Wang
2024-05-13
Shrink corners
Anthony Wang
2024-05-12
Run camera at 60fps and use state machine to skip every other frame
Anthony Wang
2024-05-07
Space out elements in each size 255 chunk
Anthony Wang
2024-04-30
Add more comments
Anthony Wang
2024-04-29
Mix frames with all vidframe pixels that are 0 or 255
Anthony Wang
2024-04-28
Use cv2.warpPerspective instead of dumb interpolation
Anthony Wang
2024-04-28
Crop webcam image to prevent perspective distortion, correctly truncate frame...
Anthony Wang
2024-04-28
3-bit color
Anthony Wang
2024-04-28
Make corner finding more robust
Anthony Wang
2024-04-25
Add usage instructions to README.md
Anthony Wang
2024-04-23
Purge PyQt
Anthony Wang
2024-04-23
Move find_corner to global namespace, use erase_pos for better ECC
Anthony Wang
2024-04-23
4-bit color for encoder, fix a ton of bugs
Anthony Wang
2024-04-22
Encoder: 4bit color, space out RS chunks
Anthony Wang
2024-04-22
Short args, clean up code
Anthony Wang
2024-04-22
Video encoder
Anthony Wang
2024-04-22
Downsample+flood fill algorithm (it almost works!)
Anthony Wang
2024-04-21
XOR frames with arange, implement color to 8-bit in decoder, add camera devic...
Anthony Wang
2024-04-21
Implement ECC, webcam capture
Anthony Wang
2024-04-12
Add PyQt6 stuff and requirements.txt
Anthony Wang