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

搜索资源列表

  1. digital-image-procession.rar

    0下载:
  2. 进行数字图像处理的小代码,作用不是很大。。。主要是盲反卷积IBD进行图像的回复。。。。。,Code, the role of digital image processing is not very big. . . Blind image deconvolution IBD reply. . . . .
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:94990
    • 提供者:于国涛
  1. scale

    0下载:
  2. YUV420视频的缩放,经过高度的优化,其中三次卷积插值(cubic convolution)算法的效果最好,优化程度也最高。其基本思想是通过整型化、查表等方法消除每一帧图像插值运算中的浮点运算和乘除法运算。-scale YUV420 video frames with cubic, bilinear & cubic convolution interpolation algorithms。
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:4220
    • 提供者:王四海
  1. deconvolution

    0下载:
  2. 图像处理中的模糊复原,去卷积matlab程序 -image processing,image restoration,deconvolution
  3. 所属分类:Special Effects

    • 发布日期:2017-11-09
    • 文件大小:2031
    • 提供者:xiaodan
  1. 3356896convp

    0下载:
  2. 主要是用来实现图像的二维卷积的结果,实现的效率大大提高。-Mainly used to achieve the results of the two-dimensional convolution of the image, to achieve the efficiency is greatly improved.
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-04
    • 文件大小:48875
    • 提供者:石园
  1. ImageSystemView

    0下载:
  2. 利用图像处理里面的卷积方法进行图像的分块处理,将一幅图像分成四块一样的图形。-The sub-block using the image processing inside the convolution method for image processing, an image is divided into four same graph.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-24
    • 文件大小:2349
    • 提供者:tianjie
  1. read_picture

    0下载:
  2. opencv编程实现图像的压缩处理,包括双线性插值方法,立方卷积插值方法-a program to realize the function of pressing the picture
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:3529847
    • 提供者:mR.s
  1. filter

    0下载:
  2. 使用不同的核进行图像的二维滤波。包括Smooth(实现图像平滑)与Filter2D(对图像做卷积运算)-Using different nuclei of the two-dimensional filtering of the image. Smooth (image smoothing) Filter2D (image convolution operation)
  3. 所属分类:OpenCV

    • 发布日期:2017-11-10
    • 文件大小:1346118
    • 提供者:zhouyang
  1. linear-convolution-code

    1下载:
  2. 用C++语言编写的线性卷积代码。可用于小波变换及其它图像应用。-The linear convolution code written C++ language. Can be used for the wavelet transform and other image applications.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-13
    • 文件大小:9821
    • 提供者:jelly
  1. deblurring

    0下载:
  2. 失真情况一点不知时利用盲反卷积算法对图像清晰处理-Distortion point I do not know the use of blind deconvolution algorithm clear image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:1306
    • 提供者:吴艳利
  1. code.rar

    0下载:
  2. 盲去卷积复原例程,附带测试案例,学习图像复原的可参考参考,The blind deconvolution recovery and testing
  3. 所属分类:Special Effects

    • 发布日期:2017-11-22
    • 文件大小:57553
    • 提供者:可迪
  1. mohuchuli

    1下载:
  2. 本编程实例是运用matlab软件,对图像进行模糊处理,利用盲目反卷积进行去模糊化处理。-The programming examples using Matlab software fuzzy image processing, and use of blind deconvolution deblurring processing.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-06-24
    • 文件大小:537
    • 提供者:王开芳
  1. conv

    0下载:
  2. 自己用C/C++写的向量卷积源代码,清晰明了。写的是一维向量卷积,用的时候可以通过行列分别调用实现包括图像数据在内地的二维卷积变换-Own use C/C++ to write the vector convolution source code, clarity. Is a one-dimensional vector convolution, when called through the ranks including the transformation of the two-dimen
  3. 所属分类:Algorithm

    • 发布日期:2017-11-30
    • 文件大小:185204
    • 提供者:邓涛
  1. The-convolution-function

    0下载:
  2. 读取文件中的图像数据对图像实现卷积运算及处理后图像文件输出-The image data in the read file to realize the convolution operation on the image and the processed image file output
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:4579
    • 提供者:张迪
  1. vb-convolution-and-presentation

    0下载:
  2. 实现离散数组胡卷积运算及图像显示,简单易懂-It can have a powerful function of convolution and figuring the picture
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-15
    • 文件大小:11308
    • 提供者:Eve Song
  1. SobelEdge_all

    0下载:
  2. 基于dsp c64的边缘检测算法的实现 Sobel边缘算子 两个卷积形成sobel算子,图像中每个点都用这两个核做卷积,一个核对同常的垂直边缘相应最大,而另一个对水平边缘相应最大。-Dsp c64 edge detection algorithm to achieve Sobel edge operator the two convolutional formation sobel operator, for each point in the image with the convolutio
  3. 所属分类:DSP program

    • 发布日期:2017-11-19
    • 文件大小:792229
    • 提供者:王林
  1. Code_of_image_processing

    0下载:
  2. 图像处理基本算法,包括点运算、卷积运算等,windows编程-Image processing algorithms, including point operations, convolution operation, windows programming
  3. 所属分类:Special Effects

    • 发布日期:2017-11-08
    • 文件大小:5752633
    • 提供者:裘索夫
  1. ImageEnhance

    4下载:
  2. 编制一通用的空域卷积程序处理图像。改变模板大小、系数(平滑、锐化), 观察处理结果。要求:模板大小可变、模板系数可变。-Preparation of a generic spatial convolution image processing procedures. Change the template size, coefficient (smoothing, sharpening), To observe the treatment results. Requirements:
  3. 所属分类:Special Effects

    • 发布日期:2017-12-02
    • 文件大小:2578
    • 提供者:wy
  1. Untitled11

    0下载:
  2. 利用卷积算法,代码实现图像的变换过程,数字图像处理卷积变换实验-Convolution Convolution Convolution Convolution Convolution
  3. 所属分类:Special Effects

    • 发布日期:2017-11-23
    • 文件大小:912
    • 提供者:王剑飞
  1. Blind_deconvolution

    0下载:
  2. 盲图像去卷积的m文件为盲反褶积FIG 盲反褶积,就其本身而言,创建一个新的盲反褶积或提高现有的条件-blind image deconvolution M-file for Blind_deconvolution.fig BLIND_DECONVOLUTION, by itself, creates a new BLIND_DECONVOLUTION or raises the existing
  3. 所属分类:Special Effects

    • 发布日期:2017-11-09
    • 文件大小:5326
    • 提供者:weijuan
  1. Gabor

    0下载:
  2. 本算法可以在不同方向和不同尺度上对图像进行分析,利用高斯核函数对图像进行卷积,然后综合各个方向和尺度的数据的最大值,就可以得到理想的结果。该方法对冠脉造影图像中血管的分割效果比较好,无论主血管或是细小血管都比较好。-This algorithm can be analyzed in different directions and on different scales the image using the Gaussian kernel function of the image convo
  3. 所属分类:Special Effects

    • 发布日期:2017-12-01
    • 文件大小:6780846
    • 提供者:马金凤
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 25 »
搜珍网 www.dssz.com