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

搜索资源列表

  1. 8方向sobel

    0下载:
  2. 对1帧图像进行8方向的sobel算子提取边缘,原始图像格式是BMP-right image for an eight direction of the pixel edge detection operator, is the original image BMP format
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:263485
    • 提供者:婷婷
  1. 图形图象处理之边缘检测

    0下载:
  2. 这也是图形与图象处理中方面的---边缘检测;包括:Roberts边缘算子,Sobel边缘检测算子,Kirsch边缘检测算子,拉普拉斯算子,高斯拉普拉斯算子。-graphics and image processing -- the edge detection; : Roberts edge operator, Sobel edge detection operator, Kirsch edge detection operator, Laplacian, Gaussian Laplace op
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:206613
    • 提供者:王云华
  1. Edge-detection-GUI

    0下载:
  2. 边缘检测GUI界面程序,首先进行图片的提取,之后主要是prewitt,sobel,canny进行-Edge detection GUI interface program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1730
    • 提供者:马丽云
  1. edge-detection

    0下载:
  2. 对灰度图像进行边缘检测,包括两种边缘检测算子:laplace算子和sobel算子。应用MFC编程-Gray image edge detection, includes two edge detection operator: laplace operator and sobel operator. MFC Application Programming
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:8520721
    • 提供者:刘新蕾
  1. edge-detection

    0下载:
  2. 图像边缘检测的matlab 代码,包括 sobel, canny 等几种边缘检测的方法-edge detection algorithms which includes canny , sobel and so on.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:155990
    • 提供者:李伟
  1. edge-detection

    0下载:
  2. 主要包括常见的边缘检测算法,比如sobel,log, roberts等-it is about some edge detection Algorithms,involving sobel、roberts、log and so on
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:167756
    • 提供者:曾丽文
  1. Edge-Detection-Algorithm

    0下载:
  2. 图像边缘检测,实现了几种边缘检测算法,像Roberts,Sobel,Prewitt,Canny等-Edge detection, edge detection algorithm to achieve several, such as Roberts, Sobel, Prewitt, Canny, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:6955265
    • 提供者:yang
  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. edge-detection

    0下载:
  2. 利用MATLAB实现边缘检测算子,比如permit和Sobel算子。可以直接运行!-Using MATLAB realize edge detection operator, such as permit and Sobel operator. It can be run directly!
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:416869
    • 提供者:释放梦想
  1. sobel

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

    • 发布日期:2017-05-14
    • 文件大小:3504929
    • 提供者:王骥
  1. edge-detection-method

    0下载:
  2. 3 edge detection code is given using CANNY and sobel operator.3 source code total1 canny and 2 sobel operator.-3 edge detection code is given using CANNY and sobel operator.3 source code total1 canny and 2 sobel operator.
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:11531
    • 提供者:jinat
  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. edge-detection

    0下载:
  2. 用matlab实现边缘检测,包括sobel算子、LoG、Canny算子,Hough变换-Edge detection with matlab, including sobel operator, LoG, Canny operator, Hough transform
  3. 所属分类:Special Effects

    • 发布日期:2017-12-16
    • 文件大小:189440
    • 提供者:Lindsay
  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. sand-master

    0下载:
  2. 使用JNI实现Sobel算子图像边缘检测(Using JNI to achieve Sobel operator image edge detection)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-03
    • 文件大小:1040384
    • 提供者:穿山甲说
  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. OpenCV_Morpholog

    0下载:
  2. Morphological Operations, Erosion, Dilation and their combinations Open, Close, Boundary extraction, Top-Hat. Edge Detection Filters Prewitt, Sobel and Canny Filters
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-03
    • 文件大小:4526080
    • 提供者:穿山甲说
  1. EdgeDetectorCUDA-master

    0下载:
  2. Demonstration of working implementations of the Canny, Sobel, and Roberts cross edge detection algorithms, each algorithm implemented in a CPU and a NVidia CUDA version. Written in Qt/C++.
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-03
    • 文件大小:10331136
    • 提供者:穿山甲说
  1. SOBEL

    0下载:
  2. 基于VHDL图像边缘检测,可在在仿真波形上看出其边界值(Based on VHDL image edge detection, the boundary value can be seen on the simulation waveform)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-04-19
    • 文件大小:4808704
    • 提供者:吖吖啊啊
  1. sobel

    1下载:
  2. 由Verilog编写在FPGA实现sobel算法应用于图像边缘检测,工程文件可在quartus13.1以上版本打开;工程使用到ram、fifo、pll三种ip核,design文件夹下包含ram、fifo、vga控制以及串口收发和sobel算法模块,sim和doc文件夹下分别包含modelsim的仿真模块和仿真结果;测试时将200*200分辨率的图片用matlab文件夹下的matlab脚本压缩、二值化,再将生成文件中数据用串口发给FPGA,边缘检测结果会通过VGA输出。(Written by Ve
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2020-07-14
    • 文件大小:10222592
    • 提供者:丶大娱乐家
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 33 »
搜珍网 www.dssz.com