资源列表
code-yuv2rgb
- #define XSIZE 640 #define YSIZE 480 #define IMGSIZE XSIZE * YSIZE typedef struct RGB { unsigned char R unsigned char G unsigned char B }RGB struct RGB in[IMGSIZE] //需要计算的原始数据 unsigned char out[IMGSIZE] //计算后的结果-you must nee
shadow
- 阴影去除,用于视频监控中的运动目标检测后提取运动目标-Shadow Removal for moving object detection in video surveillance Moving Target Extraction
3d
- 双目视觉中的三维重建资料,比较全,很好用,但愿对亲们有帮助-Binocular vision in the three-dimensional reconstruction of data, compare the whole, good, I hope pro
PSO
- 基于粒子群优化算法的一篇论文,很好用,学习下,应该很有帮助-Paper particle swarm optimization algorithm, useful, learning-based, it should be helpful
PeopleDensitydll
- 完成视频图像的人群密度检测,已经打包为dll文件,在其他语言系统中可直接调用。-Complete video image of crowd density detection has been packaged as dll files in other language system can be called directly.
zftjhh
- 直方图均衡化的C代码 用直方图均衡化可以进行图像的增强处理-Histogram equalization C code
Sub Pixel Detection
- 使用空间矩算法实现图像亚像素边缘检测,程序精度能达到0.1个像素级别-Spatial moment algorithm to image sub-pixel edge detection
opencvEllipseFitting
- OPENCV椭圆拟合程序,自己下载后修改修改参数就可以直接使用。-The OPENCV ellipse fitting procedure, modified after downloading modify the parameter can be used directly.
Stitching
- 图像拼接程序,如果运行报错,请确定opencv版本与工程里配的是否一样-Image stitching procedure, if run error, equipped Make sure the the opencv version with engineering
Ellipse-center-point-positioning
- OPENCV椭圆拟合定位椭圆中心点以及重心法定位程序-OPENCV the ellipse fitting positioning oval center point and the center of gravity method to locate the program
karlman12113
- 这是主要的程序适用于目标匹配,目标识别,目标跟踪的卡尔曼算法,适用于初学者-This is the main program of the Kalman algorithm can be used for learning, applied to the target match, target identification, target tracking
vd
- 机动卡尔曼算法(VD算法)在扩展卡尔曼滤波诸算法中原理较为简单,目标跟踪效果也较好.-Motor the Kalman algorithms (VD algorithm) in the extended Kalman filter the Zhu algorithm is relatively simple principle, target tracking results would be better.
