登录
首页 » matlab » chap4

chap4

于 2016-11-05 发布 文件大小:40KB
0 135
下载积分: 1 下载次数: 4

代码说明:

  程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象(Program code description P0401: Detects the edge of an image with the Prewitt operator P0402: LoG operator with different σ values is used to detect the edge of the image P0403: Detects the edge of an image with the Canny operator P0404: Threshold segmentation of the image P0405: Image segmentation using watermark threshold method P0406: Quadtree decomposition of the matrix P0407: The image is divided into text and non-text of the two categories P0408: Morphological gradient detects the edge of a binary image P0409: Morphology Example- Deletes all current lines the PCB image, leaving only the chip object)

文件列表:

chap4


.....\P0401.m,140,2004-04-04
.....\P0402.m,164,2004-04-04
.....\P0403.m,92,2004-04-04
.....\P0404.m,177,2004-04-04
.....\P0405.m,667,2004-04-04
.....\P0406.m,460,2004-04-04
.....\P0407.m,654,2004-04-04
.....\P0408.m,215,2004-04-04
.....\P0409.m,139,2004-04-04
.....\readme.txt,367,2004-08-04
.....\wrod213.bmp

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

发表评论

0 个回复

  • src
    说明:  ORB-SLAM 基本延续了 PTAM 的算法框架,但对框架中的大部分组件都做了改进, 归纳起来主要有 4 点: ORB-SLAM 选用了 ORB 特征, 基于 ORB 描述量的特征匹配和重定位, 都比 PTAM 具有更好的视角不变性。此外, 新增三维点的特征匹配效率更高, 因此能更及时地扩展场景。扩展场景及时与否决定了后续帧是否能稳定跟踪。ORBSLAM 加入了循环回路的检测和闭合机制, 以消除误差累积。系统采用与重定位相同的方法来检测回路(匹配回路两侧关键帧上的公共点), 通过方位图 (Pose Graph) 优化来闭合回路。PTAM 需要用户指定 2 帧来初始化系统, 2 帧间既要有足够的公共点, 又要有足够的平移量. 平移运动为这些公共点提供视差 (Parallax) , 只有足够的视差才能三角化出精确的三维位置。ORB-SLAM 通过检测视差来自动选择初始化的 2 帧。PTAM 扩展场景时也要求新加入的关键帧提供足够的视差, 导致场景往往难以扩展. ORB-SLAM 采用一种更鲁棒的关键帧和三维点的选择机制——先用宽松的判断条件尽可能及时地加入新的关键帧和三维点, 以保证后续帧的鲁棒跟踪; 再用严格的判断条件删除冗余的关键帧和不稳定的三维点,以保证 BA 的效率和精度。(Orb-slam basically continues the algorithm framework of PTAM, but most of the components in the framework have been improved, which mainly includes four points:)
    2020-06-11 23:43:54下载
    积分:1
  • AutomaticImageDeWeatheringUsingCurveletBasedanishi
    说明:  用曲波变换点边缘检测实现自动恢复受天气影响的图像(Qu Bo transformation point with edge detection for automatic restoration of images affected by the adverse weather)
    2008-11-17 14:02:07下载
    积分:1
  • PM
    说明:  Perona和Malik在热传导方程的基础上,建立了各向异性扩散方程并将其应用到了图像处理中尺度空间的图像平滑上,该模型针对图像的边缘部分和非边缘部分进行不同性质的图像处理,同时解算方程的迭代格式简单,克服传统滤波的主要缺陷,是图像质量大为改善,为图像的边缘检测和增强开辟了新的方向。(This process smoothes regions while preserving, and enhancing, the contrast at sharp intensity gradients.)
    2011-07-04 21:30:44下载
    积分:1
  • opencv249SIFT
    opencv SIFT源码详细分析,代码能够准确实现(opencv SIFT detailed analysis of the source code can achieve accurate)
    2015-07-13 20:33:10下载
    积分:1
  • LTP_demo-v1
    说明:  对图像进行纹理特征提取,有LBP,旋转不变lbp,统一lbp,小波特征提取等比较齐全的特征提取算法(Texture feature extraction of images, such as LBP, rotation invariant lbp, unified lbp, wavelet feature extraction and other relatively complete feature extraction algorithms)
    2019-01-11 21:53:22下载
    积分:1
  • gaussian_model
    模式识别中高斯模型,一个比较有用的用matlab实现的程序代码(pattern recognition Gaussian model, a useful comparison with the realization of the Matlab code)
    2006-09-08 20:53:54下载
    积分:1
  • Radon变换Matlab
    实现地震资料的多次波处理,实现相同点的叠加,进而切除(to complish the goal that the noise can be suppressed in the seismic data)
    2017-10-08 23:53:01下载
    积分:1
  • process
    该程序可以对图像进行二值化处理,提取边缘点坐标。(The program can be two-valued image processing, extraction of the edge point coordinates.)
    2020-07-08 11:28:57下载
    积分:1
  • figurebianma
    说明:  本程序是用来做图像编码的,主要采用的算术编码的思想(This procedure is used for image coding, the main idea used in arithmetic coding)
    2010-04-21 20:28:02下载
    积分:1
  • imagecycle
    matlab中图像的循环读入程序,我做了图像imadd叠加操作,别的函数也可以类似的使用这种循环(matlab image read into the program cycle, I make an image overlay imadd operations, other functions can also be similar to the use of this Cycle)
    2009-03-23 11:22:22下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载