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

边缘检测以及霍夫变换

于 2020-12-30 发布
0 237
下载积分: 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 个回复

  • encryption
    完整的图像加密算法以及对此算法加密结果的性能分析:像素之间相关性,图像的信息熵,以及NPCR,UACI(completely figure encryption scheme and corespond result analysis)
    2016-07-12 18:15:42下载
    积分:1
  • FAST-ICA
    1、对观测数据进行中心化,; 2、使它的均值为0,对数据进行白化—>Z; 3、选择需要估计的分量的个数m,设置迭代次数p<-1 4、选择一个初始权矢量(随机的W,使其维数为Z的行向量个数); 5、利用迭代W(i,p)=mean(z(i,:).*(tanh((temp) *z)))-(mean(1-(tanh((temp)) *z).^2)).*temp(i,1)来学习W (这个公式是用来逼近负熵的) 6、用对称正交法处理下W 7、归一化W(:,p)=W(:,p)/norm(W(:,p)) 8、若W不收敛,返回第5步 9、令p=p+1,若p小于等于m,返回第4步 剩下的应该都能看懂了 基本就是基于负熵最大的快速独立分量分析算法(1, on the center of the observation data, 2, making a mean of 0, the data to whitening-> Z 3, select the number of components to be estimated m, setting the number of iterations p < -1 4, select an initial weight vector (random W, so that the Z dimension of the row vectors of numbers) 5, the use of iteration W (i, p) = mean (z (i, :).* (tanh ((temp) ' * z)))- (mean (1- (tanh ((temp)) ' * z). ^ 2)).* temp (i, 1) to learn W (This formula is used to approximate the negative entropy) 6 with symmetric orthogonal treatments W 7, normalized W (:, p) = W (:, p)/norm (W (:, p)) 8, if W does not converge, return to step 5 9 , so that p = p+1, if p less than or equal m, return to step 4 should be able to read the rest of the basic is based on negative entropy of the largest fast independent component analysis algorithm)
    2013-06-27 15:39:00下载
    积分:1
  • MatlabImageProcessing
    遥感图像的读取,显示。包括BSQ、BIL、BIP格式。带实验数据。(Remote sensing image read, display. Including the BSQ, BIL, BJP format. With the experimental data. )
    2013-03-13 23:44:41下载
    积分:1
  • two_valuable
    灰度图像二值化比较经典的算法,包括otsu方法和局部阈值法。(Gray image binarization more classic algorithms, including methods and local otsu threshold.)
    2010-10-27 14:11:56下载
    积分:1
  • 07ICIPShi
    图像特征隐写分析,用于分析图像是否含有秘密信息(Image feature steganalysis for the analysis of the image if it contains confidential information)
    2010-01-24 22:58:56下载
    积分:1
  • Harris
    用于相机标定的棋盘角点检测程序,包含伪角点去除,亚像素角点提取(Chessboard corner detection procedures for camera calibration, including the removal of the pseudo-corner, subpixel corner extraction)
    2020-11-10 19:49:45下载
    积分:1
  • IFC读写代码
    说明:  IFC文件格式读取和写出源码,目前该源码是1.0版本(IFC file format reads and writes the source code, which is currently version 1.0)
    2020-09-16 14:17:55下载
    积分:1
  • 1
    说明:  Pattern Recognitn : Role of Digital Image Processing in Morphology
    2010-05-30 23:32:38下载
    积分:1
  • barcode1_12
    一维条形码的识别源码,阈值处理,二值化处理,去噪处理(Bar codes to identify source)
    2009-05-06 18:05:53下载
    积分:1
  • matlab_zq
    对RGB图象的处理,一般要进行增强以达到去噪,锐化的功能,本程序在拉普拉斯算子基础上实现的(RGB images of the treatment, the general should be enhanced in order to achieve de-noising, sharpening function, the procedures in the Laplacian, based on the)
    2008-05-11 18:08:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载