CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - motion estimation C

搜索资源列表

  1. facedetector

    0下载:
  2. 人脸检测源代码. The souce demonstrates face detection SSE optimized C++ library for color and gray scale data with skin detection, motion estimation for faster processing, small sized SVM and NN rough face prefiltering, PCA/LDA/ICA/any dimensionality reduct
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:366639
    • 提供者:huangtyu
  1. yaxiangsu

    0下载:
  2. 双向亚像素运动估计算法,具体步骤如下: (1) 进行整像素精度的双向运动估计; (2) 以(1)得到的运动矢量所指向的像素点为中心,内插1/2像素点,再进行双向运动估计; 依此类推,直到得到所需的像素精度为止。 -Bi-directional sub-pixel motion estimation algorithm, concrete steps are as follows: (1) for the whole two-pixel accuracy motion estima
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:24512
    • 提供者:郑丹
  1. MEBMA

    0下载:
  2. MEBMA (Motion Estimation (ME) Block Matching algorithm) compute various complexity and distortion parameters for given movie (.mat format) in either HBMA (multy resolution) or EBMA (full search) Block Matching algorithms The function produce output
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-28
    • 文件大小:1486
    • 提供者:冯欣
  1. 123

    0下载:
  2. 运动估计方法比较 实现的算法: FS、4SS、BBGDS、DS、HS、CDHS、MVFAST、PMVFAST、ARPS、ARPS3 -Motion estimation methods to achieve algorithms: FS, 4SS, BBGDS, DS, HS, CDHS, MVFAST, PMVFAST, ARPS, ARPS3
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:16544
    • 提供者:黄荣
  1. JM_motion_estimation

    0下载:
  2. 著名的H.264开发标准库JM,JM中的运动估计部分笔记,请大家一起学习-The development of a well-known H.264 standard library of JM, JM motion estimation part of the notebook, please join U.S. study
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-17
    • 文件大小:137177
    • 提供者:Lu
  1. 20040224_ME_Programs

    0下载:
  2. Fast Block Matching Motion Estimation Algorithms Source Code
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-24
    • 文件大小:14737
    • 提供者:nhiepfong
  1. DetectionLibrary

    0下载:
  2. Chesnokov Yuriy写的人脸检测库,内容涵盖肤色检测、运动估计、SVM分类、PCA/LDA/ICA特征提取以及神经网络分类器等。-The article demonstrates face detection SSE optimized C++ library for color and gray scale data with skin detection, motion estimation for faster processing, small sized SVM and NN
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-03-28
    • 文件大小:463777
    • 提供者:刘子木
  1. MPre

    0下载:
  2. Visual C++实现视频编码技术中的运动预测-Visual C++ realization of video coding technology in the motion estimation
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1909027
    • 提供者:fanyunpeng
  1. WAv2

    0下载:
  2. visual c# code for motion estimation
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:86772
    • 提供者:ganaraj
  1. motion-estimation

    0下载:
  2. 实现全搜索块匹配的运动估计,在VC环境下如有不对请指正-motion estimation
  3. 所属分类:Multimedia Develop

    • 发布日期:2016-05-26
    • 文件大小:243064
    • 提供者:李云飞
  1. chepaidingweisuanfayanjiu

    0下载:
  2. 摘要 车辆牌照识别(License Plate Recognition System, LPR)作为目标自动识别的一 种重要形式,可用于电子收费、出入控制、车流监控等众多场合,从而提高交通 管理自动化的程度,它的相关技术的研究正逐渐受到人们的重视。 本文主要介绍基于Run Length原理和Tamura纹理的车牌定位系统,该系统是基 于视频流进行开发的,主要包括车辆运动区域检测、车牌图像处理、车牌定位。 其中车辆运动区域检测利用多帧求平均的背景估计方法实现;车牌图像处理包
  3. 所属分类:Special Effects

    • 发布日期:2016-01-29
    • 文件大小:2509824
    • 提供者:王述
  1. EE4208_FaceRecog_ZhaoJian_v1

    0下载:
  2. The article demonstrates face detection SSE optimized C++ library for color and gray scale data with skin detection, motion estimation for faster processing, small sized SVM and NN rough face prefiltering, PCA/LDA/ICA/any dimensionality reduction/pro
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2127308
    • 提供者:yy
  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. 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. fast_me

    0下载:
  2. h.264视频压缩标准中编码器中快速运动估计算法的c程序-h.264 video compression standard encoder fast motion estimation algorithm c program
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-13
    • 文件大小:6341
    • 提供者:赵煌
  1. kalman_moving_ball

    0下载:
  2. 用C++语言和OpenCV库实现的小球抛物线运动卡尔曼估计算法-Ball parabolic motion with the C++ language and OpenCV library Kalman estimation algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-11-06
    • 文件大小:9394
    • 提供者:
  1. OpticalFlow

    0下载:
  2. 基于光流法的运动估计.matlab与C++混编。参考论文:Beyond Pixel: Exploring new representations and application for motion analusis-Based on optical flow motion estimation. Matlab mixed with C++. Reference papers: Beyond Pixel: Exploring new representations and application
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:2875776
    • 提供者:闵超波
  1. Research-on-algorithm-in-X264

    0下载:
  2. 为了解决H.264的运动估计复杂和实际应用问题,基于纯c的X264,法-To solve H. 264 motion estimation and practical application of complex issues, based on pure c, X264, France
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:299628
    • 提供者:周成
  1. libviso2

    0下载:
  2. LIBVISO2: C++ Library for Visual Odometry 2LIBVISO2 (Library for Visual Odometry 2) is a very fast cross-platfrom (Linux, Windows) C++ library with MATLAB wrappers for computing the 6 DOF motion of a moving mono/stereo camera. The stereo version is b
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:3335563
    • 提供者:李志滨
  1. Comparison-of-mem

    0下载:
  2. 基于C++语言环境开发的运动估计算法,各种方法之间的比较-C++ language environment based on the development of motion estimation algorithm, the comparison between different methods
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-03
    • 文件大小:942978
    • 提供者:xzh
搜珍网 www.dssz.com