-
Camera图像标定
此源码实现的功能: 是对Camera采集的图像进行校正处理。
具体是:通过输入一组的黑白相间的棋盘格的图像,检测黑百格图像的焦点位置来矫正使用
透镜给针孔模型带来的孔型的误差,我们可以使用从不同角度去采集图像,根据不同位置的图像的
角点信息,来近似估计其矫正矩形参数,从而得到较好的图像。其原来是基于张学友的标定算法,
利用OpenCV来实现的,是经过测试的。
- 2022-07-04 21:28:34下载
- 积分:1
-
bs-eagle-Black石油模拟器
bs-eagle-Black石油模拟器
- 2022-01-28 18:55:57下载
- 积分:1
-
计算机算法导引
计算机算法导引-Computer algorithm-guided
- 2023-05-21 18:15:03下载
- 积分:1
-
用差分方法求解沃尔泰拉方程,此处为一个变元的方程,由于该方程同时含有微分和积分,一般求解有一定的困难。...
用差分方法求解沃尔泰拉方程,此处为一个变元的方程,由于该方程同时含有微分和积分,一般求解有一定的困难。-use of the finite difference method for Volterra equation here as a variable element of the equation, As the same time contain differential equations and integral, the general solution is definitely difficult.
- 2022-01-27 16:39:27下载
- 积分:1
-
在C + +的链接列表
您可以添加整数列表并在屏幕上打印。如果你想的话,你可以先添加,后添加,再反向添加。
- 2023-02-23 18:20:03下载
- 积分:1
-
演示cvhmm
面对 演示;识别方法
- 2022-03-22 22:12:43下载
- 积分:1
-
用CORDIC算法实现的2参数反正切。结果的精度与CORDIC的迭代次数有关,迭代次数越多,精度越高。本例子中精确到小数点后4位。要提高迭代次数,还得把增加1Q...
用CORDIC算法实现的2参数反正切。结果的精度与CORDIC的迭代次数有关,迭代次数越多,精度越高。本例子中精确到小数点后4位。要提高迭代次数,还得把增加1QN格式的位数,比如32位long,程序多处需要修改,有需要的话自己改吧。
-CORDIC algorithm with the two parameters arc tangent. And the accuracy of the CORDIC iteration number, the more the number of iteration, the higher the accuracy. This case accurate to four decimal places. To raise the number of iterations, it has to the increase in a 2:30 format of the median, such as 32 long, multiple procedures need to change, the need to reform it themselves.
- 2022-03-16 10:55:29下载
- 积分:1
-
基于matlab的约束非线性规划算法库,适于学习!
基于matlab的约束非线性规划算法库,适于学习!-Matlab-based algorithm for the constrained nonlinear programming library, suitable for learning!
- 2022-04-12 20:56:36下载
- 积分:1
-
最优化课程中要用到的所有最优化算法,全都经过验证
最优化课程中要用到的所有最优化算法,全都经过验证-Optimization of the curriculum used in all optimization algorithms, all verified
- 2022-01-31 22:58:06下载
- 积分:1
-
Insertion sort
insertion_sort.cpp
#include
#include
#include
#define N 5000
int insertion_sort( int data_insert[] );
void creat_file( char *file_name, int data_file[] );
int main(int argc, char *argv[]){
int data[N];
creat_file( argv[1], data );
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-05 04:13:51下载
- 积分:1