-
Simple calibration of projector
应用opencv进行投影仪标定,直接使用,简单方便(Application of OpenCV for projector calibration, direct use, simple and convenient.)
- 2017-08-16 15:21:46下载
- 积分:1
-
基于opencv 的行人车辆检测
对象检测代码 hog+svm,压缩包里含有行人,车辆等分类器,可以直接检测-
- 2022-03-19 01:13:42下载
- 积分:1
-
车道线检测
与传统的车道线检测算法不同,本文采用LDA算法对道路图像进行针对性灰度化处理。加大车道线与道路的差异,然后使用抛物线模型对车道线进行拟合,采用混沌粒子群算法对抛物线参数进行优化,以车道线的灰度特征和梯度特征作为混沌粒子群的适应度函数,经过多次的迭代得到抛物线拟合车道线的参数最优值,进而识别出车道线。实验结果表明,本文算法能在复杂环境下识别出车道线,对视频帧序列中的车道线连续追踪具有良好效果。
- 2022-08-07 20:38:39下载
- 积分:1
-
3D_stereo
此OpenCV程序包含双目摄像机标定,棋盘图像矫正,立体像对校正,立体匹配,三维重建模块。然后用OpenGL显示重建效果,并可以通过键盘方向键旋转。(This program contains the binocular camera calibration, image correction board, three-dimensional image of the calibration, stereo matching, three-dimensional reconstruction. Then use the OpenGL display reconstruction effects, and can rotate the keyboard arrow keys.)
- 2020-06-25 21:20:01下载
- 积分:1
-
HogTest
说明: 实现视频里面的人流量统计,统计人流量信息,及时预警人流量(Realize the statistics of human flow in video, count the information of human flow, and warn the traffic in time.)
- 2021-03-04 16:29:32下载
- 积分:1
-
使用Opencv读取16bitTIFF图像的函数
//这是一个使用Opencv读取16bitTIFF图像的函数,使用与已知宽高的图像//注意需要在函数外部为图像分配内存,使用完毕后记得释放内存//参数:imagePathName 待读入的影像路径名 __in__//参数:subImage 保存读入数据的数组 __out__//返回值:成功返回true,失败返回false/*unsigned short* subImage = new unsigned short[subWidth * subHeight];memset(subImage, 0, subWidth * subHeight);read16bitTiffOpencv("2084_00.tif", subImage);......delete[] subImage;*/
- 2022-06-14 09:08:36下载
- 积分:1
-
drawing
This program demonstrates OpenCV drawing and text output functions
- 2013-08-02 23:08:35下载
- 积分:1
-
利用opencv进行双目视觉Harris角点检测
利用opencv进行双目视觉Harris角点检测,角点个数可以通过改变参数来控制,实现平台是VS2013+opencv2.4.9,亲测有效,希望对各位的学习生活带来帮助。
- 2022-03-23 22:48:20下载
- 积分:1
-
fruit-recognition-master
运用了OpenCV、C++、水果识别、Qt界面、颜色识别、边缘检测、图像处理 ,能够实现对不同种类水果进行识别分类。(Using OpenCV, C++, fruit recognition, Qt interface, color recognition, edge detection, and image processing, it is possible to identify and classify different types of fruits.)
- 2021-04-16 10:58:53下载
- 积分:1
-
Opencv1.0
opencv1.0的使用手册,对初学者有很好的帮助作用(opencv1.0 manual, very helpful for beginners)
- 2012-07-05 14:20:13下载
- 积分:1