搜索资源列表
ImageDIP2
- “区域分割”是采用并行区域分割算法中的阈值化分割算法,阈值的选取方法是迭代阈值选取方法。 “边缘检测”是采用Prewitt边缘检测算子对图像进行边缘检测运算,Prewitt边缘算子的核心是两个3×3的卷积核(corrvolution kernel。
Filter2D
- Visual C++图像处理程序,采用opencv库,对图像进行核卷积,当核运算部分超出输入图像时,便捷外面的像素值等于离它最近的像素值。
IP
- 1)8位和24位bmp文件的打开,保存,自动判别文件类型并进行相应的设置。 2)对同一副bmp图像的多视图显示,包括:一般图像视图,直方图视图(支持彩色), 图像属性视图,24位bmp的RGB各分量视图。 3)各种卷积核的滤波操作。包括:拉普拉斯二阶微分算子,LoG算子, 高斯平滑算子,sobel垂直/水平边缘增强算子,sobel边缘强度算子,两种 不同半径的圆形滤波器,另外canny边缘检测算子也可以在程序中使用。 4)8位24位bmp图像之间的相互转化。 5
RLheadCTreconstruction
- 根据经典的RL标准头模型实现了卷积投影和反投影,采用SL卷积核函数-According to the classic standard RL model achieved the first projection and convolution back projection, using SL Convolution Kernel
2009.0423
- 传统的边缘检测方法是对原始图像中像素的某小邻域来构造检测算子,它是采用锐化算子(如梯度算子、 拉普拉斯算子)进行的。图像的边缘检测是通过模板作为核与图像中的每一个像素点做卷积和运算,然后选取合适的阈值以提取边缘。-Traditional edge detection method is the original image in a pixel neighborhood operator to construct, it is a sharpening operator (such as the
HessianKernel
- 生成一个用于图像平滑的高斯卷积核-generate a kernel for Guassian filter
Convolution
- 含有多种卷积核达到图像模糊,低通、高通滤波,边缘检测等目的,并且可自定义卷积核。-Contains a variety of convolution to the image fuzzy, low pass, high pass filter, edge detection purposes, and can be customized convolution.
Convolution
- 图像处理中的统一卷积核 能够实现卷积的计算 包含工作站 源码。- image processing convolution. calculation of the convolution. can be achieved include workstations source.
smoothing-using-convolution-kernels-
- 最主要的是采用卷积核来进行图像的低通滤波,进行平滑处理。-Most important is the use of convolution kernels to the image of the low-pass filtering, smoothing.
2-d-convolution
- 二维卷积,结合数字图像处理中的卷积核思想理解-2 d convolution.With digital image processing of convolution nuclear thought understanding
juanji
- opencv 实现自定义模版卷积,用户可以自定义卷积核模版-convolution with user defined kernel.
blur_mtrx1
- 输入卷积核h和信号长度N,生成卷积矩阵H conv(h,x, full ) == blur_mtrx1(h,length(x), full )*x 支持‘full’‘valid’和‘circular -generate the blur matrix
sam
- 在通常情况下,形态学图像处理以在图像中移动一个结构元素并进行一种类似于卷积操作的方式进行。像卷积核一样,结构元素可以具有任意的大小,也可以包含任意的0与1的组合。在每个象素位置,结构元素与在它下面的二值图像之间进行一种特定的逻辑运算。 -Under normal circumstances, the morphological image processing to a structure element is moved in the image, and a similar convo
blinddeconv
- 一个盲去模糊算法,速度很快!用到了l1/l2范数和对卷积核的l1范数,对噪声有抑制作用!-A blind go fuzzy algorithm, the sppeed is very fast! l1/l2 norm and l1 norm are used for compution, the noise was inhibited!
tracker_release2
- 实时的在线跟踪算法,使用的是卷积核的算法。速度可以达到100帧以上-this is a code of tracking,which is based on the algorithm of KCF.It can be get a speed of 100 Fps
sift
- SIFT算法是在不同的尺度空间上查找关键点,而尺度空间的获取需要使用高斯模糊来实现,Lindeberg等人已证明高斯卷积核是实现尺度变换的唯一变换核-SIFT algorithm is to find the key points on the different scales of space and capture scale space requires the use of a Gaussian blur to achieve, Lindeberg, who has proved a G
cvGabor
- 傅里叶变换是一种信号处理中的有力工具,可以帮助我们将图像从空域转换到频域,并提取到空域上不易提取的特征。但是经过傅里叶变换后,图像在不同位置的频度特征往往混合在一起,但是Gabor滤波器却可以抽取空间局部频度特征,是一种有效的纹理检测工具(Fu Liye transform is a powerful tool in signal processing, which helps us transform images from airspace to frequency domain and e
LOG
- 实现在LOG算法下,探讨不同σ对LOG的影响,卷积核(Under the LOG algorithm, we discuss the influence of different Sigma on LOG and convolution kernel.)
Naive CNN 18 multiplication per clock cycle_V3
- 此文件是卷积神经网络中的卷积核的硬件实现代码(CNN:filter/filter3*3 filter4*4 filter5*5 filter6*6)
matlab-blinddeconv
- 盲去卷积,实现图像的高分辨 准确估计模糊核(a novel scale-invariant regularizer that compensates for the attenuation of high frequencies and therefore greatly stabilizes the kernel estimation process.)