Skip to content

Commit

Permalink
Small patch to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyakobo committed Jun 3, 2024
1 parent ae90336 commit 63fcabb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ 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



## License
MIT

0 comments on commit 63fcabb

Please sign in to comment.