登录
首页 » matlab » LK

LK

于 2012-05-27 发布 文件大小:24641KB
0 214
下载积分: 1 下载次数: 0

代码说明:

说明:  基于LK的光流场计算以及跟踪,自己编的。(The calculation and tracking techniques based on Lucas-Kanade method.)

文件列表:

DIP_Pro4-5090309620-F0903025-张一弛
...................................\DIP_Pro_4.pdf,454376,2012-05-23
...................................\expand.m,786,2012-05-16
...................................\gaussFilter.m,318,2012-05-15
...................................\LKBasic.m,1415,2012-05-16
...................................\LKB_pixel.m,1167,2012-05-23
...................................\LKIterate.m,2730,2012-05-23
...................................\LKI_pixel.m,1892,2012-05-23
...................................\LKTracking.m,3045,2012-05-23
...................................\MAIN.m,3661,2012-05-23
...................................\movie.mat,24374055,2012-05-23
...................................\p1_1.tif,82868,2012-05-17
...................................\p1_2.tif,83008,2012-05-17
...................................\p2_1.tif,111366,2012-05-17
...................................\p2_2.tif,111298,2012-05-17
...................................\p3_1.tif,78908,2008-03-03
...................................\p3_2.tif,78886,2008-03-03
...................................\partDeri.m,1062,2012-05-16
...................................\README.txt,99,2012-05-23
...................................\reduce.m,572,2012-05-16

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

发表评论

0 个回复

  • 双线性插值
    利用双线性插值,获取亚像素位置的灰度值。适用于得到sift、surf得到的特征点坐标处的灰度值获取(The gray value of sub-pixel position is obtained by bilinear interpolation)
    2018-10-08 14:47:10下载
    积分:1
  • target
    MATLAB编写的角点检测程序,用于对目标的检测和稳定的跟踪。很适合对于运动目标的精确跟踪。(Corner detection procedures written in MATLAB for target detection and tracking. Very suitable for the accurate tracking of moving targets.)
    2012-07-04 18:17:55下载
    积分:1
  • 2、平均梯度算法及区域能量算法
    说明:  实现简单的梯度算法,这是一个函数文件。调用函数的主程序文件以及实验用的lena图都一并上传了,使用简单,快捷。注:该程序可以直接处理彩色图像。(Implementation of simple gradient algorithm, this is a function file. The main program file of calling function and Lena diagram for experiment are uploaded together. It is easy and fast to use. Note: This program can process color image directly.)
    2020-07-17 11:02:10下载
    积分:1
  • automatic_image_segement
    说明:  本文以k-means算法为背景,引入信息熵相关知识,从而实现全自动分割图像。然而在利用混合高斯模型对图像进行数据分析时,会发生一定的过拟合现象,导致我们得不到预期的聚类数目。本文设计合理的合并准则,令模型简化,有效地消除过拟合现象,使得最后得到的聚类数目与预期符合。,设计合理的准则改进了图像的全自动分割方法,使得分割结果更加优化(In this paper, k-means algorithm is used as the background, and information entropy related knowledge is introduced to realize full-automatic image segmentation. However, when the Gaussian mixture model is used to analyze the image data, there will be some over-fitting phenomenon, resulting in that we cannot get the expected number of clusters. In this paper, a reasonable merging criterion is designed to simplify the model and effectively eliminate the over-fitting phenomenon, so that the final clustering number is in line with the expectation. A reasonable criterion is designed to improve the automatic image segmentation method and make the segmentation result more optimized.)
    2019-04-24 09:40:45下载
    积分:1
  • 最大最小距离算法matlab代码
    最大最小距离算法matlab代码,注释比较详细(Maximum minimum distance algorithm matlab code)
    2018-05-12 16:13:29下载
    积分:1
  • 《WebGIS开发-ArcGIS Server与.NET》源码下载
    1AttributeQuery属性查询2BufferAnalysis缓冲区分析3ComExtender使用Com组件扩展GIS服务器4Common_CustomDataSource_CSharp自定义数据源,XML,遥感影像数据5ContextManager通过Context为服务器添加图层,使用Image代替MapControl6ContextMenu右键菜单(全图,输出地图)7CustomRender自定义专题图实现(GDI),非AO8CustomTask自定义任务,ITask,IFloatingPanelTask9CustomTool点、线、面、巨型、多边形、圆查询10DynamicAddResource动态添加本地/远程数据源,通过实例化MapResourceItem11ExportLegend输出图例,使用Image显示12FromControl使用用拖拉控件实现简单的地图浏览13FullSearch查询,全文查询14MapServerBrowserCS端使用AGS地图服务显示地图15NorthAmericaSample模版实例程序16Security移除图层、工具栏项、Task项17SetLayerVisibility控制图层可视性,使用Div代替Toc18SimpleAjaxAJAX原理实例19SpatialQueryCOMCom组件扩展服务器,空间查询20ThemeMap专题图,使用细粒度AO实现21VegSOE服务器对象扩展22webctrl_clientHtc,Web行为文件的使用23WebServiceTestGISWeb服务的使用与创建
    2015-04-01下载
    积分:1
  • Gabor_GLM_FEX
    视网膜血管检测的Gabor变换和机器学习,教程 本教程将演示如何Gabor变换和广义 的线性模型(GLM)可用于视网膜血管检测 图像。 ,我们将尝试检测视网膜血管从 的训练图像,首先,Gabor滤波器与图像卷积。 GLM将使用Gabor变换的图像特征确定 (独立变量)和容器的位置 为结果(因变量)。( Retinal Vessel Detection by Gabor Transform and Machine Learning, a Tutorial This tutorial will demonstrate how Gabor transforms and generalized linear model (GLM) can be used for detection of retinal vessels in images. Specifically, we will attempt to detect the retinal vessels a training image , by first, convoluting multiple Gabor filters with the image. A GLM will be determined using the Gabor transformed images as features (the independent variables), and the locations of the vessels as the outcome (the dependent variable).)
    2017-05-11 12:25:03下载
    积分:1
  • Desktop
    基于matlab编写的一种退火算法,可以产生一个比较简单的图形。(An annealing algorithm based on Matlab can produce a simpler figure.)
    2018-03-14 15:24:35下载
    积分:1
  • SaliencyToolbox
    ITTI视觉显著性检测MATLAB工具箱可用于检测图像视觉显著性(ITTI visual saliency detection MATLAB toolbox can be used to detect visual saliency of images)
    2020-11-06 20:49:50下载
    积分:1
  • huiduhua
    基于MATLAB对输入图像的进行灰度化处理(Grayscale processing of the input image based on MATLAB)
    2013-03-12 12:48:40下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载