搜索资源列表
cam2video
- 将摄像头的读到的数据存入到工作路径上名为test.avi(自动生成)的视频文件中。-To write the data read from camera into test.avi (automatically generated video file) in the workpath called.
OpenCV-source
- opencv一些使用实例,以及我编写好书签的pdf文件, 这是opencv学习很好资料,比如图像细化、锐化以及添加文字-opencv some use cases, and I write a good bookmark pdf file
Opencv_Chinese_handbook
- 基础结构 数组操作o初始化o获取元素和数组子集o拷贝和填充o变换和置换o算术、逻辑和比较o统计o线性代数o数学函数o随机数生成o离散变换 动态结构o内存存储o序列o集合o图o树 ----------------- 绘图函数 ****************************************o典线和形状o文本o点集和轮廓 数据保存和运行时类型信息 樊臻韬o文件存储o写数据o读数据o运行时类型信息和通用函数 --------------- 其它混合函数 错误处理和系统函数o错误处理o系
ConvertVideo
- 读入彩色视频文件,将其转换为灰色视频,并写入视频写入器中-Reads the color video file to convert it to a gray video, and write to the video writer
camera
- 基于C++编写的本机摄像头调用程序,只需要设置好相应的库函数文件即可-Based C++ write native camera procedure call, only need to set up the appropriate file to library functions
MakeVideoFile
- 写视频文件,基于OPENCV的内部调用函数,用电脑自带的默认摄像头进行拍摄视频,可以达到写视频文件的功能-Write video files OPENCV the internal function call, the computer comes with the default camera to shoot video, you can achieve the function to write the video file
ImageStiching
- 此程序是利用Opencv库编写的一个三幅图像拼接程序,内有测试图像,此程序生成拼接图之后,先写入硬盘,再显示处理,对于学习opencv 图像拼接的人很有帮助!-this is a three image stiching program which is based on the opencv library. With the test image, The File first generate the mosaic image ,and then write to the hard dis
quanfangweitu
- 本人利用c++和opencv写的的全方位图片展开程序,文件中有待展开图片-I use c++ and opencv write the full range of image expansion program, the file containing the program to be expanded and image
HarrisCorner
- 对输入的一张彩色图像,自己写代码实现Harris Corner 检测算法: 1. 不能直接调用OpenCV 里面与Harris 角点检测相关的一些函数; 2. 只能用C/C++,不能用其他语言; 3. GUI 只能用自带的HighGUI,不能用QT 或其他的; 4. 平台可以用Windows, Linux, MacOS; 5. 显示中间的处理结果及最终的检测结果,包括最大特征值图,最小特征值图,R 图(可以考虑彩色 展示),原图上叠加检测结果等,并将这些中间结果都输出成图
write-to-video
- opencv 写入视频文件,最好的示例教程。(opencv write video file)
