搜索资源列表
FaceRecog_src100902
- 基于OpenCV的人脸识别演示程序。目前实现了Gabor+Fisherface算法,还有几何和光照归一化。 -->请到 http://code.google.com/p/facerecog/ 下载最新版本。<-- 功能:对摄像头拍摄的或用户指定的图像,检测其中人脸,然后在已存储的人脸库中找到最匹配的人脸并显示。 在VS 2008 SP1上编写,使用了OpenCV 2.0和MFC,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。 数据处理分为了C
ch2_ex2_4
- 对一幅图像进行平滑处理,使用opencv,通过对图像数据与高斯或者其他核函数进行卷积-Smoothing of an image using opencv, through images or other data with Gaussian kernel convolution
pca
- pca算法的matlab实现,进行数据的降维处理-Pca algorithm matlab, the data dimension reduction processing
shexiangtoudata
- 从摄像头中读取视频数据,是opencv中处理视频的必备程序。-Video data read from the camera, is a necessary procedure for processing video in opencv.
shipincaiji
- opencv中采集视频的数据,对视频进行适当处理。-The opencv of capturing video data, proper handling of the video.
Set-ROI-by-Mouse
- 在视频图像上,用鼠标设定任意矩形区域。为后续在监测区域内处理数据,打下基础。 opencv程序。-This little program is used to set Reigon of Intererting by mouse,the ROI is rectangle with any scale.
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系
vedio
- 基于开源的图像处理库opencv,打开电脑摄像头,并读取摄像头数据将它显示在窗口中,同时进行边缘检测-Based on open source image processing library opencv, open the computer camera, and read the camera data to display it in the window, and edge detection
averagelight
- 基于HSV空间处理图像每个像素点的数据,求图像平均亮度-HSV space-based image processing each pixel data, find the average brightness of the image
k-means
- 数据挖掘,或者适用opencv上的图像处理功能-Image processing functions of data mining, or apply on opencv
ImageDisplay_opencv
- 主要是通过c#和opencv来对ARM板上通过网络传回的图像数据进行接收和处理,通过轮廓搜索来对图像中的目标进行寻找和定位-Mainly through c# and opencv to ARM board image data returned by the network received and processed, to find and locate the image of the target by the contour search
13_SVMForNonLinearlySeparableData
- 程序描述:来自OpenCV安装目录下Samples文件夹中的官方示例程序-支持向量机SVM之处理线性不可分数据.-Program descr iption: Samples folder the installation directory OpenCV official sample program- Support Vector Machine SVM processing of linearly inseparable data.
read_and_write_data_of_visualSFM
- 该程序用来读取visualSFM所产生的数据,option0000.ply , cameras_v2.txt , 00000000.jpg ,可以批量操作图片,并自动命名存储处理结果,只需输入关键文件名-this program is used to read the data which result the visualSFM,like option-0000.ply , cameras_v2.txt , 00000000.jpg .you can deal with the pictur
FaceRecognition_CNN(olivettifaces)
- 智能图像/视频处理中,复杂背景环境(比如室外环境、机场、车站等)下,人脸识别的第一步是人脸的检测。它的精确度直接影响到后期识别的结果。不过,领域内的科学家们基本上很难有足够的精力和时间开发优化的C++代码,使其用于商业用途,而一般都是只在Matlab中进行模拟。 本文的目的是提供一个我开发的SSE优化的,C++库,用于人脸检测,你可以马上把它用于你的视频监控系统中。文章中的分类器的训练数据来自与我的 webcam图像,它们被采集于不同时间,不同光照,不同背景环境下,它几乎可以实时地检测
OpenCV
- 数字图像处理的数据包OpenCV的入门书籍-Digital image processing packets OpenCV introductory books
two-kou
- 进行vc++mfc窗口开发,读取摄像头数据,进行视频播放,进行相关图像处理-Vc++ mfc window were developed to read the camera data, video playback, image processing related
OpenCV示例源码
- 关于OpenCV的好处之一就是它提供了许多内置的用于图像处理和计算机视觉相关操作的基础元素。如果你需要通过scratch写入某些内容,你将不得不定义一些东西,比如图像、点、角度等等,这些几乎是任何计算机视觉算法的基础。OpenCV提供了这些开箱即用的基础数据结构,它们都包含在core模块中。另外一个好处是,这些数据结构都已经针对速度和内存做了优化,因此,你不用担心实现细节。(One of the benefits of OpenCV is that it provides a number of
ABC-Matlab
- 通过人工蜂群优化算法对分类好的数据进行处理,对分类中的某个函数或参数进行修改(Artificial Bee Optimization)