搜索资源列表

  1. Canny_edge

    0下载:
  2. 修正的canny算子进行边缘检测提取,具有高的检测率,精确的定位,明确的相应。-Modified canny operator to extract edge detection with high detection rate, accurate positioning and clear accordingly.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:zhao
  1. edge-detection

    0下载:
  2. 本程序将SIFT与边缘结合起来用来做图像配准 先用SIFT检测关键点 用CANNY算子进行边缘检测 进而优化选取最佳匹配点 进行向量匹配 图像配准。 -The SIFT program used to do with the edge combination image registration using SIFT test first key with CANNY edge detection operator to optimiz
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:zhao
  1. lena

    0下载:
  2. 一种基于改进的canny算法图像边缘检测,效果很不错,有参考价值-Based on improved canny edge detection algorithm, the effect is very good, a reference value
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:3660800
    • 提供者:sin
  1. subpixel01

    0下载:
  2. Zernike矩和最小二乘椭圆拟合的亚像素边缘提取,基于改进的Canny算子和Zernike矩的亚像素边缘检测方法.kdh-Zernike moments and least squares ellipse fitting sub-pixel edge detection, Canny operator based on the improved Zernike moments and sub-pixel edge detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:1779712
    • 提供者:王国强
  1. edge

    0下载:
  2. 采用canny算子进行边缘检测,小阈值控制边缘连接,大阈值控制边缘的初始分割-Canny operator used for edge detection, edge linking a small threshold control, threshold control large initial segments of the edge
  3. 所属分类:OpenCV

    • 发布日期:2024-05-08
    • 文件大小:1422336
    • 提供者:何逸
  1. Q2

    0下载:
  2. 基于OpenCVS,Sobel,canny,laplace等基本的边缘检测算法的实现-Based on OpenCVS, Sobel, canny, laplace edge detection algorithm and other basic implementation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:elle
  1. canny_edge

    0下载:
  2. MATLAB中图像的边缘检测canny算法-MATLAB, canny edge detection algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:平兆娜
  1. Image-Process-operator

    0下载:
  2. 这是一篇介绍图像处理中各种边缘检测的微分算子简单比较(Sobel,Robert, Prewitt,Laplacian,Canny)的文章,对初学者非常有用。-This is a descr iption of various edge detection image processing of relatively simple differential operator (Sobel, Robert, Prewitt, Laplaci
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:12288
    • 提供者:zhu bo
  1. whu_7-115-14828-7_2006_1

    0下载:
  2. 30个图像处理的VC++ 源代码,包括256色转灰度图,Hough变换,image_j1,PCA,Walsh变换,对比度拉伸,二值化变换,反色, 方块编码,傅立叶变换,高斯平滑,灰度均衡,均值滤波,拉普拉斯锐化(边缘检测), 离散余弦变换,亮度增减,逆滤波处理,取对数,取指数,梯度锐化,图象处理,图像镜像, 图像平移,图像缩放,图像细化,图像旋转,维纳滤波处理,用Canny算子提取边缘,阈值变换,直方图均衡. -30 image pro
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:647168
    • 提供者:sunhaibin
  1. edgedetect

    0下载:
  2. 利用canny 算子进行边缘检测,对于边缘检测的初学者非常有用处-Using canny operator edge detection, edge detection for very useful for beginners
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:826368
    • 提供者:Serena
  1. MatlabPictureProcess

    0下载:
  2. 各种图像边缘检测算法,包括prewitt,log,roberts,canny,sobel等。保证可以运行。-A variety of image edge detection algorithm, including prewitt, log, roberts, canny, sobel and so on. Guaranteed to run.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:hl
  1. EdgeCheck

    0下载:
  2. 用于对图像的边缘检测,可通过输入不同的参数采用sobel,prewitt,roberts,marr,canny等算子进行边缘检测。-Matlab code for edge detection,including sobel,prewitt,roberts,marr,canny s.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:xuxiaping
  1. zhangxiaoxi_bianyanjiance

    0下载:
  2. 边缘是图像最基本的特征,包含图像中用于识别的有用信息,边缘检测是数字图像处理中基础而重要的内容。该课程设计具体考察了五种最常用的边缘检测算子并运用MATLAB进行图像处理比较。梯度算子简单有效,LOG算法和canny边缘检测器能产生较细的边缘。-边缘是图像最基本的特征,包含图像中用于识别的有用信息,边缘检测是数字图像处理中基础而重要的内容。该课程设计具体考察了五种最常用的边缘检测算子并运用MATLAB进行图像处理比较。梯度算子简单有效,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:hu`
  1. Image_Processing

    0下载:
  2. 图像处理中的N种算法源代码,包括边缘检测的canny、roberts,sobel,laplace,lowpass等-edge detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:2418688
    • 提供者:hujialin
  1. Edge-detect

    0下载:
  2. 传统边缘检测方法和Canny算子边缘检测方法实现对比-Traditional edge detection methods and Canny operator edge detection method comparison
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:936960
    • 提供者:王文亮
  1. sobel-cannyedge

    0下载:
  2. 基于sobel、canny的边缘检测实现,可运行-sobel、canny edge
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:128000
    • 提供者:朱磊
  1. my_hough

    0下载:
  2. canny算子进行边缘检测,然后用hough算法进行直线检测。-canny operator edge extraction from image, and then use the hough algorithm line detection.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:闫世博
  1. cvCanny

    0下载:
  2. opencv vc++ 编写的图像边缘检测-opencv image canny
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:1695744
    • 提供者:ping
  1. edge_test

    0下载:
  2. matlab做的图像边缘检测,包括各种方法,sobel算子,prewitt算子,canny算子,laplace算子等-matlab image edge detection, including a variety of methods, sobel operator, prewitt operator, canny operator, laplace operator
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:45056
    • 提供者:
  1. cannybar02

    0下载:
  2. 使用vc++6.0和OpenCV1.0.实现canny算子检测图像轮廓边缘。代码中有自动阈值滑动样条。-using VC++ and OpenCV. you can see the contour of the images.and the threshold of the canny operator can be set as you will.
  3. 所属分类:OpenCV

    • 发布日期:2024-05-08
    • 文件大小:109568
    • 提供者:国学大师
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »

源码中国 www.ymcn.org