搜索资源列表
harris.m
- 立体视觉的关键技术是解决对应问题,点特征常被用来做特征。HARRIS角点检测算子较有影响。用mATLAB编写的。-stereo vision technology is the key to solve the matching problem, point feature often used to do features. HARRIS corner detection operator more influential. mATLAB prepared.
harris-corner-detector.rar
- harris角点检测算法,用于图像拼接的配准,harris corner detection algorithm for image mosaic of the registration
08060009_HW3
- implementation of KLT corner DETECTOR
m
- 右下角弹出提示框控件(Active-X Popup msgBox)-The lower right corner of the pop-up box prompts controls (Active-X Popup msgBox)
triangulation_corner.m
- a mATLAB program which tries to correct situations in which a triangulation includes corner triangles, that is, triangles which have two sides on boundary
harris.m
- 图象的角点检测程序,我在硕士毕业论文中曾经采用它作为比较.-Image corner detection process, at my master' s thesis in that it once used as a comparison.
corner.m
- 另一种算法的图象角点检测程序,可同时检测边缘.-Another algorithm for image corner detection process, the edge can be detected simultaneously.
Scaramuzza_OCamCalib_v2.0
- 鱼眼镜头标定程序。国外一个学校的鱼眼镜头标定。含有标定图。可以自动提取角点并相机进行校正!-Fish-eye lens calibration procedures. Abroad, a school of fish-eye lens calibration. Containing calibration map. Can automatically extract the corner point and camera correction!
harris.m
- Harris corner detetion
corner
- 这是角点检测的程序,图像中所有凹凸点都可以检测到,并在二值图像上显示出来,效果不错。直接运行corner.m即可-corner detection program, the result is good
harris.m
- Sample code for detecting Harris corners Input: im ... grayscale image topn ... how many features to detect Ouput: x,y ... feature co-ordinates, strength==Harris corner strength-Sample code for detecting Harris corners
migong
- 迷宫问题 一个迷宫可用上图所示方阵[m,n]表示,0表示能通过,1 表 示不能通过。现假设耗子从左上角[1,1]进入迷宫,编写算法,寻 求一条从右下角 [m,n] 出去的路径-maze A maze of available shown on the square [m, n], 0 through a table means you can not pass. It is assumed that the mouse from the upper left corner [
corner-Detector
- ACCV的一篇论文以及源代码,不是我写的只是搬运到这里而已,具体请访问论文中作者的网页。改进Harris的角点检测,主要改进在:1、是在加权模板选择了各向异性的模板代替了各向同性的高斯模板;2、选择使用多尺度滤波器对图像进行处理,使算法具有一定的多尺度特性。-This is paper with code,which published on ACCV.I m not the author of this paper.If want to know more,please vistor the
migonglaoshu
- 数据结构,迷宫老鼠问题求解 迷宫是一个矩形区域,它有一个入口和一个出口。在迷宫的内部包含不能穿越的墙或障碍。迷宫的入口在左上角,出口在右下角。假定用n*m的矩阵来描述迷宫,位置(1,1)表示入口,(n,m)表示出口,n和m分别代表迷宫的行数和列数。迷宫中的每个位置都可用其行号和列号来指定。在矩阵中,当且仅当在位置(i,j)处有一个障碍时其值为1,否则其值为零。(即0表示能通过,1 表示不能通过。)现假设老鼠从左上角[1,1]进入迷宫,编写算法,寻求一条从右下角[m,n] 出去的路径。 迷
cornerDetector.m
- corner detector in matlab as the code detector cornerS in the trucco book.
Harris-corner
- Harris采用了一种新的角点判定方法。矩阵m的两个特征向量l1和l2与矩阵m的主曲率成正比。Harris利用l1, l2来表征变化最快和最慢的两个方向.若两个都很大就是角点,一个大一个小就是边缘,两个都小就是在变化缓慢的图像区域.-Harris adopted a new method of determining the corner. matrix m of two feature vectors l1 and l2 with the matrix m is proportional to
matlab.m
- 给出了大金法,sift角点特征提取分水岭,阈值分割法对红外电力设备图像分割处理-Daikin method are given, corner sift feature extraction, threshold segmentation method for infrared image segmentation power equipment
m.idc889.com
- 经典手机版公司企业网站源码安装说明 如果网站存放在根目录,就无需看下面的。直接上传即可 后台/admin 用户名:admin 密码:admin888 底部联系电话、客服qq修改方法 点击界面管理 》管理 里面有修改qq与电话的 首页简介也是在此处修改 幻灯图片 替换images中的01.jpg 02.jpg 03.jpg 【修改不生效,需点击右上角的[更新缓存]然后点击[生成管理的生成全站]-C
harris.m
- 检测图像角点特征,学习matlab应用程序,学习计算机视觉基础知识(Detection of image corner features)
harris.m
- harris corner检测, 角点的检测(harris corner detection)