搜索资源列表
Filter2D
- Visual C++图像处理程序,采用opencv库,对图像进行核卷积,当核运算部分超出输入图像时,便捷外面的像素值等于离它最近的像素值。
Filter2D
- Visual C++图像处理程序,采用opencv库,对图像进行核卷积,当核运算部分超出输入图像时,便捷外面的像素值等于离它最近的像素值。-Visual C++ Image processing procedure for the opencv library of images of nuclear convolution, when part of the nuclear operator in excess of the inpu
CannyEdgeDetection
- vs2005下用opencv写的sobel,canny,prewitt边缘检测程序。-vs2005 using opencv written under the sobel, canny, prewitt edge detection procedure.
mask
- 本文主要讲讲怎样对Mat矩阵进行mask操作,其实也就是对Mat矩阵的滤波操作,俗称卷积,参考文献为opencv自带的tutiol及其code. 开发环境:ubuntu12.04+opencv2.4.2+Qt4.8.2+QtCreator2.5. 实验功能: 单击Open image按钮,手动选择所需滤波的原图片。 单击Setting按钮,弹出对话框,选择滤波所用的模式,这里有2种模式,分别为自己实现滤
filter
- 使用不同的核进行图像的二维滤波。包括Smooth(实现图像平滑)与Filter2D(对图像做卷积运算)-Using different nuclei of the two-dimensional filtering of the image. Smooth (image smoothing) Filter2D (image convolution operation)
Filter2D
- 二维图像处理,基于opencv库,实现可综合的C-The two-dimensional image processing, based on the opencv library, to achieve comprehensive C
Filter2d
- 包含10个不同的图像滤波算法,包括算数均值,几何均值,调和均值,反调和均值,中值滤波,苏贝尔,拉普拉斯等-It contains 10 different image filtering algorithm。such as geometric、harmonic_mean、contraharmonic_mean、median、Sobel1