登录
首页 » matlab » matlabCV

matlabCV

于 2007-06-13 发布 文件大小:75KB
0 215
下载积分: 1 下载次数: 166

代码说明:

  一些图象处理及机器视觉的matlib工具,例程,有ransac算法,求单应矩阵等等。(some image processing and machine vision matlib tools, routines, ransac algorithm, should seek single matrix, and so on.)

文件列表:

matlabCV
........\crookedness.m
........\edgelistlenscorrect.m
........\fitline.m
........\fitplane.m
........\frankotchellappa.m
........\grad2slanttilt.m
........\hnormalise.m
........\homography1d.m
........\homography2d.m
........\homoTrans.m
........\imlenstransform.m
........\implace.m
........\imTrans.m
........\imwritesc.m
........\invpersp.m
........\iscolinear.m
........\knownAngleConstraint.m
........\lengthRatioConstraint.m
........\lensparam.m
........\matchbycorrelation.m
........\matprint.m
........\matscii.m
........\monofilt.m
........\needleplotgrad.m
........\needleplotst.m
........\noisecomp.m
........\noiseonf.m
........\normalise2dpts.m
........\odot.m
........\phasecong.m
........\phasecong2.m
........\phasesym.m
........\plotPoint.m
........\plotridgeorient.m
........\polartrans.m
........\ransac.m
........\ransacfitfundmatrix.m
........\ransacfithomography.m
........\ransacfitplane.m
........\removenan.m
........\ridgefilter.m
........\ridgefreq.m
........\ridgeorient.m
........\ridgesegment.m
........\shapeletsurf.m
........\show.m
........\showfft.m
........\showlogfft.m
........\slanttilt2grad.m
........\step2line.m

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

发表评论

0 个回复

  • immosaic-by--sift
    基于sift的图像特征点提取和图像拼接,有可直接运行的代码和图片(Sift the image feature point extraction and image stitching, can be directly run the code and pictures)
    2012-07-08 21:35:02下载
    积分:1
  • transform
    投影积分数字重聚焦,光场相机重聚焦。重聚焦原理。(Integral digital projection refocusing, refocus light field camera. Refocusing principle.)
    2016-06-07 20:15:54下载
    积分:1
  • glint
    此程序为计算雷达目标特性角闪烁特性的函数代码(computing the anglar glint)
    2020-09-28 08:47:44下载
    积分:1
  • 颜色特征提取
    说明:  图像颜色显著性,包含颜色直方图和颜色矩,是颜色显著性评价的重要内容(Image Color Salience)
    2019-11-28 11:46:59下载
    积分:1
  • 04-Feng
    Pre-stack migration applied to GPR for landmine detection
    2015-05-16 17:48:21下载
    积分:1
  • matlab
    Matlab图像处理教程简易教程 - /1、图像的读取和显示 /2、图像的点运算 /3、图像的几何变换 /4、空间域图像增强 /5、频率域图像增强 /6、彩色图像(Matlab image processing tutorial Easy Tutorial-/1, read and display image/2 image point operations/3, the image of geometric transformation/4 spatial domain image enhancement/5, the frequency domain image enhancement/6 color image)
    2012-09-14 15:45:05下载
    积分:1
  • NSCT
    NSCT分解 图像融合 各个融合指标评价体系 他是分解(NSCT decomposition image fusion)
    2017-12-29 21:15:22下载
    积分:1
  • RECOVER
    比较反滤波和维纳滤波对一幅图像复原的效果。从两方面出发,一是对运动模糊和均值模糊复原的能力,二是抗噪能力,各种情况分别都进行了对比(Comparison of inverse filtering and Wiener filtering on an image restoration results. Proceed in two ways, first on the motion blur and the mean fuzzy recovery capability and noise immunity, all cases are compared separately)
    2010-06-02 03:44:47下载
    积分:1
  • kmeans
    说明:  利用kmeans方法进行图像分割的matlab代码,希望对大家有用(Kmeans method using image segmentation matlab code, in the hope that useful)
    2008-11-28 21:10:07下载
    积分:1
  • Graphics
    一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。 四、用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括类似自行车行走和绕固定点旋转的自旋转物体动画。) 五、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。 六、交互式Bezier曲线的输入绘制程序实现 (An integrated graphical interface of the program, each operation subroutine callable. One call a function of the point of the painting, with the DDA, the midpoint algorithm for drawing a straight line and the midpoint algorithm circle and oval. Second, the polygon scan conversion algorithm and region filling algorithm (scan line algorithm for must fill and edge flag algorithm based on the edge of the modulo operator is optional using the 4 regional connectivity recursive seed filling algorithm based on the area of seed filling, or scan line seed filling algorithm requires the seed point (x, y) can be entered interactively). Line Clipping polygon clipping algorithm animation achieved. (Two Line Clipping Algorithm and HS polygon-by-side clipping algorithm) polygon clipping algorithm animation requires draw a closed polygon, rectangle and then draw the crop window, and then select the the cropped button (or command), press the "on top of cutting "button (or the implementation of)
    2020-06-30 08:20:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载