登录
首页 » matlab » 一篇重要的角点检测文献的配套Matlab源码corner_detector_2004

一篇重要的角点检测文献的配套Matlab源码corner_detector_2004

于 2021-01-09 发布 文件大小:925KB
0 212
下载积分: 1 下载次数: 2765

代码说明:

  这是2004年一篇重要的角点检测文献的配套Matlab源码。该算法的效果比SIFT、Harris、Susan等算法的检测效果更好。本压缩包中有从Matlab官方网站下载的源码,以及2004年那篇文献,对该算法做了详细解释。(This is 2004, an important corner detection literature supporting Matlab source code. Of the algorithm is better than SIFT, Harris, Susan, such as better detection algorithm. The compressed package from the official website to download the Matlab source code, and in 2004 came across the literature, the algorithm to do a detailed explanation.)

文件列表:

corner_detector 2004
....................\corner.m
....................\cout.mat
....................\gui_corner.fig
....................\gui_corner.m
....................\pictures





....................\........\b_edge.jpg
....................\........\c.gif
....................\........\c_corner.jpg
....................\........\c_edge.jpg
....................\........\d.gif
....................\........\d_corner.jpg
....................\........\d_edge.jpg
....................\........\e.gif
....................\........\e_corner.jpg
....................\........\e_edge.jpg
....................\........\f.gif
....................\........\f_corner.jpg
....................\........\f_edge.jpg
....................\........\g.gif
....................\........\g_corner.jpg
....................\........\g_edge.jpg
....................\........\h.gif
....................\........\house.bmp
....................\........\house_corner.jpg
....................\........\house_edge.jpg
....................\........\h_corner.jpg
....................\........\h_edge.jpg
....................\Readme.txt
....................\关于算法.txt
....................\相关文档
....................\........\Curvature Scale Space Corner Detector with Adaptive Threshold and Dynamic Region of Support (2004).pdf
....................\........\htmls
....................\........\.....\Matlab网站上的原说明.htm
....................\........\.....\Matlab网站上的原说明_files
....................\........\.....\..........................\s_code.js

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

发表评论

0 个回复

  • 854u9345u
    MATLAB目标跟踪仿真小程序,对一定格式的AVI视频进行处理,提取出黑色背景下的人体轮廓及行动方向(MATLAB simulation of target tracking applet, for some form of AVI video processing, to extract the black outline and context of human action)
    2011-06-24 09:48:13下载
    积分:1
  • matlabC
    SURF算法为SIFT算法的改进,运算速度得到了很大的提高。本资料为基于MATLAB的SURF算法实现,对图像匹配的研究方向会有一定帮助。(SURF algorithm SIFT algorithm, computing speed has been greatly improved. MATLAB based on the information of the SURF algorithm for image matching the direction of the research will certainly help.)
    2009-06-22 15:51:11下载
    积分:1
  • digital_graphics_processing_course_design
    分别采用RGB模型和HIS模型对图像imageLane.bmp进行锐化,并比较锐化的效果是否相同(两锐化后的图像相减)。(RGB model and HIS respectively model imageLane.bmp sharpening the image and to compare the effect of sharpening is the same ( sharpen the image after the subtraction).)
    2009-12-31 16:52:42下载
    积分:1
  • fourcomponontdecomposition
    极化SAR图像Four component 目标分解结果,使用数据为Flevoland地区部分数据,可用于极化SAR图像分类(Four component decomposition result of PolSAR image, the used dataset is the subarea of Flevoland region, it can be used as the classification features for PolSAR image classification.)
    2018-05-25 16:14:45下载
    积分:1
  • chap4
    程序代码说明 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)
    2016-11-05 20:16:14下载
    积分:1
  • Untitled5
    凸多边形检测和显示--先把图像中的显著区域提取出来,然后用最小凸多边形囊括显著区域,并把凸多边形显示出来(Convex polygon detection and show- first images extracted significant area, and then use the smallest convex polygon covering a significant area, and the convex polygon displayed)
    2009-05-08 10:37:45下载
    积分:1
  • ccode_open_bitmap
    图像处理c源码_功能是打开一幅位图_并显示在屏幕上(_ C source image processing function is to open a bitmap _ and displayed on the screen)
    2014-01-04 19:41:22下载
    积分:1
  • FisheyeImCorr
    使用matlab对图像进行处理实现鱼眼校正,效果良好(Use matlab image processing fish-eye correction, and to good effect)
    2012-11-06 16:04:18下载
    积分:1
  • 1
    说明:  这是一个利用python里微信机器人,然后获取微信好友的照片,然后利用图像处理,把照片合成在一张照片里。(This is a use of the python Weixin robot, and then get the pictures of Weixin friends, and then use image processing to synthesize the pictures in a picture.)
    2019-05-26 17:42:23下载
    积分:1
  • upf_demos
    里面包含kalman,扩展kalman,无迹kalman,粒子滤波,无迹粒子滤波等源码的实现。(upf--The Unscented Particle Filter )
    2009-03-31 13:31:51下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载