搜索资源列表
Figurerecognize
- 用opencv库函数识别图像中包含的图形数量和形状,能够识别矩形,三角形,圆形-figure recognize
shuzhifenxi
- 基于三种插值方法同时应用的图像变换程序,采用OpenCV读写图形,可以实现图像部分错位,而且可以随意更改坐标变换函数以达到需要的效果。-Interpolation method based on three applications of the same image transformation process, the image part of the dislocation can be achieved, and can change the coordinate transforma
connectprocess
- 在图像处理过程中,经常会遇到这样一部分图像,图像的整体部分如果人来看的话一眼就能看出,但是它的内部由于有各种小缺口,导致断开了,这样在计算机“眼”里就被认为是断开的,为了使图像达到适应人眼的感觉,需要将这些缺口和断开的口给连接上去,这就需要用到计算机图形学中的连通域处理技术。本文给出一个简单的连通域处理函数,当然这个函数是来自OpenCV著名教程Learning OpenCV中,只不过它的接口是基于c版本的OpenCV,而到目前为止,基于C++接口的OpenCV已经是主流,所以我将其接口改成了c
cvFilter
- opencv,用不同的核进行图像的二维滤波,函数cvSmooth实现各种方法的图形平滑。-opencv,image smooth with different kernel
include
- 用不同的核进行图像的二维滤波 函数cvSmooth实现各种方法的图形平滑。 一般来说,图像平滑主要是为了消除噪声。图像的常见噪声主要有加性噪声、乘性噪声和量化噪声等。由于图像的能量主要集在低频部分,而噪声所在频段主要在高频段,因此通常都是采用低通滤波的方法消除噪声。 函数cvFilter2D对图像做卷积运算。 对图像进行线性滤波,支持替换方式操作。当核运算部份超出输入图像时,边界外面的像素值等于离它最近的图像像素值。 -Graph smoothing function of
OpenCV-Reference-in-Chinese
- openCV用户开发手册,加载在Visual Studio上的图形图像处理类库,用于查询相关函数功能-openCV users to develop manuals, loaded on Visual Studio' s graphic image processing library, used to query related functions Function
Learning-OpenCV
- 学习opencv.pdf,特别适合初学者学习opencv理论知识,并借助opencv库函数实现图形图像处理以及摄像机标定。-Learning opencv. PDF, and is especially suitable for beginners learning opencv theory knowledge, and with the aid of opencv library function to realize image processing and the camera cali
ZCYV
- 这是一个在通信中的仿真报告,图形是在Matlab实现的,在数值分析,函数实现中都会用到,(This is a simulation report in communication, graphics are implemented in Matlab, the numerical analysis, function implementation is used,)
PicAnsysServer
- 使用opencv进行图像识别,识别以白底彩色的字母图形,主要用opencv的函数完成识别过程(Opencv is used to identify the image and identify the alphabet with white background color. The recognition process is accomplished mainly by the function of OpenCV.)