登录
首页 » matlab » chazhi

chazhi

于 2019-03-14 发布 文件大小:597KB
0 249
下载积分: 1 下载次数: 12

代码说明:

  利用matlab进行插值法亚像素边缘检测,提取零件轮廓(Subpixel edge contour extraction)

文件列表:

12.bmp, 74970 , 2016-08-08
chazhi.m, 1538 , 2016-08-16
1.bmp, 152694 , 2016-08-16
4.bmp, 921654 , 2016-05-27
5.bmp, 921654 , 2016-05-27
6.bmp, 363662 , 2016-07-12

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

发表评论

0 个回复

  • StereoVision_SSD
    本算法在Matlab2008b 环境下实现。包括main,san 和ssd 三个函数。 这次实现的算法并不是比较两个已经知道的点是否匹配,而是已知一个图形中的特征点,在另外一个图像中找到与其最匹配的点,匹配度用SAD 或者SSD 来度量。 main.m 是程序的入口,包括生成和读入实验数据,调用sad 函数和ssd 函数求匹配点,最后绘 制出最后的结果。sad.m 是用sad 度量方法在另一图中求解匹配点的函数实现,有3 个参数 y=sad(x,image1,image2)。其中x 是代匹配的数据,image1 是图像1 数据,image2 是图像2 数据。 从理论上分析,ssd 比sad 算法要复杂一点,经过测试,在一幅640*480 的图像中寻找10 个匹配点数据SAD 用时25.062519 秒,SSD 用时25.291432 秒。(The algorithm Matlab2008b environment to achieve. Including the main, san, and ssd three functions. The implementation of the algorithm is not the point of comparing two matches already know, but the known feature points in a graphic, an image found in the other match with the most points, matching measured with the SAD or SSD. main.m is the entry, including the generation and reading test data, call the sad ssd function evaluation functions and matching points, and finally draw the final result. sad.m measure is sad figure in another match point in the function implementation to solve, there are three parameters y = sad (x, image1, image2). Where x is the generation of matching data, image1 is the data image 1, image2 is the image 2 data. From the theoretical analysis, ssd little more complicated than the sad algorithm, tested in a 640* 480 images of 10 match points in the search for data using time 25.062519 seconds SAD, SSD with time 25.291432 seconds. )
    2011-01-25 19:06:47下载
    积分:1
  • harriscorner
    harrisconer角点检测,提取焊缝的角点位置信息,进行焊缝的特征识别(harrisconer extractionfeature extraction.The position information of the corner point of the weld is extracted and the characteristics of the weld are identified)
    2017-12-17 16:58:09下载
    积分:1
  • MatlabSourceCode
    常见的图像处理matlab源代码,包括梯度锐化、图像镜像、图像平移、图像缩放、图像细化、图像旋转、维纳滤波处理、用Canny算子提取边缘、阈值变换、直方图均衡、中值滤波。(Matlab Source Code about Image Processing)
    2010-03-14 10:51:06下载
    积分:1
  • region_growing123
    图像分割matlab代码,区域生长,效果很好(Image segmentation matlab code, region growing)
    2011-06-19 16:32:06下载
    积分:1
  • sift
    基于sift的图片近似拷贝检测技术算法的实现(Sift-based image copy detection technology approximation algorithm)
    2013-11-05 13:48:14下载
    积分:1
  • Image_Filtering
    Image Filtering RGB Spatial Wiener Direct Inverse Discrete Fourier Transform DFT Lucy Richardson Median Laplacian (Image Filtering RGB Direct Spatial Wiener Inverse Discrete Fourier Transform DFT Lucy Ri chardson Median Laplacian)
    2007-03-31 02:14:30下载
    积分:1
  • DSP-digital-Recognition
    天津工业大学课程设计,内容包含vs2010对图像的灰度化,二值化,边缘检测。包含单纯c语言编写的对图像的灰度化,二值化,边缘检测的一个.C文件,可以直接用vc6.0运行,也可以直接在DSP上运行,还包含一份详细的设计报告。(Tianjin Polytechnic University curriculum design, content includes vs2010 grayscale image binarization, edge detection. Contains pure c language for image graying, binarization, edge detection is one. C file that can be run with vc6.0 can also be run directly on a DSP, also contains a detailed design report.)
    2013-12-10 10:51:11下载
    积分:1
  • image_coding
    本代码主要应用于图像压缩,代码包括采用二维离散余弦变换(DCT)进行图像压缩、采用小波变换进行图像压缩以及基于小波变换与混沌排序图像加密压缩、解密重构 hundungen 是ex3的子程序:产生混沌序列(This code is mainly used in image compression, including the use of code dimensional discrete cosine transform (DCT) for image compression, image compression using wavelet transform and wavelet transform compression and chaotic image encryption based sorting, decryption reconstruction)
    2021-04-21 22:18:49下载
    积分:1
  • Digital-Image-Processing-PPT
    西电许录平数字图像处理课件及习题解析,部分实验(Digital Image Processing PPT)
    2014-08-28 14:33:27下载
    积分:1
  • dtcwpt
    2-band discrete wavelet transform (DWT) Dual-Tree Complex Wavelet Packet(The 2-band discrete wavelet transform (DWT) provides an octave-band analysis in the frequency domain, but this might not be ‘optimal’ for a given signal. The discrete wavelet packet transform (DWPT) provides a dictionary of bases over which one can search for an optimal representation (without constraining the analysis to an octave-band one) for the signal at hand. However, it is well known that both the DWT and the DWPT are shift-varying. Also, when these transforms are extended to 2-D and higher dimensions using tensor products, they do not provide a geometrically oriented analysis. The dual-tree complex wavelet transform (DT-CWT), introduced by Kingsbury, is approximately shift-invariant and provides directional analysis in 2-D and higher dimensions. In this paper, we propose a method to implement a dual-tree complex wavelet packet transform (DTCWPT), extending the DT-CWT as the DWPT extends the DWT. To find the best complex wavelet packet frame for a given signal, w)
    2009-07-01 06:16:20下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载