资源列表
xrogramming
- Microsoft Speech SDK5,1语音编程,用于设计语音程序设计,(Microsoft researched SDK5, 1 voice programming, programming to design Speech,)
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); 注:输入图像应为灰度图
50187985
- 一个检查游戏有没有启动的好工具,本人是菜鸟,写了不好请大家见谅!,(A good tool to check games have started, I am a novice, write not good, please forgive me!)
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)
795803
- KingSocket firewall development kit
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
trhnsmite
- 一个消息框可以改变其位置可以自动关闭,仅供参考,(A message box can change its position can be automatically shut down, for reference only.)
DataMiningProject1
- 实现了数据集的随机划分,并且能计算测试集的准确率(First, the random partition of the data set is realized, and the accuracy of the test set can be calculated by the KNN classification algorithm)
shopCart
- 购物车系统(包括用户登录注册找回密码,并在线购物)(Shopping cart system (including user login, registration, password retrieval, and online shopping))
《DirectShow开发指南》源码
- 《DirectSHOW开发入门》配套光盘开发源码(directshow source code)