搜索资源列表
openCV2CB
- 在C++builder6.0中使用OpenCV1.0。可以将opencv图像格式IplImage与C++builder图像格式Bitmap、Image1->Picture->Bitmap进行相互转换。-In C++ builder6.0 use OpenCV1.0. Opencv image formats can be IplImage with C++ builder image format Bitmap, Image1-> Picture-> Bitmap for
SaveVideo
- 利用OpenCV与C++/C 实现的图片于视频相互转换的功能,方便很多的计算机视觉任务中的实验;自动创建输出视频或者输出图片序列的多级文件夹 vs2008+opencv 2.0-it is for students or researchers to do experiments in computer vision.This code is a solution for transforming between image sequences and video files.
opencv-capture
- 使用opencv提取视频每一帧及将连续图片合成视频 //////////////////////////////////////////////////////////////////////// // // // 该程序实现视频和图片的相互转换. // Image_to_video()函数将一组图片合成AVI视频文件. // Video_to_image()函数将AVI视频文件读入,将每一帧存储为jpg文件. -To use opencv extracted vid
openCV5
- 基于opencv的五分完整源码,包括轮廓检测、摄像头标定、图像旋转与缩放、离散傅里叶变换、BMP与IplImage相互转换。-Opencv fifth complete source code, including contour detection, camera calibration, image rotation and scaling, discrete Fourier transform, BMP and IplImage conversion.
TypeConversion
- opencv开发难免遇到图像数据类型问题。本文件提供了IplImage、Cvmat、Mat 3大图像类型之间的相互转换。-opencv image data type development will inevitably encounter problems. This document provides IplImage, conversion Cvmat, Mat 3 large image types.