搜索资源列表
BSGGJHJpaGinting
- 采用BSCB模型算法的实现,把程序源码中全部Inpainting像素值当作要修补的对象,输入BMP图像与要求迭代的次数,源代码完整。-The use of BSCB model algorithm, the program source code in all Inpainting pixel value as an object to be patched, the input requirements of BMP images and the number of iterations, t
showpixel
- 任意读取一幅BMP图像,可以得到图像上任意一点的像素值,读取窗口可以移动,大小可变-Any reading a BMP image, the image can be any point on the pixel value, read the window can be moved, the size variable
matlab1
- 练习读入lena.bmp图像,在workspace中查看图像,显示图像,并将此图像存储在C盘根目录下,命名为1.bmp。 读入两幅尺寸相同的图像(lena.bmp和sky.bmp),做加法,实现双曝光的效果。 读入两幅尺寸相同的图像(2.bmp和2background.bmp),做减法,实现减背景效果。 读入lena.bmp图像,编写一个模板,此模板是以图像中心为圆心,64像素为半径的圆内为1,其他位置为0,以此模板乘以读入的lena图像,显示结果。 用图像除法完成减背景操作(