资源列表
[图形图像处理(光照,映射..)] median
说明:对图像进行中值滤波,暂时使用640*480大小的图像。-Image median filter, the temporary use of 640* 480 size images.<王旭> 在 2025-10-06 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] lap
说明:对bmp格式的图像进行拉普拉斯变换进行边缘提取-Bmp format for image edge detection for Laplace transform<王旭> 在 2025-10-06 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] log
说明:对bmp图像用log算子进行边缘提取。图像大小640*480-Bmp image used on the log edge detection operator. Image size 640* 480<王旭> 在 2025-10-06 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] read_header
说明:对bmp图像头文件中信息的显示。适合刚接触图像处理,bmp文件读取的朋友们。-Bmp image of the header file information is displayed.刚接触suitable for image processing, bmp file reader friends.<王旭> 在 2025-10-06 上传 | 大小:1kb | 下载:0
[绘图程序] C++_CAD_Sys_Code
说明:CAD绘图设计,采用VS2005,C++,包含画图底层基本算法等-CAD graphics design, using VS2005, C++, Drawing the bottom contains the basic algorithm<> 在 2025-10-06 上传 | 大小:5.87mb | 下载:0
[图形图象] DrawGraphic
说明:基础画折线,用VC++画折线,是单一的画折线功能-Painting line basis, using VC++ Painting line, a single broken line features paintings<012810> 在 2025-10-06 上传 | 大小:5.19mb | 下载:0
[图形图像处理(光照,映射..)] fivecoding
说明:这五个程序分别实现图像处理和音频处理,图像处理图像的几何变换,音频处理实现在复杂文件中插入音频处理软件,另外还有一个网络聊天系统-These five procedures were realize image processing and audio processing, image processing, image geometric transformation, the realization of audio processing in a complex document, in<刘雅琴> 在 2025-10-06 上传 | 大小:4mb | 下载:0
[图形/文字识别] FisherFace
说明:人脸识别的经典算法的完美结合,PAC与FISHER算法C++实现,首先通过PCA进行维数约简,然后通过FISHER进行最有利的方向投影。识别效率是所有监督学习的上限。-Face Recognition Algorithm for the perfect combination of classic, PAC and FISHER algorithm C++ Realize, first of all carried out through the PCA dimension reduction,<NEO> 在 2025-10-06 上传 | 大小:741kb | 下载:0
[GIS编程] Delivering_Custom_GIS_Applications_With_ArcGIS_Eng
说明:ArcGIS Engine 官方资料,比较系统化,适合初学者-ArcGIS Engine official information to compare systematic and suitable for beginners<guitantu> 在 2025-10-06 上传 | 大小:161kb | 下载:0
[图形图像处理(光照,映射..)] Simulatingthegrassfiretransformusinganactivecontou
说明:蛇模型骨架算法,模拟grassfire,效果很好-Snake model skeleton algorithm, simulation grassfire, well<zl> 在 2025-10-06 上传 | 大小:2.12mb | 下载:0
[图形图像处理(光照,映射..)] Programs
说明:2、图像增强: 图像增强也称为图像锐化,其目的是为了加强图像中的轮廓边缘等细节信息。 与图像平滑一样,也可分别在空域和频域进行图像增强。 在空域中进行图像锐化: 将原图像与 相减可以得到经过锐化处理的图像g(i,j),即: g(i,j)= f(i,j)- = f(i,j)-α[f(i+1,j)+ f(i-1,j)+ f(i,j+1)+ f(i,j-1)-4 f(i,j)] = f(i,j)+4α[f(i,j)- ] 这里,α为可选择的用于控制锐化程度的因子<黄> 在 2025-10-06 上传 | 大小:159kb | 下载:2