-
用于连续图像拼接,模板匹配算法
用于对两幅连续图像进行拼接,模板匹配算法-used for two consecutive image stitching, template matching algorithm
- 2022-03-25 09:35:10下载
- 积分:1
-
用c语言编写的,三维医学图像开发源程序库和范例应用
用c语言编写的,三维医学图像开发源程序库和范例应用-prepared in 3D medical image source for the development of applications and examples
- 2022-07-27 22:37:19下载
- 积分:1
-
virual c++程序,实现的简单绘制直方图
virual c++程序,实现的简单绘制直方图
- 2022-10-10 05:10:03下载
- 积分: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
-
VC图像编程的源程序,包括位图读写,以及图像变换、编码等。...
VC图像编程的源程序,包括位图读写,以及图像变换、编码等。-VC images of the source programming, including bitmap readers, and image transform coding.
- 2022-06-03 20:30:51下载
- 积分:1
-
sharper images directly in the source code to run on vc can be programmed as a r...
图像锐化源代码 直接在vc中运行就可以 可以作为编程参考-sharper images directly in the source code to run on vc can be programmed as a reference
- 2022-02-16 02:52:55下载
- 积分:1
-
用VC++.Net实现退化图像的恢复
用VC++.Net实现退化图像的恢复-VC. Net achieve the restoration of degraded images
- 2022-01-24 18:42:19下载
- 积分:1
-
一个很好的菜单程序
一个很好的菜单程序-a good menu procedures
- 2023-06-21 20:05:03下载
- 积分:1
-
自己做的一个ISP下载线,可以下载C51C52S51S52等单片机.与大家分享一下....
自己做的一个ISP下载线,可以下载C51C52S51S52等单片机.与大家分享一下.-Their ISP to do a download cable, you can download C51 C52 S51 S52, such as single chip. And to share with Members.
- 2022-03-21 20:14:35下载
- 积分:1
-
1206使用说明
#include "LCD1602.h"
void LCD1602Write(UINT8 type, UINT8 data)
{
uint8_t i ;
uint16_t val, tmp = data;
if(type == CMD)
GPIO_ResetBits(LCD1602PROT, RS); //RS = 0 写指令
else
GPIO_SetBits(LCD1602PROT, RS); //RS = 1 写数据
GPIO_ResetBits(LCD1602PROT, RW); //RW = 0 ;
for(i=0; i>4)&0x000F)
- 2023-09-07 23:35:02下载
- 积分:1