搜索资源列表
-
0下载:
图像处理光盘里面附带了很多在图像处理中经常用到的基本处理算法,如快速傅立叶变换,中值滤波等-image processing fringe discs inside a lot in image processing frequently used to deal with the basic algorithm, as Fast Fourier Transform, the value filter
-
-
0下载:
卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。
对于解决很大部分的问题,他是最优,效率最高甚至是最有用的。他的广泛应用已经超过30年,包括机器人导航,控制,
传感器数据融合甚至在军事方面的雷达系统以及导弹追踪等等。近年来更被应用于计算机图像处理,
例如头脸识别,图像分割,图像边缘检测等等。-Kalman filter is an "optimal recursive data pro
-
-
0下载:
这是关于图像处理中滤波的一种算法,其中包含源码和验证的过程以及分析,使用MFC实现的-this is about image processing filter algorithm, which contains source and certification process and the analysis, the use of the MFC
-
-
0下载:
并行计算程序
Descr iption: This program blurs an image file in a parallelized computation
The root process reads the file and distributes a part of the image file to
other processes. Each process makes the filter operation on the part of the image
-
-
0下载:
Gaussian Blur use in image processing and low pass filter.in this source first calculate Gauss Kernel .
-
-
0下载:
canny edge detector is the best edge detection in the image processing field.in the first guassian blur in the image and then use sobel filter to get magnitude image
-
-
0下载:
在NI的labWindows(Labview的c语言版)开发环境下,使用C语言编写代码,开发图像的视图、修改、颜色处理、滤镜等功能。 其中,视图模块所要实现的功能是对数字图像的放大、缩小、旋转、翻转等功能;修改模块式实现数字图像的图像合成、降低分辨率等功能;颜色处理模块式实现对数字图像的灰度图像处理、RGB分量处理等功能;滤镜模块主要是实现对数字图像的锐化、模糊、浮雕、渗透、地板效果等功能。-In the NI labWindows (under the the Labview c langua
-
-
0下载:
WFB2DEC 2-D Wavelet Filter Bank Decomposition
y = wfb2dec(x, h, g)
Input:
x: input image
h, g: lowpass analysis and synthesis wavelet filters
Output:
x_LL, x_LH, x_HL, x_HH: Four 2-D wavelet subbands
Make sure filt
-
-
2下载:
图像处理中用到的中值滤波,FPGA实现。verilog语言。-Used in image processing median filter, FPGA implementation. verilog language.
-
-
0下载:
asy Filter Applet is a generic filter that allows people like students, scientists, engineers, ... in "image processing" to show their work in a web interface. It s not a static GUI !! -
Users can interact with filter s parameters in real time !
-
-
0下载:
图像处理算法,将图像灰度处理之后完成中值滤波-Image processing algorithms, the image gray median filter after the completion of treatment
-
-
0下载:
数字图像处理程序,包括了读取图像,锐化图像以及过滤-Digital image processing procedures, including reading the image, sharpen the image, and filter
-
-
1下载:
Delphi:Delphi中值滤波,一个Delphi图像处理的小例子,有需要的可下载参考。
-Delphi: Delphi median filter, a Delphi image processing small example, there is a need to download the reference.
-
-
1下载:
本书是“MATLAB应用技术”系列丛书之一,以最新推出的MATLAB中的小波分析工具箱Wavelet Toolbox 3.0版本为基础。全书共分为三部分,第1部分着重介绍了小波理论基础,包括小波基础知识、连续小波变换、离散小波变换、多分辨率分析与正交小波变换、小波变换和多采样滤波器组、二维小波变换与图像处理及小波包的基本原理等;第2部分重点说明了小波分析工具箱的详细使用方法,包括图形用户接口、小波通用函数、一维小波变换的MATLAB实现、二维小波变换的MATLAB实现、小波包变换的MATLAB实
-
-
0下载:
关于图像处理的色彩变换,中值滤波器,灰度变换等-About the image processing of color transformation, median filter, gray level transformation, etc
-
-
0下载:
彩色图像的预处理,灰度化,直方图均衡化, gaussian低通滤波器锐化,laplacian算子锐化-Color image processing, gray, histogram equalization, gaussian low pass filter, Laplacian operator sharpening
-
-
0下载:
FIR(Finite Impulse Response)滤波器:有限长单位冲激响应滤波器,又称为非递归型滤波器,是数字信号处理系统中最基本的元件,它可以在保证任意幅频特性的同时具有严格的线性相频特性,同时其单位抽样响应是有限长的,因而滤波器是稳定的系统。因此,FIR滤波器在通信、图像处理、模式识别等领域都有着广泛的应用。-FIR (Finite Impulse Response) filters: finite impulse response filter units, known as no
-
-
0下载:
一个基于MATLAB 的语音等响度滤波处理的程序,已经执行出来并且有图像结果显示。-A MATLAB-based voice loudness filter processing procedures have been implemented and it showed an image
-
-
0下载:
Edge detection is widely used in image processing, image recognition and computer vision. Tradition edge detection
methods have a lot of disadvantages. This paper presents a new edge detection algorithm base on Matching Pursuit
(MP). Our method h
-
-
0下载:
实现图像的高级处理,包括放大、缩小、剪切、滤镜等内容-To achieve high-level image processing, including zoom, cut, cut, filter and other content
-