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

搜索资源列表

  1. Sobel--of-MATLAB

    0下载:
  2. :%中值滤波%otsu 自动阈值计算%利用4个方向的roberts和进行边缘提取,并二值化%膨胀处理- Otsu median filter automatically calculate threshold using 4 direction roberts and edge detection and binarization expansion deal-Otsu median filter automatically calculate threshold using 4 directi
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:245855
    • 提供者:黄亮亮
  1. cx

    0下载:
  2. %中值滤波%otsu 自动阈值计算%利用4个方向的roberts和进行边缘提取,并二值化%膨胀处理- Otsu median filter automatically calculate threshold using 4 direction roberts and edge detection and binarization expansion deal
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4631
    • 提供者:黄亮亮
  1. CannyClassification

    0下载:
  2. 用canny算子提取图像边缘,作为一种基础的边缘提取,为后续的图像处理出铺垫-Using canny edge extraction
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:96574
    • 提供者:mawg
  1. bianyuan

    0下载:
  2. 图像的边缘提取,使用opencv2.4.4与vs2010,检测数图像中物体边缘-HOG extract
  3. 所属分类:OpenCV

    • 发布日期:2017-04-11
    • 文件大小:1372
    • 提供者:田一泓
  1. OPenCV-feature--summary

    0下载:
  2. 包括 颜色提取 形状提取,形状提取包括 Candy算子对边缘提取、  角点提取、 Hough直线提取-Including color extraction shape extraction, including  Candy shape extraction operator for edge detection,   corner extraction,  Hough lin
  3. 所属分类:Project Manage

    • 发布日期:2017-04-04
    • 文件大小:448490
    • 提供者:
  1. C

    0下载:
  2. 基于c语言的数字图片处理源代码,对BMP图片进行边缘提取-Based on digital image processing c language source code, BMP image edge extraction
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-25
    • 文件大小:30480
    • 提供者:bbdd
  1. Test_Opencv

    0下载:
  2. opencv实现打开任意格式图片,并对图片进行边缘提取-opencv achieve open any format images, and image edge extraction
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3466825
    • 提供者:zhengnan
  1. Wavelet-Transform

    0下载:
  2. 一系列关于小波变换与亚像素边缘提取算法的论文,非常实用-Wavelet transform and a series of sub-pixel edge detection algorithm paper, very practical
  3. 所属分类:File Formats

    • 发布日期:2017-06-03
    • 文件大小:15130575
    • 提供者:pisces
  1. image-process

    0下载:
  2. 图像处理基本算法,可以显示图像,翻转图像,边缘提取等等基本操作,是不错的学习算法。-it is helpful for learn image processing by visual c puls plus and wonderful for you.
  3. 所属分类:Console

    • 发布日期:2017-05-09
    • 文件大小:1986178
    • 提供者:sun
  1. Avi-file-edge-detection-

    0下载:
  2. 本程序是基于OPENCV的C代码编程,其主要功能是对视频文件提取边缘。边缘提取的算法是Canny算法。-This program is based on the C code programming OPENCV, its main function is to extract the video file edges. Canny edge detection algorithm is the algorithm.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:6052300
    • 提供者:Yuan Li
  1. Edge_detection

    0下载:
  2. 基于hanbabackrobonova II的机器人视觉处理——边缘提取(linux开发环境)-Based hanbabackrobonova II robot visual processing- edge detection (linux development environment)
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-24
    • 文件大小:58102
    • 提供者:张亮
  1. 9_EdgeDistillUseSobel

    0下载:
  2. 连接好电脑和DSP仿真器,给全部实验设备上电,打开CCS3.3并连接板卡。将视频线一头连接板卡的输入端,另一头连接显示器的输入,将显示器调到AV模式。打开工程EdgeDistill UseSobel.pjt,编译,下载,运行。此工程的功能是:把摄像头捕捉到的一幅图像进行Sobel边缘提取处理,并将之输出到显示器。-Connect the computer and the DSP emulator to test equipment on all electric, open CCS3.3 a
  3. 所属分类:DSP program

    • 发布日期:2017-04-25
    • 文件大小:60651
    • 提供者:zyj
  1. HW2

    0下载:
  2. 自己编写的基于matlab的直方图均衡和Canny边缘提取程序。有不错的仿真效果。-I have written matlab-based histogram equalization and Canny edge detection procedure. There are a good simulation results.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:321683
    • 提供者:kangyi
  1. EdgeDetect

    0下载:
  2. C#写的一个边缘提取的程序,以界面形式选择图片,包含了sobel算子、Laplace算子、canny算子三种检测算法可选。-C# to write an edge extraction process to select the interface in the form of pictures, including the sobel operator, Laplace operator, canny operator selectable three detection algorithms
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:464376
    • 提供者:紫烟
  1. byjc

    0下载:
  2. 边缘检测算子 包含Canny算子 log算子 prewitt算子 robberts算子和sobel算子等 都够对图像进行边缘提取-edge detection cotain Canny Algorithm Prewitt Algorithm Log Algorithm Sobel Algorithm and Robberts Algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:3492
    • 提供者:fenghaiyong
  1. picture_option

    0下载:
  2. 图像边缘提取程序,通过canny算子实现对图片的操作-Image edge extraction process, through canny operator actions to achieve the picture
  3. 所属分类:Dialog_Window

    • 发布日期:2017-06-12
    • 文件大小:19331197
    • 提供者:wujinji
  1. canny

    0下载:
  2. 利用VC++实现的canny算法的边缘提取-Edge extraction
  3. 所属分类:Other systems

    • 发布日期:2017-06-08
    • 文件大小:15636225
    • 提供者:
  1. mm1108

    0下载:
  2. Matlab 边缘提取函数 数字图像处理-Matlab edge extraction function of digital image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:567
    • 提供者:刘燕妮
  1. Image_Process

    0下载:
  2. 用C++实现图像的尺度变换、灰度变化和边缘提取等功能-With C++ achieve scale transformation of the image, gray scale and edge extraction functions
  3. 所属分类:Graph program

    • 发布日期:2017-05-18
    • 文件大小:4685714
    • 提供者:Amy
  1. gz

    0下载:
  2. 基于matlab各种图像边缘提取的显示和实现方法-A variety of image edge extraction based on matlab shows and implementation method
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:58828
    • 提供者:孙毅
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com