Skip to content

Commit f237e97

Browse files
authored
Update README.md
1 parent bc6e860 commit f237e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

median-cut-algorithm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ Compression using various algorithms and Comparision between them :)
1313
<li> Change the path variable to your desired image path <br>
1414
<li> Input files (.csv) contain different channels of blue, green and red for the input image <br>
1515
<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>
16+
<li> Lookup table is [start,(end-1)] range to be replaced with value <br>
1717
</ul>
1818
</p>

0 commit comments

Comments
 (0)