搜索资源列表
cv
- cv.h是opencv必须的文件,对视频检测,机器视觉,图像处理等专业的研究人员来说是必须的
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
Chan-Vese.zip
- CV源码 levelset模型分割图像源代码,CV code
opencv
- xcore.lib cv.lib ml.lib cvaux.lib highgui.lib cvcam.lib
gauss
- C++使用OPEN CV來加高斯雜訊-C++ Use OPEN CV to add Gaussian noise
cv-matlab
- 图像分割的MATLAB实现,效果很好,对光照有一定的适应性-Image Segmentation of MATLAB to achieve good effect on the light a certain degree of adaptability
paper
- 智能交通监视系统中基于边缘的运动目标提取算法 本文的算法是基于C++和OPEN CV实现的,要运行此程序首先要安装这两个软件 由于本文在采集图像时用到的视频图像较大 ,要100多兆,所以演示程序采用另一个视频,以观其效果 本程序中采用视频序列的前四十帧的奇数帧提取出背景边缘,用参数backframes来控制,backframes/2 即是采用的帧数。 cedge_thresh1和cedge_thresh2来控制做背景检测是用到的CANNY算子的两个阈值。
CamshiftAndShowPosition
- Use CamShift of Open CV to find position of tracking-Use CamShift of Open CV to find position of tracking
cv
- Tony Chan和Luminita Vese关于《Active Contours without Edges》一文的ppt-Tony Chan and Luminita Vese on " Active Contours without Edges" a text of the ppt
cv2
- matlab编写的纹理图像分割,用c-v模型进行图像分割-matlab prepared texture image segmentation, cv model using image segmentation
camtest_auto
- 一个应用MFC实现摄像机自动标定的实例程序。-An application of open-cv example of realization of the camera auto-calibration procedure.
9
- open CV 环境下对DCT的使用,可以使用-using openCV to make the anaysis of DCT,easy to use
cv
- 人脸识别中的坐标校准 内含M FILE 还有两张实验照片-the calibration used in facial detection, including the mfiles and the pics.
Eye
- tracking face, using open cv and kalman filter
multicam
- it s a open cv code for using multi camera. the program helps to control more than one cameras and create multi frame to view the different scense from various cameras
Cv
- 里面非常详细介绍了opencv中cv部分的函数功能及用法,并且是中文版的-the cv of opencv
cv-buttons.h
- example code for opencv with cv button of phillips webcam
CV
- cv模型 matlab 图像分割源码,与传统模型相比,该C V模型具有更高的分割精度。-cv model segmentation matlab source, compared to the traditional model, the CV model has higher accuracy of segmentation.
CV-model-source-code
- CV模型源代码, 用水平集进行图像分割。一个经典的算法。-matlab source code of CV model
CV.m
- 用于图像分割的matlab程序,是最经典的活动轮廓模型,根据作者名字取名为CV 模型(image segmentation CV model)