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

搜索资源列表

  1. 图像处理11

    1下载:
  2. matlab的图像处理,包括直方图,图像变换,模 板(空域滤波图象增强和边缘检测算子的应用)-Matlab image processing, including the histogram, image transformation, templates (spatial filter image enhancement and edge detection operators applications)
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:7954
    • 提供者:陈大明
  1. connn

    0下载:
  2. MATLAB-GUI graphical user interface based on digital image processing software of the system design is based on GUI graphical interface, using matlab language to write code to achieve functionality, including image reading, storage, display, histogra
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:4096
    • 提供者:samy12
  1. DRWBOT

    0下载:
  2. DRAWING ROBOT gives sufficient exposure to arduino, matlab coding and mechanics. There is not much in the electronics department. The bot is a basic 2DOF arm with a pen manipulator. This project involves application of inverse kinematics and canny ed
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:12288
    • 提供者:samuu21
  1. edges-master

    0下载:
  2. 边缘检测算子 图像边缘信息主要集中在高频段,通常说图像锐化或检测边缘,实质就是高频滤波。我们知道微分运算是求信号的变化率,具有加强高频分量的作用。在空域运算中来说,对图像的锐化就是计算微分。由于数字图像的离散信号,微分运算就变成计算差分或梯度。图像处理中有多种边缘检测(梯度)算子,常用的包括普通一阶差分,Robert算子(交叉差分),Sobel算子等等,是基于寻找梯度强度。拉普拉斯算子(二阶差分)是基于过零点检测。通过计算梯度,设置阀值,得到边缘图像。(The image edge infor
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-30
    • 文件大小:22621184
    • 提供者:lohaspig
  1. sobel

    0下载:
  2. 根据设置阈值进行图像边缘检测,得到图像边缘图像的代码(Image edge detection based on setting threshold)
  3. 所属分类:图形图象

    • 发布日期:2018-05-02
    • 文件大小:10240
    • 提供者:nzbz
  1. 基于图像处理的指针式仪表识别设计_赵菁

    0下载:
  2. 随着电子技术的发展,指针式仪表的数字化读数成为人们研究应用的热点。 论文给出了一种基于图像处理的指针式仪表数字化读取的技术方案,能够代替人 眼对指针式仪表进行检定和读数,提高了读数的准确性和效率,减少了人工的重 复性劳动。 论文首先介绍了与指针式仪表识别设计相关的图像处理知识,包括空间RGB 和YUV模型,灰度图像,图像的预处理方法,边缘检测及Hough变换原理,并在 MATLAB的软件平台上进行了算法仿真。(With the development of the elect
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:1184768
    • 提供者:Froth
  1. 边缘检测

    0下载:
  2. 对输入图像进行边缘检测,并显示检测结果。(Perform edge detection on the input image and display the detection result.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:balabal
  1. 基于MATLAB的肤色分割和匹配的人脸识别研究

    0下载:
  2. 对人脸识别的基本进程进行综述,介绍了空间转换及识别的方法;采用低通滤波处理策略,在总结和分析这些处理方法的基础上,运用填孔处理和边缘检测的人脸识别方法进行人脸识别工作;将几种边缘检测算法与人脸识别相结合进行检测,其识别率有可观的提升。(The basic process of face recognition is reviewed, and the method of space conversion and recognition is introduced. On the basis of
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:2003968
    • 提供者:伯爰虞
  1. byjc

    0下载:
  2. 用matlab实现图像灰度化以及图像的分割、高斯滤波、边缘检测(Using matlab to achieve image graying and image segmentation, Gaussian filtering, edge detection)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:itsf
  1. FeatureExtraction

    0下载:
  2. 图像边缘检测,用Matlab实现,可以完成边缘特征提取,基于Canny算子(Image edge detection)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:edheroqq
  1. bianyuan

    0下载:
  2. matlab图像处理边缘检测程序,我的毕业论文中的程序(MATLAB image processing edge detection program)
  3. 所属分类:图形图像处理

  1. MATLAB文档

    0下载:
  2. 关于图像canny边缘检测的可以直接编译的MATLAB源码(About image Canny edge detection can be directly compiled MATLAB source code)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-06
    • 文件大小:1024
    • 提供者:14981515
  1. 程序和相应的图片

    1下载:
  2. 在基于基础蚁群算法图像边缘检测的例程上改写的一个演示matlab演示动画程序,可以帮助初学者进一步了解算法进行边缘检测 的原理和步骤。首先说明一下:这个程序的检测效果不是很好,而且这里只能使用128*128的图片。这个程序主要是提供初学者学习,演示用。(A demonstration matlab demo program rewritten on the basis of the basic ant colony algorithm image edge detection routine c
  3. 所属分类:matlab例程

    • 发布日期:2020-11-06
    • 文件大小:7168
    • 提供者:忘了
  1. ACA_FCM

    1下载:
  2. 基于蚁群算法的图像边缘检测,matlab代码(Image edge detection based on ant colony algorithm, matlab code)
  3. 所属分类:图形图象

    • 发布日期:2020-04-05
    • 文件大小:3072
    • 提供者:今天要早睡
  1. bp和maltab的车牌识别

    4下载:
  2. 实现了灰度处理,锐化,边缘检测,神经网络(Grayscale processing, sharpening, edge detection, neural network)
  3. 所属分类:人工智能/神经网络/深度学习

  1. GUIruxiangchuli

    1下载:
  2. 本系统设计基于GUI图形界面,用matlab语言编写代码,实现功能包括图象的读取、显示,直方图均衡化,中值滤波、均值滤波,拉普拉斯算子增强,边缘检测(包括LoG边缘检测、Canny边缘检测)等(The system design based on GUI graphical interface, using matlab language to write code, to achieve the function, including image read, display, histogra
  3. 所属分类:图形图像处理

    • 发布日期:2018-11-20
    • 文件大小:57344
    • 提供者:毛懒懒
  1. edge

    1下载:
  2. 5种经典的边缘检测算子分析,图像需要自己寻找(image detection canny)
  3. 所属分类:图形图像处理

    • 发布日期:2019-05-11
    • 文件大小:19456
    • 提供者:槿
  1. edge_detection_using_LoG

    1下载:
  2. 基于MATLAB使用高斯拉普拉斯算子(log)进行边缘检测将图像灰度化再提取边缘(edge detection using log, we can extract the edge of the image(transfer the image to gray image ))
  3. 所属分类:图形图象

    • 发布日期:2019-11-14
    • 文件大小:219136
    • 提供者:zz000
  1. Canny

    1下载:
  2. MATLAB 的canny边缘检测代码 , 亲测好用。。。。。。。。。。。。。。(Edge Detection Algorithms in MATLAB)
  3. 所属分类:图形图像处理

    • 发布日期:2020-01-07
    • 文件大小:1024
    • 提供者:电动车牌子
  1. 基于MATLAB的瑕疵检测系统

    1下载:
  2. 基于MATLAB的工业瑕疵缺陷检测,采用工业板图像作为素材。利用灰度化,二值化,边缘提取,形态学运算等方法,检测并标出出瑕疵所在位置,计算出各个块面积。设计了一个UI界面,显示瑕疵个数和面积等参数。(Industrial defect detection based on MATLAB, using industrial plate image as material. Using gray, binarization, edge extraction, morphological operat
  3. 所属分类:matlab例程

    • 发布日期:2021-02-18
    • 文件大小:663552
    • 提供者:hahahahha23324
« 1 2 ... 24 25 26 27 28 2930 31 32 33 34 ... 50 »
搜珍网 www.dssz.com