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

搜索资源列表

  1. Sobel

    0下载:
  2. 运用Sobel算子进行的图像边缘处理与识别-Image edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:167678
    • 提供者:Charles
  1. Sobel

    0下载:
  2. 使用Sobel算子对图像进行边缘检测,并在vs2010下基于Opencv实现,适合初学者-edge detection Sobel
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:11205607
    • 提供者:王璞
  1. Sobel

    0下载:
  2. 完整代码,利用sobel算子对图像进行处理,提取边缘,界面上有两个picturebox和一个button,界面可以自适应图像尺寸。-Complete code, use the sobel operator of image processing, edge extraction, two picturebox and a button, the image size on the screen can be adaptive interface.
  3. 所属分类:Special Effects

    • 发布日期:2016-06-14
    • 文件大小:1024
    • 提供者:huihui
  1. sobel

    0下载:
  2. 主要是利用C++和核函数实现彩色图像的sobel边缘检测,此程序简单便于理解。-Mainly using c++ and kernel function to realize sobel edge detection of color image, the program simple and easy to understand.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:731
    • 提供者:seven
  1. sobel

    0下载:
  2. 边缘检测程序,sobel边缘检测,可用,很方便的方法-Edge detection procedures, Sobel edge detection, available, very convenient method
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3504929
    • 提供者:王骥
  1. eight-model-Sobel-function

    0下载:
  2. 该函数对经典采用八方向模板Sobel边缘检测算子来检测梯度值-An improved eight model Sobel function was proposed,
  3. 所属分类:Other systems

    • 发布日期:2017-05-20
    • 文件大小:5329232
    • 提供者:仨人
  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
  1. Sobel

    0下载:
  2. sobel 算子的边缘检测算法,基于VC++实现的算法,对于图像的边缘检测效果良好,已经封装好模块,直接调用-Sobel operator edge detection algorithm, based on vc++ realize the algorithm, for image edge detection effect is good, have good encapsulation module, direct call
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-22
    • 文件大小:39461504
    • 提供者:袁建新
  1. Sobel

    0下载:
  2. 利用VC++实现对灰度图像进行边缘检测,实现Sobel算子-Using VC++ to realize the edge detection of gray image, Sobel operator
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-04
    • 文件大小:6842
    • 提供者:张小卫
  1. sobel-edge-detection

    0下载:
  2. Sobel算子根据像素点上下、左右邻点灰度加权差,在边缘处达到极值这一现象检测边缘。对噪声具有平滑作用,提供较为精确的边缘方向信息,边缘定位精度不够高。当对精度要求不是很高时,是一种较为常用的边缘检测方法。本代码用sobel边缘检测,检查细胞边缘,有图。- 简体中文 繁体中文 英语 法语 德语 西班牙语 Sobel operator according to the pixel point up and down, left and right adjacent pixels g
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:21042
    • 提供者:wuyi
  1. Sobel-CNN

    0下载:
  2. 整理的关于卷积神经网络的sobel程序,包括X,Y坐标轴变化。-Sobel convolutional neural network procedures, including X, Y coordinate axis in
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:55871
    • 提供者:林霞
  1. sobel-edge

    0下载:
  2. sobel edge detector in matlab
  3. 所属分类:matlab

    • 发布日期:2017-05-20
    • 文件大小:5293575
    • 提供者:sinku
  1. sobel

    0下载:
  2. Sobel算子是一阶导数的边缘检测算子,在算法实现过程中,通过3×3模板作为核与图像中的每个像素点做卷积和运算,然后选取合适的阈值以提取边缘。-The Sobel operator is the edge detection operator of the first derivative. During the algorithm realization, the 3 × 3 template is used as the convolution sum of each pixel in t
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:95467
    • 提供者:wang
  1. SobelEdge.origin

    0下载:
  2. 可以对图像进行SOBEL边缘化,并可以将处理的结果显示出来(SOBEL edge of the image can be processed)
  3. 所属分类:图形图象

    • 发布日期:2017-12-20
    • 文件大小:849920
    • 提供者:铁锤妹妹
  1. CANNY

    0下载:
  2. 对特定图片进行canny边缘检测。首先是高斯模糊,然后sobel算子处理,再局部极大值确定,最后阈值判断。(Canny edge detection for a particular picture. The first is the Gauss fuzzy, and then the Sobel operator is processed, and then the local maximum is determined, and finally the threshold is judged
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-19
    • 文件大小:7168
    • 提供者:TonytheGreat
  1. soble

    0下载:
  2. 基于FPGA的Sobel边缘检测算法的实现与仿真。此程序提供算法的verliog实现。(Implementation and Simulation of Sobel edge detection algorithm based on FPGA. This program provides the verliog implementation of the algorithm.)
  3. 所属分类:VHDL/FPGA/Verilog

  1. Untitled3

    0下载:
  2. Robert.Sobel.Prewitt算子对比(The properties of Robert.Sobel.Prewitt differential operators are compared)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:toyni
  1. DE2_70_D5M_LTM_sobel

    0下载:
  2. SOBEL TO DETECT IMAGE EDGE
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-25
    • 文件大小:8623104
    • 提供者:chun354
  1. GSobel

    0下载:
  2. 在MATLAB平台下运行,边缘检测算法sobel算子(Under the MATLAB platform, the edge detection algorithm sobel operato)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:fsy591236146
  1. CUDA-Sobel-Filter-master

    0下载:
  2. This program is meant to run a sobel filter using three different methods. Each sobel filter function runs in a different way than the others, one is a basic sobel filter running through just the cpu on a single thread, another runs through openmp to
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-03
    • 文件大小:13942784
    • 提供者:穿山甲说
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 50 »
搜珍网 www.dssz.com