搜索资源列表
求图像的二值化最佳阈值
- 求图像的二值化最佳阈值 利用opencv 实现图像的膨胀,腐蚀,开运算,闭运算,求轮廓操作,并可以从外部文件导入结构算子-Find the best binary image threshold image using opencv achieve dilation, erosion, opening operation and closing operation, find the outline of operation, and can be imported from an extern
SubImage IplImage对象或者BYTE型数组中取出一幅图像的子图像
- 用于从一个IplImage对象或者BYTE型数组中取出一幅图像的子图像,类似于OpenCV中的SetImageROI,但是该函数提供的功能是原图像子图像的一个拷贝,而非在原图像中设置ROI。-For the IplImage from a BYTE array object or remove an image of the sub-image, similar to OpenCV' s SetImageROI, but the function is the function of the o
Kinect_NICV 读取kinect深度和彩色图像
- 读取kinect深度和彩色图像,采用openCV显示,进行手势识别,手跟踪-read the depth and color map from kinect and display by opencv. Recognize gesture and track hand
OPENCV1
- 可以找出视频中的元件,从不同角度,采用OPENCV-You can find the video components, from different angles, using OPENCV
objecttracking-based-on-color
- 用VC++和OPENCV来实现从摄像头获取运动目标,并实现基于颜色的目标跟踪-OPENCV with VC++ and to get from a camera moving targets, and color-based target tracking
DFT2
- 傅立叶频谱图 应用离散傅立叶变换把一张图像从时域转换到频域-Fourier spectrum of discrete Fourier transform applied to an image from the time domain into the frequency domain
cam2video
- 将摄像头的读到的数据存入到工作路径上名为test.avi(自动生成)的视频文件中。-To write the data read from camera into test.avi (automatically generated video file) in the workpath called.
emgu-cv-2.3.0
- Emgu CV is a cross platform .Net wrapper to the Intel OpenCV image processing library. Allowing OpenCV functions to be called from .NET compatible languages such as C#, VB, VC++, IronPython etc. The wrapper can be compiled in Mono and run on Linux
Program
- this progam for translating the hand gesture into ASL .from mr. Juniar
GrabCut
- 基于opencv的图像分割算法,改进了graph cut算法-image segmentation algorithm based on Opencv, improved from graph cut algorithm
motiondetect
- 改代码实现从视频中检测并跟踪运动对象,而且将运动对象用矩形框标记出来-Change the code from a video detection and tracking moving objects, but also moving objects marked with the rectangular box
RemoveBackground
- 基于VC++6.0开发环境,用OpenCv编程,实现背景和图像的分离,提取不均匀的背景,并从原图像中减去背景图像!-VC++6.0 based development environment, with OpenCv programming, background and image separation, extraction uneven background, and subtracted from the original image background image!
a
- opencv 实现对视频帧的提取,包括从摄像头获取视频及avi文件获取视频-opencv achieve the extraction of video frames, including video from the camera and get access to video avi files
chongjian
- 一中基于opencv的采用四幅图像的三维重建程序,并应用MATLAB现实出来-Opencv-based adoption of a four dimensional image reconstruction procedures and practical application from MATLAB
OpenCV-2.2.0-win-build
- OpenCV在Windows环境下的源代码,下载后需要编译才能使用,来自OpenCV官方,2.2版本,For VS2010-OpenCV in the Windows environment, source code, download to use needs to be compiled from the official OpenCV, version 2.2, For VS2010
SkinDetection
- 从摄影头输入影像,使用OPENCV以HSV来实作肤色侦测,侦测到的肤色部分以二值化的方式表现出来-The first input from the photographic image, using OPENCV to HSV to implement color detection, to detect the color section for binary forms to display the
From-camera-read-in-video
- 在visual studio 2008平台,基于opencv2.3.1实现的从摄像机读入视频功能-In the visual studio 2008 platform, based on the realization of opencv2.3.1 from camera read in video function
read-data-from-camera-program
- 在OPENCV中,用于从摄像机读入数据。CAPTURE结构初始化后,从视频文件或摄像头设备读入图像没有区别。-In OPENCV, the read data from a camera. CAPTURE structure initialization, from video files or webcam device reads the image no difference.
Display-and-save-image-from-camera
- 摄像头显示并且保存图像,用到OPENCV,简便易用,VS2010工程-Display and save image from camera, easy to use, VS2010 project.
reads-data-from-camera
- 学习OpenCV例2-9 从摄像机读入数据源代码-Learning OpenCV Example 2-9 reads the data from the camera source code