CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 运动估计,算法

搜索资源列表

  1. LR_motionEst_TSS

    0下载:
  2. 实现运动估计的一个算法,输入参考帧与匹配帧,返回运动矢量-An algorithm for motion estimation, reference frame and match the input frame, the return motion vector
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:1102
    • 提供者:Snow
  1. stab

    0下载:
  2. 电子稳像系统中运动估计算法研究,硕士论文,非常好的-Electronic image stabilization system, motion estimation algorithm
  3. 所属分类:Project Design

    • 发布日期:2017-05-12
    • 文件大小:2735458
    • 提供者:唐林
  1. motionEstESpixel

    0下载:
  2. 实现了运动估计中的穷举搜索算法,在matlab中仿真,通过测试-Achieved in the exhaustive search motion estimation algorithm in matlab simulation, test
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:1146
    • 提供者:刘军
  1. wholepixel

    0下载:
  2. 实现了运动估计中的新三步搜索算法,在matlab中仿真,通过测试-To achieve a new three-step motion estimation search algorithm, in matlab simulation, test
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:929
    • 提供者:刘军
  1. NewShooterDemo

    0下载:
  2. 快速的运动估计算法。VC6+opencv1.0(仅用于摄像头读取和显示),能够判断并显示摄像头移动方向,对视频中物体运动有一定的稳定性。调试通过,可对摄像头视频实时处理,也可以读取视频文件。随着摄像头的移动,画面上会有直线标明摄像头移动方向,简单直观!-VC6+ opencv (read only for the camera and display), and a camera can judge the direction of movement, the movement of objec
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:1013828
    • 提供者:zeng xiao
  1. HBMA

    1下载:
  2. HBMA为基于块的分级匹配算法,是一种典型的运动估计算法,适用于特征追踪和运动估计-HBMA classification based on block matching algorithm is a typical motion estimation algorithm for feature tracking and motion estimation
  3. 所属分类:Special Effects

    • 发布日期:2015-07-28
    • 文件大小:333824
    • 提供者:heyi
  1. mpeg-encoder

    0下载:
  2. MPEG1编码器四种运动估计算法全搜索算法,梯度下降法,菱形搜索算法,四步法-MPEG1 encoder four kinds of full search motion estimation algorithm algorithm, gradient descent method, diamond search algorithm, four-step
  3. 所属分类:mpeg mp3

    • 发布日期:2017-05-26
    • 文件大小:9643822
    • 提供者:felix
  1. pmvfast

    0下载:
  2. MPEG-2/H263中用到的经典PMVFAST运动估计算法实现,支持16x16,16x8,8x8宏块大小,代码可直接运行,由C编写,方便移植-a motion estimation method of PMVFAST in MPEG-2/H.263,support 16x16,16x8,8x8 mb size
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1514465
    • 提供者:徐歌行
  1. 61IC_H4231

    0下载:
  2. PAV (H265) 是 音视频 压缩解压 协议,非常不同于H264/MPEG4,ZPAV (H265) 的基本算法 是 小波,多级树集合群,广义小波,数学形态小波,...... ZPAV (H265) 基本算法 : 1,图象与声音分解与合成 :小波 ; 2,图象与声音前处理 :小波子带零交叉降噪,目标纹理处理,语音处理 ; 3,速率控制 :小波子带熵速率控制 ; 4,量化与反量化 :小波子带熵量化与反量化 ; 5,低频分量和高频分量的降维 :小波子带邻域交
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-17
    • 文件大小:4825704
    • 提供者:李阳
  1. JM10.1_HMHS

    0下载:
  2. JM10.1中实现运动估计算法,对UMHEGOXES进行了优化,并与其他运动估计做了比较-JM10.1 in the motion estimation algorithm, optimized UMHEGOXES estimated to have done with other sports
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:5014149
    • 提供者:heshuangbai
  1. ebma

    1下载:
  2. 视频处理的二维运动估计中的穷尽块匹配算法(Exhaustive Block matching algorithm) 基于matlab环境,输出对锚定帧的预测帧,PSNR,以及运动向量。包括了整数像素精度和半像素精度的算法-The Exhaustive Block matching algorithm of Two-Dimensional Motion Estimation in video processing based on Matlab. Output the predicted fr
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1601
    • 提供者:Adam_Z
  1. MCMV

    1下载:
  2. 帧率倍频算法 自己亲手做的 效果还相当不错 可以准确的预测中间帧,采用运动估计与运动补偿算法。单向估计和双向估计-The results were pretty good frame rate multiplier algorithm made ​ ​ themselves can accurately predict the middle frame, motion estimation and motion compensation algorithm. One-way
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:505595
    • 提供者:guihaitian
  1. CH5

    0下载:
  2. 通过一个实例讲解如何通过C语言来实现运动估计算法,这里只介绍运动估计算法中各函数的实现方式。-An example to explain how the C language to implement the motion estimation algorithm here only describes the motion estimation algorithm function.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3354
    • 提供者:xiqoqing
  1. opticalfl

    0下载:
  2. 光流运动估计算法,对各种情况下图片都有效果-optical flow
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:2666963
    • 提供者:liuyang
  1. 2012kdtree

    0下载:
  2. K-tree,实现k-tree算法,有效于运用在运动估计算法-The K-tree, the k-tree algorithm, and effective for use in the motion estimation algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:118689
    • 提供者:liuyang
  1. 2012motion-estimation

    0下载:
  2. 运动估计算法,能直接解压使用,有效的进行运动估计-motion estimation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3656788
    • 提供者:liuyang
  1. SHAKE_PROOF

    0下载:
  2. 手持式摄像机在使用时常常会受到使用者有意无意抖动的影响,从而影响成像效果,造成录制视频的不稳定及跳动问题,尤其是在使用者在一场景中特写或者跟踪某一具体目标时,使用者通常不能准确定位到或者估计出运动目标的位置,从而造成目标在视频中位置的不稳定,造成视频的主观效果变得不理想。 为了解决这一问题,我们需要设计一种算法来识别这种无意义的运动并设法通过补偿的方式来使得场景中的目标物体保持位置稳定的状态。 手持式摄像机捕获的视频通常都会受到抖动的影响,这严重的影响视频的主观效果。
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2347928
    • 提供者:Andy He
  1. fast_block_match_es

    0下载:
  2. 快速块匹配算法分析与比较,“基于块匹配算法的运动估计研究.kdh”-Fast Block Matching Algorithm analysis and comparison, estimated based on the movement of block-matching algorithm. Kdh
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2442162
    • 提供者:zhao
  1. Bidirect_for3DRS

    0下载:
  2. 帧率倍频使用到的,连接3DRS算法双向运动估计-The frame rate multiplier used to connect 3DRS algorithm bi-directional motion estimation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1170
    • 提供者:郑广瀚
  1. Bmottionestiml

    0下载:
  2. 运动估计块匹配算法,,适用于各种视频编码格式 -Motion estimation block matching algorithm, applicable to a variety of video encoding formats
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:522038
    • 提供者:qijgd
« 1 2 3 4 5 67 8 9 »
搜珍网 www.dssz.com