We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc6e860 commit f237e97Copy full SHA for f237e97
median-cut-algorithm/README.md
@@ -13,6 +13,6 @@ Compression using various algorithms and Comparision between them :)
13
<li> Change the path variable to your desired image path <br>
14
<li> Input files (.csv) contain different channels of blue, green and red for the input image <br>
15
<li> Output files (.csv) contain noise/error values in each color(r,g,b) for the output image <br>
16
-<li> Lookup table is start - (end-1) range to be replaced with value <br>
+<li> Lookup table is [start,(end-1)] range to be replaced with value <br>
17
</ul>
18
</p>
0 commit comments