CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - 计算流

搜索资源列表

  1. 光流场经典算法-LK算法

    0下载:
  2. 光流场经典算法-LK算法,通过两幅图像计算光流场。,Lucas – Kanade Motion Estimation using Pyramids
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-23
    • 文件大小:247.95kb
    • 提供者:stone
  1. lk.rar

    0下载:
  2. 光流计算的方法,用于动态跟踪,很有用的一段代码。,Optical flow calculation method for dynamic tracking, very useful piece of code.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:2.17kb
    • 提供者:quan
  1. piotr_toolbox.rar

    0下载:
  2. 计算机视觉中光流计算的matlab工具箱,piotr toolbox
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2.27mb
    • 提供者:silenttree_zju
  1. OpticalFlowAlgrithom.rar

    0下载:
  2. 能实现光流计算,本算法基于金字塔的L_K光流算法计算光流的,需要在OpenCV开发环境运行。,Optical flow algorithom based on pyramid L-K
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:4.6kb
    • 提供者:胡小宁
  1. Horn-Schunck.rar

    0下载:
  2. 光流计算的Horn-Schunck方法,又需要的可以下载。内部包含测试图像。,Optical flow calculation Horn-Schunck method, and can be downloaded in need. Test images contain.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:617.16kb
    • 提供者:陈雪
  1. LKmatlab.rar

    0下载:
  2. 该matlab程序能够实现金字塔光流计算 ,The matlab program can achieve pyramid optical flow calculation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:4.06kb
    • 提供者:朱聪超
  1. optical_flow_tracking

    0下载:
  2. 基于光流计算的运动检测和跟踪,很实用的程序代码-Based on optical flow motion detection and tracking, it is useful code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:27.96kb
    • 提供者:苏航
  1. optical_flow

    0下载:
  2. matlab光流场计算代码,希望对大家有所帮助,也希望大家相互帮助-matlab code optical flow calculation, and they hope to help everyone, I hope you will help each other
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:642.44kb
    • 提供者:王李
  1. robust_optic_flow

    0下载:
  2. 鲁棒的光流计算方法,计算2帧图像之间的光流,内含该方法的论文以及源码。-Robust optical flow calculation method, calculation between two images of the optical flow, including the method of the thesis as well as the source.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6.59mb
    • 提供者:蒋志成
  1. OpticalFlowSX

    0下载:
  2. 计算光流的一个算法,这是我暂时的一个算法,希望做这个的朋友多指教。-Calculation of optical flow of an algorithm, which is an algorithm for the time being, I hope to do this more than friends advice.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1.28kb
    • 提供者:zhou xc
  1. optical flow

    1下载:
  2. 计算视频或者图像中相邻两帧的光流场。 本光流场算法使用是 多项式展开的方法 配置好视频的路径之后,直接运行就可以了。-Calculation of video or image of two adjacent optical flow field. The optical flow algorithm using the polynomial method is a good video of the path configuration, the direct operation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-01-03
    • 文件大小:2.16kb
    • 提供者:jim
  1. stereoflowMatlab7

    1下载:
  2. matlab下面立体匹配和光流场计算代码,希望能对大家有所帮助。-matlab the following three-dimensional matching and optical flow field calculation code, hoping to be helpful to everyone.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-30
    • 文件大小:1.15mb
    • 提供者:王李
  1. BlockMotionestimation

    0下载:
  2. 本代码计算帧间光流场,通过阈值分割获得运动矢量,对当前帧进行补偿,配置差分后实现运动目标分割,解决复杂背景下运动目标的检测问题。-This code interframe optical flow field calculated by threshold segmentation to obtain motion vectors, to compensate for the current frame, after the implementation differential configu
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:36.89kb
    • 提供者:付亚峰
  1. A_Phase-based_Approach_to_the_Estimation_of_the_Op

    0下载:
  2. 一种基于相位的光流计算方法,该方法不同于以往基于微分的计算方法,而是采用空间滤波器,取得非常好的效果。该结果发表于IEEE Trans. Neural Networks,13(5), 1127--1136. -Gautama, T. and Van Hulle, M.M. (2002). A Phase-based Approach to the Estimation of the Optical Flow Field Using Spatial Filtering, IEEE Tr
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:641.96kb
    • 提供者:yishui pan
  1. hh

    0下载:
  2. 利用VC++编写的光流场计算的源代码,效果很不错。-Using VC++ to prepare the calculation of optical flow field source.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:2.19kb
    • 提供者:quan
  1. opticalflowofimagematch

    0下载:
  2. 基于光流的图像匹配程序,其中有经典的光流计算中的x,y,t的梯度函数,可以用其它主程序调用此函数-Optical flow-based image matching procedures, including the classic optical flow calculation of x, y, t of the gradient function, the main program can call this function in other
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:60.14kb
    • 提供者:胡江川
  1. opticalflowsimplized

    0下载:
  2. opencv下的光流计算,提取运动目标光流,供参考学习。-opencv optical flow under the terms of extracting moving target optical flow for the reference study.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1.13mb
    • 提供者:王晋
  1. OpticalFlow

    1下载:
  2. 自己编写的计算光流场的MATLAB程序,基于梯度的方法,非常简单-I have written a MATLAB calculation of optical flow procedures, based on the gradient method and it is very simple
  3. 所属分类:Special Effects

    • 发布日期:2015-05-24
    • 文件大小:1.02kb
    • 提供者:lee
  1. trackingclass

    0下载:
  2. 跟踪类,基于光流的ROI区域计算迭代以实现运动物体的跟踪。-one c plus plus class,it is based on optical flow to calculate the postion of moving objects.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:5.39kb
    • 提供者:yandong
  1. Lucas_Kanade

    0下载:
  2. 计算图像的光流场,就算它的每个像素的方向,并显示出来(Calculate the image's optical flow field, even if it's in the direction of each pixel, and display it)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-10
    • 文件大小:331kb
    • 提供者:小白d
« 12 3 4 »
搜珍网 www.dssz.com