-
Canny 边缘检测器荸荠图像
Canny 边缘检测器是使用一种多阶段算法来检测图像中的边缘的种类繁多的边缘检测算子。1986 年,它是由约翰 F.Canny 开发。Canny 也产生了边缘检测解释为什么工程技术计算理论。Canny 的目的是寻求最优的边缘检测算法。在此情况下,"最佳"边缘检测器的手段: 具有良好的检测 — — 算法应标记尽可能多真实作为 possible.good 定位图像中的边缘 — — 边缘标记应尽可能接近真实 image.minimal 响应中的边缘 — — 给定的边缘图像中应该只有一次,标记和在可能的情况下,图像的噪声不应创建伪边缘。为了满足这些需求 Canny 使用变分法 — — 一种发现功能,优化技术给出了功能。Canny 的探测器中的最优函数描述由总和 fourexponential 条款,但它可以近似为高斯一阶导数。
- 2022-07-05 06:36:32下载
- 积分:1
-
加減法速算練習器
加減法速算練習器,可以設定1到4位數,最大可以連續10次運算,出題方式可以橫式或直式,適合給珠算練習或是小學生加減法練習。
- 2022-02-21 10:34:09下载
- 积分:1
-
有限状态机交通控制灯
此代码在两个方面优先实现交通控制灯。欢迎大家下载、试用。谢谢大家的支持!
- 2022-09-07 15:20:04下载
- 积分:1
-
贝塞尔曲线示例
#include < iostream >
#include < 矢量 >
#include < math.h >
#include"BezierPoint.h"
使用命名空间 std ;
BezierPoint 贝塞尔 (方法 < BezierPoint > & pts,双 t) ;
双选择 (双 a,双 b) ;
双 factorial(double num) ;
int main(void) {
方法 < < BezierPoint >> 方法警校 ;
char endPointCount = 0;
双 inx ;
双 iny ;
int ptCount = 0;
int 终结点 ;
双 deltaT ;
cin >> ptCount >> deltaT ;
为 (int 我 = 0 ; 我 < ptCount; i + +) {
cin >> inx >> iny >> 终结点 ;
BezierPoint p iny inx) ;
如果 (endPointCount = = 0 & & 终结点 = = 1) {
pts.push_back (方法 < BezierPoint > ()) ;
pts[pts.size()-1].push_back(p) ;
endPointCount + +;
继续 ;
}
pts[pts.size()-1].push_back(p) ;
如果 (endPointCount! = 0 & & 终结点 = = 1 & & 我! = ptCount-1) {
pts.push_back (方法 < BezierPoint > ()) ;
pts[pts.size()-1].push_back(p) ;
endPointCount + +;
}
}
为 (std::s
- 2022-03-13 19:08:01下载
- 积分:1
-
ROMBERG加速算法的实现,同时包含梯形方法等,通过比较可以明显看出加速效果。...
ROMBERG加速算法的实现,同时包含梯形方法等,通过比较可以明显看出加速效果。-Romberg algorithm to accelerate the realization, at the same time contains the trapezoidal method, and so is evident by comparing the accelerated effects.
- 2022-07-27 20:31:08下载
- 积分:1
-
Modbus TCP
MODBUS-TCP协议
- 2022-01-26 07:35:29下载
- 积分:1
-
Hash算法C#实现
Hash算法C#实现-Hash Algorithm C#
- 2022-07-17 06:06:10下载
- 积分:1
-
this progam calculates the optimum laser p owers at different rod lengths
this progam calculates the optimum laser powers at different rod lengths-this progam calculates the optimum laser p owers at different rod lengths
- 2023-09-06 19:35:03下载
- 积分:1
-
AES 算法
高级加密标准(AES) 是成立于 2001 年由美国国家标准与技术(研究院 NIST) 的电子数据的加密的规范。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-16 17:53:10下载
- 积分:1
-
mumford source coode
mumford source coode-mumford source coode........
- 2023-04-14 06:15:03下载
- 积分:1