搜索资源列表
GrayMatrix
- Visual C++ 实现的灰度共生矩阵-The Visual C++ implementation GLCM
rice
- 基于OPENCV对图片进行灰度化,二值化,以及边缘检测-OPENCV images based on gray level transformation, binarization, and edge detection
MulityResolution
- 利用OpenCv实现的Burt-Adelson图像金字塔算法,可以实现图像的L级分解和重构,代码的实现可能还不是很完善,如有什么意见或建议,请发到我邮箱mqzhen@163.com-Achieved using OpenCv Burt-Adelson pyramid algorithm images can be achieved in the L-level image decomposition and reconstruction, implementation of the code m
FaceTest
- 人脸检测,大家可以学习下,入门级别的,但是有学习的必要-Face detection, we can learn, the entry-level
VQ_256
- 使用Opencv库,编写256位矢量量化器-256-level vector quantizer in opencv
Gray-Level-Co-Occurrence-Matrix
- 基于OpenCV和VS2008的图像灰度共生矩阵特征提取实现。文件中还有matlab版本的-Images based on OpenCV and VS2008 GLCM feature extraction achieved. Matlab version of the file there
2011_opencvBasicStructure__Test
- 刚学习opencv时候,入门级测试代码。主要是对opencv基本数据结构CvMat、IplImage相关操作的测试。里面含有多个小测试文件,均可在VS20101下单独运行。(opencv2.1版本)-Just learning opencv time, entry-level test code. Opencv mainly for basic data structure CvMat, IplImage related operations test. Which contains sever
OpenCvLevelSetSegmentation
- This program contains function Distance Regularized Level Set Evolution (DRLSE) that make it very clearly identify the boundaries of the object.
OpenCV-Chinese-Manual
- OPENCV的入门级详解,包括例程、参考手册等资料-Detailed OPENCV the entry-level, including routines, reference manuals, etc.
LevelPsetPbook
- 一本关于level set方法很好的书,很全面的讲解了level set 方法以及其在cv中的应用。只可惜是英文版的,看起来比较累-A level set method on a good book, very comprehensive explanation of the level set method and its application in cv. Unfortunately, the English version, looks tired
OpenCVLearningMaterial
- opencv学习材料,适合初学者,入门级的材料,简单介绍opencv作用,简单用法-opencv learning materials, suitable for beginners, entry-level material, brief opencv role, simple usage, etc.
test2
- 计算机视觉处理高级程序包,实现了摄像机标定、立体匹配视差图、基于SSD算法的立体匹配、人脸模式识别、Snake算法轮廓查找功能。-High-level visual processing computer package, to achieve a camera calibration, stereo matching disparity map, SSD-based stereo matching algorithm, face pattern recognition, Snake algor
tag
- 利用灰度共现矩阵,sift特征和HSV颜色特征实现的图像相似度计算-Use of gray level co-occurrence matrix, sift characteristics and HSV color features to achieve the image similarity calculation
openCV-library-transplant-to-S3C2440
- opencv开源图像处理函数库在S3C2440移植 一、简介 OpenCV是一个基于C/C++语言的开源图像处理函数库 其代码都经过优化,可用于实时处理图像 具有良好的可移植性 可以进行图像/视频载入、保存和采集的常规操作 具有低级和高级的应用程序接口(API)-openCV open source image processing library S3C2440 transplant, o
hand_trace_opencv
- 基于opencv的手部位置跟踪程序,具体的源代码,非常好用,直接拿来学习高级编程-Opencv hand position tracking program, the source code is very easy to use, directly used to learn high-level programming
StereoImageMeasuringApparatus
- 基于OpenCV和MFC的VC程序,实现影像对的显示和漫游;显示缩略图,进行手动粗定位;载入已量测点、手动亚像素级刺点等功能。附有程序的程序编写说明文档。有助于OpenCV和MFC混合编程的学习。 -OpenCV and MFC VC program, to achieve the image on the display and roaming show thumbnails, manual coarse positioning the load measurement point m
detectpoint
- 光斑中心提取算法,在VS2010下,用opencv2.3.1编写的控制台程序,主要功能是利用hession矩阵和高斯滤波进行光斑中心点提取,里面附测试图片,提取精度为亚像素级别。-Spot center extraction algorithm, in VS2010, written by opencv2.3.1 console program, the main function is to use hession matrices and Gaussian filter for extrac
fastDetectLine
- VS2010下用opencv2.3.1编写的光条提取算法,机器视觉中用的多,本方法使用了高斯滤波和hession矩阵,经过对高斯滤波函数的处理,使得本方法的提取速度大大提升,提取精度是亚像素级别,附件内含测试图片-Under VS2010 extracted with light bar and more opencv2.3.1 written algorithms used in machine vision, this method uses a Gaussian filter and he
sobel
- 利用Sobel算子对图像进行水平检测,可以自定义算子内核大小-Use Sobel operator to detect the level of the image, you can customize the size of the kernel operator
grey-level-histogram
- 这是一个基于opencv的求一幅图像的灰度直方图的小程序,适合初学者-grey level histogram