搜索资源列表
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.
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
Introduction-to-OpenCV-for-Image-Processing
- A Basic Introduction to OpenCV for Image Processing 1. Introduction 2. Image data structure in OpenCV 3. Basic operations for images 4. Working with videos 5. References and resources
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.
FaceRecognition_CNN(olivettifaces)
- 智能图像/视频处理中,复杂背景环境(比如室外环境、机场、车站等)下,人脸识别的第一步是人脸的检测。它的精确度直接影响到后期识别的结果。不过,领域内的科学家们基本上很难有足够的精力和时间开发优化的C++代码,使其用于商业用途,而一般都是只在Matlab中进行模拟。 本文的目的是提供一个我开发的SSE优化的,C++库,用于人脸检测,你可以马上把它用于你的视频监控系统中。文章中的分类器的训练数据来自与我的 webcam图像,它们被采集于不同时间,不同光照,不同背景环境下,它几乎可以实时地检测
two-kou
- 进行vc++mfc窗口开发,读取摄像头数据,进行视频播放,进行相关图像处理-Vc++ mfc window were developed to read the camera data, video playback, image processing related
picture-processing-w
- 利用OpenCV一些库函数对图像中的曲线进行编号并输出坐标数据。-Use OpenCV library functions to code the curve in the image and output the coordinate data
OpenCV示例源码
- 关于OpenCV的好处之一就是它提供了许多内置的用于图像处理和计算机视觉相关操作的基础元素。如果你需要通过scratch写入某些内容,你将不得不定义一些东西,比如图像、点、角度等等,这些几乎是任何计算机视觉算法的基础。OpenCV提供了这些开箱即用的基础数据结构,它们都包含在core模块中。另外一个好处是,这些数据结构都已经针对速度和内存做了优化,因此,你不用担心实现细节。(One of the benefits of OpenCV is that it provides a number of