资源列表
makevideo
- 对输入的一个彩色视频与五张以上照片,用OpenCV实现以下功能或要求: 1.命令行格式:“xxx.exe 放视频与照片的文件夹路径”,(例如 MyMakeVideo.exe C:\input )【假设该文件夹下面只有一个avi视频文件与若干jpg文件】; 2.将输入的视频与照片处理成同样长宽后,合在一起生成一个视频; 3.这个新视频中,编程生成一个片头,然后按幻灯片形式播放这些输入照片,最后按视频原来速度播放输入的视频; 4.新视频中要在底部打上含自己学号与姓名等信息的字幕;
col_roberts
- 基于三维彩色空间ColorRoberts算子实现,充分利用了全面的色彩信息,所以进行彩色图像边缘检测的效果优于只分别作用在彩色三分量上的传统彩色边缘检测方法。 法-Based on three-dimensional color space ColorRoberts operator to achieve full use of the full color information, so the color image edge detection is better than the
wavelet-change
- 基于opencv实现了多层小波变换,并可以进行逆变换。对初学OPENcv的朋友有一定的借鉴价值。-Based on opencv realized the multi-layer wavelet transform and inverse transformation. For beginners OPENcv friend has certain reference value.
opencvcj
- 利用opencv库函数打开摄像头,点击保存图片按钮就可以保存图片,点击测距按钮就可以测试出点高度及点宽度还有距离。点击关闭摄像头即可关闭摄像头,点击推出程序即可退出程序。-Using the opencv library function to open the camera, click the save picture button to save the picture, click the distance button can test the point height and poi
shenjingwangluomobanpipei
- 利用神经网络和模板匹配的识别算法,亲测可用,本人原创-By using neural network recognition algorithm and template matching, close test is available, I original
dualQuadColormaker
- 本程序是读取IQIQ int16存储的两个极化SAR数据文件,并将其形成一张伪彩色合成图像数据的程序,其中用到了openCV,希望对SAR初学者有用。-This program reads the IQIQ int16 PolSAR data file, and make a colored image. This program uses openCV, hope it is helpful to the SAR starters.
1
- 海康威视网络摄像机获取视频流接口,在Opencv上可以直接处理实时图像,方便快捷。-Hikvision network camera video interface, can be directly on the Opencv processing real-time image, convenient and quick.
grabcutEx01
- 在opencv环境下基于grabcut方法的运动目标检测代码-In opencv environment grabcut method based moving target detection code
TestOpenCV
- kinect结合opencv,在vs2013内运行,kinect2代,使用opencv显示深度图像-kinect combined opencv, run in vs2013, kinect2 generation using opencv image display depth
p3p_code_final_Test
- Laurent Kneip P3P 算法Matlab代码测试样例( A Novel Parametrization of the Perspective-Three-Point Problem for a Direct Computation of Absolute Camera Position and Orientation)-Laurent Kneip P3P Matlab code Test (A Novel Parametrization of the Perspective-
ZHT_ColorTrace
- 用于颜色识别的opencv代码 识别一个单一颜色的物体-Opencv color identification code
opencv2.4.3的dll
- opencv2.4.3的dll,如果安装遇到问题,可以直接下载拷贝文件夹使用。实际安装过程中经常遇到缺失相关dll的情况,这样可以解决问题。