搜索资源列表
SubImage IplImage对象或者BYTE型数组中取出一幅图像的子图像
- 用于从一个IplImage对象或者BYTE型数组中取出一幅图像的子图像,类似于OpenCV中的SetImageROI,但是该函数提供的功能是原图像子图像的一个拷贝,而非在原图像中设置ROI。-For the IplImage from a BYTE array object or remove an image of the sub-image, similar to OpenCV' s SetImageROI, but the function is the function of the o
RemoveBlackConnectedComponents
- 使用opencv去掉二值化图像中黑色面积较小的连通域。 程序中语句 tmparea = fabs(cvContourArea(contour)) 可以得到当前连通域的面积,当此面积小于阈值时对其填充为白色。 rect = cvBoundingRect(contour,0) 得到的是框住连通域的最小矩形,对矩形中的黑色部分将其填充为白色,但是这样的话,连通域6和4两个连通域被填充成了白色的矩形,这显然不符合我们的要求,这样就要判断此连通域是黑色联通域还是白色连通域,采用的方法是测试矩
toumingse
- 基于OPENCV开发,去除图片中的背景色-To remove the background color of the image
subtraction
- 图像减操作,对图像进行灰度化,腐蚀预处理,之后进行用原图像减去处理后的图像,再对图像进行平滑处理,能有效去除图像背景中的噪声-Subtraction image, the image gray, etching pretreatment, after subtracting the processed image with the original image, and then the image smoothing, can effectively remove noise in the i
cv_Gaussian
- 高斯滤波,基于OPENCV的内部调用函数,对图像信息进行高斯滤波,去除噪声-Gaussian filtering, call the function inside OPENCV based on image information Gaussian filtering to remove noise
SRADPVS60
- vc6.0实现SRAD算法,即各向异性去斑噪算法,实现对图像的平滑去噪。在去除噪声的同时保持并增强了图像中目标的边缘。-vc6.0 realize SRAD algorithm, namely anisotropic speckle noise algorithm, to achieve image denoising smoothing. Remove the noise, while maintaining and enhancing the edge of the target image
CvvImage_cpp
- CvvImage.cpp是vs配置opencv后处理图像的文件之一,后期更新的opencv版本中删除了此程序,这里整理好供大家使用。-CvvImage.cpp is one of the configuration file after vs opencv image processing, post an updated version of opencv remove this program, collated here for everyone to use.
CvvImage_h
- CvvImage.h是vs配置opencv后处理图像的文件之一,后期更新的opencv版本中删除了此程序,这里整理好供大家使用。-CvvImage.h is one of the configuration file after vs opencv image processing, post an updated version of opencv remove this program, collated here for everyone to use.
Vehicle-license-recognition
- 车牌识别最基本的流程是:将采集后的图像二值化,然后依次经过车牌定位、字符分割、去除干扰,最后是字符识别-License Plate Recognition basic process is: after the acquisition of image binarization, followed through the license plate location, character segmentation, remove interference, and finally charact
shade
- 去除图像阴影的程序,可以有效地去除运动前景的阴影-Removing the image shadow program that can effectively remove the shadow sport prospects
openCV-Practicefh
- 人脸识别: 相关功能: 1.将图像转换为灰度显示 2.应用高斯滤波器去除小的边缘 3.计算与画布边缘 4.修改边缘颜色 5.将Mat转换为Xcode的UIImageView显示(Face recognition: Related functions: 1. Convert the image to grayscale display 2. Use gaussian filter to remove small edges 3. Calculate the edge of th
BuoLuoTest
- 采用ostu算法,再经形态学分析去除小面积提取菠萝果实图像。(Using ostu algorithm, and then by morphological analysis to remove small area extraction pineapple fruit image.)
image_noise_reduction
- The program is based on VS2010 + OpenCV2.4, used for image noise reduction processing or remove facial wrinkles.The program from the BBN Computer Vision Lab.
opencv3.2_SIFT+flann
- 本程序用于图像拼接,使用了SIFT特征点匹配,加上了加权融合算法去除了明暗接缝(This program is used for image stitching, using SIFT feature point matching and adding a weighted fusion algorithm to remove the bright and dark seams)
