====== Introduction to MATLAB ====== In all labs of the course we will use [[https://www.mathworks.com/products/matlab.html|Matlab]]. In the first lab, we will introduce how to operate with images. You will learn how to read/store images form disk/web, how images are represented, how to display images, how to address image pixels, etc. If you have never encounter with Matlab, please follow one of many tutorials, as e.g., * [[https://www.mathworks.com/help/matlab/getting-started-with-matlab.html|Mathwork's tutorial]] * [[https://www.tutorialspoint.com/matlab/matlab_quick_guide.htm|Tutorials point - Matlab quick guide]] Please download the following template m-file [[https://cmp.felk.cvut.cz/~cechj/teaching/DZO-2022/01/cv1_template.m|cv1.m]]. The script contains several simple tasks. You are supposed to fill the code at the indicated locations. You can compare your results to [[https://cmp.felk.cvut.cz/~cechj/teaching/DZO-2022/01/cv1_assignement.html|ours]]. When you are done, please upload your results to [[https://cw.felk.cvut.cz/brute|BRUTE]]. In particular, upload a zip-file containing: * Your script with filled codes (cv1.m), * Resulting image (result.jpg).