![]() |
.. (לתיקייה המכילה) | |
Can we use Matlab's K-Means function? | |
NO! you should implement it yourself. It is not that complicated, and hands-on implementation is the best way to understand. |
Wet assignment 7 - is there an error? | |
When describing the error diffusion, there is an error in top of page 4 - when encoding the current pixel, its value must be considered, i.e., the value to quantize is [X_{k+1}(R) + E_{k}(R) , ...] Note the indices in X are k+1, and in E they are k. |