-
FFT频谱分析源代码
应用离散傅里叶变换的快速算法FFT分析信号的频谱。深刻理解应用FFT分析离散和连续信号的原理,掌握分析过程中出现的现象及解决方法。
- 2022-07-16 04:59:04下载
- 积分:1
-
EMGU CV C#
这是一个小的源代码,它向您展示了如何在C#。。。
- 2022-08-12 00:17:55下载
- 积分:1
-
StL Data File Viewer
StereoLithography(StL) is something that is widely used in CAD/CAM, RapidPrototyping etc. The concept is that any surface or solid is exported to StL format by data exchange packages after they are modeled in commercial CAD packages. This data consists of triangulated facets that approximate the surface of the solid. No topological or geometric information is exported. The surface is subdivided into small triangles. The approximation uses chordal deflection for curved surfaces to smoothen the surface. More the smoothening required, more number of smaller triangles are generated by subdivision resulting in larger size of data file. Now, along with triangles, their facet normals are also generated. The data is written both in ASCII and binary formats. The data in ASCII is written like this:
- 2022-02-02 20:46:09下载
- 积分:1
-
unigine.cpp
#ifdef _ANDROID || _IOS #define MOUSE_SOFT #endif #include #include #include #include /****************************************************************************** * * init/shutdown 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-25 19:28:58下载
- 积分:1
-
基于HSV色彩空间的粒子滤波跟踪程序
应用背景主要用于单目标跟踪,基于HSV颜色空间,对亮度的变化敏感度较低。关键技术改善了基于RGB色彩空间的粒子滤波的单目标跟踪。全部代码有注释,通俗易懂。
- 2023-02-10 22:55:05下载
- 积分:1
-
opencv 眼部和脸部检测
opencv 眼部和脸部检测opencv eye and face detect
- 2022-04-13 02:09:41下载
- 积分:1
-
access 水电 收费 管理系统
峰长号Private Sub cmd查询_Click()
On Error GoTo Err_cmd查询_Click
Dim strWhere As String "定义条件字符串
strWhere = "" "设定初始值-空字符串
"判断【人员ID】条件是否有输入的值
If Not IsNull(Me.人员ID) Then
"有输入
strWhere = strWhere & "([人员ID] = "" & Me.人员ID & "") AND "
End If
- 2022-09-05 22:00:03下载
- 积分:1
-
大津法检测运动目标, 带区域生长算法的阴影检测,最终提取所需运动目标
采用OpenCV,用大津法otsu自适应检测序列图像中的运动目标,然后检测去除阴影,并用区域生长算法对阴影区域进行修正
OpenCV采用1.0版本,IDE为VC++6.0,经验证,该算法可以有效检测出运动目标被光线遮挡产生的阴影,对智能视频分析有重要作用。
- 2022-10-10 08:20:03下载
- 积分:1
-
色调映射
下面是该算法的伪代码:(a) 载入一个 HDR RGB 图像(b) 计算强度层我(c) 计算 log(I)(d) 筛选使用双边滤波获得 log(F) log(I)(e) 计算详细信息通道 D = log(I)-log(F)(f) 计算: 三角洲 = max[log(F)]-min[log(F)](g) 计算: γ = log(constrast) / 三角洲(h) 计算新的强度层: N = 10^[gamma*log(F) + D](i) 规模的 RGB 值由 N / 我(j) 保存 LDR 图像
- 2022-03-20 02:40:04下载
- 积分:1
-
显示互联网照片
资源描述
显示互联网上的照片
调用互联网地址读取照片信息,并写入至本地。供使用者使用与参阅,VB6.0版本
- 2023-08-20 09:10:03下载
- 积分:1