资源列表
[图形图像处理(光照,映射..)] weitu
说明:在程序中,利用imshow(I,[127 128])实现第七位灰度切割:imshow(I,[127 128])表示当灰度值为0到127时,T(r)=0,全黑;当灰度值为128到255时,T(r)=255,全白。 利用位与实现第n(n<7)位的灰度切割。64表示0100 0000,与原图像相与,实现第六位的灰度切割;32表示0010 0000,实现对第五位的灰度切割,以此类推。-In the procedure, using i<张雨辰> 在 2025-05-18 上传 | 大小:3kb | 下载:0
[图形图像处理(光照,映射..)] weituqiege
说明:本程序用if(Fig(i,j)>=grayvalue&&Fig(i,j)<(grayvalue+block))来进行判断,实现8个位图的切割.利用了for循环,程序较为简单.-This procedure used if (Fig (i, j)> = grayvalue<张雨辰> 在 2025-05-18 上传 | 大小:3kb | 下载:0
[图形图像处理(光照,映射..)] lvbo
说明:滤波一般用于消除图像中的随机噪声,故下面的程序先添加典型噪声,再进行各种滤波处理:均值滤波、中值滤波、最小值滤波、最大值滤波。 -Image filtering is generally used to eliminate the random noise, so the following procedure to add the typical noise, and then conduct various kinds of f<张雨辰> 在 2025-05-18 上传 | 大小:3kb | 下载:0
[图形图像处理(光照,映射..)] yundongmohu
说明:程序先用fspecial函数产生运动模糊图像,再用维纳滤波进行恢复-Procedures first fspecial functions to generate motion-blurred image, and then carry out the restoration of Wiener filtering<张雨辰> 在 2025-05-18 上传 | 大小:3kb | 下载:0
[图形图像处理(光照,映射..)] truecolorto8bit
说明:将真彩图片转变成8bit彩色或者黑白位图,实现了图片的多种调色信息的转化-True color image will be transformed into 8bit color or black and white bitmap to achieve a variety of color picture information transformation<zmw> 在 2025-05-18 上传 | 大小:48kb | 下载:0
[图形图像处理(光照,映射..)] ScreenSnap
说明:抓取图像,程序会自动将此选中图像复制到系统剪切板中,然后到您需要它的文档或画图中,直接粘贴既可,您还可以将已经抓好的图形保存到本地硬盘上。 同时,支持屏幕右下角的系统区图标交互操作-Crawl image, the program will automatically select this image copied to the system clipboard, and then you need to document or dr<zmw> 在 2025-05-18 上传 | 大小:152kb | 下载:0
[图形图像处理(光照,映射..)] vcImageProcess
说明:图象处理程序(v c++),边缘检测,点运算,中值滤波等,比较全面。-Image processing procedures (v c++), Edge detection, point operations, median filtering and so on, much more comprehensive.<cai > 在 2025-05-18 上传 | 大小:497kb | 下载:0
[图形图像处理(光照,映射..)] IsNorm
说明:判断一组随机数据是否服从正态分布的Matlab源程序-A set of random data to determine whether the normal distribution of the Matlab source<fuxm> 在 2025-05-18 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] DCT_IDCT
说明:to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expression for M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the execution now<hujik> 在 2025-05-18 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] edgedetecting
说明:对图像进行边缘检测,首先在客户区显示出bmp图像,然后进行边缘检测。-Image edge detection, first of all in the customer area show bmp image, and then proceed to edge detection.<高源> 在 2025-05-18 上传 | 大小:2.7mb | 下载:0
[图形图像处理(光照,映射..)] digitalimageprosessing
说明:包括灰度图像和彩色图像处理两部分,灰度图像处理:256色转变成黑白色,对比度拉伸,二值化,反色,亮度增加,取对数,取指数,直方图均衡化,图像镜像,图像平移,图像缩放,图像旋转,高斯平滑,均值滤波,拉普拉斯锐化,梯度锐化,中值滤波,DCT变换,Fourier变换,Walsh变换,方块编码,细化,Canny算子,浮雕,雕刻,Sobel-Including gray-scale images and color image processin<高源> 在 2025-05-18 上传 | 大小:2mb | 下载:0