资源列表
[图形图像处理(光照,映射..)] Improved-Wiener-filter-code
说明:改进维纳滤波器代码,自己设计的,不太难懂,大家可以来交流一下-Improved Wiener filter code<张毅> 在 2025-05-10 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] chengxu
说明:在matlab中进行图像处理,转化为二值图并进行分类-In matlab for image processing, into a binary image and classification<layla> 在 2025-05-10 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] tuxiang
说明:从一个.bmp文件中读取数据(包括BITMAPINFOHEADER,调色板和实际图象数据),将其存储在一个全局内存句柄hImgData中,这个hImgData将在以后的图象处理程序中用到。同时填写一个类型为HBITMAP的全局变量hBitmap和一个类型为HPALETTE的全局变量hPalette。这两个变量将在处理WM_PAINT消息时用到,用来显示位图。该函数的两个参数分别是用来显示位图的窗口句柄,和.bmp文件名(全路径)。当函数<刘旭> 在 2025-05-10 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] jingxiang
说明:镜象变换的源代码如下,因为和平移的那段程序很类似,程序中的注释就简单一些。-Mirror transform source code is as follows, because, and translation of that part of the procedure is very similar to the program notes on simple.<刘旭> 在 2025-05-10 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] zhongzhi-lvbo
说明:下面的程序实现了中值滤波,参数Hori是一个布尔变量,若为真,做水平中值滤波,否则,做垂直中值滤波。-The following program implements median filtering, Hori parameter is a Boolean variable, if it is true, so the level of median filtering, otherwise, do vertical median f<刘旭> 在 2025-05-10 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] R
说明:下面我们给出Floyd-Steinberg算法的源代码。有一点要说明,我们原来介绍的程序都是先开一个char类型的缓冲区,用来存储新图数据,但在这个算法中,因为e有可能是负数,为了防止得到的值超出char能表示的范围,我们使用了一个int类型的缓冲区存储新值。另外,当按从左到右,从上到下的顺序处理象素时,处理过的象素以后不会再用到了,所以用这个int类型的缓冲区存储新值是可行的。全部象素处理完后,再将这些值拷贝到char类型的缓冲区去。<刘旭> 在 2025-05-10 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] mains
说明:将图片按固定阈值分成两类,计算两类间的方差-The picture is divided into two categories according to a fixed threshold to calculate the variance between the two<Pure> 在 2025-05-10 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] Zernike-matlab
说明:图像边缘检查中的Zernike矩变换的Matlab代码-The edge detection of the image of Zernike moments transform Matlab code<wxping> 在 2025-05-10 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] TUXIANGCHULI
说明:利用matlab求图像的峰值信噪比和均方误差最简单的方法- The easiest way to find image PSNR and MSE by matlab<wangli> 在 2025-05-10 上传 | 大小: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-05-10 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] erzhihua
说明:此代码利用matlab语言实现了图像的读入及二值化处理-This code using matlab language and read the image binarization<郝雪莲> 在 2025-05-10 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] rotate
说明:旋转矩阵的图像旋转。【cosA sinA -sinA cosA】 可以不需要opencv-Image rotation based on rotation matrix. [CosA sinA-sinA cosA]<glemo> 在 2025-05-10 上传 | 大小:1kb | 下载:0