登录
首页 » matlab » fast-matlab-src

fast-matlab-src

于 2008-12-21 发布 文件大小:171KB
0 83
下载积分: 1 下载次数: 120

代码说明:

  快速角点检测算法,本算法针对图像中存在的线和点进行检测,算法通过matlab程序实现,结果表明具有很好的效果(Fast corner detection algorithm, the algorithm for images that exist in the line and point detection algorithm matlab program, results show that with good results)

文件列表:

fast-matlab-src
...............\example.m
...............\fast_corner_detect_10.m
...............\fast_corner_detect_11.m
...............\fast_corner_detect_12.m
...............\fast_corner_detect_9.m
...............\fast_nonmax.m
...............\lab.pgm
...............\htm" target=_blank>LICENSE
...............\htm" target=_blank>README

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

发表评论

0 个回复

  • avi-to-yuv
    视频格式转换 这里主要是mpeg格式 转化为avi,yuv等多种格式(Video format conversion here is mainly converted to avi mpeg format)
    2013-06-20 22:51:19下载
    积分:1
  • Adaptive_Filtering
    自适应卡尔曼滤波 英文参考文档资料 含有matlab例程(Adaptive Kalman filtering English reference documentation contains matlab routine)
    2012-10-12 10:26:35下载
    积分:1
  • 深居浅出AutoCAD二次开发.pdf
    AutoCAD 以其通用的格式、完善的图形绘制功能及强大的图形编辑功能在各行业计算机辅助设计方面发挥着举足轻重的作用,对其进行二次开发能以更高精度、速度的进行计算机辅助设计,提高工作效率。如今 AutoCAD 支持的二次开发语言比较丰富,不管在哪种开发语言下对其进行二次开发 AutoCAD 的运行原理、程序设计的方法及开发思路是不变的。综合各种开发语言的性能、功能、开发周期、开发难度以及未来的趋势得出结论:在.NET(C#)环境下对其进行二次开发最为合适。本书力求循序渐进、由浅入深,详细介绍 AutoCAD 二次开发原理与技术。以.NET(C#)环境下二次开发为主线,并介绍.NET(C#)调用 ObjectARX(C )程序的方法,从而实现在 C#环境中构建程序框架(易于实现与修改),必要的时候在 C 环境中实现复杂或目前未托管的程序功能。融入 C 程序让.NET(C#)开发即便捷高效又功能强大。本书在详细的介绍 AutoCAD 基本对象及功能实现的同时结合丰富的开发实例以拓展开发的思路、指导实践开发的过程。本书内容安排如下:第一章“概述” 主要介绍 AutoCAD 软件的功能用途以及开发环境。第二章“AutoCAD 操作应用” 简单介绍软件的应用操作。第三章“程序设计基础” 主要介绍程序设计的基础。第四章“数据库基础” 主要介绍数据库相关的基础知识。第五章 “AutoCAD.NET 开发” 主要介绍 AutoCAD.NET APIs 及 AutoCAD 开发的基本方法与过程。第六章“开发实例” 详细介绍 AutoCAD 的开发过程以及开发思路。本书版权属于数字建筑网(http://www.BimCad.org)站长李冠亿所有。
    2020-11-29下载
    积分:1
  • JPEG
    说明:  基于JPEG的图像压缩,觉得可用,同学的毕业设计作品(Based on the JPEG image compression that can be used, students design the graduation)
    2009-08-17 11:39:45下载
    积分:1
  • FFT_armtest_vc
    这是一个比较全面的傅里叶变换,例子中含有测试的图片,能让人更加明白傅里叶变换的处理效果。(This is a more comprehensive Fourier transform, the example contains a picture of the test, can make people more aware of the Fourier transform of the treatment effect.)
    2012-07-10 10:57:38下载
    积分:1
  • mixture_of_gaussians
    视频图像处理,采用背景减除法中混合高斯建模进行视频前景和背景的分离(Video image processing, background subtraction method using Gaussian mixture modeling to separate the foreground and background video)
    2014-11-02 14:26:14下载
    积分:1
  • MAP
    实现图像的超分辨率算法,采用最大后验(MAP)算法,实现效果不错。(Image super-resolution algorithm using maximum a posteriori (MAP) algorithm, to achieve good results.)
    2020-09-14 20:08:02下载
    积分:1
  • 2014-ZhouZhiqiang-MWGF
    ZhouZhiqiang2014年发表论文及源码,论文为基于多尺度加权梯度的多聚焦图像融合Multi-scale weighted gradient-based fusion for multi-focus images(Multi-scale weighted gradient-based fusion for multi-focus images)
    2016-11-08 21:54:37下载
    积分:1
  • sambhare
    说明:  matlab编写的纹理图像分割 gussian滤波后k-means聚类 并将不同区域用线条表示出来(Matlab prepared texture image segmentation, Gussian filtering, K-means clustering and different regions are represented by lines)
    2021-03-04 12:39:32下载
    积分:1
  • 24368
    程序将界面与数据处理分开,界面采用MFC的对话框模板,对注册、训练、识别和主界面分别建立一个类,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。 数据处理又分为了CFaceAlign(人脸检测+几何归一化)、CLightPrep(光照归一化)、CFaceFeature(Gabor特征提取)、CSubspace(计算Fisherface子空间)四个类,还有一个类 CFaceMngr 负责管理界面与数据之间的交流。这样的程序结构使对界面和算法彼此独立,互不影响。 每个类的具体方法请见相应头文件中的注释。(The program will interface with the data processing separate interface using MFC dialog template, registration, training, recognition and the main interface, respectively, to create a class that interacts with the user through a message handler, using multiple threads to display images in real time.   Data processing is divided into a CFaceAlign (Face Detection+ geometric normalization), CLightPrep (illumination normalization), CFaceFeature (Gabor feature extraction), CSubspace (computing Fisherface subspace) four categories, as well as a class is responsible for managing CFaceMngr interface and data exchange between. Such a program structure allows for interfaces and algorithms are independent of each other. Specific methods of each class, see the comments in the appropriate header files.)
    2015-04-13 10:05:34下载
    积分:1
  • 696522资源总数
  • 104040会员总数
  • 35今日下载