搜索资源列表
-
0下载:
利用循环卷积和线性卷积之间的关系,用FFT和IFFT的现有程序实现信号线性卷积快速实现-cyclic and linear convolution convolution of the relationship between FFT and IFFT with the existing procedures of linear convolution signal Fast
-
-
0下载:
vc++6.0编译的一个程序,具有直方图均衡化,灰度线性化,卷积锐化功能。-vc 6.0 compiler of a procedure with histogram equalization, Gray linear, convolution sharpening function.
-
-
0下载:
清华大学 信道编码课件
基本概念和方法(1)
线性分组码(1)
循环码(4)
卷积码(4)
级联码(2)
编码调制(2)
信道编码应用(1)-Qinghua University Channel Coding courseware basic concepts and methods (1) linear block code (1) Revolving code (4) Convolution code (4) concatenated codes (2) code
-
-
0下载:
数字图像处理程序,可将RAW格式转化为BMP格式,并进行线性拉伸,卷积滤波,几何缩放。-Digital image processing procedures, RAW format can be converted into BMP format, and a linear stretching, convolution filtering, geometric scaling.
-
-
0下载:
Title: Convolution Sum.
Aim: Write a generalized program to find the linear convolution of two Sequences and verifying the
properties of convolution
Theory:
1. Explain what is convolution.
2. Write down its derivation.
3. Write d
-
-
3下载:
有源码,适合学习C++的人
一、 读入一幅灰度图象,编写程序显示图象中任一象素点的灰度值。
二、 编程实现RGB彩色空间到HSV彩色空间的转换,并通过调整H、S、V的值实现图像亮度、色度和色饱和度的调节。
三、 1.灰度线性变换、分段线性变换
2.灰度直方图均衡、规格化
3.图象卷积:各种模板实现低通、高通滤波
4.图象中值滤波、最大值滤波、最小值滤波、模板选择滤波
5.伪彩色图象增强
四、 1.图象的加、减、乘、除和逻辑运算。
2.图象的镜像变换、图象的缩放
-