Welcome![Sign In][Sign Up]
Location:
Search - motion

Search list

[Video CaptureTSsear

Description: 1. this function is for image (width=176, hight=144) only. but you can modify the related value to fit yours. 2. it is used to evaluate the motion vector between the Nth image and N-1th image. 3. it use Three Steps search algorithm. 4. this algorithm finds the closest pixel near the original pixel in three times.-1. This function is for image (width = 176, hight = 144) only. But you can modify the related value to fit yours.2. It is used to evaluate the motion vector between the Nth image and N-1th image.3 . it use Three Steps search algorithm.4. this algorithm finds the closest pixel near the original pixel in three times.
Platform: | Size: 94208 | Author: samk | Hits:

[Special Effects3Ssearch

Description: 三步搜索法运动估计,用于视频处理的学习和论文-Three-step search motion estimation for video processing of the study and thesis
Platform: | Size: 1024 | Author: yuan qg | Hits:

[Special EffectsMotionEstimation

Description: 运动估计的几种方法,包括线性预测法、混合高斯法、特征值法和相邻帧差法等-Several motion estimation methods, including linear prediction method, mixed-Gaussian law, Eigenvalue and adjacent frames, such as poor law
Platform: | Size: 3072 | Author: 郑锦 | Hits:

[Program docAnimprovedslowmotiondetectionapproach

Description: 基于帧差的慢镜头检测的文章,感觉很不错,改进了检测方法,适合做相关毕设的同学看一下,slow-motion,slow motion detection -Poor frame-based detection of slow lens article, I feel very good, improved detection methods, suitable for students who have completed relevant to look at, slow-motion, slow motion detection
Platform: | Size: 375808 | Author: tianshimao | Hits:

[OpenGL programAutoCamShift

Description: 人体运动分析 可以骨骼提取 用VC6和opencv还有opengl写成-Human motion analysis can be extracted bone opencv using VC6 and also written in opengl
Platform: | Size: 151552 | Author: | Hits:

[Streaming Mpeg4avi2mpg1_src

Description: VC++基础上的MPEG1运动估计及补偿预测算法实现,这里面既包括了P图像的预测算法又包含了B图像的双向预测算法-VC++ Based on motion estimation and compensation MPEG1 prediction algorithm to achieve, there is both a P image prediction algorithm B also contains images of bi-directional prediction algorithm
Platform: | Size: 102400 | Author: 王晓川 | Hits:

[ARM-PowerPC-ColdFire-MIPSarm7

Description: 基于mcx314的运动控制,本程序使用ARM7的CPU-MCX314-based motion control, the program uses ARM7-CPU
Platform: | Size: 879616 | Author: huigang | Hits:

[Special Effectsphpmotiondetect-0.82

Description: 运动检测源代码,可对运动目标进行检测,应用简单,有参考价值-Motion detection source code, can detect moving targets, the application is simple, have reference value
Platform: | Size: 59392 | Author: 李少 | Hits:

[Graph programEstimating_motion_in_image_sequences

Description: 关于图像运动估计的一篇比较经典的文章,希望对朋友们能有所帮助-Image Motion Estimation on the comparison of a classic article, in the hope that friends can be helped
Platform: | Size: 1796096 | Author: 卢帅 | Hits:

[Special EffectsCS

Description: SAR-CS成像算法实现,包含运动补偿,速度估计,对0.15m实测数据成过像-SAR-CS imaging algorithms, including motion compensation, the estimated speed of 0.15m measured data into a cross as
Platform: | Size: 3072 | Author: 石雷 | Hits:

[Multimedia programmotionestimationalgorithm

Description: 运动估计块匹配算法,适用于各种视频编码格式-Block-matching motion estimation algorithm, applicable to a variety of video encoding formats
Platform: | Size: 522240 | Author: 张三 | Hits:

[ActiveX/DCOM/ATLmotion_estimation

Description: Design a video hardware accelerator to handle motion estimation for video compression
Platform: | Size: 49152 | Author: Ray Luo | Hits:

[Graph programmotiondectect

Description: motion dection 运动目标检测与跟踪-motion dection moving target detection and tracking
Platform: | Size: 3072 | Author: 李超 | Hits:

[Special EffectsBackGroudExtractAndMotionBlur

Description: 本代码包括两项功能 1、连续序列图片的背景提取 2、给背景图附加以运动模糊的效果 代码使用的托管与非托管(C++)混合编程的方式,算法主要使用Opencv实现 开发平台 VS2008 -The code includes two functions of one, continuous sequences extracted background picture 2, to the background image attached to motion blur effect of the code used in trusteeship and non-hosted (C++) Mixed-mode programming, algorithm development using Opencv realize Platform VS2008
Platform: | Size: 2357248 | Author: swb | Hits:

[Graph programIMGRestore

Description: 几种图像复原集合在一个程序中包括有运动模糊/复原,逆滤波退化/复原,加噪退化,维纳滤波复原,支持256色BMP图像输入输出。-Several image restoration set in a process including the motion blur/recovery, inverse filtering degradation/recovery, noise degradation, Wiener filter rehabilitation, support 256-color BMP image input and output.
Platform: | Size: 5237760 | Author: ZL | Hits:

[Special Effectsopticalflowmatlabcodes

Description: 使用光流法进行的视频图像分割The Lucas-Kanade algorithm for motion estimation was used, and was implemented in Matlab due to the fact that most of the matrix operation functions that are needed are already available and hence saves time by not having to implement these functions again. -The use of optical flow method of video image segmentation The Lucas-Kanade algorithm for motion estimation was used, and was implemented in Matlab due to the fact that most of the matrix operation functions that are needed are already available and hence saves time by not having to implement these functions again.
Platform: | Size: 256000 | Author: selina | Hits:

[AlgorithmGetMV2

Description: 一个简单的计算块的运动矢量源码,使用四步搜索算法-A simple calculation of the block motion vector source, use the four-step search algorithm
Platform: | Size: 2048 | Author: 许芳 | Hits:

[Special Effectsinserted

Description: 读入一个视频序列中的任意两帧,对这两帧图像进行运动估计(全搜速方法),并且利用得到的运动矢量进行插值重建处于这两帧中间位置的图像。-Reading into a video sequence of arbitrary 2, the two-frame image motion estimation (full-speed search method), and the utilization of the motion vector for interpolation frame reconstruction in the middle of these two images.
Platform: | Size: 3072 | Author: 吴珅 | Hits:

[Windows DevelopMyMotionEstimation

Description: 自己根据一篇不错的论文写的一篇简单的运动估计的代码。-Their own good according to a paper written by a simple motion estimation code.
Platform: | Size: 41984 | Author: zhangjing | Hits:

[Special EffectsAFFINE

Description: 基于仿射变换的运动场估计,首先使用EBMA确定基于块的运动场,然后使用加权的LSE求仿射变换参数。给出基于仿射变换参数的预测帧以及相应的估计参数,并与基于块运动估计的运动场预测结果进行比较-Based on the estimated affine transformation of the stadium, the first to use block-based EBMA determine playgrounds, and then use the weighted LSE for affine transformation parameters. Affine transformation parameters are given based on the prediction frames and the corresponding estimated parameters, and block-based motion estimation of the prediction results were compared Stadium
Platform: | Size: 1024 | Author: 王娟 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

CodeBus www.codebus.net