-
曲线拟合c++代码,在学数值分析(计算方法)的同学可以参考一下...
曲线拟合c++代码,在学数值分析(计算方法)的同学可以参考一下-curve fitting c code, the numerical analysis study (calculated), the students can take a look
- 2022-06-13 16:48:53下载
- 积分:1
-
一个类似于PS图象处理软件的程序
类似与PHOTOSHOP的一个程序-similar to the one with the procedures PHOTOSHOP
- 2022-08-20 16:58:27下载
- 积分:1
-
图像复原
退化模型
连续退化模型
离散退化模型
复原的代数方法
代数复原原理
逆滤波复原
最小二乘方滤波
MAT...
图像复原
退化模型
连续退化模型
离散退化模型
复原的代数方法
代数复原原理
逆滤波复原
最小二乘方滤波
MATLAB 实现图像复原
维纳滤波复原
规则化滤波复原
Lucy-Richardson 复原
盲去卷积复原
图像复原的其它 MATLAB 函数 -Degradation of image restoration model continuous degradation model discrete degradation model recovery principles of algebra algebraic inverse filter to recover to recover MATLAB least squares filtering for image restoration Wiener filter to recover the rules-based filtering to recover Lucy-Richardson deconvolution to recover Blind Image Restoration to recover the other MATLAB Functions
- 2022-02-05 19:03:42下载
- 积分:1
-
一个基于mega16的串口通讯实例,用于验证串口通讯的正确性
一个基于mega16的串口通讯实例,用于验证串口通讯的正确性-based on a serial communications mega16 the examples used to validate the correctness of serial communications
- 2022-08-19 13:05:35下载
- 积分:1
-
用于VGA显示
自己先了一个关于VGA显示的verilog代码,该代码实现的功能主要是显示屏的几种颜色的显示。由于自己写的,希望对于那些初学FPGA者有些许的帮助
- 2022-01-29 03:11:10下载
- 积分:1
-
这个源码包含了各种简单的画图功能,希望和大家交流。
这个源码包含了各种简单的画图功能,希望和大家交流。-this source contains a variety of simple drawing functions, and we hope that the exchanges.
- 2022-02-15 16:26:18下载
- 积分:1
-
微软亚洲研究院论文:逼真的羽毛建模与绘制
微软亚洲研究院论文:逼真的羽毛建模与绘制-Microsoft Asia Research Institute Papers : realistic modeling and rendering feathers
- 2022-01-21 17:25:32下载
- 积分:1
-
这是一个超级伟大的图形演示代码,需要的同志可以借鉴
这是一个超强大的绘图演示代码,需要的同志可以借鉴-This is a super great graphics demo code, the need for comrades can learn from
- 2022-08-03 10:18:36下载
- 积分:1
-
图象的初步处理,包括参数统计,直方图,以及直方图均衡,滤波,锐化等...
图象的初步处理,包括参数统计,直方图,以及直方图均衡,滤波,锐化等-The preliminary deal with images, including the parameters of statistics, histogram, and histogram equalization, filtering, sharpening, etc.
- 2022-11-02 01:00:03下载
- 积分: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