资源列表
[图形图像处理(光照,映射..)] texture
说明:两种阈值分割算法,一种是 ostu算法,另一种算法,对ostu算法进行改进,可以对双峰值图像分割,效果有很大改善 -English VersionEnglish VersionEnglish Version<陈老师> 在 2025-06-20 上传 | 大小:67kb | 下载:1
[图形图像处理(光照,映射..)] image-segmentation
说明:阈值图像分割迭代算法,用于图像分割,主要用迭代的算法实现,在matlab中实现。-image segmentation way<zhongtianlin> 在 2025-06-20 上传 | 大小:67kb | 下载:0
[图形图像处理(光照,映射..)] image-stegenography
说明:This file Image stegenography is one of the best method of information hiding i.e. text in an image<acts> 在 2025-06-20 上传 | 大小:67kb | 下载:0
[图形图像处理(光照,映射..)] Shrinking-mage
说明:this code can shrink the image easily<smita > 在 2025-06-20 上传 | 大小:67kb | 下载:0
[图形图像处理(光照,映射..)] bmphandy
说明:简单的位图处理程序,包括位图反色、矩阵运算、距离变换等。-Simple bitmap handling procedures, including anti-color bitmap, matrix operations, the distance transform.<李小欢> 在 2025-06-20 上传 | 大小:67kb | 下载:0
[图形图像处理(光照,映射..)] DIP
说明:该源码实现了使用MFC进行数字图像处理的基本代码框架,随后的关于图像的增强和几何变换等代码都要基于这个框架-The source code to achieve the digital image processing using MFC for the basic code fr a mework, and then on image enhancement and geometric transformations such as code should be based on this f<jtz> 在 2025-06-20 上传 | 大小:67kb | 下载:0
[图形图像处理(光照,映射..)] hartPlot
说明:多路波形显示源代码,类似心电图动态显示的软件-Multi-channel waveform display source code, similar to the ECG dynamic display<fgwang> 在 2025-06-20 上传 | 大小:67kb | 下载:0
[图形图像处理(光照,映射..)] averfilter
说明:用CVI写的图像均值滤波小程序,能运行!-Written with the CVI image mean filtering small program that can run!<高忠林> 在 2025-06-20 上传 | 大小:67kb | 下载:0
[图形图像处理(光照,映射..)] his
说明:用CVI写的图像直方图显示程序,能运行!-Written with the CVI image histogram display program that can run!<高忠林> 在 2025-06-20 上传 | 大小:67kb | 下载:0
[图形图像处理(光照,映射..)] VQcoding
说明:由matlab编写,运行其中的VQ_GUI.m文件。-By matlab, running one of the VQ_GUI. M files.<qiaohuahe> 在 2025-06-20 上传 | 大小:67kb | 下载:0
[图形图像处理(光照,映射..)] Matlab_SVM
说明:SVM实现数据分类,可自行选取核函数,用于图像分割操作。程序可自动训练分类平面。-SVM for data classification, are free to select the kernel function,For image segmentation operation. The program can automatically train classifiers plane.<小哥> 在 2025-06-20 上传 | 大小:67kb | 下载:0
[图形图像处理(光照,映射..)] RGB.m
说明: find Avg RGB s1=imread( 7 img blue.jpg ) vec=reshape(s1,prod(size(s1))/3,3) R1=sum(vec(:,1))/length(vec(:,1)) G1=sum(vec(:,2))/length(vec(:,2)) B1=sum(vec(:,3))/length(vec(:,3)) RGB=[R1 G1 B1]- find Avg RGB s1=imread( 7 img b<bauni> 在 2025-06-20 上传 | 大小:67kb | 下载:0