-
C#提取特征点并进行图像匹配
它能简单描述一幅图像中颜色的全局分布,即不同色彩在整幅图像中所占的比例,特别适用于描述那些难以自动分割的图像和不需要考虑物体空间位置的图像。其缺点在于:它无法描述图像中颜色的局部分布及每种色彩所处的空间位置,即无法描述图像中的某一具体的对象或物体。
- 2022-06-20 22:00:29下载
- 积分:1
-
tu
说明: 、实验目的
1 熟练掌握各种内排序方法,深刻理解排序算法及其执行过程;
2 学会分析各种内排序算法的性能;
3 了解各种排序方法的优缺点,对于实际问题能够选择一种较好的排序方案;
4 熟练掌握图的存储结构;
5 掌握图的邻接矩阵和邻接表表示分别进行深度和广度优先搜索遍历的算法。
6 了解图的最小生成树算法。
(Proficiency in the order of search, binary search and index search basic search algorithm, these algorithms are familiar with what kind of storage structure suitable for implementation two master binary sort tree characteristics, building methods, and dynamic search algorithm 3 master hash table of characteristics and construction methods.)
- 2009-12-30 21:15:29下载
- 积分:1
-
DTtest
借助于深度优先搜索机制实现判定表的生成,对软件测试进行指导。(By means of a depth-first search mechanism to determine the table generation software testing guidance.)
- 2013-04-23 15:10:41下载
- 积分:1
-
765467
禁止数据控制组件与数据集组件同步刷新,C++Builder精选源码,很好的参考资料。(No data control component and the data component synchronous refresh, C++Builder selected source code, a good reference.)
- 2013-11-24 19:00:13下载
- 积分:1
-
第十届飞思卡尔国赛光电组一等奖源代码
飞思卡尔光电组国赛一等奖,给学习者提供很好的帮助。
- 2022-10-24 21:30:03下载
- 积分:1
-
huffman
使用C语言完成党的霍夫曼编码,主要使用树的数据结构,作为巩固数据结构的练习(Using the C language to complete the party' s Huffman coding, the main use of the tree data structure, data structure as a consolidation exercise)
- 2013-07-15 23:59:47下载
- 积分:1
-
MIMO信号检测论文(附有程序)
国外的一篇硕士学位论文,关于大规模MIMO信号检测方面的,分析了各种信号检测算法,并在最后给出了仿真代码。
- 2022-08-22 21:32:32下载
- 积分:1
-
LUDCMP
程序名为LU分解法。功能:求解系数矩阵为非奇异的线性代数方程组Ax=b,它能串联式地逐次解A相同b不同的方程组。本方法将高斯主元消去法中的中间结果的记录次数从约n^3/3次减少到约n^2次。子过程LUDCMP将系数矩阵A分解为上三角矩阵和下三角矩阵。子过程LUBKSB利用LUDCMP的分解结果求得线性方程组Ax=b的解。(Program called LU decomposition. Function: non-singular coefficient matrix solving linear algebraic equations Ax = b, it tandem to the same b successive solution A different equations. The method of the Gaussian elimination method master record of the results of the intermediate frequency from about n ^ 3/3 was reduced to about n ^ 2 times. Sub-process LUDCMP the coefficient matrix A is decomposed into upper triangular matrix and lower triangular matrices. Sub-process LUBKSB decomposition results obtained using the LUDCMP linear equations Ax = b solution.)
- 2013-09-27 09:58:14下载
- 积分:1
-
Matlab_VC
By analyzing characteristics of Matlab and Visual C++,the advantages of applying the Matlab and Visual C++ interface to develop application program is presented. On basis of comparing with the other interface methods ,the advantages and disadvantages of several common interfaces are studied,and the most functions provided by Matlab engine is proved to be comprehensive. An example showing the combination of Matlab and VC in image and data processing is proposed
- 2010-08-04 05:31:37下载
- 积分:1
-
LCD-TouchPanel
lpc1788开发板触摸屏例程 完整直接可用(lpc1788 development board complete touch screen routines directly available)
- 2014-05-21 10:01:53下载
- 积分:1