CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - convolution

搜索资源列表

  1. work.rar

    0下载:
  2. 信号的FFT分析 利用FFT实现两序列的线性卷积。,FFT implementation using the linear convolution of two sequences
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:1308
    • 提供者:敬永明
  1. Graphics4

    0下载:
  2. 图形算法合集4:快速线性插值、半色调技术、使用lookup查找表的快速卷积、Nurbs曲面三角化等等。-Graphical Collection 4: rapid linear interpolation, halftoning techniques, the use of look-up table lookup fast convolution, Nurbs surface triangulation and so on.
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-29
    • 文件大小:354065
    • 提供者:metallica
  1. Conv

    0下载:
  2. This the code about convolution-This is the code about convolution
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:110357
    • 提供者:john smith
  1. Image_processing_matlab

    0下载:
  2. 上课时做的matlab图像处理实验,包括卷积,拉普拉斯变换,罗伯特算子,种子算法,-Matlab class to do the image processing experiments, including convolution, Laplace transform, Robert operator, seed algorithm, and so on
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:246271
    • 提供者:张彩
  1. convolve

    0下载:
  2. Convolution Filter 中文叫濾鏡的東西 可以改變圖檔的樣子的-Convolution Filter to alter images
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:11114
    • 提供者:Terry
  1. 2009.0423

    0下载:
  2. 传统的边缘检测方法是对原始图像中像素的某小邻域来构造检测算子,它是采用锐化算子(如梯度算子、 拉普拉斯算子)进行的。图像的边缘检测是通过模板作为核与图像中的每一个像素点做卷积和运算,然后选取合适的阈值以提取边缘。-Traditional edge detection method is the original image in a pixel neighborhood operator to construct, it is a sharpening operator (such as the
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:5324
    • 提供者:刘卅
  1. line_sobel

    1下载:
  2. Canny进行边缘检测,得到图像的边缘,然后sobel算子对图像边缘进行卷积,然后用Hough变换进行直线提取。-Canny edge detection to obtain the edge image, and then sobel edge operator for convolution, and then use the Hough transform for straight line extraction.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:618
    • 提供者:mayan
  1. 1111

    0下载:
  2. 数字图象处理教程 INTRODUCTION 4 DIGITAL IMAGE DEFINITIONS 5 COMMON VALUES 6 CHARACTERISTICS OF IMAGE OPERATIONS 7 TYPES OF OPERATIONS 7 TYPES OF NEIGHBORHOODS 8 VIDEO PARAMETERS 9 TOOLS 9 CONVOLUTION 10 PROPERTIES OF CONVOLUTION 10 FOUR
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2639613
    • 提供者:sean
  1. dftconv

    0下载:
  2. 数字信号处理:实现对32点矩形序列和x(n)=n+1序列分别进行DFT,两者线形卷积,原序列补点至63点后的DFT和对DFT乘积的IDFT。显示为数值和坐标轴中的图像。vista系统不能看图。在win-c下编译,c语言-Digital signal processing: to achieve 32 points, rectangular sequence and x (n) = n+1 sequences were carried out DFT, linear convolution bet
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-28
    • 文件大小:4485
    • 提供者:pirate
  1. designoflinearfiltering

    0下载:
  2. 滤波器的设计 线性滤波 卷积与相关 imfilter 滤波函数 预定义滤波 FIR 滤波器的设计 FIR 滤波器基础 计算二维频率响应 计算期望频率响应矩阵 频率变换法 频率采样法 窗函数法 -The design of linear filtering, convolution filter and associated filtering function imfilter predefined filter F
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:2996
    • 提供者:齐子新
  1. Convolution

    1下载:
  2. 含有多种卷积核达到图像模糊,低通、高通滤波,边缘检测等目的,并且可自定义卷积核。-Contains a variety of convolution to the image fuzzy, low pass, high pass filter, edge detection purposes, and can be customized convolution.
  3. 所属分类:Graph program

    • 发布日期:2017-03-26
    • 文件大小:674703
    • 提供者:云中帆
  1. Convolution

    0下载:
  2. VC++开发的图形处理程序,可进行图形区域处理,有模糊图像、锐化图像、Laplacian边缘增强,梯度方向边缘增强,平移差分边缘增强等功能,有详细源码解释-VC++, graphics processing, graphics area can be dealt with fuzzy images, sharpening images, Laplacian edge enhancement, gradient direction of edge enhancement, edge enhance
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2640700
    • 提供者:KKill
  1. ConvolutionCUDA

    0下载:
  2. Convolution filtering is a technique that can be used for a wide array of image processing tasks, some of which may include smoothing and edge detection. In this document we show how a separable convolution filter can be implemented in NVIDIA CUD
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3925731
    • 提供者:vgaliano
  1. Bilinear-interpolation-and-cubic-convolution

    0下载:
  2. 二次线性插值和三次卷积插值,高质量图像缩放技术之一,文中有大量代码,实用性很强。-Bilinear interpolation and cubic convolution,is one of Image scaling technology
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:98202
    • 提供者:张燕
  1. Convolution

    0下载:
  2. 图像处理中的统一卷积核 能够实现卷积的计算 包含工作站 源码。- image processing convolution. calculation of the convolution. can be achieved include workstations source.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2653358
    • 提供者:戴旭光
  1. convolve2

    0下载:
  2. CONVOLVE2可以用于任何CONV2使用,采取同样的参数并返回一个小的公差范围内同样结果。加速计算是通过使用面膜中的奇异值分解,表示为外产品总结一下。这些都可以有效地计算与行和列向量的卷积。 CONV2是用来从事这项运动。 可分面具是一个特殊情况,并受CONVOLVE2处理多达FILTER2一样。许多不属于其他口罩可分低等级(如Gabor函数口罩),并更有效地处理CONVOLVE2。 该功能也将计算出降秩逼近一个给定的面具如果需要的话,将使用此是否会加速计算。一个额外
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-31
    • 文件大小:6342
    • 提供者:namind
  1. smoothing-using-convolution-kernels-

    0下载:
  2. 最主要的是采用卷积核来进行图像的低通滤波,进行平滑处理。-Most important is the use of convolution kernels to the image of the low-pass filtering, smoothing.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:5004
    • 提供者:王智博
  1. convolution

    0下载:
  2. This code is for convolution. You can use it for image convolution
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2047
    • 提供者:hyun chan ahn
  1. Convolution

    0下载:
  2. matlab 编写的离散和连续函数的卷积计算,可控制幅值、频率、相位等参数,有较好的图形界面。-Discrete and continuous function convolution calculation,written in Matlab. Parameters such as amplitude, frequency, phase can be changed, and there is a good graphical interface.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:15422
    • 提供者:chenqw
  1. 2-d-convolution

    0下载:
  2. 二维卷积,结合数字图像处理中的卷积核思想理解-2 d convolution.With digital image processing of convolution nuclear thought understanding
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:143100
    • 提供者:yutian
« 12 3 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com