搜索资源列表
gray
- 图像灰度转化,将彩色图像转化为灰度图像,并且保存下来-Gray transformation
RGB_Gay(opencv)-
- opencv 彩色图像转化成灰度图并加以保存 可以成功运行 在vc6.0和opencv1.0运行成功 适合初学者-the opencv color images into grayscale and save can be run successfully in vc6.0, and opencv1.0 run successfully for beginners
hw3
- 实现相机calibration,图像角点检测以及鸟瞰图转化-camera calibration and bird view
hd
- 用于在OpenCV中加载一幅图像并将其转化为灰度图片。-Used to load an image in OpenCV and converted to grayscale images.
gray
- 用于图像灰度转化,分别有最大值法灰度化,平均值法灰度化,加权平均法灰度化。-For grayscale conversion, respectively, maximum method graying, graying average method, the weighted average method grayscale.
LBP
- 用opencv实现LBP算法。通过一个3*3的模板在图像矩阵上滑动,用模板四周的八领域像素和中间的像素值比较,大于的为1,小于的为0,从左上角顺时针排列,然后转化为十进制放在模板中间的对应位置。-LBP algorithm with opencv. Through a 3* 3 matrix template image slide, with the template field of eight around the center pixel and the pixel value comp
Inverse-perspective-transformation
- 本源码实现了图像由2维到3维的转换,是平面图转化到了俯视图,对于道路边缘检测有很重要的辅助作用。-Realize the source of the image by a two-dimensional to three-dimensional conversion, is transformed into a top plan view of the road edge detection for a very important supporting role.
cvCvtColor
- 一个可以对图像进行把彩色RGB图像转化成灰度图像并将原图和结果图像的程序。根据此模板可以进行处理显示结果的类似程序-An image can be converted to RGB color images to grayscale images and artwork and the resulting image program. This template can be processed according to display the results of a similar prog
cvcolor-Convert
- 利用OpenCV实现由彩色图像,到灰度图像的转化。并将转化后的图像保存。-OpenCV achieved by the use of a color image to grayscale image conversion. And save the image after conversion.
OpenCV--picture-inversion
- 这个程序主要是对图像进行反转操作,所谓反转就是把图像的颜色或其它特征转化成它的对立形式-This program is mainly for image inversion operation, the so-called inversion is to color or other characteristics of the image into its opposite form
rgb_hsv
- opencv中实现将图像从RGB转化到HSV中-opencv achieve RGB to HSV conversion
OpenCvTest
- 用Opencv2.4.9和VC2013写的Opencv入门图像处理程序,主要是读取彩色图像、转化为灰度图像、用Canny算子进行边缘检测、显示各种图像等,是比较好的Opencv入门简单程序。-Written by Opencv2.4.9 and VC2013 Opencv entry image processing program, mainly to read the color image is converted to grayscale images, using Canny edge
h
- (1)从D盘的某个文件夹中读取一副彩色图像, (2)把它转化为灰度图像 (3)在灰度图像中找到灰度值最大点 (4)把灰度图像存到E盘的某个文件夹中 (5)把灰度值最大点的灰度值显示出来,并把该灰度值存到E盘的另一个文件夹的txt文件中。-(1) is sandwiched a pair of color image read a file the D drive, (2) to convert it to grayscale (3) to find the maximu
Threshold
- 这是一个阈值分割的小例子,利用阈值分割把原始图片转化为二值图像和灰度图像。-This is a small example of a threshold segmentation using thresholding the original image is converted to binary and grayscale images.
jyy-Canny-SF
- opencv有关图像边缘检测,二值转化,图像腐蚀和膨胀代码。-Image edge detection, binary transformation, image erosion and expansion
image_grey
- 通过opencv实现了对三通道图像的转化为灰度图像的显示-Through the opencv realized the three-channel image into grayscale image display
image2Dpositionto3D
- 将指定图像在平面和立体之间实现转化,并输出平面坐标距离对应的空间距离-Change image 2d to 3d,including data and position.
OpenCV模板匹配的方法识别手势
- 首先膨胀5个像素点,避免手指短截。接着选取最大轮廓,将最大轮廓重新画出来,过滤掉其它小轮廓,即背景噪声。 将二值化的图像转化成近似多边形。将手指边缘直线化。从而在第5步骤中去掉不需要的轮廓缺陷(Hand gesture recognition by template matching)
车牌识别文档
- 车牌字符识别是字符识别的重要组成部分。车牌字符识别的最终目的就是将图像中的车牌字符转化成文本字符,车牌字符的识别属于印刷体识别范畴。 字符识别的基本思想是匹配判别。抽取待识别字符特征按照字符识别的原理和预先存储在计算机中的标准字符模式表达形式的集合逐一进行匹配,找出最接近输入字符模式的表达形式,该表达形式对应的字就是识别结果。(License plate character recognition is an important part of character recognition. T