-
人脸和眼睛识别
Use the CascadeClassifier class to detect objects in a video stream. Particularly, we will use the functions:
– load to load a .xml classifier file. It can be either a Haar or a LBP classifer
– detectMultiScale to perform the detection.
- 2022-03-07 04:36:53下载
- 积分:1
-
基于遗传算法的图像边缘检测算法
基于遗传算法的图像边缘检测算法。主要内容包含遗传算法的代码,可对各种图像的边缘进行检测,可直接运行,并且检测效果较好。
- 2023-04-25 04:30:03下载
- 积分:1
-
用C写的可以实现求解满秩线性方程组以及最小二乘曲线拟合的函数...
用C写的可以实现求解满秩线性方程组以及最小二乘曲线拟合的函数-written in C can be achieved full rank solving linear equations and least-squares curve fitting the function
- 2023-07-12 21:15:03下载
- 积分:1
-
鲍威尔发 好用 正确
是我自己编写的 可以定义了fx 可以通过更改 fx函数 达到通用性很好的效果 自己亲自试验 没有错误 程序没有更改过 直接上传 程序是求解给定区间的最小值的优化 需要输入三个数 是 按照优化设计那本书上的框图编写的
- 2022-03-14 14:47:45下载
- 积分:1
-
Levenshtein_Edit_Distance_Algorithm
介绍
- 2022-07-24 08:53:07下载
- 积分:1
-
Lagrangian algorithm implementation
拉格朗日算法的实现-Lagrangian algorithm implementation
- 2023-05-15 03:25:02下载
- 积分:1
-
josephus算法 n个人围成一圈报数,报到人出去,相信很多人都知道这个经典题目。解法有数组法等等。 其实,这就是josehpus问题,这里演示josephu...
josephus算法 n个人围成一圈报数,报到人出去,相信很多人都知道这个经典题目。解法有数组法等等。 其实,这就是josehpus问题,这里演示josephus算法-Josephus n algorithm was used to encircle a few individuals, who report back out, I believe many people know this classic title. Solutions are arrays among others. In fact, this is josehpus, Josephus demonstration here Algorithm
- 2023-08-26 21:05:03下载
- 积分:1
-
弹性力学问题的边界元—姜弘道
弹性力学问题的边界元—姜弘道,用fortran语言编写的
- 2023-03-18 04:00:05下载
- 积分:1
-
一个高速缓冲类(缓冲池)
一个高速缓冲类(缓冲池)- A high speed cushion class (cushion pond)
- 2023-01-05 15:40:03下载
- 积分:1
-
区间树的实现
区间树的实现。我们将利用这种数据结构在程序中实现一种简单的一维地理定位算法:一组带有标识符的线段作为输入点——一个具有最高权重的标识符的结果。
- 2022-03-21 16:20:37下载
- 积分:1