搜索资源列表
filterbutterworth
- 1.这是一个matlab滤波程序,内含空域二维卷积滤波;频域高通滤波;三级butterworth高通滤波器设计。 2.效果较好,内含较为翔实的代码注释,通用性,可移植性较强。-1. This is a Matlab filtering procedures, airspace containing 2D convolution filter; Frequency - domain high pass filter; 3 butterworth high pass filter design.
lab5-juanji
- tms320c6000卷积的代码程序, -tms320c6000 convolutional code procedures tms320c6000 convolutional code procedures
cannyedgedetector
- canny edge detector,下面是canny edge detector的算法: 1.将图像与高斯函数做卷积,获得平滑图像。 2.用基于平滑梯度方向的方法确定图像局部边缘的法向。 3.根据局部边缘的法线方向求解边缘位置。 4.计算边缘强度,并对梯度幅值进行非极大值抑制。 5.用双阈值算法检测和连接边缘。该文件提供了canny edge detector的VC实现代码。
color_processing--VC
- 用VC编写的彩色图像处理程序,实现了:提取图像中平均、最大、最小灰度,在此基础上可以对图像二值化;可以进行图像边缘提取(有laplace1、laplace2、Robot的提取方法) ;对图像进行卷积滤波(高能滤波,水平、垂直、双向增强,低通滤波);实现的图像的:锐化、浮雕、反相、平滑化、霓虹、马赛克、柔化、曝光过度,扩散处理。是学习VC彩图处理不可多得的代码。
盲去卷积MATLAB代码
- 该代码是盲去卷积代码,并经过优化处理,效果明显。代码里也有较健全的注释!
ConstructWaveBaseFunction.rar
- 紧支撑小波基的构造。 以Daubechies小波滤波器系数为例,推导出小波函数及尺度函数,并画出其图像. void Convolution(double* pShortData, int nShort, double* pLongData, int nLong) int CalcScaleFunction(double* pOutData) int CalcWaveletFunction(double* pOutData) Convolution()不是通用的离散卷积代码,而
convolutionprocessing
- 用C++实现的卷积运算代码,可用于于频域图像处理算法的后期开发-C++ implementation using convolution code, can be used in the frequency domain image processing algorithms developed in the late
DeconvolutionCode
- 是国外大牛编写的,对图像进行二维反卷积恢复代码,该代码主要针对图像的失焦模糊。-Prepared by the large foreign cattle 2D deconvolution, image recovery code.
DigitalSignalProcess
- 数字信号处理卷积与傅里叶变换C语言代码实现 -digital signal process
graph_similarity
- 基础代码。评价两个图形的相似度。给定两个01矩阵,采用卷积的方式评价两个图像的相似度。-Base code. Evaluation of the similarity of the two graphics. Given two 01 matrix, using convolution approach to evaluating the similarity of two images.
PDE
- 偏微分方程图像复原代码,其中有频域迭代盲解卷积H1模型,TV去噪模型,自己编的自适应去噪模型,以及改进的自适应去噪模型,令附卫星图片,PSNR代码-Image restoration code of partial differential equations, including iterative frequency-domain blind deconvolution H1 model, TV denoising model, made themselves adaptive denois
convolutions
- 关于 mathcad 卷积中重要参数的计算代码-Mathcad important parameters on the calculation of convolution code
Test code for SRCNN
- SRCNN代码实现。该代码使用三层卷积神经网络,进行图像的超分辨率重建,效果比双三次插值好很多(The code uses three layer convolutional neural network for image super-resolution reconstruction, the effect is much better than the double three interpolation.)
character recognition
- CNN卷积神经网络对字符进行训练、字符识别相关代码(Printed ink jet character recognition)
ctRecontruction
- 该附件的函数可实现CT重建的功能,如简单的反投影,在空间域中使用卷积的滤波反投影,采用了二维傅立叶变换的滤波反投影,并利用中心切片定理滤波反投影。 CT技术诞生以来, 人们已经发展了众多的图像重建算法, 但各种算法均存在着各自的优缺点。解析重建(Analytic Reconstruction, AR)和迭代重建(Iterative Reconstruction, IR)是CT图像重建的两种基本方法。滤过反投影(Filtered Back Projection, FBP)是解析重建的主要算法
cnn
- 基于python tensorflow框架构建的卷积神经网络用来识别图像,附带训练数据集的制作代码。(The convolution neural network based on the python tensorflow framework is used to identify images with the production code of the training data set.)
cdbn_matlab-master(3)
- 卷积深度信念网络进行图像建模、分类等应用代码(Convolution depth belief network for image modeling, classification and other application code.)
HCF跟踪算法核心思想与代码
- HCF又称CF2算法,是目标跟踪领域的一大代表作,讲多层卷积特征融入深度跟踪领域,开启了目标跟踪新思路。(把txt后缀改为.m用matlab查看)
cnn-edge-detection
- 卷积神经网络实现图像的边缘检测+python代码(CNN-edge-detection-python-codes)
卷积神经网络去雾
- 该代码实现了使用Matlab实现卷积神经网络来对图像进行去雾操作。(This code implements a convolutional neural network using Matlab to defog the image.)