搜索资源列表
-
0下载:
Forward-Backward MHI(前后向运动历史图)是一个快速有效的运动目标检测方法,本程序正是实现2006年Zhaozheng Yin and Robert Collins的“Moving Object Localization in Thermal Imagery
by Forward-backward MHI”文献中的方法。此程序可以很方便的对该方法的优缺点作出评判。给运动目标检测器的选择提供了除“帧间差”和“背景相减”外的又一方法。
本程序基于OpenCV。-Forwar
-
-
0下载:
主要用于人体的头部姿态识别,主要包括头部的左偏或右偏,前移或者后移等。本文件中主要包括PDF论文和对应的源代码,可以直接运行看到结果的。-Head gesture recognition is mainly used in the human body, including the head left or right, forward or backward, and so on. This file is mainly including PDF paper and the correspo
-
-
0下载:
图像校正,坐标映射使用向前映射和向后映射。灰度级插值使用双线性插值-Image correction. coordinate mapping use forward mapping and backward mapping. Grayscale interpolation use a bilinear interpolation
-
-
1下载:
最简单的差分格式有向前、向后和中心3种。
向前差分:f (n)=f(n+1)-f(n)
向后差分:f (n)=f(n)-f(n-1)
中心差分:f (n)=[f(n+1)-f(n-1)]/2-The easiest difference format forward, backward, and three kinds of centers.
Forward differencing: f (n) = f (n+ 1)-f (n)
Backward differenc
-