Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 484 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 484 Bytes

第一次作业题目

  1. Bmp 图像格式简介, 以 7.bmp 为例说明;

  2. 把 lena $512\times512$ 图像灰度级逐级递减 8-1 显示;

  3. 计算 lena 图像的均值方差;

  4. 把 lena 图像用近邻、双线性和双三次插值法 zoom 到 $2048\times2048$

  5. 把 lena 和 elain 图像分别进行水平 shear(参数可设置为 1.5,或者自行选择)和旋转 30 度,并采用用近邻、双线性和双三次插值法 zoom 到 $2048\times2048$