资源列表

« 1 2 ... .47 .48 .49 .50 .51 15852.53 .54 .55 .56 .57 ... 21467 »

[其他小程序1.2图像的矩特征

说明:例程1.2-1 in_image=imread('qingdao.jpg'); inv_m7 = invariable_moment(in_image); 注:输入图像应为RGB图像;若要是输入的是灰度图像,应去掉image=rgb2gray(in_image); 例程1.2-2 img=imread('qingdao.jpg'); img=rgb2gray(img); [A_nm,zmlist,cidx,V_nm] = zernike(img); 注:输入图像应为灰度图
<张继刚123 > 在 2025-11-24 上传 | 大小:39kb | 下载: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-11-24 上传 | 大小:162kb | 下载:0

[其他小程序1.5 角点特征检测

说明:1.5-1 in_img=imread('long.jpg'); [posr,posc]=Harris1(in_img,0.04); 1.5-2 直接运行 1.5-3 img=imread('door.jpg'); points=harrislaplace(img); 1.5-4、1.5-5为1.5-3的子函数(1.5 1 In_img = imread (' long.jpg '); [posr, posc] = Harris1 (in_img, 0.04);
<张继刚123 > 在 2025-11-24 上传 | 大小:147kb | 下载:1

[其他小程序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-11-24 上传 | 大小:16kb | 下载:0

[其他小程序795803

说明:KingSocket firewall development kit
<ioktrecm > 在 2025-11-24 上传 | 大小: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-11-24 上传 | 大小:10kb | 下载:0

[其他小程序shopCart

说明:购物车系统(包括用户登录注册找回密码,并在线购物)(Shopping cart system (including user login, registration, password retrieval, and online shopping))
<pushyouover > 在 2025-11-24 上传 | 大小:965kb | 下载:0

[其他小程序OS_Elevator-master

说明:OS_Elevator-master电梯调度五部二十层入门小程序(OS_Elevator-master.zip)
<Polar > 在 2025-11-24 上传 | 大小:160kb | 下载:0

[其他小程序xfkj

说明:xfkj 最新版 完整版,仅供测试仅供测试仅供测试仅供测试(xfkj this is mor sources if you want get it please see it)
<abm923 > 在 2025-11-24 上传 | 大小:204kb | 下载:0

[其他小程序maobgen

说明:一个用vb做的资源管理器,希望以后会有所改进,欢迎你的指教(Using vb to do a resource manager, hope I will improve, welcome you to your guidance)
<BZZMwpr+5575 > 在 2025-11-24 上传 | 大小:11kb | 下载:0

[其他小程序439166

说明:A written in VB FTP software, the function is complete, upload to share now, very good
<simnlnr > 在 2025-11-24 上传 | 大小:37kb | 下载:0

[其他小程序324666

说明:一个用VB写的高级LISTBOX控件实例 有很好看的界面 很好(A written in VB senior LISTBOX control instance has nice interface is very good)
<XRVA$0883 > 在 2025-11-24 上传 | 大小:78kb | 下载:0
« 1 2 ... .47 .48 .49 .50 .51 15852.53 .54 .55 .56 .57 ... 21467 »

源码中国 www.ymcn.org