Skip to content

Commit

Permalink
Added an asset folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyakobo committed Jun 3, 2024
1 parent 63fcabb commit bab8ab5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ In this example specifically we shall be compressing a grayscale image. Given th

One method to compress an image is to store it in a tree data structure where each node would have up to 4 children. Each of them shall represent a select partition of the image in one of the four quartiles: northwest, northeast, southwest, and southeast. Needless to say, the root node marked with a `-1` will either represent the entire image or another subset of partitions. The partitioning process will continue till each node in the partitioned subset carries the same color intensity.

Let's consider the following image content
Let's consider the following image content:



<image src="./assets/compression_tree.png">

## License
MIT
Binary file added assets/compression_tree.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bab8ab5

Please sign in to comment.