zsj8 在 2008-10-13 12:37:22 上传
说明:几种运动估计方法的融合,对研究运动估计的朋友大有帮助
开发平台:Others | 大小:3674KB | 下载105次
stanwang 在 2008-10-12 14:39:44 上传
说明:图像中Up-conversion算法 使用运动估计来进行宏块估计,其中使用双向运动估计来提取信息
开发平台:matlab | 大小:9480KB | 下载241次
jpu 在 2008-09-10 18:57:25 上传
说明:motion motion
开发平台:Unix_Linux | 大小:393KB | 下载4次
kankan17 在 2008-09-10 11:43:47 上传
说明:深入浅出介绍计算机视觉的最新动态。内容包括: * Camera calibration using 3D objects, 2D planes, 1D lines, and self-calibration * Extracting camera motion and scene structure from image sequences * Robust regression for model fitting using M-estimators, RANSAC, and Hough transforms * Image-based lighting for illuminating scenes and objects with real-world light images * Content-based image retrieval, covering queries, representation, indexing, search, learning, and more * Face detection, alignment, and recognition--with new solutions for key challenges * Perceptual interfaces for integrating vision, speech, and haptic modalities * Development with the Open Source Computer Vision Library (OpenCV) * The new SAI framework and patterns for architecting computer vision applications
开发平台:Others | 大小:11906KB | 下载239次
dragoninland 在 2008-09-05 21:46:07 上传
说明:kalman for human motion tracking
开发平台:Visual C++ | 大小:4436KB | 下载229次
ososos 在 2008-08-20 16:07:09 上传
说明:Full Scene Motion Blur
开发平台:Visual C++ | 大小:79KB | 下载78次
pumax 在 2008-07-23 00:32:41 上传
说明:本文实现了在连续视频数据流中几种不同的运动检测算法,他们都是基于当前帧图像和前一帧图像的比较,程序使用了AForge.NET framework库。其中的示例代码支持下面几种视频格式:AVI文件、网路相机的JPEG和MJPEG,本地的采集设备(USB相机等)。
开发平台:C# | 大小:647KB | 下载247次
unibox 在 2008-07-03 17:42:24 上传
说明:openCV运动检测程序,用于提取运动物体轮廓,并跟踪其运动路线.
开发平台:Visual C++ | 大小:2KB | 下载1300次
yuzhu1001 在 2008-07-03 09:29:19 上传
说明:运动检测方法的实现, 这是最原始的方法实现,根据不同的应用可以对其进行相应的改进
开发平台:matlab | 大小:635KB | 下载121次
dragon_th 在 2008-06-30 10:07:25 上传
说明:用维纳滤波实现的图像复原matlab代码。对有噪声的水平运动模糊图像效果很好!
开发平台:matlab | 大小:35KB | 下载702次
wxsuifeng 在 2008-06-22 11:19:23 上传
说明:运动检测的实例,适合初学者,用到帧差法,区域分割等
开发平台:Visual C++ | 大小:917KB | 下载1001次
quanjin94 在 2008-06-09 23:30:05 上传
说明:presentation of Fast Variable Block Size Motion Estimation Algorithms Based on Merge and Split Procedures for H.264/MPEG-4 AVC
开发平台:PPT | 大小:145KB | 下载47次
猎头人 在 2008-06-06 14:33:47 上传
说明:人脸检测源代码. 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 reduction/projection and final NN classification
开发平台:Visual C++ | 大小:358KB | 下载246次
liqiangqiang 在 2008-06-01 12:50:07 上传
说明:在对目标进行跟踪时,由于目标的运动方程和观测方程的非线性性,使得滤波时采用传统的卡尔曼滤波器时存在较大误差,不敏卡尔曼滤波器很好的避免了这一点。
开发平台:matlab | 大小:2KB | 下载642次
lidong8888 在 2008-05-24 17:27:32 上传
说明:一个运动检测算法,包括源代码和测试图像。
开发平台:Visual C++ | 大小:368KB | 下载105次
m8601507 在 2008-05-01 15:39:44 上传
说明:Motion detection and It works fine
开发平台:Visual C++ | 大小:3210KB | 下载71次
woshihiter 在 2008-04-28 19:16:52 上传
说明:人体运动跟踪的毕业设计代码,采用opencv中的一些函数
开发平台:Visual C++ | 大小:187KB | 下载619次
rayluo 在 2008-04-18 12:04:36 上传
说明:Use verilog and VHDL to implement the Motion Estimation function, work as the hardware accelerator.
开发平台:VHDL | 大小:308KB | 下载388次
ncudlz 在 2008-04-14 11:29:36 上传
说明:Image alignment is a process of matching one image called template (let s denote it as T) and another image I (see fig. 1). There are many applications of image alignment, such as tracking objects on video, motion analysis and many other tasks of computer vision. In this article we will implement these two algorithms in C language using Intel OpenCV open-source computer vision library as base for our implementation. We also will try to compare these two algorithms and will see which one is faster.
开发平台:Visual C++ | 大小:81KB | 下载87次
tcyhx 在 2008-04-11 21:22:10 上传
说明:运动估计算法比较,在vc6.0中实现。 实现的算法有: FS、4SS、BBGDS、DS、HS、CDHS、MVFAST、PMVFAST、ARPS、ARPS3
开发平台:Visual C++ | 大小:16KB | 下载432次
whxrzh 在 2008-04-11 15:02:34 上传
说明:This demonstration models a flight control for the longitudinal motion of a Grumman Aerospace F-14 Tomcat. First order linear approximations of the aircraft and actuator behavior are connected to an analog flight control design that uses the pilot s stick pitch command as the set point for the aircraft s pitch attitude and uses aircraft pitch angle and pitch rate to determine commands. A simplified Dryden wind gust model is incorporated to perturb the system.
开发平台:matlab | 大小:11KB | 下载89次
nuaakevin88 在 2008-03-26 21:05:33 上传
说明:双线性插值的matlab实现,可以用于运动补偿,对处理后的图像进行重建等。
开发平台:matlab | 大小:1KB | 下载896次
overlun@126 在 2008-03-24 21:01:09 上传
说明:本程序是基于VC++6.0 + opencv,根据人体运动识别播放音乐。设计到的技术有计算机视觉,canny边缘检测,人体分割等。
开发平台:Visual C++ | 大小:40KB | 下载335次
candyjy 在 2008-03-13 13:46:33 上传
说明:使用光流法进行的视频图像分割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.
开发平台:matlab | 大小:250KB | 下载698次
hangfeizhi 在 2008-03-10 23:03:26 上传
说明:ti 提供的jpeg_motion例子,对研究rf5和xdias很有参考价值
开发平台:C/C++ | 大小:443KB | 下载32次
leaves_3530 在 2008-03-10 21:08:07 上传
说明:motion dection 运动目标检测与跟踪
开发平台:matlab | 大小:3KB | 下载899次
rayluo 在 2008-03-06 17:22:23 上传
说明:Design a video hardware accelerator to handle motion estimation for video compression
开发平台:Others | 大小:48KB | 下载31次
kaiser1229 在 2008-03-02 16:00:08 上传
说明:运动估计块匹配算法,适用于各种视频编码格式
开发平台:matlab | 大小:510KB | 下载891次