-
这是OpenGL高级编程与可视化系统开发(系统开发篇)源码
这是OpenGL高级编程与可视化系统开发(系统开发篇)源码 -This is a high-level programming with OpenGL visualization system development (system development articles) source
- 2023-04-20 16:40:03下载
- 积分:1
-
vc digital image pattern recognition technology and engineering practice, the fo...
vc++数字图像模式识别技术及工程实践中的第四章常用搜索算法-vc digital image pattern recognition technology and engineering practice, the fourth chapter commonly used search algorithm
- 2022-12-01 14:50:03下载
- 积分:1
-
数字图像模式识别技术与工程实践的一本书…
VC++数字图像模式识别技术及工程实践 一书中的程序源代码。-VC digital image pattern recognition technology and engineering practice a book of the source code.
- 2022-08-19 02:15:11下载
- 积分:1
-
混合高斯模型的目标差分自适应背景模型
在混合高斯背景模型基础上,通过混合高斯匹配将前后两帧分割出的运动目标作差分,差分后再次采用混合高斯匹配分辨出过去目标区和当前目标区。在背景更新的过程中,加大过去目标区的更新率,让运动目标在出现停滞状态时给背景模型带来的干扰区域得到快速恢复。试验结果表明,该方法有效地提高背景模型的鲁棒性。停滞状态时给背景模型带来的干扰区域得到快速恢复。试验结果表明,该方法有效地提高背景模型的鲁棒性。
- 2022-02-24 15:18:43下载
- 积分:1
-
实数域内的图象扩散滤波程序,用MATLAB语言编写
实数域内的图象扩散滤波程序,用MATLAB语言编写-real image of the region proliferation filtering procedures, using MATLAB language
- 2022-05-14 13:29:06下载
- 积分:1
-
图像处理基础算法源代码
图像处理基础算法,其中包括:中值滤波、直方图均衡化、阀值变换、梯度锐化、高斯平滑、灰度均衡、巴普拉斯锐化、对比度拉伸、傅里叶变换、均值滤波、图像旋转、图像细化、图像平移、hough变换等
- 2023-07-08 22:50:03下载
- 积分:1
-
BP神经网络对字母进行识别, 值得收藏
BP神经网络对字母进行识别, 值得收藏-BP neural networks to identify letters, copies
- 2022-03-01 19:00:14下载
- 积分:1
-
Xilinx Virtex-4 ML410开发板原理图
Xilinx Virtex-4 ML410开发板原理图(含DDR DDR2)文档约80页,20层PCB,设计FPGA的参考电路图
- 2022-02-01 06:23:21下载
- 积分:1
-
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(...
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load()Picture1.BackColor = RGB(255, 255, 255)N = 0End SubPrivate Sub picture1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)If Button = 1 ThenCX1 = CInt(X): CX2 = CInt(X)CY1 = CInt(Y): CY2 = CInt(Y)End IfEnd Sub-linear scanning algorithm rivate AM1 (100) As Integer, AY1 (100) As Integer, AX2 (100) As Integer, AY2 (100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load () Picture1.BackColor = RGB (255, 255, 255) N = 0End SubPrivate Sub picture1_MouseDown (Button As Integer, Shift As Integer, As Single X, Y As Single) If Button = = a ThenCX1 CInt (X) : CX2 = CInt (X) = CY1 CInt (Y) : CY2 = CInt (Y) End Sub IfEnd
- 2023-04-06 10:20:03下载
- 积分:1
-
立方体的源码,做参考
立方体的源程序,做参考-cube of the source, do reference
- 2022-10-31 07:30:02下载
- 积分:1