搜索资源列表
flightsim
- Uses blender to generate a scene with reference objects. Takes input images and uses opencv methods to estimate the object translation and rotation from the camera. Reads the object 3D coordinates from a file and uses color to detect the objects in t
RealtimeVideo
- 基于VS2008和opencv 1.0的人群检测系统.该系统使用距特征检测人体,并计算人群密度。-the peopel dection system based on vs2008 and opencv.The system can estimate the population and the density of the crowd.
OpticalFlow
- 使用光流法对运动目标进行估计,要使用opencv一起实现。效果还不错-Using optical flow method to estimate the moving target, to use opencv implemented together. Results were pretty good
CV2_Learn_CameraCalibrator
- 使用opencv2写的,估计相机参数,进行相机标定。-Use opencv2 written estimate camera parameters for camera calibration.
Background-difference-method
- 背景差分法是采用图像序列中的当前帧和背景参考模型比较来检测运动物体的一种方法,其性能依赖于所使用的背景建模技术。背景差分法检测运动目标速度快,检测准确,易于实现,其关键是背景图像的获取。在实际应用中,静止背景是不易直接获得的,同时,由于背景图像的动态变化,需要通过视频序列的帧间信息来估计和恢复背景,即背景重建,所以要选择性的更新背景。-Background difference method is the use of images in the sequence of the current
wavelet
- 基于小波变换的图像超分辨处理,通过最小二乘法估计未知高频,得到分辨率更高的图像-Based on wavelet transform image super-resolution processing by the least squares method to estimate the unknown high frequency to obtain higher resolution images
kalman
- 使用kalman滤波进行目标跟踪,kalman可以通过观测到的结果进行更新从而估计下一时刻的目标状态-Using kalman filter for target tracking, kalman can be updated by the observed results to estimate the target state of the next moment
HandRecogniser
- Hand Recogniser software. It trains on the colors of your hand (specifically 12 points of interest in our hand) and than uses them to threshold and elaborate the image taken the camera in order to detect and estimate your hand position. It can count
kalman
- 卡尔曼滤波,它能够从一系列的不完全及包含噪声的测量中,估计动态系统的状态(Calman filtering, which can estimate the state of a dynamic system from a series of incomplete and noisy measurements)