搜索资源列表
基于opencv实现的灰度变换
- 基于opencv实现的灰度变换,低通滤波,直方图均衡化,边缘检测等算法。-Opencv implementation based on gray-scale transformation, low-pass filtering, histogram equalization, edge detection algorithm.
利用OpenCV对视频进行处理
- 利用OpenCV对视频进行处理,尝试打开本电脑上的摄像头作为视频输入设备,或者将命令行的输入参数作为文件名来打开的视频文件。不管是哪一种方法,最后都是不断的循环处理一帧一帧地处理,涉及到的图像处理有背景擦除,平滑滤波,二值化等。-Using OpenCV to process the video, try to open the computer input device as a video camera, or the command line input parameters as the
高通滤波器,对图像进行高通滤波
- 高通滤波器,对图像进行高通滤波。采用opencv,包含二维理想高通滤波,2阶巴特沃思高通滤波,二维高斯高通滤波,增长率为2二维指数高通滤波-High-pass filters, high pass filter the image. Using opencv, including two-dimensional ideal high-pass filter, 2-order Butterworth high pass filter, two-dimensional Gaussian high p
lvbo
- 使用opencv用不同的核进行图像的二维滤波-Using opencv in different nuclear two-dimensional filtering for image
AreaFilter_ImageTrans
- 图像Opencv 格式和uchar及int型格式的转换函数,另外还有面积滤波和填充的Opencv函数。-Opencv image format and uchar int type and format conversion functions, in addition to filtering and filling the area Opencv function.
Homomorphic_Filter
- opencv写的同态滤波,高通滤波器采用的是高斯高通滤波器-opencv written by homomorphic filtering, high-pass filter uses Gaussian high-pass filter
fft
- 利用傅里叶变换对图像进行降低噪声处理,而且内附有高通和低通滤波功能-Fourier transform
pf_test_for_face(mgh1.21)
- 粒子滤波 追踪 采用 空间灰度直方图做特征 -Particle filter tracking
MovingObjectTracking
- 基于OPENCV实现的粒子滤波运动目标跟踪源程序-Particle Filter Moving Object Tracking based on OPENCV
bfCanny
- 基于双边滤波的图像Canny边缘检测。先对图像进行双边滤波,再对其进行Canny算子的边缘检测。-Based on bilateral filtering image Canny edge detection. The first image bilateral filtering, and then them Canny edge detection operator.
condesation
- opencv 粒子滤波程序,可以对感兴趣的颜色进行跟踪-opencv particle filtering program that can track the color of interest
高斯滤波
- vs2010 opencv 数字图像处理对图像进行高斯滤波(vs2010 opencv GaussianBlur)
滤波
- 提供5种滤波算法,分别是//方框滤波//均值滤波//高斯滤波 //中值滤波 //双边滤波(5 filtering algorithms are provided, which are block filtering, mean filtering, Gauss filtering, median filtering, and bilateral filtering)
卡尔曼
- 实现视频去抖动,利用了卡尔曼滤波更稳定,个人认为不错(To achieve video jitter, the use of the Calman filter more stable, personally think that good)
guided_image_filter_opencv
- 在opencv平台下开发的导向滤波代码。(Guided filtering code developed under the opencv platform.)
3图像滤波
- 利用opencv实现图像滤波,可直接运行(Opencv realization of image filtering)
FBPtest1
- CT拍摄拍摄一周,步进1度,360张投影图像,使用S-L滤波,滤波反投影FBP算法进行二维断面重建(CT filming for a week, step 1 degrees, 360 projection images, using S-L filter, filter back projection FBP algorithm for two-dimensional section reconstruction)
blur
- 方框滤波、双边滤波、高斯滤波、中值滤波、均值滤波(medianBlur,bilateralFilter,GaussianBlur,blur,boxFilter)
opencv 高斯滤波和中值滤波
- 通过opencv调用高斯滤波和中值滤波对图像进行卷积去除加入的椒盐噪声
opencv Laplacian滤波和Sobel滤波
- 通过opencv调用对图像使用Laplacian滤波和Sobel滤波