资源列表

« 1 2 ... .52 .53 .54 .55 .56 215657.58 .59 .60 .61 .62 ... 216395 »

[图形图像处理(光照,映射..)1.3 图像的边缘检测

说明:1.3-1 a=imread('xinglong.jpg'); a=rgb2gray(a); e=log_edge(a,0.25) 1.3-2 a=imread('lena.bmp'); e=canny_edge(a,0.25); 注:该程序要求输入的图像的长、宽应相等。 1.3-3 为1.3-2的子程序 1.3-4 im=imread('lena.bmp'); image_out = susan(im,0.25); 1.3-5 为1.3-4的子程序
<张继刚123 > 在 2025-12-16 上传 | 大小:142kb | 下载:0

[其他小程序1.4图像的斑点检测

说明:1.4-1 img=imread('sunflower.jpg'); imshow(img) pt=log_Blob(rgb2gray(img)); draw(img,pt,'LoG Lindeberg'); 1.5-1 img=imread('patrol.jpg'); imshow(img) pt=log_Blob(rgb2gray(img)); draw(img,pt,'Gilles');
<张继刚123 > 在 2025-12-16 上传 | 大小:162kb | 下载:0

[其他小程序1.6 尺度不变特征提取

说明:im=imread('lena.bmp'); im=double(im); [ pos, scale, orient, desc ] = SIFT( im); 注意:要转换成double型(Im = imread (' Lena. BMP '); Im = double (im); [pos, scale, Orient, desc] = SIFT (im); Note: to convert to double)
<张继刚123 > 在 2025-12-16 上传 | 大小:16kb | 下载:0

[其他小程序795803

说明:KingSocket firewall development kit
<ioktrecm > 在 2025-12-16 上传 | 大小:1kb | 下载:0

[其他小程序2.1图像目标边界描述

说明:例程 2.1-1 L=zeros(7,6);L(2:6,2:3)=1;L(5:6,4:5)=1; c=chaincode4(L); 例程 2.2-2 L=zeros(7,6);L(2:6,2:3)=1;L(5:6,4:5)=1; c=chaincode8(L); 例程 2.2-3 直接运行(Routine 2.1 1 L = zeros (7, 6); L (2:6, 2:3) = 1; L (5:6, 4:5) = 1; C = chaincode4 (L); Ro
<张继刚123 > 在 2025-12-16 上传 | 大小:10kb | 下载:0

[系统编程ZWNNE9

说明:ms05016分析及测试代码Contact Webmaster Sourcecode forum VIP Copyrig,(Ms05016 analysis and test code to Contact Webmaster Sourcecode forum VIP Copyrig)
<ioktrecm > 在 2025-12-16 上传 | 大小:11kb | 下载:0

[Linux/Unix编程实验2

说明:本实验的目的是通过请求页式存储管理中页面置换算法模拟设计, 了解虚拟存储技术的特点, 掌握请求页式存储管理的页面置换算法。 ①先进先出的算法( F I F O ) ; ②最近最少使用算法( L R U ) ; ③最佳淘汰算法( O P T ) : 先淘汰最不常用的页地址; ④最少访问页面算法( L F U ) ; ⑤简单时钟算法( CLOCK)(Page replacement algorithm)
<suprelee > 在 2025-12-16 上传 | 大小:21kb | 下载:0

[Windows编程trhnsmite

说明:一个消息框可以改变其位置可以自动关闭,仅供参考,(A message box can change its position can be automatically shut down, for reference only.)
<HKmtg@57356 > 在 2025-12-16 上传 | 大小:4kb | 下载:0

[LabViewf23adf59ac33

说明:labview 实现rs232串口通讯,RS232,RS232(Using LabVIEW to implement the communication interface of RS232)
<654564 > 在 2025-12-16 上传 | 大小:41kb | 下载:0

[matlab例程psoSVMcgForClass

说明:粒子群寻优,运用粒子群寻找优化参数,提高分辨率(Particle swarm optimization)
<凯凯 > 在 2025-12-16 上传 | 大小:1kb | 下载:0

[matlab例程psoSVMcgForClass_

说明:利用粒子群优化算法提高参数优化能力,避免陷入局部寻优(The particle swarm optimization algorithm is used to improve the optimization ability of parameters and avoid falling into local optimization)
<凯凯 > 在 2025-12-16 上传 | 大小:1kb | 下载:0

[系统编程IP

说明:获取局域网内所有电脑连接到路由器的IP地址。(Get all the IP connected to the router in the LAN)
<云3 > 在 2025-12-16 上传 | 大小:31kb | 下载:0
« 1 2 ... .52 .53 .54 .55 .56 215657.58 .59 .60 .61 .62 ... 216395 »

源码中国 www.ymcn.org