CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - Sobel

搜索资源列表

  1. suanzi3

    0下载:
  2. 是一些平常算子如:sobel,log等等,用c++写的-is usually operator such as : segmentation, log, etc., and write c
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:7310
    • 提供者:肖文
  1. Sobel

    0下载:
  2. Sobel Image Filter C6416
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:558654
    • 提供者:Uday
  1. deiphiimageprocessing

    0下载:
  2. 用delphi对数字图像进行预处理,包括图像的灰度化,二值化,反色,中值滤波,高斯滤波,gabor变换,二值图像和灰度的腐蚀,膨胀,以及图像的sobel,prewitt,robert,kirsch,laplace,canny,marr边缘检测-Use delphi for digital image preprocessing, including image gray-oriented, thresholding, anti-color, median filtering, Gaussian
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-13
    • 文件大小:3565204
    • 提供者:小宝
  1. imagesegmentation

    0下载:
  2. 1.边缘检测,分别用Sobel, Laplacian-Gaussian 方法对一幅灰度图像进行边缘提 取,并给出对比结果; 2.灰度阈值分割:利用双峰法对一幅灰度图像进行灰度分割处理。-1. Edge detection, respectively Sobel, Laplacian-Gaussian methods on a gray-scale image edge extraction, and gives comparative results 2. Gray threshold
  3. 所属分类:source in ebook

    • 发布日期:2017-04-05
    • 文件大小:75697
    • 提供者:紫瓶
  1. cvSobel

    0下载:
  2. 用opencv library來實現Sobel operator效果-demo sobel operator by using opencv library
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:1158
    • 提供者:gsan
  1. CannyEdgeDetector

    0下载:
  2. canny edge detector is the best edge detection in the image processing field.in the first guassian blur in the image and then use sobel filter to get magnitude image
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-06
    • 文件大小:5484
    • 提供者:Delphi_CAT
  1. Sobel

    0下载:
  2. Program to read file and execute an matrix process from a source process with Command Line Output. Just a simple MPICH based program
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:1176
    • 提供者:Andrew Raharjo
  1. sobel

    0下载:
  2. sobel算子是一种边缘检测算子,在图像处理中应比较广泛。-sobel edge detection operator is an operator, in image processing should be more extensive.
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:517
    • 提供者:伏娟
  1. Tugas-Pola

    0下载:
  2. Pengolahan citra dengan metode sobel
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-06
    • 文件大小:16464
    • 提供者:burhanudin
  1. Problem-1

    0下载:
  2. prewit sobel code in matlab a new technology in matlab that is very easy to use & give u many functions.
  3. 所属分类:assembly language

    • 发布日期:2017-11-29
    • 文件大小:49217
    • 提供者:rameez
  1. nonmaxsuppts

    0下载:
  2. detector de bordes de sobel
  3. 所属分类:source in ebook

    • 发布日期:2017-12-04
    • 文件大小:1056
    • 提供者:cristi
  1. edge-detection-Sobel-operator

    0下载:
  2. 边缘检测Sobel算子,基于Open CV.-Edge detection——Sobel operator,Based on Open CV.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-09
    • 文件大小:10903
    • 提供者:王芳
  1. EdgeFinal7

    0下载:
  2. 边缘检测VC++代码,Roberts,Sobel,Prewitt,Canny算子代码-Edge detection VC++ code
  3. 所属分类:source in ebook

    • 发布日期:2017-05-02
    • 文件大小:709173
    • 提供者:puwang
  1. segmentation

    0下载:
  2. Contains the snakes algorithm and Robert,Sobel and prewitt operator
  3. 所属分类:Editor

    • 发布日期:2017-05-01
    • 文件大小:724694
    • 提供者:swati
  1. Lab-Chap17

    0下载:
  2. 在DSP中,利用Sobel算子对输入图像进行边缘检测-In DSP, using Sobel operator to detect the edge of the input image
  3. 所属分类:source in ebook

    • 发布日期:2017-04-27
    • 文件大小:198821
    • 提供者:暗夜
  1. SobolQRNG

    0下载:
  2. Sobel-Quasi随机数发生器template -Sobel-Quasi random generator template
  3. 所属分类:MPI

    • 发布日期:2017-04-25
    • 文件大小:337570
    • 提供者:zhangjie
  1. Seg_soble

    0下载:
  2. sobel segmentation, this algorithme has a great effect for segmenting
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:1418
    • 提供者:cheng
  1. opencl-book-samples-read-only

    1下载:
  2. 《OpenCL编程指南》源代码,书中提供了一系列经典的案例,如图像直方图、Sobel边界检测过滤器、并行实现Dijkstra单源最短路 径图算法、Bullet Physics SDK中的布模拟、用快速傅里叶变换模拟海洋、 光流、OpenCL与PyOpenCL结合使用,使用OpenCL完成矩阵相乘与稀疏矩阵矢 量乘法等-《OpenCL Programming Guide》source code
  3. 所属分类:source in ebook

    • 发布日期:2017-05-09
    • 文件大小:1779627
    • 提供者:103yiran
  1. opencl_edge_detect-master

    0下载:
  2. Sobel-edge-detection-opencl 在opencl在进行的最简单可以运行实例-Sobel-edge-detection-opencl the example that can
  3. 所属分类:MPI

    • 发布日期:2017-04-27
    • 文件大小:12856
    • 提供者:luozhang
  1. sobel

    0下载:
  2. sobel边缘检测代码,实现检测图像的边缘信息,可以提取出图像的边沿-Sobel edge detection code to detect the edge of the image information, you can extract the edge of the image
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:794
    • 提供者:zz
« 12 »
搜珍网 www.dssz.com