登录
首页 » matlab » 边缘检测以及霍夫变换

边缘检测以及霍夫变换

于 2020-12-30 发布
0 217
下载积分: 1 下载次数: 6

代码说明:

说明:  简单的Canny边缘检测程序,另外包含霍夫变换检测道路直线。(Simple Canny edge detection procedures, including Hough transform detection of road lines.)

文件列表:

边缘检测以及霍夫变换, 0 , 2020-12-30
__MACOSX\._边缘检测以及霍夫变换, 210 , 2020-12-30
边缘检测以及霍夫变换\double_thresholding.m, 792 , 2020-12-03
__MACOSX\边缘检测以及霍夫变换\._double_thresholding.m, 316 , 2020-12-03
边缘检测以及霍夫变换\non_maximum_suppression.m, 2030 , 2020-12-09
__MACOSX\边缘检测以及霍夫变换\._non_maximum_suppression.m, 316 , 2020-12-09
边缘检测以及霍夫变换\iguana_edges.png, 15658 , 2019-05-06
__MACOSX\边缘检测以及霍夫变换\._iguana_edges.png, 316 , 2019-05-06
边缘检测以及霍夫变换\hough_transform.m, 1135 , 2020-12-10
__MACOSX\边缘检测以及霍夫变换\._hough_transform.m, 316 , 2020-12-10
边缘检测以及霍夫变换\.DS_Store, 6148 , 2020-12-30
__MACOSX\边缘检测以及霍夫变换\._.DS_Store, 120 , 2020-12-30
边缘检测以及霍夫变换\road.jpg, 63506 , 2019-05-06
__MACOSX\边缘检测以及霍夫变换\._road.jpg, 316 , 2019-05-06
边缘检测以及霍夫变换\gaussian_kernel.m, 315 , 2020-12-03
__MACOSX\边缘检测以及霍夫变换\._gaussian_kernel.m, 316 , 2020-12-03
边缘检测以及霍夫变换\mat_name.mat, 287824 , 2020-10-23
__MACOSX\边缘检测以及霍夫变换\._mat_name.mat, 316 , 2020-10-23
边缘检测以及霍夫变换\partial_y.m, 145 , 2020-12-03
__MACOSX\边缘检测以及霍夫变换\._partial_y.m, 316 , 2020-12-03
边缘检测以及霍夫变换\untitled2.m, 1347 , 2020-12-07
__MACOSX\边缘检测以及霍夫变换\._untitled2.m, 176 , 2020-12-07
边缘检测以及霍夫变换\edges.mat, 13472 , 2020-10-23
__MACOSX\边缘检测以及霍夫变换\._edges.mat, 316 , 2020-10-23
边缘检测以及霍夫变换\lane1.png, 209523 , 2019-05-06
__MACOSX\边缘检测以及霍夫变换\._lane1.png, 316 , 2019-05-06
边缘检测以及霍夫变换\lane2.png, 401407 , 2019-05-06
__MACOSX\边缘检测以及霍夫变换\._lane2.png, 316 , 2019-05-06
边缘检测以及霍夫变换\ref.mat, 13472 , 2020-10-23
__MACOSX\边缘检测以及霍夫变换\._ref.mat, 316 , 2020-10-23
边缘检测以及霍夫变换\link_edges.m, 1667 , 2020-12-09
__MACOSX\边缘检测以及霍夫变换\._link_edges.m, 316 , 2020-12-09
边缘检测以及霍夫变换\partial_x.m, 145 , 2020-12-03
__MACOSX\边缘检测以及霍夫变换\._partial_x.m, 316 , 2020-12-03
边缘检测以及霍夫变换\Homework3.mlx, 2977541 , 2020-12-10
边缘检测以及霍夫变换\canny.m, 509 , 2020-12-09
__MACOSX\边缘检测以及霍夫变换\._canny.m, 316 , 2020-12-09
边缘检测以及霍夫变换\iguana.png, 155090 , 2019-05-06
__MACOSX\边缘检测以及霍夫变换\._iguana.png, 316 , 2019-05-06
边缘检测以及霍夫变换\gradient.m, 338 , 2020-12-09
__MACOSX\边缘检测以及霍夫变换\._gradient.m, 316 , 2020-12-09

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • subcornerfinder
    亚像素角点定位函数代码,输入参数为角点像素级粗略坐标,输出精确的亚像素级角点坐标(corner subpixel positioning function code, the input parameters for the corner pixel rough coordinates, Output precision Subpixel corner coordinates)
    2007-06-07 07:58:39下载
    积分:1
  • HarrisCorner
    对输入的一张彩色图像,自己写代码实现Harris Corner 检测算法: 1. 不能直接调用OpenCV 里面与Harris 角点检测相关的一些函数; 2. 只能用C/C++,不能用其他语言; 3. GUI 只能用自带的HighGUI,不能用QT 或其他的; 4. 平台可以用Windows, Linux, MacOS; 5. 显示中间的处理结果及最终的检测结果,包括最大特征值图,最小特征值图,R 图(可以考虑彩色 展示),原图上叠加检测结果等,并将这些中间结果都输出成图像文件; 6. 命令格式: “xxx.exe 图片文件 k 参数(=0.04) Aperture_size(=3)”。(The input of a color image, write your own code to achieve Harris Corner Detection Algorithm: 1. Can not be called directly inside OpenCV some functions associated with the Harris corner detection 2. To only use C/C++, can not be used in other languages 3. GUI only with their own HighGUI, can not use QT or other 4. The platform can be used Windows, Linux, MacOS 5. Display intermediate and final results of the test results, including the largest eigenvalues diagram, the minimum feature value graph , R chart (you can consider color display), picture superimposed on the test results, etc., and these intermediate results are output as an image file 6. Command Format: " xxx.exe picture file k parameters (= 0.04) Aperture_size (= 3 ). " )
    2016-01-04 12:44:23下载
    积分:1
  • grabcut
    matlab中实现grabcut,已经编译调试好了,直接运行就可以了(the code of grabcut,you can run it in matlab without debug)
    2020-11-02 13:29:53下载
    积分:1
  • Saliency
    上下文意识的显著性检测,包含matlab代码和对应的CVPR2010论文。(It contains the paper Context-Aware Saliency Detection from CVPR2010 and it s matlab code. )
    2012-04-19 09:12:14下载
    积分:1
  • 试验夹
    说明:  可以通过光流法来检测运动的目标,具有很好的效果,适合新手了解(It can detect moving target by optical flow method, and can detect moving target by optical flow method, which has good effect and is suitable for novice to understand)
    2020-07-24 15:33:46下载
    积分:1
  • SVD_comprecession
    svd图像压缩,程序中使用了三种方法的SVD,包括直接svd,分块svd和小波svd(3 svd comprecessions.)
    2020-08-15 16:58:28下载
    积分:1
  • KFCS_new
    用于压缩感知技术重建,本方法是滤波重建算法(Compressed sensing technology for the reconstruction, the reconstruction algorithm is to filter)
    2009-05-06 14:58:24下载
    积分:1
  • ER_Ex
    刀刃法获取靶标图像的MTF,PSF.适用于遥感图像中的MTF提取。(The blade method for target images MTF, PSF. Apply to the remote sensing image MTF extraction.)
    2011-12-19 23:39:38下载
    积分:1
  • Grayscaleimagesharpening
    灰度图像图像锐化处理,拉普拉斯变换,梯度等(Grayscale image sharpening, Laplace transforms, gradients, etc.)
    2010-10-25 17:27:54下载
    积分:1
  • adaptive
    介绍了当前谐波检测的主流的几种技术,包括瞬时无功功率理论,自适应检测理论,傅里叶变换理论等,并做了相应的建模分析(Introduced the mainstream of current harmonic detection of several techniques, including instantaneous reactive power theory, adaptive detection theory, Fourier transform theory, and do the corresponding modeling analysis)
    2016-02-17 10:14:38下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载