资源列表
5-不同频率闪烁一个LED灯
- c51单片机控制不同频率闪烁一个LED灯(C51 microcontroller control different frequency flashing a LED light)
informatiqq_database_small
- 一个小型的服装管理系统,使用access做位数据库存储信息,(A small clothing management system, the use of access to information stored in the database,)
2933753
- lights个人曾经最骄傲的程序 VB也疯狂,自己生成自己,病毒(Towns personal was most proud of the VB program also crazy, generate themselves, virus)
Steven_Hfm_Socket_QQ
- 功能如下: 0.注册 1.私聊 2.群聊 3.文件发送和接收 4.在正在私聊或群聊时文件接收 5.正在私聊时另外的人发来消息,返回主界面会有提示,该消息不会丢失 6.给离线人发送消息,离线人上线后方可看到 7.个人状态设置:在线|隐身|离线|忙碌,忙碌状态下别人对我发消息可以收到,并且别人会自动收到我正忙的消息提示 8.在主界面时当有信息来了,系统会提示,提示有几条消息(Network programming under Linux a basic LAN chat room
Lfggstics__Logistics
- Logistics Supply Chain Management System
0990934
- Manipulate the OLE server application in VB(File the OLE server application in VB)
yeadconst
- 一个有关通讯的vb模块,modbus rtu 协议,有兄弟用到可以用,(A vb about communication module, modbusrtu agreement, have brothers use can use,)
9982720
- MsgBox的使用方法,rar,姐呀打开,使用VB编程,有一定的使用价值,(MsgBox usage of rar, elder sister open ah, VB programming, has certain use value,)
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); 注:输入图像应为灰度图
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');
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);
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)