CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 拉普拉斯算子

搜索资源列表

  1. EdgeContour

    0下载:
  2. 边缘检测包括:Roberts边缘算子,Sobel边缘检测算子,Kirsch边缘检测算子,拉普拉斯算子,高斯拉普拉斯算子。霍夫变换,种子填充,轮廓跟踪和轮廓提取。-Edge detection, including: Roberts edge operator, Sobel edge detection operator, Kirsch edge detection operator, Laplacian, Laplacian of Gaussian. Hough transform, seed
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2234173
    • 提供者:陈飞
  1. Text1

    0下载:
  2. 基于拉普拉斯算子的图像分割的图像处理技术,用于vc++平台-Laplacian-based image segmentation of the image processing technology, for vc++ platform
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:765
    • 提供者:ly
  1. imageproc

    0下载:
  2. Matlab图像处理,包含图像平滑、锐化等 图像平滑处理包含均值滤波和中值滤波 图像锐化处理包含拉普拉斯算子和Roberts算子、Prewitt算子和Sobel算子-Matlab image processing, including image smoothing, sharpening and other image smoothing with the mean filter and median filtering image sharpening with the Laplac
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:815
    • 提供者:tony
  1. EdgeContour

    0下载:
  2. 边缘检测,轮廓检测,Sebel算子,高斯拉普拉斯算子,Robert算子,Prewitt算子,Kersch算子等,Hough变换,平行线检测,轮廓提取,种子填充,轮廓跟踪-Edge detection, contour detection, Sebel operator, Gaussian Laplacian, Robert operator, Prewitt operator, Kersch operator, etc., Hough transform, parallel line detec
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:72725
    • 提供者:skylost
  1. Laplacetest

    1下载:
  2. 利用CUDA实现了遥感数字影像处理基本算法中的拉普拉斯算子,并分别实现了采用Globalmemory、Sharedmemory,Texturememory进行数据传输,还同CPU中的串行代码进行了时间比较和误差分析。为了方便在服务器环境下测试运行,我们去掉了在Windows环境下对第三方库遥感影像库GDAL的依赖,而将遥感影像数据转成了二进制图像格式,对于输出影像也以同样的二进制格式存储。图像效果图通过专业遥感软件PCI或通用图像处理软件PhotoshopCS4打开。最后我们对计算结果进行了误差
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:2727
    • 提供者:秦论剑
  1. ImageProcess

    0下载:
  2. 图像边缘信息提取,使用算子为拉普拉斯算子,程序中有样图。-bianyuan message
  3. 所属分类:Graph program

    • 发布日期:2017-05-20
    • 文件大小:5704019
    • 提供者:yinting
  1. Cotton1

    0下载:
  2. RAw格式图片的显示,边缘检测,包括SOBEL算子,具有不同模板的拉普拉斯算子边缘检测,以及一些简单的滤波方式-RAw format the display of images, edge detection, including edge detections of the SOBEL operator, the Laplacian operator with a different template , as well as some simple filtering approach
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:96157
    • 提供者:林宁
  1. BIANJIE2

    0下载:
  2. 使用拉普拉斯算子的图像边界提取,数字图像处理实验-Images using Laplacian edge detection, digital image processing experiments
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:835
    • 提供者:qiuchengxu
  1. mask

    0下载:
  2. 此程序为拉普拉斯算子,提取图像边缘,可以直接使用。-This program is the Laplacian, edge extraction, can be used directly.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:371061
    • 提供者:谢玄
  1. log

    0下载:
  2. 高斯 拉普拉斯算子 平滑图像处理 VC实现-log
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1252
    • 提供者:
  1. bookexperiment

    0下载:
  2. 图像处理,拉普拉斯算子基本处理,改进型,可以提高图像锐化效果-Image processing, Laplacian basic processing, improved, can improve the image enhancement effect
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:558
    • 提供者:halrq
  1. 2

    0下载:
  2. 边缘特征的提取就是求图像梯度的局部最大值和方向。实际计算中,以微分算子的形式表示,并采用快速卷积函数来实现。常用的算子有微分算子,拉普拉斯算子,Canny算子等。其中Canny边缘检测是一种较新的边缘检测算子,具有较好的边缘检测性能,得到越来越广泛的应用。Canny边缘检测法利用高斯函数的一阶微分,它能在噪声抑制和边缘检测之间取得较好的平衡-Edge feature extraction is to seek the local maximum of image gradient and ori
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:1153
    • 提供者:xiaowei
  1. laplacian

    0下载:
  2. 数字图像处理中,运用高斯低通与拉普拉斯算子来实现对图像的边缘检测。-Digital image processing, the use of low pass and Laplacian of Gaussian operator to realize the edge detection.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:431472
    • 提供者:lw
  1. LOG

    0下载:
  2. 对于图像进行LOG(拉普拉斯高斯算子)处理,可以帮助进行边缘提取,有兴趣的同学可以看下-LOG operation to get the edge information of an image
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:95705
    • 提供者:
  1. featuredetector

    0下载:
  2. 基于sift的多种算子的特征检测。 如拉普拉斯算子等。-Sift-based multi-feature detection operator. Such as Laplacian.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:23114
    • 提供者:李鑫
  1. enhanimg_gradient_laplacian_6

    0下载:
  2. 结合拉普拉斯算子和梯度实现的图像增强代码,实验效果很好-this code combining laplacian with gradient algorithms has better result for image enhanging
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:14281
    • 提供者:王利利
  1. SEED403_LaplacianEdge

    0下载:
  2. 基于DSPDM642的边缘检测代码。检测算法为拉普拉斯算子。包含DSP的所有工程文件-Edge detection based on DSPDM642 code. Detection algorithm for the Laplace operator. DSP project file that contains all
  3. 所属分类:DSP program

    • 发布日期:2017-04-16
    • 文件大小:360002
    • 提供者:肖文荟
  1. Sharp

    0下载:
  2. 数字图像处理,对彩色图像的拉普拉斯算子锐化以及梯度算子锐化的比较,VC/MFC实现。-Digital image processing, color image of the Laplacian and the gradient operator sharpening sharpening comparison, VC/MFC implementation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:246260
    • 提供者:凌潇然
  1. xianxinglvbo

    0下载:
  2. 程序的功能是对载入的图像进行线性滤波,滤波算子有梯度算子、平滑算子、高斯算子和拉普拉斯算子,同时可以设置滤波窗口的大小和滤波数。处理完后的图像可以进行保存。-Function of the program image is loaded linear filter, the filter operator with the gradient operator, smooth operator, Gaussian operator and Laplace operator, and can set
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:21266
    • 提供者:陈勇
  1. bianyuanjiance

    0下载:
  2. 对图像进行边缘检测,检测算子包括Robert算子、Sobel算子、拉普拉斯算子等-The image edge detection, detection operator, including Robert operator, Sobel operator, Laplacian, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:949577
    • 提供者:马伊凡
« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com