-
opencv_orb 检测算法
根据前面surf简化版的结构,重新把ORB检测的代码给简化以下,发现虽然速度一样,确实能省好多行代码,关键是有
BruteForceMatchermatcher的帮忙,直接省的写了一个函数;
NB类型:class gpu::BruteForceMatcher_GPU
- 2022-02-03 07:04:10下载
- 积分:1
-
Description for caculate Gamma function
Description for caculate Gamma function
- 2023-08-31 00:15:03下载
- 积分:1
-
此文档为有限元热力耦合分析的内容,本人搞有限元分析,借助对热力耦合的理解,上传此文...
此文档为有限元热力耦合分析的内容,本人搞有限元分析,借助对热力耦合的理解,上传此文-This document is coupled thermo-mechanical finite element analysis of the content, I engage in finite element analysis, with the understanding of the thermal coupling, upload this article
- 2022-01-25 18:42:55下载
- 积分:1
-
这是用来验证卡号世界各地LUHN算法。
This the Luhn algorithm used to verify card numbers throughout the world.
-This is the Luhn algorithm used to verify card numbers throughout the world.
- 2022-12-16 15:10:03下载
- 积分:1
-
ACM正整数分解;消防车问题,求素数
ACM,
1、POJ-1221题-编程大赛中常用的一个算法,这种题也常见,关于正整数分解的!如3=1+1+1,3=1+2,3=3;
2、消防车问题
3、求素数问题
- 2022-07-18 05:10:26下载
- 积分:1
-
SystemC示例 全加器代码
System C是一种软/硬件协同设计语言,一种新的系统级建模语言。它包含了一系列C++的类和宏,并且提供了一个事件驱动的模拟核,使得系统的设计者能够用C++的词法模拟并行的进程,特别是在SoC系统中。
这是SystemC全加器的一个例子,可以使用Linux中的g++编译
- 2022-03-18 07:24:26下载
- 积分:1
-
求矩阵奇异分解svd算法,共计4种实现方式,
求矩阵奇异分解svd算法,共计4种实现方式,-for SVD matrix decomposition algorithm, for a total of four kinds of achievement,
- 2022-02-01 20:33:32下载
- 积分:1
-
问题:小明的家里有五口人,他们排成一排照相,那么一共有多少种排法呢,你能不能把所有的排法写出来?...
问题:小明的家里有五口人,他们排成一排照相,那么一共有多少种排法呢,你能不能把所有的排法写出来?
-: Xiao Ming is the home of five, they line up a row of photographs, and then a row the total number of species law, um, You can put all the scheduling was made?
- 2023-02-26 00:55:04下载
- 积分:1
-
牛顿法计算程序,迭代没有条件控制!
牛顿法计算程序,迭代没有条件控制!-Newton"s method, no conditions iterative control!
- 2023-04-01 13:05:04下载
- 积分:1
-
表达式计算器
/* 表达式计算 */
/* 调用方式:CalcExp("1+max(0.5,sin(1))+sum(1,2^3,mod(5,3))", res, infoStr) */
/* 带符号参数调用方法,先调用符号定义AddSignParam,再调用 CalcExp: */
/* AddSignParam(["a","s"], [1, 0.5]); 或者 AddSignParam("a=1,s=0.5") */
/* CalcExp("1+a+sin(s)", res, infoStr) */
- 2022-03-25 07:34:54下载
- 积分:1