CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 图像边缘检测

搜索资源列表

  1. investwive

    0下载:
  2. matlab关于图像边缘检测的代码与讲解,初学者适合,有错请纠正,自己运行能成功的-matlab code and explain about the image edge detection, beginners suitable wrong please correct it run to succeed
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:177920
    • 提供者:黄华楼
  1. edge_detection_matlab_code

    0下载:
  2. 基于可调小波的边缘检测,用于SAR图像边缘检测。-Based on adjustable wavelet edge detection for SAR image edge detection.
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:403613
    • 提供者:linzaixi
  1. pcnn

    0下载:
  2. matlab下,实现pcnn灰度图像边缘检测-matlab to achieve pcnn gray image edge detection
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:11926
    • 提供者:caifeitong
  1. ColorEdgeDetect

    0下载:
  2. 基于C#的彩色图像边缘检测,使用了三种不同的方法实现彩色图像的边缘检测。-color image edge detectionbased on c# , using three different methods to achieve color image edge detection.
  3. 所属分类:CSharp

    • 发布日期:2017-11-20
    • 文件大小:53032
    • 提供者:xuhongjuan
  1. EdgeDetection

    0下载:
  2. 基于matlab的图像边缘检测算法的实现-Matlab-based image edge detection algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:1870
    • 提供者:国强
  1. Canny00

    0下载:
  2. 新近编写的可用于图像边缘检测的小程序,使得边缘检测更加容易。-Recently written a small program can be used to image edge detection, edge detection makes it easier.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-18
    • 文件大小:5113299
    • 提供者:张莎莎
  1. 1

    0下载:
  2. matlab使用垂直Sobel算子,自动选择阈值 [VSFAT Threshold]=edge(f, sobel , vertical ) 边缘探测 figure,imshow(f),title( 原始图像 ), 显示原始图像 figure,imshow(VSFAT),title( 垂直图像边缘检测 ) 显示边缘探测图像 使用水平和垂直Sobel算子,自动选择阈值 SFST=edge(f, sobel ,2) figure,imshow(SFS
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:568
    • 提供者:jwi
  1. Roberts

    0下载:
  2. 经典图像边缘检测(微分法思想)——Roberts微分交叉算子 优点:模板小,计算量小;-Classic edge detection (differential method thought)- Roberts differential crossover advantages: template small, small amount of calculation
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:486023
    • 提供者:小燕
  1. EdgeContour

    0下载:
  2. 这是图像边缘检测、提取及轮廓跟踪的算法,包括边缘检测、Hough变换、种子填充等-This is the image edge detection, contour extraction and tracking algorithms, including edge detection, Hough transform, seed filling
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-26
    • 文件大小:72895
    • 提供者:mt
  1. C#图像处理.zip

    0下载:
  2. C#彩色图片处理常用程序,包含图像的打开,关闭,空间转换,分量调整,伪彩色处理,直方图均衡,平滑处理,锐化处理,边缘检测,图像分割。
  3. 所属分类:C#编程

  1. 15

    0下载:
  2. 基于matlab的图像边缘检测,拟合,得到图像中心位置的坐标-Image edge detection based on matlab, fitting, get the coordinates of image center position
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:640
    • 提供者:lh
  1. KLMAN

    0下载:
  2. 简单来说,卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。对于解决很大部分的问题,他是最优,效率最高甚至是最有用的。他的广泛应用已经超过30年,包括机器人导航,控制,传感器数据融合甚至在军事方面的雷达系统以及导弹追踪等等。近年来更被应用于计算机图像处理,例如头脸识别,图像分割,图像边缘检测等等。-In simple terms, the Kalman filter is an optimal recurs
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2277
    • 提供者:王庭辉
  1. src

    0下载:
  2. canny边缘检测,使用canny算法进行图像边缘检测,阈值在代码里-canny edge detection, using canny edge detection algorithm, the threshold in the code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1513
    • 提供者:Olivia
  1. split-merge

    0下载:
  2. 用matlab程序编写‘基于小波变换的图像边缘检测-Matlab programming image edge detection based on wavelet transform
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:85726
    • 提供者:王宏博
  1. Steerable-Filters

    0下载:
  2. 方向高斯滤波器,可以用于图像边缘检测和分析,倾角可以由用户给定-This program can be used to uate the first directional derivative of an image. The orientation of the filter can be specified by the user. In general, these filters could be useful for edge detection and image analysi
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:337975
    • 提供者:lihaishan
  1. MAIN

    0下载:
  2. 基于边缘轮廓的角点检测算法,由三个基本的功能模块组成,分别是图像边缘检测模块、边缘轮廓曲线的提取模块和轮廓曲线上的角点检测模块。-Corner detection algorithm based on edge profile, consisting of three basic function module, the module of image edge detection, edge contour curve module and the extraction of contour
  3. 所属分类:Button control

    • 发布日期:2017-05-11
    • 文件大小:2217304
    • 提供者:gy
  1. Canny

    0下载:
  2. 一种较好的彩色图像边缘检测算法,能够实现细致连续的边缘图像检测。-A better edge detection algorithm for color image can realize fine and continuous edge image detection.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2260
    • 提供者:李姗姗
  1. 图像梯度分类的概率模型及在边

    0下载:
  2. 在图像处理中,图像梯度分类的概率模型及在边缘检测中的应用(In image processing, the probabilistic model of image gradient classification and its application in edge detection)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:195584
    • 提供者:wabgkai9210005
  1. Kalman1960

    0下载:
  2. 机器人导航,控制,传感器数据融合甚至在军事方面的雷达系统以及导弹追踪等等。近年来更被应用于计算机图像处理,例如头脸识别,图像分割,图像边缘检测等等(Robot navigation, control, sensor data fusion, even radar systems in military areas, missile tracking, and so on. In recent years, it has been used in computer image processing
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:160768
    • 提供者:小路路
  1. yuchuli

    0下载:
  2. 对图像进行灰度化,直方图,二值化,边缘检测和阈值分割(Gray image, histogram, edge detection)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:20480
    • 提供者:ZYL1
« 1 2 3 4 56 7 8 9 10 ... 15 »
搜珍网 www.dssz.com