Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
image-compression
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Elphel
image-compression
Commits
8b7366b7
Commit
8b7366b7
authored
May 25, 2022
by
Bryce Hepner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
made this longer and with more detail, not perfect
parent
b1c9e3df
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
README.md
README.md
+13
-1
No files found.
README.md
View file @
8b7366b7
# Image Compression
# Image Compression
Python code for developing a system to compress images in order to achieve uninterrupted frames.
Python code for developing a system to compress images in order to achieve uninterrupted frames.
The approach revolves around predicting a pixel based on the surrounding 4 pixels on the top and left.
The process is thought of like a cathode ray TV, processing each row one pixel at a time. Therefore
the 3 pixels above any nonboundary pixel and the one to the left have already been read. The goal is to then
interpolate the next point and record if there is any difference between the predicted and the actual.
Encoding_decoding contains the main body of code, while compression_benchmark.ipynb contains some test code
for already produced methods of compression.
The current status is that the inhouse compression works better as per its own method of checking the ratio.
TODO: Update how it calculates compression by actual filesize instead of in python calculations
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment