搜索资源列表
enhance_t
- 此程序利用3X3拉普拉斯模板增强灰度图像-procedures for the use of this template 3X3 Laplace enhanced gray image
sobeledge
- sobel算法的源码,应用2个3x3的掩模中心像素(mask)检测图像的边缘。一个是检测水平边沿的 ;另一个是检测垂直平边沿的。可以自己测试和修改参数,从而得到最佳的算法值。
BMPImage
- 本程序用MFC实现了灰度图像的处理,功能如下: 几何变换:平移、旋转、缩放; 点处理:线性变换、灰度拉伸、灰度直方图、直方图均衡; 可以给图像产生%3椒盐噪声; 图像的平滑:均值滤波(3X3)、超限中值滤波(3X3); 边缘检测:边缘检测局部算子法,包括Sobel算子、Prewitt算子、拉普拉斯算子; Fourier变换。
Homography.rar
- 已知图象4点坐标和转换后图像相对应4点坐标, 利用openCV求出homograghy 3x3 矩阵, 然后输出变换后图像,There is an input image called "warpin". The goal is to warp this image so that the tiles are approximately square, that is the camera is rotated to look down, which produces an image call
sigmafilter(3x3).zip
- sigma filter:图像去噪,其中包括快速去噪算法函数,结构元固定为3x3大小的块。,sigma filter: the realization of fast image de-noise algorithm.
Code_for_MedianFilter33.rar
- 3x3中值滤波器的FPGA实现(VERILOG),3x3 median filter FPGA implementation (VERILOG)
filter
- 1. 用imoise()函数给一幅数字图像加入’salt & pepper’和’Gaussian’噪声2)用3x3,5x5邻域平均平滑对图像进行处理3)用3x3,5x5中值滤波对图像进行处理, 2. 对一幅数字图像采用理想低通、Butterworth低通 、Gaussian低通滤波器进行平滑;对一幅数字图像采用理想高通、Butterworth高通 、Gaussian高通滤波器进行平滑。-1. With imoise () function to a digital image by a
Rubiks-cube_OpenGL
- 使用OpenGL為基礎,實現一3X3魔術方塊。(可使用鍵盤操作轉向)-Using the OpenGL-based, to achieve a 3X3 Rubik s Cube. (Can be turned using the keyboard)
median1
- 基本的图像中值滤波程序,完成3x3的中值滤波运算-Basic image median filtering process, the completion of the 3x3 median filter operator
GUI
- Median filter 3x3,Median filter 5x5, mean filter, wiener filter, PSNR, MSE -a simple gui for image noise removal
3x3Laplacian
- 针对二维raw影像进行3x3拉式转换(C++)-Image shaping using 3x3 Laplacian
smooth-function
- Smooth function is used a matrix with a 3X3 Gaussian filter kernel.
noise
- 1. 用 butterworth和理想低通滤波器对受椒盐噪声和高斯噪声污染的图像进行平滑处理, 计算平滑前后的PSNR(峰值信噪比). 2. 用 3x3邻域平均平滑和3x3中值滤波对受椒盐噪声和高斯噪声污染的图像进行平滑处理, 计算平滑前后的PSNR(峰值信噪比). 3. 用 roberts算子和Laplace算子对一图像进行锐化处理, 得到其边缘二值图像.-Salt and pepper noise and Gaussian noise images with butterworth
denoiseaenhance
- 非MATLAB库函数实现空域去噪(包括“3x3均值滤波”、“5x5均值滤波”、“3x3中值滤波” 、“5x5中值滤波”)和空域加强(包括“拉普拉斯算子”、“Roberts算子”、“Prewitt算子”、“Sobel算子)的原创MATLAB代码。-Non-MATLAB library functions the airspace denoising (including the 3x3 mean filter, 5x5 mean filter, 3x3 median filter " ,
Cube
- 基于QT平台的3D魔方,利用OPENGL库函数,魔方是3X3阶 能自由和手控旋转 有背景图片和音乐-OPENGL library functions, based on the the QT platform for 3D Cube, Rubik' s Cube 3X3 order freely and hand control rotating background images and music
fast-median-filter
- 用mATLAB编写的快速中值滤波程序,采用 3x3 窗口,基于基数排序的快速去噪FNR-Fast median filtering with mATLAB written procedures, using 3x3 window, based on the fast radix sort denoising FNR
program-
- 利用Sobel算子(求和、均值、卷积)分析图像,采用3x3矩阵进行分析,精度比一般算法提高20 。-Sobel operator sweep surface analysis image
image-enhancement
- 下载并读入被噪音污染的Noisychurch图像数据,用Matlab 编程采用下述方法分 别实现该图像的增强操作: 1) 用空域法实现图像的增强,分别采用如下模板操作:2x2 和3x3 的幅值为1 的模板,比较去噪和模糊的折中效果;采用3x3 的中值滤波器进行去噪操作; 采用Laplacian 模板[0 -1 0 -1 5 -1 0 -1 0]进行锐化操作。 2) 用频域法实现该图像的低通和高通滤波,选择合适的截止频率。 3) 用小波分析法实现该图像的低通和
meanfilter
- 均值滤波器,可以改变filter的大小。例如:3X3,5X5,7X7 -Mean filter, you can change the size of the filter. For example: 3X3, 5X5, 7X7
hpf
- HIGH PASS FILTERING WITH USING 3X3 MASK