资源列表
[图形图像处理(光照,映射..)] R
说明:下面我们给出Floyd-Steinberg算法的源代码。有一点要说明,我们原来介绍的程序都是先开一个char类型的缓冲区,用来存储新图数据,但在这个算法中,因为e有可能是负数,为了防止得到的值超出char能表示的范围,我们使用了一个int类型的缓冲区存储新值。另外,当按从左到右,从上到下的顺序处理象素时,处理过的象素以后不会再用到了,所以用这个int类型的缓冲区存储新值是可行的。全部象素处理完后,再将这些值拷贝到char类型的缓冲区去。<刘旭> 在 2025-02-02 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] mains
说明:将图片按固定阈值分成两类,计算两类间的方差-The picture is divided into two categories according to a fixed threshold to calculate the variance between the two<Pure> 在 2025-02-02 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] Zernike-matlab
说明:图像边缘检查中的Zernike矩变换的Matlab代码-The edge detection of the image of Zernike moments transform Matlab code<wxping> 在 2025-02-02 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] TUXIANGCHULI
说明:利用matlab求图像的峰值信噪比和均方误差最简单的方法- The easiest way to find image PSNR and MSE by matlab<wangli> 在 2025-02-02 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] face_detect
说明:人脸识别,程序比较简单,是基于肤色的人脸识别,可以通过这个程序,作进一步的研究-Face recognition, the procedure is relatively simple, is based on the color of face recognition, through this program, further research<duanshijie> 在 2025-02-02 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] erzhihua
说明:此代码利用matlab语言实现了图像的读入及二值化处理-This code using matlab language and read the image binarization<郝雪莲> 在 2025-02-02 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] rotate
说明:旋转矩阵的图像旋转。【cosA sinA -sinA cosA】 可以不需要opencv-Image rotation based on rotation matrix. [CosA sinA-sinA cosA]<glemo> 在 2025-02-02 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] Lens
说明:能实现哈哈镜效果,可以做到图形凸起,扭曲,凹陷等功能-Distorting mirror effect can be achieved, can do graphic projection, distortion, depression, etc.<姚忠意> 在 2025-02-02 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] Lee
说明:快速的Lee滤波算法,代码经过优化,修正和测试,能有效减少SAR图像中的斑点噪声。-Fast Lee filter algorithm, code optimized, modification and testing, can effectively reduce the SAR image speckle noise.<lili> 在 2025-02-02 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] chaofenbian
说明:对彩色图像从低分辨率到高分辨率重建的代码-Super-resolution using sparse representation<林静> 在 2025-02-02 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] YUV2RGB
说明:图形文件转换工具,可以实现YUV文件转换为RGB文件-Graphics file conversion tool, you can achieve file converted to RGB YUV file<wangping> 在 2025-02-02 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] adpmedian
说明:数字图像处理自适应中值滤波,可以直接调用 环境:Matlab-Digital image processing median filter, you can directly call the environment: Matlab<张飞> 在 2025-02-02 上传 | 大小:1kb | 下载:0