当前位置:
首页
资源下载

搜索资源 - frame block motion
搜索资源列表
-
0下载:
目标:手工选择视频图像上的待跟踪目标;利用块匹配的方法估计目标区域在下一帧图像中的位置;循环这个过程直到目标从图像帧中消失。
技术:avi视频流的帧读取;图像帧存储格式的了解;RGB图像的灰度化;灰度图象的平滑滤波;块运动估计算法的实现;使用MFC显示图像帧;MFC上鼠标事件的使用。
-objectives : manually select video images on the question target tracking; Use block matching methods
-
-
0下载:
首先采用灰度投影匹配进行全局运动估计和补偿,用以消除背景变化的影响;然后由二次差分抽取中间帧解决遮挡问题,通过Fisher 评价函数结合数学形态学填充得到运动对象分割掩膜,同时消除残余噪声以及平滑边缘。该方法在一定范围内较好地解决了遮挡问题,并能够高效快速地得到比较精确的视频对象。-first used for overall projection matching motion estimation and compensation, in order to remove the impact
-
-
0下载:
EBMA compute Motion Vector for one block in Anchor Frame from Target Frame
-
-
0下载:
电子稳像的实时鲁棒性算法,首先对采集到的每帧图像建立高斯金字塔。然后在高斯金字塔的顶层进行
初估计,采用图像块法得到整像素的运动估计矢量。精估计采用光流梯度法。为提高鲁棒性,运用简化的M 收敛法
进行梯度约束。最后阶段采用双线性内插对当前帧与参考帧进行匹准-Electronic image stabilization, real-time robust algorithm, first collected in the establishment of Gaussian pyramid
-
-
1下载:
视频处理的二维运动估计中的穷尽块匹配算法(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
-
-
0下载:
此代码通过OBMC(重叠块运动补偿)实现了视频插帧运算。利用已有的运动向量和前后两帧图像,通过OBMC算法,求出中间内插帧-This video frame interpolation operator code OBMC (overlapped block motion compensation). Using the existing motion vectors and two of front and rear image is obtained through the the OBMC
-
-
0下载:
代码利用OBMC(重叠块运动补偿)算法,实现运动补偿。利用前一帧和当前帧的运动向量场,重建出当前帧。-Code utilization OBMC (overlapped block motion compensation) algorithm, motion compensation. Using the motion vector field of the previous frame and the current frame and the reconstructed current fr
-
-
0下载:
用于视频压缩中的运动估计,由锚定帧输出预测帧、预测误差及PSNR与运行时间值-For video compression motion estimation, the prediction frame, the prediction error and the PSNR and run time value output by the anchor frame
-
-
0下载:
运动补偿是一种描述相邻帧(相邻在这里表示在编码关系上相邻,在播放顺序上两帧未必相邻)差别的方法,具体来说是描述前面一帧(相邻在这里表示在编码关系上的前面,在播放顺序上未必在当前帧前面)的每个小块怎样移动到当前帧中的某个位置去。这种方法经常被视频压缩/视频编解码器用来减少视频序列中的空域冗余-The motion compensation is a descr iption of the adjacent frame (adjacent represented here on the coding
-
-
0下载:
用块匹配法实现的图像帧序列间的运动估计。-Estimated by the block matching method to achieve the motion image frame sequences
-
-
0下载:
运动估计全局搜索算法:当前帧的块与预先给定的参考帧中所有候选块进行比较,寻找运动矢量。-me-fullsearch:Block of a current frame and a previously given all the candidate blocks in the reference frame is compared, to find the motion vector.
-
-
0下载:
Opencv FSBMA motion estimation 實作-Implement full-search block-matching algorithm (FSBMA) to estimation the motion vectors of each frame in a video sequence.
2.
Use the simulated shaken video to test the FSBMA motion estimation.
3.
Display the
-
-
0下载:
对于锚定帧中的每一个图像块 都在目标帧找到最匹配的块 ,使它们误差最小。(For each image block in the anchor frame, the most matched block is found in the target frame to minimize the error.)
-
-
0下载:
基于帧差法与图像块匹配方法的运动目标检测与跟踪,可以实际操作,性能还不错的(The moving target detection and tracking based on the frame difference method and the image block matching method can be actually operated, and the performance is good.)
-